index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-29
memcg: fix build warning and avoid checking for mem != null again and again
Nikanth Karthikesan
1
-9
/
+1
2009-05-29
mm: account for MAP_SHARED mappings using VM_MAYSHARE and not VM_SHARED in hu...
Mel Gorman
1
-13
/
+13
2009-05-29
memcg: fix deadlock between lock_page_cgroup and mapping tree_lock
Daisuke Nishimura
5
-7
/
+10
2009-05-29
oom: fix possible oom_dump_tasks NULL pointer
David Rientjes
1
-9
/
+15
2009-05-22
hugh: update email address
Hugh Dickins
1
-1
/
+1
2009-05-21
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2
-15
/
+19
2009-05-18
[ARM] Double check memmap is actually valid with a memmap has unexpected hole...
Mel Gorman
2
-15
/
+19
2009-05-18
page-writeback: fix the calculation of the oldest_jif in wb_kupdate()
Toshiyuki Okajima
1
-3
/
+3
2009-05-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
2
-2
/
+9
2009-05-15
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-19
/
+12
2009-05-15
Revert "mm: add /proc controls for pdflush threads"
Jens Axboe
1
-19
/
+12
2009-05-13
Revert "Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regions"
Linus Torvalds
1
-8
/
+0
2009-05-07
NOMMU: Don't check vm_region::vm_start is page aligned in add_nommu_region()
David Howells
1
-2
/
+0
2009-05-07
nommu: make the initial mmap allocation excess behaviour Kconfig configurable
David Howells
2
-1
/
+29
2009-05-07
nommu: clamp zone_batchsize() to 0 under NOMMU conditions
David Howells
1
-0
/
+18
2009-05-07
mm: use roundown_pow_of_two() in zone_batchsize()
David Howells
1
-1
/
+1
2009-05-07
alloc_vmap_area: fix memory leak
Ralph Wuerthner
1
-0
/
+1
2009-05-07
oom: prevent livelock when oom_kill_allocating_task is set
David Rientjes
1
-23
/
+21
2009-05-06
Merge branches 'topic/documentation', 'topic/slub/fixes' and 'topic/urgent' i...
Pekka Enberg
2
-2
/
+9
2009-05-06
mm: SLOB fix reclaim_state
Nick Piggin
1
-1
/
+4
2009-05-06
mm: SLUB fix reclaim_state
Nick Piggin
1
-0
/
+3
2009-05-06
Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regions
Mel Gorman
1
-0
/
+8
2009-05-03
vmscan: avoid multiplication overflow in shrink_zone()
Andrew Morton
1
-1
/
+1
2009-05-03
mm: fix Committed_AS underflow on large NR_CPUS environment
KOSAKI Motohiro
3
-58
/
+13
2009-05-03
memcg: fix mem_cgroup_shrink_usage()
Daisuke Nishimura
2
-23
/
+18
2009-05-03
mm: close page_mkwrite races
Nick Piggin
1
-32
/
+76
2009-05-03
memcg: fix try_get_mem_cgroup_from_swapcache()
Daisuke Nishimura
1
-3
/
+2
2009-05-03
mm: fix pageref leak in do_swap_page()
Johannes Weiner
1
-2
/
+2
2009-04-23
slub: enforce MAX_ORDER
David Rientjes
1
-1
/
+2
2009-04-22
vmscan,memcg: reintroduce sc->may_swap
KOSAKI Motohiro
1
-4
/
+8
2009-04-18
PM/Hibernate: Fix memory shrinking
Rafael J. Wysocki
1
-2
/
+3
2009-04-17
mm: pass correct mm when growing stack
Hugh Dickins
1
-1
/
+1
2009-04-16
Export filemap_write_and_wait_range
Chris Mason
1
-0
/
+1
2009-04-14
shmem: respect MAX_LFS_FILESIZE
Hugh Dickins
1
-5
/
+20
2009-04-14
shmem: fix division by zero
Yuri Tikhonov
1
-1
/
+1
2009-04-14
memcg: remove warning when CONFIG_DEBUG_VM=n
KAMEZAWA Hiroyuki
1
-1
/
+1
2009-04-14
mm: document get_user_pages_fast()
Andy Grover
1
-0
/
+16
2009-04-14
mm: point the UNEVICTABLE_LRU config option at the documentation
David Howells
1
-0
/
+2
2009-04-14
filemap: fix kernel-doc warnings
Randy Dunlap
1
-2
/
+2
2009-04-07
mm: add /proc controls for pdflush threads
Peter W Morreale
1
-12
/
+19
2009-04-07
mm: fix pdflush thread creation upper bound
Peter W Morreale
1
-6
/
+24
2009-04-07
percpu: __percpu_depopulate_mask can take a const mask
Stephen Rothwell
1
-1
/
+1
2009-04-07
Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-50
/
+55
2009-04-06
block: change the request allocation/congestion logic to be sync/async based
Jens Axboe
1
-5
/
+5
2009-04-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
Linus Torvalds
1
-0
/
+2
2009-04-05
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-20
/
+169
2009-04-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask
Linus Torvalds
4
-7
/
+9
2009-04-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2009-04-04
Staging: pohmelfs: kconfig/makefile and vfs changes.
Evgeniy Polyakov
1
-0
/
+2
2009-04-03
CacheFiles: Permit the page lock state to be monitored
David Howells
1
-0
/
+18
[next]