index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-13
mm: kswapd: keep kswapd awake for high-order allocations until a percentage o...
Mel Gorman
1
-9
/
+49
2011-01-13
mm: kswapd: stop high-order balancing when any suitable zone is balanced
Mel Gorman
2
-12
/
+64
2011-01-13
mm: remove likely() from grab_cache_page_write_begin()
Steven Rostedt
1
-1
/
+1
2011-01-13
vmalloc: remove redundant unlikely()
Tobias Klauser
1
-1
/
+1
2011-01-13
mempolicy: remove tasklist_lock from migrate_pages
KOSAKI Motohiro
1
-3
/
+0
2011-01-13
mlock: do not hold mmap_sem for extended periods of time
Michel Lespinasse
4
-25
/
+47
2011-01-13
mm: move VM_LOCKED check to __mlock_vma_pages_range()
Michel Lespinasse
1
-13
/
+13
2011-01-13
mm: add FOLL_MLOCK follow_page flag.
Michel Lespinasse
2
-60
/
+27
2011-01-13
mlock: only hold mmap_sem in shared mode when faulting in pages
Michel Lespinasse
1
-17
/
+64
2011-01-13
mlock: avoid dirtying pages and triggering writeback
Michel Lespinasse
2
-2
/
+12
2011-01-13
do_wp_page: clarify dirty_page handling
Michel Lespinasse
1
-34
/
+38
2011-01-13
do_wp_page: remove the 'reuse' flag
Michel Lespinasse
1
-6
/
+5
2011-01-13
mm: clear PageError bit in msync & fsync
Rik van Riel
1
-1
/
+1
2011-01-13
mm: unify module_alloc code for vmalloc
David Rientjes
1
-21
/
+29
2011-01-13
mm: remove gfp mask from pcpu_get_vm_areas
David Rientjes
2
-13
/
+10
2011-01-13
mm: remove unused get_vm_area_node
David Rientjes
1
-7
/
+0
2011-01-13
mm: vmscan: rename lumpy_mode to reclaim_mode
Mel Gorman
1
-35
/
+35
2011-01-13
mm: compaction: perform a faster migration scan when migrating asynchronously
Mel Gorman
1
-0
/
+15
2011-01-13
mm: migration: cleanup migrate_pages API by matching types for offlining and ...
Mel Gorman
4
-8
/
+10
2011-01-13
mm: migration: allow migration to operate asynchronously and avoid synchronou...
Mel Gorman
7
-26
/
+49
2011-01-13
mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaim
Mel Gorman
4
-49
/
+175
2011-01-13
mm: vmscan: convert lumpy_mode into a bitmask
Mel Gorman
1
-18
/
+28
2011-01-13
mm: compaction: add trace events for memory compaction activity
Mel Gorman
1
-1
/
+13
2011-01-13
mm: convert sprintf_symbol to %pS
Joe Perches
2
-14
/
+6
2011-01-13
mm: find_get_pages_contig fixlet
Nick Piggin
1
-3
/
+10
2011-01-13
vmscan: factor out kswapd sleeping logic from kswapd()
KOSAKI Motohiro
1
-46
/
+46
2011-01-13
mm/page-writeback.c: fix __set_page_dirty_no_writeback() return value
Bob Liu
1
-1
/
+1
2011-01-13
mm: vmstat: use a single setter function and callback for adjusting percpu th...
Mel Gorman
2
-31
/
+24
2011-01-13
mm: page allocator: adjust the per-cpu counter threshold when memory is low
Mel Gorman
4
-40
/
+107
2011-01-13
Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-3
/
+4
2011-01-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
5
-5
/
+5
2011-01-12
Merge branch 'apei' into release
Len Brown
1
-0
/
+1
2011-01-12
ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type support
Huang Ying
1
-0
/
+1
2011-01-11
slub: Avoid use of slub_lock in show_slab_objects()
Christoph Lameter
1
-2
/
+2
2011-01-11
memory hotplug: one more lock on memory hotplug
KAMEZAWA Hiroyuki
1
-0
/
+4
2011-01-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
2
-22
/
+46
2011-01-09
Merge branch 'slab/next' into for-linus
Pekka Enberg
2
-22
/
+46
2011-01-07
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
3
-45
/
+118
2011-01-07
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2
-2
/
+2
2011-01-07
fs: icache RCU free inodes
Nick Piggin
1
-1
/
+8
2011-01-07
fs: dcache remove dcache_lock
Nick Piggin
1
-3
/
+0
2011-01-07
kernel: kmem_ptr_validate considered harmful
Nick Piggin
4
-97
/
+1
2011-01-04
writeback: fix global_dirty_limits comment runtime -> real-time
Minchan Kim
1
-1
/
+1
2010-12-30
memcg: fix wrong VM_BUG_ON() in try_charge()'s mm->owner check
KAMEZAWA Hiroyuki
1
-10
/
+9
2010-12-27
Merge branch 'nommu-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+27
2010-12-27
mm/rmap.c: fix comment
Figo.zhang
1
-1
/
+1
2010-12-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
1
-1
/
+1
2010-12-24
nommu: Provide stubbed alloc/free_vm_area() implementation.
Paul Mundt
1
-1
/
+26
2010-12-24
nommu: Fix up vmalloc_node() symbol export regression.
Paul Mundt
1
-0
/
+1
2010-12-22
mm/migrate.c: fix compilation error
Michal Nazarewicz
1
-0
/
+2
[prev]
[next]