Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
02d15c43225afb2ebb6d700144285175a1c4abd9
/
include
cb9fbc5
IB: expand ib_umem_get() prototype
by Arthur Kepner
· 17 years ago
309df0c
dma/ia64: update ia64 machvecs, swiotlb.c
by Arthur Kepner
· 17 years ago
74bc7ce
dma: add dma_*map*_attrs() interfaces
by Arthur Kepner
· 17 years ago
29f2a4d
memcgroup: implement failcounter reset
by Pavel Emelyanov
· 17 years ago
faebe9f
memcgroups: add a document describing the resource counter abstraction
by Pavel Emelyanov
· 17 years ago
c84872e
memcgroup: add the max_usage member on the res_counter
by Pavel Emelyanov
· 17 years ago
cf475ad
cgroups: add an owner to the mm_struct
by Balbir Singh
· 17 years ago
29486df
cgroups: introduce cft->read_seq()
by Serge E. Hallyn
· 17 years ago
28fd5df
cgroups: remove the css_set linked-list
by Li Zefan
· 17 years ago
472b105
cgroups: use a hash table for css_set finding
by Li Zefan
· 17 years ago
08ce5f1
cgroups: implement device whitelist
by Serge E. Hallyn
· 17 years ago
d447ea2
cgroups: add the trigger callback to struct cftype
by Pavel Emelyanov
· 17 years ago
e73d2c6
CGroups _s64 files: add cgroups read_s64/write_s64 file methods
by Paul Menage
· 17 years ago
3116f0e
CGroup API files: move "releasable" to cgroup_debug subsystem
by Paul Menage
· 17 years ago
9179656
CGroup API files: add cgroup map data type
by Paul Menage
· 17 years ago
2c7eabf
CGroup API files: add res_counter_read_u64()
by Paul Menage
· 17 years ago
f4c753b
CGroup API files: rename read/write_uint methods to read_write_u64
by Paul Menage
· 17 years ago
3ef0e1f
x86: olpc: add One Laptop Per Child architecture support
by Andres Salomon
· 17 years ago
c9e587ab
vt: fix background color on line feed
by Jan Engelhardt
· 17 years ago
5f97a5a
isolate ratelimit from printk.c for other use
by Dave Young
· 17 years ago
8f0cfa5
xattr: add missing consts to function arguments
by David Howells
· 17 years ago
76308da
smb.h: uses struct timespec but didn't include linux/time.h
by Ilpo Järvinen
· 17 years ago
95d8c36
lists: add "const" qualifier to first arg of list_splice() operations
by Robert P. J. Day
· 17 years ago
8673511
kbuild: move files that don't check __KERNEL__
by Robert P. J. Day
· 17 years ago
1a6924f
kbuild: remove duplicate, conflicting entry for oom.h
by Robert P. J. Day
· 17 years ago
aab3c3b
Remove superfluous include of string.h from percpu.h
by Robert P. J. Day
· 17 years ago
3a2e7f4
binfmt_misc.c: avoid potential kernel stack overflow
by Pavel Emelyanov
· 17 years ago
7d195a5
proper extern for late_time_init
by Adrian Bunk
· 17 years ago
175a06a
exec: remove argv_len from struct linux_binprm
by Tetsuo Handa
· 17 years ago
ecd0fa9
Remove the macro get_personality
by WANG Cong
· 17 years ago
6e5e8c5
Misc: phantom, consistent whitespace
by jan sonnek
· 17 years ago
7e4e8e6
Misc: phantom, add compat ioctl
by Jiri Slaby
· 17 years ago
eb0f1c4
proper __do_softirq() prototype
by Adrian Bunk
· 17 years ago
58b250d
remove mca_is_adapter_used()
by Adrian Bunk
· 17 years ago
946a57b
remove generic_commit_write()
by Adrian Bunk
· 17 years ago
d5470b5
fs/aio.c: make 3 functions static
by Adrian Bunk
· 17 years ago
07d45da
fs/drop_caches.c: make 2 functions static
by Adrian Bunk
· 17 years ago
f11b00f
fs/fs-writeback.c: make 2 functions static
by Adrian Bunk
· 17 years ago
67cde59
make vfs_ioctl() static
by Adrian Bunk
· 17 years ago
6b09ae6
make __put_super() static
by Adrian Bunk
· 17 years ago
f718e31
cpu: fix section mismatch warnings in hotcpu_register
by Sam Ravnborg
· 17 years ago
679c9cd
add RUSAGE_THREAD
by Sripathi Kodi
· 17 years ago
95b570c
Taint kernel after WARN_ON(condition)
by Nur Hussein
· 17 years ago
bd3feb1
fs/coda: remove static inline forward declarations
by Ilpo Järvinen
· 17 years ago
ede9c69
Avoid divides in BITS_TO_LONGS
by Eric Dumazet
· 17 years ago
ab857d0
mm: fix misleading __GFP_REPEAT related comments
by Nishanth Aravamudan
· 17 years ago
8ab68ab
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
by Linus Torvalds
· 17 years ago
55224bc
ide: remove ->dma_prdtable field from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 17 years ago
41051a1
ide: remove ->dma_vendor{1,3} fields from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 17 years ago
9f87abe
ide: add ide_pad_transfer() helper
by Bartlomiej Zolnierkiewicz
· 17 years ago
7c0daf2
ide: remove ->INW and ->OUTW methods
by Bartlomiej Zolnierkiewicz
· 17 years ago
94cd5b6
ide: add ->tf_load and ->tf_read methods
by Bartlomiej Zolnierkiewicz
· 17 years ago
089c5c7
ide: factor out debugging code from ide_tf_load()
by Bartlomiej Zolnierkiewicz
· 17 years ago
1fc1425
ide: add ide_execute_pkt_cmd() helper
by Bartlomiej Zolnierkiewicz
· 17 years ago
16bb69c
ide: remove ->INS{W,L} and ->OUTS{W,L} methods
by Bartlomiej Zolnierkiewicz
· 17 years ago
c5dd43e
ide: add IDE_HFLAG_MMIO host flag (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
9567b34
ide: merge ->atapi_*put_bytes and ->ata_*put_data methods
by Bartlomiej Zolnierkiewicz
· 17 years ago
92d3ab2
falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
e97e386
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6
by Linus Torvalds
· 17 years ago
e31a94e
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
by Linus Torvalds
· 17 years ago
cfd299d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6
by Linus Torvalds
· 17 years ago
01d7b36
usbhid endianness annotations and fixes
by Al Viro
· 17 years ago
b750568
fix ia64 local_irq_save() et.al.
by Al Viro
· 17 years ago
e945e84
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
by Linus Torvalds
· 17 years ago
77a50df
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
fcbd3b4
[MIPS] Pb1200/DBAu1200: move platform code to its proper place
by Sergei Shtylyov
· 17 years ago
a4a8f70
[MIPS] IP27: Fix build bug due to missing include
by Adrian Bunk
· 17 years ago
411ba7f
[MIPS] Fix some sparse warnings on traps.c and irq-msc01.c
by Atsushi Nemoto
· 17 years ago
6457d9f
[MIPS] DS1287: Add clockevent driver
by Yoichi Yuasa
· 17 years ago
4247417
[MIPS] add DECstation I/O ASIC clocksource
by Yoichi Yuasa
· 17 years ago
6ed4369
[MIPS] Alchemy: kill unused PCI_IRQ_TABLE_LOOKUP macro
by Sergei Shtylyov
· 17 years ago
66140c8
[MIPS] rbtx4938: misc cleanups
by Atsushi Nemoto
· 17 years ago
1bd0962
[MIPS] jmr3927: use generic txx9 gpio
by Atsushi Nemoto
· 17 years ago
4cad154
[MIPS] rbhma4500: use generic txx9 gpio
by Atsushi Nemoto
· 17 years ago
a9aec7f
[MIPS] generic txx9 gpio support
by Atsushi Nemoto
· 17 years ago
8aa62ad
[MIPS] make fallback gpio.h gpiolib-friendly
by Atsushi Nemoto
· 17 years ago
0167509
[MIPS] Alchemy: don't unmask timer IRQ early
by Sergei Shtylyov
· 17 years ago
a92b058
[MIPS] Move arch/mips/philips to arch/mips/nxp
by Daniel Laird
· 17 years ago
39b8d52
[MIPS] Add support for MIPS CMP platform.
by Ralf Baechle
· 17 years ago
3084024
[MIPS] Add CoreFPGA5 support; distinguish between SOCit/ROCit
by Chris Dearman
· 17 years ago
3513369
[MIPS] Allow setting of the cache attribute at run time.
by Chris Dearman
· 17 years ago
bec5052
[MIPS] Tidy up cache attributes
by Chris Dearman
· 17 years ago
962f480
[MIPS] All MIPS32 processors support64-bit physical addresses.
by Chris Dearman
· 17 years ago
73f20e5
FAT_VALID_MEDIA(): remove pointless test
by Andrew Morton
· 17 years ago
606e423
fat: Update free_clusters even if it is untrusted
by OGAWA Hirofumi
· 17 years ago
1ae43f8
fat: Add allow_utime option
by OGAWA Hirofumi
· 17 years ago
1278fdd
fat: fat_notify_change() and check_mode() cleanup
by OGAWA Hirofumi
· 17 years ago
d5dee5c
reiserfs: unpack tails on quota files
by Jan Kara
· 17 years ago
8b3e6cd
md: introduce get_priority_stripe() to improve raid456 write performance
by Dan Williams
· 17 years ago
0e27aa3
fbdev: platforming hecubafb and n411
by Jaya Kumar
· 17 years ago
03c33a4
fbdev: platforming metronomefb and am200epd
by Jaya Kumar
· 17 years ago
fd96795
gxfb/lxfb: detect framebuffer size using an MSR if VSA2 isn't available
by Andres Salomon
· 17 years ago
61a517a
gxfb/lxfb: use VSA definitions when fetching framebuffer size
by Andres Salomon
· 17 years ago
fd08580
atmel_lcdfb: wiring BGR to RGB color mode
by Nicolas Ferre
· 17 years ago
cf19a37
atmel_lcdfb: suspend/resume support
by David Brownell
· 17 years ago
b6f448e
PM/gxfb: add hook to PM console layer that allows disabling of suspend VT switch
by Andres Salomon
· 17 years ago
e933836
x86: GEODE: add Virtual Systems Architecture detection
by Andres Salomon
· 17 years ago
32bf87e
x86: geode: MSR cleanup
by Andres Salomon
· 17 years ago
e4c690e
fb: add support for foreign endianness
by Anton Vorontsov
· 17 years ago
169b6a7
gpiochip_reserve()
by Anton Vorontsov
· 17 years ago
Next »