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.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
2010-10-08
Merge branch 'hwpoison-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+6
2010-10-08
memcg: fix thresholds with use_hierarchy == 1
Kirill A. Shutemov
1
-3
/
+7
2010-10-08
mm: alloc_large_system_hash() printk overflow on 16TB boot
Robin Holt
1
-2
/
+2
2010-10-07
HWPOISON: Stop shrinking at right page count
Andi Kleen
1
-1
/
+1
2010-10-07
HWPOISON: Report correct address granuality for AO huge page errors
Andi Kleen
1
-5
/
+5
2010-10-04
ksm: fix bad user data when swapping
Hugh Dickins
1
-2
/
+4
2010-10-04
ksm: fix page_address_in_vma anon_vma oops
Hugh Dickins
1
-1
/
+7
2010-09-25
Avoid pgoff overflow in remap_file_pages
Larry Woodman
1
-0
/
+4
2010-09-25
fremap: get rid of broken 'end' variable
Linus Torvalds
1
-2
/
+1
2010-09-24
hugetlb, rmap: add BUG_ON(!PageLocked) in hugetlb_add_anon_rmap()
Naoya Horiguchi
1
-0
/
+2
2010-09-24
hugetlb, rmap: fix confusing page locking in hugetlb_cow()
Naoya Horiguchi
1
-10
/
+12
2010-09-24
hugetlb, rmap: use hugepage_add_new_anon_rmap() in hugetlb_cow()
Naoya Horiguchi
1
-1
/
+1
2010-09-24
hugetlb, rmap: always use anon_vma root pointer
Naoya Horiguchi
1
-6
/
+7
2010-09-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
1
-1
/
+1
2010-09-23
mmap: call unlink_anon_vmas() in __split_vma() in case of error
Andrea Arcangeli
1
-0
/
+1
2010-09-23
oom: filter unkillable tasks from tasklist dump
David Rientjes
1
-21
/
+19
2010-09-23
vmscan: check all_unreclaimable in direct reclaim path
Minchan Kim
1
-8
/
+35
2010-09-23
oom: always return a badness score of non-zero for eligible tasks
David Rientjes
1
-2
/
+7
2010-09-22
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-0
/
+2
2010-09-22
bdi: Initialize noop_backing_dev_info properly
Jan Kara
1
-0
/
+2
2010-09-21
percpu: fix pcpu_last_unit_cpu
Tejun Heo
1
-1
/
+1
2010-09-20
mm: further fix swapin race condition
Hugh Dickins
1
-3
/
+5
2010-09-10
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-2
/
+5
2010-09-10
mm: page allocator: drain per-cpu lists after direct reclaim allocation fails
Mel Gorman
1
-4
/
+16
2010-09-10
mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...
Christoph Lameter
3
-3
/
+37
2010-09-10
mm: page allocator: update free page counters after pages are placed on the f...
Mel Gorman
1
-4
/
+5
2010-09-10
vmstat: update zone stat threshold when onlining a cpu
KAMEZAWA Hiroyuki
1
-0
/
+1
2010-09-10
swap: discard while swapping only if SWAP_FLAG_DISCARD
Hugh Dickins
1
-1
/
+1
2010-09-10
swap: do not send discards as barriers
Christoph Hellwig
1
-6
/
+3
2010-09-10
swap: prevent reuse during hibernation
Hugh Dickins
1
-4
/
+20
2010-09-10
swap: revert special hibernation allocation
Hugh Dickins
1
-72
/
+22
2010-09-10
bounce: call flush_dcache_page() after bounce_copy_vec()
Gary King
1
-1
/
+1
2010-09-10
memory hotplug: fix next block calculation in is_removable
KAMEZAWA Hiroyuki
1
-8
/
+8
2010-09-10
mm: compaction: handle active and inactive fairly in too_many_isolated
Minchan Kim
1
-3
/
+4
2010-09-10
mm: avoid warning when COMPACTION is selected
Andrea Arcangeli
1
-1
/
+1
2010-09-10
mm: fix swapin race condition
Andrea Arcangeli
2
-8
/
+34
2010-09-09
mm: Move vma_stack_continue into mm.h
Stefan Bader
1
-6
/
+0
2010-09-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
2
-4
/
+6
2010-08-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-0
/
+1
2010-08-29
mm: fix hang on anon_vma->root->lock
Hugh Dickins
1
-3
/
+16
2010-08-27
percpu: fix a mismatch between code and comment
Namhyung Kim
1
-1
/
+1
2010-08-27
percpu: fix a memory leak in pcpu_extend_area_map()
Huang Shijie
1
-1
/
+3
2010-08-27
writeback: do not lose wakeup events when forking bdi threads
Artem Bityutskiy
1
-2
/
+5
2010-08-25
Merge branch '2.6.36-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-16
/
+10
2010-08-24
guard page for stacks that grow upwards
Luck, Tony
2
-7
/
+11
2010-08-24
writeback: write_cache_pages doesn't terminate at nr_to_write <= 0
Dave Chinner
1
-16
/
+10
2010-08-23
mm: exporting account_page_dirty
Michael Rubin
1
-0
/
+1
2010-08-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
1
-2
/
+2
2010-08-21
mm: make stack guard page logic use vm_prev pointer
Linus Torvalds
1
-4
/
+11
2010-08-21
mm: make the mlock() stack guard page checks stricter
Linus Torvalds
1
-5
/
+16
[next]