Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
70384dc6dcc6aa76762200262820bdb8b724ecd5
70384dc
mm: fix error reporting in move_pages() syscall
by Gleb Natapov
· 14 years ago
66d7dd5
/proc/swaps: support polling
by Kay Sievers
· 14 years ago
e1ca778
mm: add vzalloc() and vzalloc_node() helpers
by Dave Young
· 14 years ago
7bbc090
mm/memory_hotplug.c: make scan_lru_pages() static
by Andrew Morton
· 14 years ago
74ce002
fs/fs-writeback.c: restore lost comment
by Andrew Morton
· 14 years ago
16b56cf
mm: fix sparse warnings on GFP_ZONE_TABLE/BAD
by Namhyung Kim
· 14 years ago
36deb0b
vmstat: include compaction.h when CONFIG_COMPACTION
by Namhyung Kim
· 14 years ago
92c09c0
mm: declare some external symbols
by Namhyung Kim
· 14 years ago
e199b5d
vmalloc: annotate lock context change on s_start/stop()
by Namhyung Kim
· 14 years ago
170168d
vmalloc: rename temporary variable in __insert_vmap_area()
by Namhyung Kim
· 14 years ago
e574b5f
rmap: make anon_vma_chain_free() static
by Namhyung Kim
· 14 years ago
e9a81a8
rmap: wrap page_check_address() using __cond_lock()
by Namhyung Kim
· 14 years ago
ea4525b
rmap: annotate lock context change on page_[un]lock_anon_vma()
by Namhyung Kim
· 14 years ago
1b36ba8
mm: wrap follow_pte() using __cond_lock()
by Namhyung Kim
· 14 years ago
e6219ec
mm: add lock release annotation on do_wp_page()
by Namhyung Kim
· 14 years ago
25ca1d6
mm: wrap get_locked_pte() using __cond_lock()
by Namhyung Kim
· 14 years ago
e6223a3
mm: add casts to/from gfp_t in gfp_to_alloc_flags()
by Namhyung Kim
· 14 years ago
0116651
mm: remove temporary variable on generic_file_direct_write()
by Namhyung Kim
· 14 years ago
68da336
x86: access_error API cleanup
by Michel Lespinasse
· 14 years ago
d065bd8
mm: retry page fault when blocking on disk transfer
by Michel Lespinasse
· 14 years ago
b522c94
mm: filemap_fault: unique path for locking page
by Michel Lespinasse
· 14 years ago
182fea8
mm: remove alignment padding from anon_vma on (some) 64 bit builds
by Richard Kennedy
· 14 years ago
ea05c84
mm: add a might_sleep_if() to dma_pool_alloc()
by Dima Zavin
· 14 years ago
d65bfac
mm: highmem documentation
by Peter Zijlstra
· 14 years ago
7a837d1
perf, x86: Fix up kmap_atomic() type
by Peter Zijlstra
· 14 years ago
ece0e2b
mm: remove pte_*map_nested()
by Peter Zijlstra
· 14 years ago
3e4d3af
mm: stack based kmap_atomic()
by Peter Zijlstra
· 14 years ago
61ecdb80
mm: strictly nested kmap_atomic()
by Peter Zijlstra
· 14 years ago
2e30244
vmscan,tmpfs: treat used once pages on tmpfs as used once
by KOSAKI Motohiro
· 14 years ago
4cbec4c
writeback: remove the internal 5% low bound on dirty_ratio
by Wu Fengguang
· 14 years ago
0e093d99
writeback: do not sleep on the congestion queue if there are no congested BDIs or if significant congestion is not being encountered in the current zone
by Mel Gorman
· 14 years ago
08fc468
vmscan: isolate_lru_pages(): stop neighbour search if neighbour cannot be isolated
by KOSAKI Motohiro
· 14 years ago
4718505
vmscan: remove dead code in shrink_inactive_list()
by KOSAKI Motohiro
· 14 years ago
7d3579e
vmscan: narrow the scenarios in whcih lumpy reclaim uses synchrounous reclaim
by KOSAKI Motohiro
· 14 years ago
bc57e00
vmscan: synchronous lumpy reclaim should not call congestion_wait()
by KOSAKI Motohiro
· 14 years ago
52bb919
writeback: account for time spent congestion_waited
by Mel Gorman
· 14 years ago
e11da5b
tracing, vmscan: add trace events for LRU list shrinking
by Mel Gorman
· 14 years ago
66d9a98
vmscan: delete dead code
by Shaohua Li
· 14 years ago
bce54bb
mm: fix typo in mm.h when NODE_NOT_IN_PAGE_FLAGS
by Will Deacon
· 14 years ago
79da826
writeback: report dirty thresholds in /proc/vmstat
by Michael Rubin
· 14 years ago
2ac3903
writeback: add /sys/devices/system/node/<node>/vmstat
by Michael Rubin
· 14 years ago
ea941f0
writeback: add nr_dirtied and nr_written to /proc/vmstat
by Michael Rubin
· 14 years ago
f629d1c
mm: add account_page_writeback()
by Michael Rubin
· 14 years ago
0def08e
mm/mempolicy.c: check return code of check_range
by Vasiliy Kulikov
· 14 years ago
74e3f3c
vmscan: prevent background aging of anon page in no swap system
by Minchan Kim
· 14 years ago
49ac825
memory hotplug: unify is_removable and offline detection code
by KAMEZAWA Hiroyuki
· 14 years ago
4b20477
memory hotplug: fix notifier's return value check
by KAMEZAWA Hiroyuki
· 14 years ago
cf608ac
mm: compaction: fix COMPACTPAGEFAILED counting
by Minchan Kim
· 14 years ago
e4455ab
mm: only build per-node scan_unevictable functions when NUMA is enabled
by Thadeu Lima de Souza Cascardo
· 14 years ago
f19e77a
include/linux/pageblock-flags.h: fix set_pageblock_flags() macro definiton
by zeal
· 14 years ago
1b430be
writeback: remove nonblocking/encountered_congestion references
by Wu Fengguang
· 14 years ago
d19d547
oom: fix locking for oom_adj and oom_score_adj
by David Rientjes
· 14 years ago
723548b
oom: rewrite error handling for oom_adj and oom_score_adj tunables
by David Rientjes
· 14 years ago
1e99bad
oom: kill all threads sharing oom killed task's mm
by David Rientjes
· 14 years ago
e18641e
oom: avoid killing a task if a thread sharing its mm cannot be killed
by David Rientjes
· 14 years ago
3d5992d
oom: add per-mm oom disable count
by Ying Han
· 14 years ago
0f4d208
Documentation/filesystems/proc.txt: improve smaps field documentation
by Matt Mackall
· 14 years ago
a4f7326
vmcore: it is not experimental any more
by WANG Cong
· 14 years ago
dbec921
um: fix IRQ flag handling naming
by Richard Weinberger
· 14 years ago
8474b59
percpu: fix list_head init bug in __percpu_counter_init()
by Masanori ITOH
· 14 years ago
52c5171
kfifo: disable __kfifo_must_check_helper()
by Andrew Morton
· 14 years ago
1b627d5
hostfs: fix UML crash: remove f_spare from hostfs
by Richard Weinberger
· 14 years ago
de5e2dd
ipmi: proper spinlock initialization
by Eric Dumazet
· 14 years ago
1f9fa52
drivers/misc/ad525x_dpot.c: fix typo in spi write16 and write24 transfer counts
by Michael Hennerich
· 14 years ago
6915e04
um: remove PAGE_SIZE alignment in linker script causing kernel segfault.
by Richard Weinberger
· 14 years ago
0935897
sgi-xp: incoming XPC channel messages can come in after the channel's partition structures have been torn down
by Robin Holt
· 14 years ago
482db6d
um: fix global timer issue when using CONFIG_NO_HZ
by Richard Weinberger
· 14 years ago
b7f50cf
mm, page-allocator: do not check the state of a non-existant buddy during free
by Mel Gorman
· 14 years ago
a75d377
types.h: move misplaced comment
by Andrew Morton
· 14 years ago
f8f72ad
mm: fix return value of scan_lru_pages in memory unplug
by KAMEZAWA Hiroyuki
· 14 years ago
45352bb
Merge git://git.infradead.org/battery-2.6
by Linus Torvalds
· 14 years ago
da62aa6
Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/i7core
by Linus Torvalds
· 14 years ago
f1ebdd6
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6
by Linus Torvalds
· 14 years ago
f99d055
Merge branch 'for_linus' of git://github.com/at91linux/linux-2.6-at91
by Linus Torvalds
· 14 years ago
2c51895
Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linux
by Linus Torvalds
· 14 years ago
4f68760
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq
by Linus Torvalds
· 14 years ago
4390110
Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 14 years ago
a4dd8dc
Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 14 years ago
24cecc1
AT91: rtc: enable built-in RTC in Kconfig for at91sam9g45 family
by Nicolas Ferre
· 14 years ago
75305d7
at91/atmel-mci: inclusion of sd/mmc driver in at91sam9g45 chip and board
by Nicolas Ferre
· 14 years ago
a2a571b
AT91: pm: make sure that r0 is 0 when dealing with cache operations
by Nicolas Ferre
· 14 years ago
8aeeda8
AT91: pm: use plain cpu_do_idle() for "wait for interrupt"
by Nicolas Ferre
· 14 years ago
bb413db
AT91: reset: extend alternate reset procedure to several chips
by Nicolas Ferre
· 14 years ago
1345562
AT91: reset routine cleanup, remove not needed icache flush
by Nicolas Ferre
· 14 years ago
ef4d63e
AT91: trivial: align comment of at91sam9g20_reset with one more tab
by Nicolas Ferre
· 14 years ago
184c82e
AT91: Fix AT91SAM9G20 reset as per the errata in the data sheet
by Peter Horton
· 14 years ago
abf0c1b
AT91: add board support for Pcontrol_G20
by Peter Gsellmann
· 14 years ago
411b5e0
net/sunrpc: Use static const char arrays
by Joe Perches
· 14 years ago
43c2e88
nfs4: fix channel attribute sanity-checks
by J. Bruce Fields
· 14 years ago
b18cae4
Merge branch 'for-next' of git://android.git.kernel.org/kernel/tegra
by Linus Torvalds
· 14 years ago
4833c16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin
by Linus Torvalds
· 14 years ago
f41649e
spi: tegra: fix error setting on timeout
by Erik Gilling
· 14 years ago
e0e170b
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
by Linus Torvalds
· 14 years ago
b20f9e5
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging
by Linus Torvalds
· 14 years ago
5260562
MN10300: Fix the PERCPU() alignment to allow for workqueues
by David Howells
· 14 years ago
42d7ba3
svcrpc: svc_tcp_sendto XPT_DEAD check is redundant
by J. Bruce Fields
· 14 years ago
01dba07
svcrpc: no need for XPT_DEAD check in svc_xprt_enqueue
by J. Bruce Fields
· 14 years ago
ac9303e
svcrpc: assume svc_delete_xprt() called only once
by J. Bruce Fields
· 14 years ago
7e4fdd0
svcrpc: never clear XPT_BUSY on dead xprt
by J. Bruce Fields
· 14 years ago
b11e7b3
hwmon: lis3: Release resources in case of failure
by Samu Onkalo
· 14 years ago
Next »