Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
652ea695364142b2464744746beac206d050ef19
652ea69
x86: support 1GB hugepages with get_user_pages_lockless()
by Nick Piggin
· 16 years ago
bc40d73
splice: use get_user_pages_fast
by Nick Piggin
· 16 years ago
f5dd33c
dio: use get_user_pages_fast
by Nick Piggin
· 16 years ago
8174c43
x86: lockless get_user_pages_fast()
by Nick Piggin
· 16 years ago
21cc199
mm: introduce get_user_pages_fast
by Nick Piggin
· 16 years ago
a0a8f53
x86: implement pte_special
by Nick Piggin
· 16 years ago
2682497
mn10300: use the common ascii hex helpers
by Harvey Harrison
· 16 years ago
19caeed
frv: use the common ascii hex helpers
by Harvey Harrison
· 16 years ago
42a9a58
cris: use the common ascii hex helpers
by Harvey Harrison
· 16 years ago
0ad122d
omfs: add MAINTAINERS entry
by Bob Copeland
· 16 years ago
63ca8ce
omfs: update kbuild to include OMFS
by Bob Copeland
· 16 years ago
36cc410
omfs: add bitmap routines
by Bob Copeland
· 16 years ago
8f09e98
omfs: add file routines
by Bob Copeland
· 16 years ago
a3ab715
omfs: add directory routines
by Bob Copeland
· 16 years ago
555e377
omfs: add inode routines
by Bob Copeland
· 16 years ago
1b002d7
omfs: define filesystem structures
by Bob Copeland
· 16 years ago
a14e4b5
omfs: add filesystem documentation
by Bob Copeland
· 16 years ago
080ccd4
include/linux/aio.h: removed duplicated include
by Huang Weiyi
· 16 years ago
20d8b67
relay: add buffer-only channels; useful for early logging
by Eduard - Gabriel Munteanu
· 16 years ago
7babe8d
Full conversion to early_initcall() interface, remove old interface
by Eduard - Gabriel Munteanu
· 16 years ago
c2147a5
Better interface for hooking early initcalls
by Eduard - Gabriel Munteanu
· 16 years ago
89081d1
kexec jump: save/restore device state
by Huang Ying
· 16 years ago
3ab8352
kexec jump
by Huang Ying
· 16 years ago
7fccf03
kernel/kexec.c: make 'kimage_terminate' void
by WANG Cong
· 16 years ago
f1d8269
memstick: use fully asynchronous request processing
by Alex Dubov
· 16 years ago
17017d8
memstick: add "start" and "stop" methods to memstick device
by Alex Dubov
· 16 years ago
b778999
memstick: allow "set_param" method to return an error code
by Alex Dubov
· 16 years ago
0147600
tpm: Use correct data types for sizes in tpm_write() and tpm_read()
by Michael Halcrow
· 16 years ago
ec288bd
tpm: increase size of internal TPM response buffers
by Marcin Obara
· 16 years ago
3bd6046
tpm_bios.c: make 2 structs static
by Adrian Bunk
· 16 years ago
061991e
tpm: add support for Broadcom TPM TIS device HID
by LE DISEZ Erwan
· 16 years ago
adbd321
parport_pc: add base_hi BAR for oxsemi_840
by Bernhard Walle
· 16 years ago
d99a034
parport: remove superfluous local variable
by Andre Haupt
· 16 years ago
929dfb2
parport/share.c: proper externs
by Adrian Bunk
· 16 years ago
3f165e4
bfs: kill BKL
by Dmitri Vorobiev
· 16 years ago
75b25b4
bfs: assorted cleanups
by Dmitri Vorobiev
· 16 years ago
7d135a5
affs: convert s_bmlock into a mutex
by Matthias Kaehlcke
· 16 years ago
1956a96
x86 calgary: fix handling of devices that aren't behind the Calgary
by Alexis Bruemmer
· 16 years ago
8d8bb39
dma-mapping: add the device argument to dma_mapping_error()
by FUJITA Tomonori
· 16 years ago
c485b46
pnp: fix the fcpnp_driver declaration to only exist if CONFIG_PNP=y
by David Howells
· 16 years ago
999ed65
pnp: have quirk_system_pci_resources() include io resources
by Rene Herman
· 16 years ago
00412be
isa: set 24-bit dma_mask for ISA devices
by Rene Herman
· 16 years ago
e86b19c
pnp: set the pnp_card dma_mask for use by ISAPnP cards
by Rene Herman
· 16 years ago
c491b2f
asic3: platform_get_irq() may return signed unnoticed
by Roel Kluin
· 16 years ago
f3c6ba9
vfs: add cond_resched_lock while scanning dentry LRU lists
by Kentaro Makita
· 16 years ago
a76eef9
block/blk-map.c: use the new object_is_on_stack() helper
by FUJITA Tomonori
· 16 years ago
a2e2e35
pm selftest: rtc paranoia
by David Brownell
· 16 years ago
44ccac1
include/video/atmel_lcdc.h must #include <linux/workqueue.h>
by Adrian Bunk
· 16 years ago
8a21346
hugetlb: fix CONFIG_SYSCTL=n build
by Nishanth Aravamudan
· 16 years ago
16d6926
uninline arch_pick_mmap_layout()
by Andrew Morton
· 16 years ago
0c7ad10
drivers/mmc/host/sdhci.h needs scatterlist.h
by Andrew Morton
· 16 years ago
024e8ac
x86_64: fix ia32 AMD syscall audit fast-path
by Roland McGrath
· 16 years ago
1ff8419
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
8d25b36
MFD_TC6393XB is ARM-only
by Adrian Bunk
· 16 years ago
e89f382
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 16 years ago
7b35fa8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
by Linus Torvalds
· 16 years ago
29ca069
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
by Linus Torvalds
· 16 years ago
b4615e6
sys_paccept definition missing __user annotation
by Harvey Harrison
· 16 years ago
fc532f8
powerpc: Fix boot problem due to AT_BASE_PLATFORM change
by Nathan Lynch
· 16 years ago
f1373da
sparc: Wire up new system calls.
by David S. Miller
· 16 years ago
ff5d48a
Merge git://git.infradead.org/embedded-2.6
by Linus Torvalds
· 16 years ago
762b829
Merge git://git.infradead.org/~dwmw2/random-2.6
by Linus Torvalds
· 16 years ago
c6af5e9
bootmem: Move node allocation macros back to !HAVE_ARCH_BOOTMEM_NODE
by Johannes Weiner
· 16 years ago
7dcf2a9
remove dummy asm/kvm.h files
by Adrian Bunk
· 16 years ago
9b81361
signalfd: fix undefined reference to `compat_sys_signalfd4' when !CONFIG_SIGNALFD
by Ingo Molnar
· 16 years ago
e44d1b2
mm/hugetlb.c: fix build failure with !CONFIG_SYSCTL
by Ingo Molnar
· 16 years ago
44463f7
firmware: create firmware binaries during 'make modules'.
by David Woodhouse
· 16 years ago
5047887
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 16 years ago
996abf05
Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6
by Linus Torvalds
· 16 years ago
93082f0
Fix ahci driver 'flags' type
by Linus Torvalds
· 16 years ago
f87bd33
edac: mpc85xx fix pci ofdev 2nd pass
by Dave Jiang
· 16 years ago
fcb1917
edac: mv64x60 add pci fixup
by Dave Jiang
· 16 years ago
596d394
edac: mv64x60 fix get_property
by Dave Jiang
· 16 years ago
10d33e9
edac: e752x fix too loud on nonmemory errors
by Doug Thompson
· 16 years ago
124682c
edac: core fix added newline to sysfs dimm labels
by Arthur Jones
· 16 years ago
f9fc82a
edac: core fix static to dynamic kset
by Arthur Jones
· 16 years ago
327dafb
edac: core fix redundant sysfs controls to parameters
by Arthur Jones
· 16 years ago
096846e
edac: core fix workq timer
by Arthur Jones
· 16 years ago
14cc571
edac: core fix to use dynamic kobject
by Arthur Jones
· 16 years ago
b238e57
edac: i5100: cleanup
by Arthur Jones
· 16 years ago
178d5a7
edac: i5100 fix unmask ecc bits
by Arthur Jones
· 16 years ago
43920a5
edac: i5100 fix enable ecc hardware
by Arthur Jones
· 16 years ago
f7952ff
edac: i5100 fix missing bits
by Arthur Jones
· 16 years ago
8f421c59
edac: i5100 new intel chipset driver
by Arthur Jones
· 16 years ago
48e9076
fuse: lockd support
by Miklos Szeredi
· 16 years ago
33670fa
fuse: nfs export special lookups
by Miklos Szeredi
· 16 years ago
c180eeb
fuse: add fuse_lookup_name() helper
by Miklos Szeredi
· 16 years ago
dbd561d
fuse: add export operations
by Miklos Szeredi
· 16 years ago
0de6256
fuse: prepare lookup for nfs export
by Miklos Szeredi
· 16 years ago
764c76b
locks: allow ->lock() to return FILE_LOCK_DEFERRED
by Miklos Szeredi
· 16 years ago
b648a6d
locks: cleanup code duplication
by Miklos Szeredi
· 16 years ago
bde74e4
locks: add special return value for asynchronous locks
by Miklos Szeredi
· 16 years ago
cc77b15
lockd: dont return EAGAIN for a permanent error
by Miklos Szeredi
· 16 years ago
b81f3ea
taskstats: remove initialization of static per-cpu variable
by Vegard Nossum
· 16 years ago
9b0975a
per-task-delay-accounting: update document and getdelays.c for memory reclaim
by Keika Kobayashi
· 16 years ago
016ae21
per-task-delay-accounting: update taskstats for memory reclaim delay
by Keika Kobayashi
· 16 years ago
873b477
per-task-delay-accounting: add memory reclaim delay
by Keika Kobayashi
· 16 years ago
3e85ba0
tsacct: fix bacct_add_tsk()'s use of do_div()
by David Howells
· 16 years ago
297c5d9
task IO accounting: provide distinct tgid/tid I/O statistics
by Andrea Righi
· 16 years ago
0c18d7a
bsdacct: fix and add comments around acct_process()
by Pavel Emelyanov
· 16 years ago
Next »