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-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
2009-04-03
FS-Cache: Recruit a page flags for cache management
David Howells
6
-19
/
+23
2009-04-03
FS-Cache: Release page->private after failed readahead
David Howells
1
-2
/
+37
2009-04-03
kmemtrace: trace kfree() calls with NULL or zero-length objects
Pekka Enberg
3
-6
/
+6
2009-04-03
kmemtrace: use tracepoints
Eduard - Gabriel Munteanu
4
-47
/
+51
2009-04-03
kmemtrace, mm: fix slab.h dependency problem in mm/failslab.c
Pekka Enberg
1
-0
/
+1
2009-04-03
memcg: cleanup cache_charge
Daisuke Nishimura
1
-37
/
+23
2009-04-03
memcg: remove redundant message at swapon
KAMEZAWA Hiroyuki
1
-7
/
+0
2009-04-03
cgroups: use css id in swap cgroup for saving memory v5
KAMEZAWA Hiroyuki
2
-30
/
+76
2009-04-03
memcg: charge swapcache to proper memcg
Daisuke Nishimura
1
-2
/
+13
2009-04-03
memcg: remove mem_cgroup_calc_mapped_ratio()
KOSAKI Motohiro
1
-17
/
+0
2009-04-03
memcg: show memcg information during OOM
Balbir Singh
2
-0
/
+70
2009-04-03
memcg: fix OOM killer under memcg
KAMEZAWA Hiroyuki
1
-2
/
+28
2009-04-03
memcg: fix shrinking memory to return -EBUSY by fixing retry algorithm
KAMEZAWA Hiroyuki
1
-12
/
+59
2009-04-03
memcg: hierarchical stat
KAMEZAWA Hiroyuki
1
-41
/
+119
2009-04-03
memcg: use CSS ID
KAMEZAWA Hiroyuki
1
-138
/
+82
2009-04-03
cgroup: fix frequent -EBUSY at rmdir
KAMEZAWA Hiroyuki
1
-2
/
+3
2009-04-03
workqueue: add to_delayed_work() helper function
Jean Delvare
1
-2
/
+1
2009-04-03
mm: do_xip_mapping_read: fix length calculation
Martin Schwidefsky
1
-2
/
+2
2009-04-03
mm: align vmstat_work's timer
Anton Blanchard
1
-2
/
+3
2009-04-03
nommu: fix a number of issues with the per-MM VMA patch
David Howells
2
-30
/
+25
2009-04-03
generic debug pagealloc: build fix
Akinobu Mita
1
-0
/
+9
2009-04-02
Merge branch 'tracing/core-v2' into tracing-for-linus
Ingo Molnar
3
-20
/
+169
2009-04-01
shmem: writepage directly to swap
Hugh Dickins
1
-2
/
+1
2009-04-01
vmscan: fix it to take care of nodemask
KAMEZAWA Hiroyuki
2
-3
/
+13
2009-04-01
vmscan: print shrink_slab symbol name on negative shrinker objects
David Rientjes
1
-2
/
+3
2009-04-01
nommu: make CONFIG_UNEVICTABLE_LRU available when CONFIG_MMU=n
David Howells
1
-1
/
+0
2009-04-01
nommu: there is no mlock() for NOMMU, so don't provide the bits
David Howells
2
-3
/
+13
2009-04-01
mm: introduce debug_kmap_atomic
Akinobu Mita
1
-0
/
+45
2009-04-01
mm: page_mkwrite change prototype to match fault
Nick Piggin
1
-4
/
+22
2009-04-01
mm: fix proc_dointvec_userhz_jiffies "breakage"
Alexey Dobriyan
1
-9
/
+11
2009-04-01
generic debug pagealloc
Akinobu Mita
3
-0
/
+147
2009-04-01
memdup_user(): introduce
Li Zefan
1
-0
/
+30
2009-04-01
hugetlb: chg cannot become less than 0
Roel Kluin
1
-3
/
+3
2009-04-01
mm: remove pagevec_swap_free()
KOSAKI Motohiro
1
-23
/
+0
2009-04-01
mm: don't free swap slots on page deactivation
Johannes Weiner
1
-3
/
+0
2009-04-01
mm: move pagevec stripping to save unlock-relock
Johannes Weiner
1
-5
/
+2
2009-04-01
vfs: add/use account_page_dirtied()
Edward Shishkin
1
-7
/
+15
2009-04-01
vmscan: respect higher order in zone_reclaim()
Johannes Weiner
1
-0
/
+1
2009-04-01
mm: add comment why mark_page_accessed() would be better than pte_mkyoung() i...
KOSAKI Motohiro
1
-0
/
+5
[next]