Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
253278f2b5062e05cae6d46fe08b849d9be32336
« Previous
3871902
sys_swapon: simplify error flow in read_swap_header()
by Cesar Eduardo Barros
· 14 years ago
ca8bd38
sys_swapon: separate parsing of swapfile header
by Cesar Eduardo Barros
· 14 years ago
5de771e
sys_swapon: move setting of swapfilepages near use
by Cesar Eduardo Barros
· 14 years ago
87ade72
sys_swapon: simplify error flow in claim_swapfile()
by Cesar Eduardo Barros
· 14 years ago
4d0e1e1
sys_swapon: separate bdev claim and inode lock
by Cesar Eduardo Barros
· 14 years ago
bd69010
sys_swapon: use a single error label
by Cesar Eduardo Barros
· 14 years ago
9b01c35
sys_swapon: do only cleanup in the cleanup blocks
by Cesar Eduardo Barros
· 14 years ago
f2090d2
sys_swapon: remove bdev variable
by Cesar Eduardo Barros
· 14 years ago
7de7fb6
sys_swapon: move setting of error nearer use
by Cesar Eduardo Barros
· 14 years ago
83ef99b
sys_swapon: remove did_down variable
by Cesar Eduardo Barros
· 14 years ago
28b36bd
sys_swapon: remove initial value of name variable
by Cesar Eduardo Barros
· 14 years ago
730c058
sys_swapon: simplify error flow in alloc_swap_info()
by Cesar Eduardo Barros
· 14 years ago
2542e513
sys_swapon: simplify error return from swap_info allocation
by Cesar Eduardo Barros
· 14 years ago
53cbb24
sys_swapon: separate swap_info allocation
by Cesar Eduardo Barros
· 14 years ago
e8e6c2e
sys_swapon: do not depend on "type" after allocation
by Cesar Eduardo Barros
· 14 years ago
80b0df12
sys_swapon: remove changelog from function comment
by Cesar Eduardo Barros
· 14 years ago
803d0c83
sys_swapon: use vzalloc() instead of vmalloc/memset
by Cesar Eduardo Barros
· 14 years ago
cc5d462
mm: use __GFP_OTHER_NODE for transparent huge pages
by Andi Kleen
· 14 years ago
78afd56
mm: add __GFP_OTHER_NODE flag
by Andi Kleen
· 14 years ago
11bc82d
mm: compaction: Use async migration for __GFP_NO_KSWAPD and enforce no writeback
by Andrea Arcangeli
· 14 years ago
b2eef8c
mm: compaction: minimise the time IRQs are disabled while isolating pages for migration
by Andrea Arcangeli
· 14 years ago
602605a
mm: compaction: minimise the time IRQs are disabled while isolating free pages
by Mel Gorman
· 14 years ago
5b280c0
mm: don't return 0 too early from find_get_pages()
by Hugh Dickins
· 14 years ago
9d8aa4e
mm: remove worrying dead code from find_get_pages()
by Hugh Dickins
· 14 years ago
c033a93
hugetlbfs: correct handling of negative input to /proc/sys/vm/nr_hugepages
by Petr Holasek
· 14 years ago
8afdcec
mm: vmscan: kswapd should not free an excessive number of pages when balancing small zones
by Mel Gorman
· 14 years ago
7571966
mempolicy: remove redundant check in __mpol_equal()
by Namhyung Kim
· 14 years ago
4031a21
smaps: have smaps show transparent huge pages
by Dave Hansen
· 14 years ago
22e057c
smaps: teach smaps_pte_range() about THP pmds
by Dave Hansen
· 14 years ago
3c9acc7
smaps: pass pte size argument in to smaps_pte_entry()
by Dave Hansen
· 14 years ago
ae11c4d
smaps: break out smaps_pte_entry() from smaps_pte_range()
by Dave Hansen
· 14 years ago
0331932
pagewalk: only split huge pages when necessary
by Dave Hansen
· 14 years ago
278df9f
mm: reclaim invalidated page ASAP
by Minchan Kim
· 14 years ago
3f58a82
memcg: move memcg reclaimable page into tail of inactive list
by Minchan Kim
· 14 years ago
3156018
mm: deactivate invalidated pages
by Minchan Kim
· 14 years ago
481b4bb
mm: mm_struct: remove 16 bytes of alignment padding on 64 bit builds
by Richard Kennedy
· 14 years ago
cb24045
mm: remove unused TestSetPageLocked() interface
by Michel Lespinasse
· 14 years ago
01d8b20
mm: simplify anon_vma refcounts
by Peter Zijlstra
· 14 years ago
8381326
mm: move anon_vma ref out from under CONFIG_foo
by Peter Zijlstra
· 14 years ago
9e60109
mm: rename drop_anon_vma() to put_anon_vma()
by Peter Zijlstra
· 14 years ago
7bc32f6
mm: debug-pagealloc: fix kconfig dependency warning
by Akinobu Mita
· 14 years ago
1d16871
mm: batch-free pcp list if possible
by Namhyung Kim
· 14 years ago
e64a782
mm: change __remove_from_page_cache()
by Minchan Kim
· 14 years ago
702cfbf
mm: goodbye remove_from_page_cache()
by Minchan Kim
· 14 years ago
5adc7b5
mm: truncate: change remove_from_page_cache
by Minchan Kim
· 14 years ago
4c73b1b
mm: shmem: change remove_from_page_cache
by Minchan Kim
· 14 years ago
bd65cb8
mm: hugetlbfs: change remove_from_page_cache
by Minchan Kim
· 14 years ago
97cecb5
mm: introduce delete_from_page_cache()
by Minchan Kim
· 14 years ago
ef6a3c6
mm: add replace_page_cache_page() function
by Miklos Szeredi
· 14 years ago
318b275
mm: allow GUP to fail instead of waiting on a page
by Gleb Natapov
· 14 years ago
5fda1bd
mm: notifier_from_errno() cleanup
by Prarit Bhargava
· 14 years ago
cbf978b
oom: suppress nodes that are not allowed from meminfo on page alloc failure
by David Rientjes
· 14 years ago
29423e77
oom: suppress show_mem() for many nodes in irq context on page alloc failure
by David Rientjes
· 14 years ago
ddd588b
oom: suppress nodes that are not allowed from meminfo on oom kill
by David Rientjes
· 14 years ago
94dcf29
kthread: use kthread_create_on_node()
by Eric Dumazet
· 14 years ago
207205a
kthread: NUMA aware kthread_create_on_node()
by Eric Dumazet
· 14 years ago
b6a8401
mm: NUMA aware alloc_thread_info_node()
by Eric Dumazet
· 14 years ago
504f52b
mm: NUMA aware alloc_task_struct_node()
by Eric Dumazet
· 14 years ago
9d502c1
mm/compaction: check migrate_pages's return value instead of list_empty()
by Minchan Kim
· 14 years ago
d527caf
mm: compaction: prevent kswapd compacting memory to reduce CPU usage
by Andrea Arcangeli
· 14 years ago
8969960
mm: vmap area cache
by Nick Piggin
· 14 years ago
ef0a5e8
pwm_backlight: add check_fb() hook
by Robert Morell
· 14 years ago
0508e04
drivers/video/backlight/jornada720_*.c: make needlessly global symbols static
by Axel Lin
· 14 years ago
b372412
backlight: apple_bl depends on ACPI
by Randy Dunlap
· 14 years ago
39b3dee
mbp_nvidia_bl: rename to apple_bl
by Matthew Garrett
· 14 years ago
99fd28e
mbp_nvidia_bl: check that the backlight control functions
by Matthew Garrett
· 14 years ago
23a9847
mbp_nvidia_bl: remove DMI dependency
by Matthew Garrett
· 14 years ago
9661e92
acpi: tie ACPI backlight devices to PCI devices if possible
by Matthew Garrett
· 14 years ago
7eae3ef
nouveau: change the backlight parent device to the connector, not the PCI dev
by Matthew Garrett
· 14 years ago
63ec011
radeon: expose backlight class device for legacy LVDS encoder
by Michel Dänzer
· 14 years ago
bb7ca74
backlight: add backlight type
by Matthew Garrett
· 14 years ago
ccd7510
drivers/leds/leds-lp5523.c: world-writable engine* sysfs files
by Vasiliy Kulikov
· 14 years ago
67d1da7
drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
by Vasiliy Kulikov
· 14 years ago
1baf0eb
drivers/vidfeo/backlight: ld9040 amoled driver support
by Donghwa Lee
· 14 years ago
9517f92
leds: make *struct gpio_led_platform_data.leds const
by Uwe Kleine-König
· 14 years ago
b1e6b70
leds: add driver for LM3530 ALS
by Shreshtha Kumar Sahu
· 14 years ago
551ea73
leds: convert bd2802 driver to dev_pm_ops
by Mark Brown
· 14 years ago
8d25879
cgroups: if you list_empty() a head then don't list_del() it
by Phil Carmody
· 14 years ago
edd4554
oom: avoid deferring oom killer if exiting task is being traced
by David Rientjes
· 14 years ago
30e2b41
oom: skip zombies when iterating tasklist
by Andrey Vagin
· 14 years ago
3a5dda7
oom: prevent unnecessary oom kills or kernel panics
by David Rientjes
· 14 years ago
52c5056
mm: swap: unlock swapfile inode mutex before closing file on bad swapfiles
by Mel Gorman
· 14 years ago
c7a1fcd
include/asm-generic/unistd.h: fix syncfs syscall number
by Andrew Morton
· 14 years ago
51e8165
Remove pointless memset in nfsacl_encode()
by Jesper Juhl
· 14 years ago
4667058
nfs4: Fix NULL dereference at d_alloc_and_lookup()
by Gusev Vitaliy
· 14 years ago
56be141
MAINTAINERS: de-orphan fbdev.
by Paul Mundt
· 14 years ago
01ba825
Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6
by Linus Torvalds
· 14 years ago
ab70a1d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 14 years ago
0adfc56
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 14 years ago
d958c62
MAINTAINERS: Add file pattern for fb dt bindings.
by Paul Mundt
· 14 years ago
f23eb2b
tty: stop using "delayed_work" in the tty layer
by Linus Torvalds
· 14 years ago
9c7fbe2
video: Move sm501fb devicetree binding documentation to a better place.
by Paul Mundt
· 14 years ago
9f6af27
pstore: cleanups to pstore_dump()
by Tony Luck
· 14 years ago
117a91e
Squashfs: Use vmalloc rather than kmalloc for zlib workspace
by Phillip Lougher
· 14 years ago
246408d
SUNRPC: Never reuse the socket port after an xs_close()
by Trond Myklebust
· 14 years ago
472af2b
[media] videobuf2-dma-contig: make cookie() return a pointer to dma_addr_t
by Pawel Osciak
· 14 years ago
d6db5bf
[media] sh_mobile_ceu_camera: Do not call vb2's mem_ops directly
by Pawel Osciak
· 14 years ago
d366d4a
[media] V4L: soc-camera: explicitly require V4L2_BUF_TYPE_VIDEO_CAPTURE
by Guennadi Liakhovetski
· 14 years ago
0e4c180
[media] v4l: soc-camera: Store negotiated buffer settings
by Sergio Aguirre
· 14 years ago
3ea205c
avr32: at32ap700x: fix typo in DMA master configuration
by Jamie Iles
· 14 years ago
Next »