Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e281f7ec95fbbf905c10e11c83231f3d9090c22f
/
mm
5f0af70
mm: remove call to find_vma in pagewalk for non-hugetlbfs
by David Sterba
· 14 years ago
e9959f0
mm/page_alloc.c: fix build_all_zonelist() where percpu_alloc() is wrongly called under stop_machine_run()
by KAMEZAWA Hiroyuki
· 14 years ago
a42c390
cgroups: make swap accounting default behavior configurable
by Michal Hocko
· 14 years ago
b1dd693
memcg: avoid deadlock between move charge and try_charge()
by Daisuke Nishimura
· 14 years ago
112bc2e
memcg: fix false positive VM_BUG on non-SMP
by Kirill A. Shutemov
· 14 years ago
04c3496
nommu: yield CPU while disposing VM
by Steven J. Magnani
· 14 years ago
2744b88
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6
by Linus Torvalds
· 14 years ago
68cee4f1
slub: Fix slub_lock down/up imbalance
by Pavel Emelyanov
· 14 years ago
27d20fd
radix-tree: fix RCU bug
by Nick Piggin
· 14 years ago
1dce071e
vmscan: avoid setting zone congested if no page dirty
by Shaohua Li
· 14 years ago
8d056cb
mm/vfs: revalidate page->mapping in do_generic_file_read()
by Dave Hansen
· 14 years ago
d2e61b8
memcg: null dereference on allocation failure
by Dan Carpenter
· 14 years ago
63bfd73
perf_events: Fix perf_counter_mmap() hook in mprotect()
by Pekka Enberg
· 14 years ago
ff8b16d
vmstat: fix offset calculation on void*
by Wu Fengguang
· 14 years ago
d88c092
Release page reference during page fault retry
by Michel Lespinasse
· 14 years ago
120a795
audit mmap
by Al Viro
· 14 years ago
3c26ff6
convert get_sb_nodev() users
by Al Viro
· 14 years ago
800416f
numa: fix slab_node(MPOL_BIND)
by Eric Dumazet
· 14 years ago
bdab225
Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300
by Linus Torvalds
· 14 years ago
0be8557
fuse: use release_pages()
by Miklos Szeredi
· 14 years ago
26174ef
memcg: generic filestat update interface
by KAMEZAWA Hiroyuki
· 14 years ago
1489eba
memcg: cpu hotplug aware quick acount_move detection
by KAMEZAWA Hiroyuki
· 14 years ago
711d3d2
memcg: cpu hotplug aware percpu count updates
by KAMEZAWA Hiroyuki
· 14 years ago
7d74b06
memcg: use for_each_mem_cgroup
by KAMEZAWA Hiroyuki
· 14 years ago
32047e2
memcg: avoid lock in updating file_mapped (Was fix race in file_mapped accouting flag management
by KAMEZAWA Hiroyuki
· 14 years ago
0c270f8
memcg: fix race in file_mapped accouting flag management
by KAMEZAWA Hiroyuki
· 14 years ago
a8e23a2
mm,x86: fix kmap_atomic_push vs ioremap_32.c
by Peter Zijlstra
· 14 years ago
7c7fcf7
MN10300: Save frame pointer in thread_info struct rather than global var
by David Howells
· 14 years ago
426e1f5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
766f916
kernel: remove PF_FLUSHER
by Peter Zijlstra
· 14 years ago
3ecb01d
use clear_page()/copy_page() in favor of memset()/memcpy() on whole pages
by Jan Beulich
· 14 years ago
732eacc
replace nested max/min macros with {max,min}3 macro
by Hagen Paul Pfeifer
· 14 years ago
f3ab263
mm: do_migrate_range: reduce list_empty() check
by Bob Liu
· 14 years ago
809c444
mm: do_migrate_range: exit loop if not_managed is true
by Bob Liu
· 14 years ago
f6a3607
mm: page_isolation: codeclean fix comment and rm unneeded val init
by Bob Liu
· 14 years ago
572438f
mm: fix is_mem_section_removable() page_order BUG_ON check
by KAMEZAWA Hiroyuki
· 14 years ago
44e2aa9
mm/hugetlb.c: add missing spin_lock() to hugetlb_cow()
by Dean Nelson
· 14 years ago
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
36deb0b
vmstat: include compaction.h when CONFIG_COMPACTION
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
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
ea05c84
mm: add a might_sleep_if() to dma_pool_alloc()
by Dima Zavin
· 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
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
79da826
writeback: report dirty thresholds in /proc/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
1b430be
writeback: remove nonblocking/encountered_congestion references
by Wu Fengguang
· 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
b7f50cf
mm, page-allocator: do not check the state of a non-existant buddy during free
by Mel Gorman
· 14 years ago
f8f72ad
mm: fix return value of scan_lru_pages in memory unplug
by KAMEZAWA Hiroyuki
· 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
7ccf19a
fs: inode split IO and LRU lists
by Nick Piggin
· 14 years ago
85fe402
fs: do not assign default i_ino in new_inode
by Christoph Hellwig
· 14 years ago
7de9c6ee
new helper: ihold()
by Al Viro
· 14 years ago
1d3382cb
new helper: inode_unhashed()
by Al Viro
· 14 years ago
e2b8d7a
[S390] add support for nonquiescing sske
by Martin Schwidefsky
· 14 years ago
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
76c39e4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6
by Linus Torvalds
· 14 years ago
1765a1f
Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 14 years ago
6d4121f
Merge branch 'master' into for-linus
by Pekka Enberg
· 14 years ago
45888a0
export __get_user_pages_fast() function
by Xiao Guangrong
· 14 years ago
0fc0531
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 14 years ago
91b7450
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
a288709
Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
46e387b
Merge branch 'hwpoison-hugepages' into hwpoison
by Andi Kleen
· 14 years ago
e9d0856
Merge branch 'hwpoison-cleanups' into hwpoison
by Andi Kleen
· 14 years ago
3044100
Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
c3b86a2
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
10ccd84
memory_hotplug: drop spurious calls to flush_scheduled_work()
by Tejun Heo
· 14 years ago
Next »