Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
9950474883e027e6e728cbcff25f7f2bf0c96530
/
mm
9950474
mm: kswapd: stop high-order balancing when any suitable zone is balanced
by Mel Gorman
· 14 years ago
c585a26
mm: remove likely() from grab_cache_page_write_begin()
by Steven Rostedt
· 14 years ago
ddf9c6d
vmalloc: remove redundant unlikely()
by Tobias Klauser
· 14 years ago
1e50df3
mempolicy: remove tasklist_lock from migrate_pages
by KOSAKI Motohiro
· 14 years ago
53a7706
mlock: do not hold mmap_sem for extended periods of time
by Michel Lespinasse
· 14 years ago
5fdb200
mm: move VM_LOCKED check to __mlock_vma_pages_range()
by Michel Lespinasse
· 14 years ago
110d74a
mm: add FOLL_MLOCK follow_page flag.
by Michel Lespinasse
· 14 years ago
fed067d
mlock: only hold mmap_sem in shared mode when faulting in pages
by Michel Lespinasse
· 14 years ago
5ecfda0
mlock: avoid dirtying pages and triggering writeback
by Michel Lespinasse
· 14 years ago
72ddc8f
do_wp_page: clarify dirty_page handling
by Michel Lespinasse
· 14 years ago
b009c02
do_wp_page: remove the 'reuse' flag
by Michel Lespinasse
· 14 years ago
212260a
mm: clear PageError bit in msync & fsync
by Rik van Riel
· 14 years ago
d0a2126
mm: unify module_alloc code for vmalloc
by David Rientjes
· 14 years ago
ec3f64f
mm: remove gfp mask from pcpu_get_vm_areas
by David Rientjes
· 14 years ago
e5a5623
mm: remove unused get_vm_area_node
by David Rientjes
· 14 years ago
f3a310b
mm: vmscan: rename lumpy_mode to reclaim_mode
by Mel Gorman
· 14 years ago
9927af74
mm: compaction: perform a faster migration scan when migrating asynchronously
by Mel Gorman
· 14 years ago
7f0f249
mm: migration: cleanup migrate_pages API by matching types for offlining and sync
by Mel Gorman
· 14 years ago
77f1fe6
mm: migration: allow migration to operate asynchronously and avoid synchronous compaction in the faster path
by Mel Gorman
· 14 years ago
3e7d344
mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaim
by Mel Gorman
· 14 years ago
ee64fc9
mm: vmscan: convert lumpy_mode into a bitmask
by Mel Gorman
· 14 years ago
b7aba69
mm: compaction: add trace events for memory compaction activity
by Mel Gorman
· 14 years ago
62c70bc
mm: convert sprintf_symbol to %pS
by Joe Perches
· 14 years ago
9cbb4cb
mm: find_get_pages_contig fixlet
by Nick Piggin
· 14 years ago
f0bc0a6
vmscan: factor out kswapd sleeping logic from kswapd()
by KOSAKI Motohiro
· 14 years ago
c3f0da6
mm/page-writeback.c: fix __set_page_dirty_no_writeback() return value
by Bob Liu
· 14 years ago
b44129b
mm: vmstat: use a single setter function and callback for adjusting percpu thresholds
by Mel Gorman
· 14 years ago
88f5acf
mm: page allocator: adjust the per-cpu counter threshold when memory is low
by Mel Gorman
· 14 years ago
275220f
Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
a1e8fad
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6
by Linus Torvalds
· 14 years ago
a45b061
Merge branch 'slab/next' into for-linus
by Pekka Enberg
· 14 years ago
72eb6a7
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 14 years ago
23d69b0
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
fa0d7e3d
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
b5c84bf
fs: dcache remove dcache_lock
by Nick Piggin
· 14 years ago
ccd35fb
kernel: kmem_ptr_validate considered harmful
by Nick Piggin
· 14 years ago
ebd1373
writeback: fix global_dirty_limits comment runtime -> real-time
by Minchan Kim
· 14 years ago
ebb76ce
memcg: fix wrong VM_BUG_ON() in try_charge()'s mm->owner check
by KAMEZAWA Hiroyuki
· 14 years ago
ffc96d6
Merge branch 'nommu-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/nommu-2.6
by Linus Torvalds
· 14 years ago
23a0790
mm/rmap.c: fix comment
by Figo.zhang
· 14 years ago
a4790c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 14 years ago
29c185e
nommu: Provide stubbed alloc/free_vm_area() implementation.
by Paul Mundt
· 14 years ago
9a14f65
nommu: Fix up vmalloc_node() symbol export regression.
by Paul Mundt
· 14 years ago
0d1836c
mm/migrate.c: fix compilation error
by Michal Nazarewicz
· 14 years ago
d153ba6
writeback: do uninterruptible sleep in balance_dirty_pages()
by Wu Fengguang
· 14 years ago
dd9e5ef
mm/compaction.c: avoid double mem_cgroup_del_lru()
by Minchan Kim
· 14 years ago
4b7bd36
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
bcbea79
percpu: print out alloc information with KERN_DEBUG instead of KERN_INFO
by Tejun Heo
· 14 years ago
7c83912
vmstat: User per cpu atomics to avoid interrupt disable / enable
by Christoph Lameter
· 14 years ago
908ee0f
vmstat: Use this_cpu_inc_return for vm statistics
by Christoph Lameter
· 14 years ago
275c8b9
Merge branch 'this_cpu_ops' into for-2.6.38
by Tejun Heo
· 14 years ago
909ea96
core: Replace __get_cpu_var with __this_cpu_read if not used for an address.
by Christoph Lameter
· 14 years ago
12938a9
vmstat: Optimize zone counter modifications through the use of this cpu operations
by Christoph Lameter
· 14 years ago
462e635e
install_special_mapping skips security_file_mmap check.
by Tavis Ormandy
· 14 years ago
afe2c51
workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()
by Tejun Heo
· 14 years ago
38971ce
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 14 years ago
7af4c09
percpu: zero memory more efficiently in mm/percpu.c::pcpu_mem_alloc()
by Jesper Juhl
· 14 years ago
7787d2c
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6
by Linus Torvalds
· 14 years ago
c9e664f
PM / Hibernate: Fix memory corruption related to swap
by Rafael J. Wysocki
· 14 years ago
771f8bc
Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6
by Linus Torvalds
· 14 years ago
37d5744
slub: Fix a crash during slabinfo -v
by Tero Roponen
· 14 years ago
8165984
slub: Fix a crash during slabinfo -v
by Tero Roponen
· 14 years ago
a0b0f58
ksm: annotate ksm_thread_mutex is no deadlock source
by KOSAKI Motohiro
· 14 years ago
20d6c96
mem-hotplug: introduce {un}lock_memory_hotplug()
by KOSAKI Motohiro
· 14 years ago
64141da
vmalloc: eagerly clear ptes on vunmap
by Jeremy Fitzhardinge
· 14 years ago
e172662
vmstat: fix dirty threshold ordering
by Wu Fengguang
· 14 years ago
55cfaa3
mm/mempolicy.c: add rcu read lock to protect pid structure
by Zeng Zhaoming
· 14 years ago
1f64d69
mm/hugetlb.c: avoid double unlock_page() in hugetlb_fault()
by Dean Nelson
· 14 years ago
6072d13
Call the filesystem back whenever a page is removed from the page cache
by Linus Torvalds
· 14 years ago
fa9f90b
Kill off a bunch of warning: ‘inline’ is not at beginning of declaration
by Jesper Juhl
· 14 years ago
85beb58
tracing/slab: Move kmalloc tracepoint out of inline code
by Steven Rostedt
· 14 years ago
f30195c
Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into for-2.6.38/core
by Jens Axboe
· 14 years ago
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
e525fd8
block: make blkdev_get/put() handle exclusive access
by Tejun Heo
· 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
98072e4
slub: Fix slub_lock down/up imbalance
by Pavel Emelyanov
· 14 years ago
4a92379
slub tracing: move trace calls out of always inlined functions to reduce kernel code size
by Richard Kennedy
· 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
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 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
Next »