index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-04-26
5
-18
/
+26
|
\
|
*
mm: fix NULL ptr dereference in move_pages
Sasha Levin
2012-04-25
1
-8
/
+8
|
*
mm: fix NULL ptr dereference in migrate_pages
Sasha Levin
2012-04-25
1
-4
/
+7
|
*
mm: fix up the vmscan stat in vmstat
Ying Han
2012-04-25
2
-5
/
+10
|
*
mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vma
Konstantin Khlebnikov
2012-04-25
1
-1
/
+1
*
|
mm: memcg: move pc lookup point to commit_charge()
Johannes Weiner
2012-04-25
1
-12
/
+5
*
|
mm: nobootmem: Correct alloc_bootmem semantics.
David Miller
2012-04-25
1
-2
/
+8
*
|
mm: fix s390 BUG by __set_page_dirty_no_writeback on swap
Hugh Dickins
2012-04-23
1
-1
/
+1
|
/
*
kill mm argument of vm_munmap()
Al Viro
2012-04-21
2
-4
/
+6
*
VM: add "vm_mmap()" helper function
Linus Torvalds
2012-04-20
2
-4
/
+54
*
VM: add "vm_munmap()" helper function
Linus Torvalds
2012-04-20
2
-8
/
+16
*
VM: add "vm_brk()" helper function
Linus Torvalds
2012-04-20
2
-3
/
+15
*
memblock: memblock should be able to handle zero length operations
Tejun Heo
2012-04-20
1
-1
/
+6
*
memcg: fix Bad page state after replace_page_cache
Hugh Dickins
2012-04-18
1
-0
/
+1
*
Revert "mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()"
Ying Han
2012-04-12
1
-6
/
+1
*
hugetlb: fix race condition in hugetlb_fault()
Chris Metcalf
2012-04-12
1
-0
/
+2
*
memcg: do not open code accesses to res_counter members
Glauber Costa
2012-04-12
1
-2
/
+2
*
memcg: fix broken boolen expression
Kirill A. Shutemov
2012-04-12
1
-1
/
+1
*
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-03-28
6
-51
/
+136
|
\
|
*
radix-tree: use iterators in find_get_pages* functions
Konstantin Khlebnikov
2012-03-28
1
-48
/
+38
|
*
mm: only IPI CPUs to drain local pages if they exist
Gilad Ben-Yossef
2012-03-28
1
-2
/
+38
|
*
slub: only IPI CPUs that have per cpu obj to flush
Gilad Ben-Yossef
2012-03-28
1
-1
/
+9
|
*
swapon: check validity of swap_flags
Hugh Dickins
2012-03-28
1
-0
/
+3
|
*
mm, coredump: fail allocations when coredumping instead of oom killing
David Rientjes
2012-03-28
1
-0
/
+4
|
*
mm: thp: fix up pmd_trans_unstable() locations
Andrea Arcangeli
2012-03-28
1
-0
/
+4
|
*
mm for fs: add truncate_pagecache_range()
Hugh Dickins
2012-03-28
1
-0
/
+40
*
|
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2012-03-28
2
-9
/
+73
|
\
\
|
|
/
|
/
|
|
*
mm: SLAB Out-of-memory diagnostics
Rafael Aquini
2012-03-10
1
-1
/
+50
|
*
slub: per cpu partial statistics change
Alex Shi
2012-02-18
1
-3
/
+9
|
*
slub: include include for prefetch
Christoph Lameter
2012-02-10
1
-0
/
+1
|
*
slub: Do not hold slub_lock when calling sysfs_slab_add()
Christoph Lameter
2012-02-06
1
-1
/
+2
|
*
slub: prefetch next freelist pointer in slab_alloc()
Eric Dumazet
2012-01-24
1
-1
/
+9
|
*
slab, cleanup: remove unneeded return
Zhao Jin
2012-01-23
1
-3
/
+2
*
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2012-03-28
1
-0
/
+2
|
\
\
|
*
|
mm: export dirty_writeback_interval
Artem Bityutskiy
2012-03-21
1
-0
/
+2
*
|
|
Fix potential endless loop in kswapd when compaction is not enabled
Rik van Riel
2012-03-24
1
-1
/
+2
*
|
|
coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP
Jason Baron
2012-03-23
1
-0
/
+8
*
|
|
coredump: remove VM_ALWAYSDUMP flag
Jason Baron
2012-03-23
1
-7
/
+1
*
|
|
signal: oom_kill_task: use SEND_SIG_FORCED instead of force_sig()
Oleg Nesterov
2012-03-23
1
-2
/
+2
*
|
|
mm: hugetlb: cleanup duplicated code in unmapping vm range
Hillf Danton
2012-03-23
1
-14
/
+11
*
|
|
mm: fix testorder interaction between two kswapd patches
Hugh Dickins
2012-03-23
1
-1
/
+1
*
|
|
Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2012-03-22
3
-66
/
+44
|
\
\
\
|
*
\
\
Merge branch 'stable/cleancache.v13' into linux-next
Konrad Rzeszutek Wilk
2012-03-19
3
-66
/
+44
|
|
\
\
\
|
|
*
|
|
mm: cleancache: Use __read_mostly as appropiate.
Dan Magenheimer
2012-01-23
1
-2
/
+2
|
|
*
|
|
mm: cleancache: report statistics via debugfs instead of sysfs.
Dan Magenheimer
2012-01-23
1
-46
/
+22
|
|
*
|
|
mm: zcache/tmem/cleancache: s/flush/invalidate/
Dan Magenheimer
2012-01-23
1
-3
/
+4
|
|
*
|
|
mm: cleancache: s/flush/invalidate/
Dan Magenheimer
2012-01-23
3
-15
/
+16
*
|
|
|
|
Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2012-03-22
3
-49
/
+53
|
\
\
\
\
\
|
*
\
\
\
\
Merge tag 'v3.3-rc7' into x86/mce
Ingo Molnar
2012-03-14
22
-130
/
+171
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel...
Ingo Molnar
2012-01-26
3
-49
/
+53
|
|
\
\
\
\
\
\
[next]