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-04-28
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-0
/
+34
2010-04-27
mmap: check ->vm_ops before dereferencing
Rik van Riel
1
-1
/
+2
2010-04-25
Catch filesystems lacking s_bdi
Jörn Engel
1
-0
/
+5
2010-04-24
ksm: check for ERR_PTR from follow_page()
Dan Carpenter
1
-6
/
+6
2010-04-24
rmap: anon_vma_prepare() can leak anon_vma_chain
Oleg Nesterov
1
-4
/
+5
2010-04-24
hugetlb: fix infinite loop in get_futex_key() when backed by huge pages
Mel Gorman
1
-1
/
+4
2010-04-24
memcg: fix prepare migration
Andrea Arcangeli
1
-2
/
+2
2010-04-22
bdi: add helper function for doing init and register of a bdi for a file system
Jens Axboe
1
-0
/
+29
2010-04-20
rmap: add exclusively owned pages to the newest anon_vma
Rik van Riel
1
-11
/
+16
2010-04-13
anonvma: when setting up page->mapping, we need to pick the _oldest_ anonvma
Linus Torvalds
1
-2
/
+13
2010-04-13
anon_vma: clone the anon_vma chain in the right order
Linus Torvalds
1
-1
/
+1
2010-04-13
vma_adjust: fix the copying of anon_vma chains
Linus Torvalds
1
-16
/
+8
2010-04-13
Simplify and comment on anon_vma re-use for anon_vma_prepare()
Linus Torvalds
1
-24
/
+62
2010-04-09
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-0
/
+3
2010-04-09
slub: Fix kmem_ptr_validate() for non-kernel pointers
Pekka Enberg
1
-0
/
+3
2010-04-09
slab: Generify kernel pointer validation
Pekka Enberg
2
-12
/
+22
2010-04-07
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+15
2010-04-07
memcg: fix race in file_mapped accounting
KAMEZAWA Hiroyuki
1
-9
/
+9
2010-04-07
pagemap: fix pfn calculation for hugepage
Naoya Horiguchi
1
-10
/
+37
2010-04-07
mm: revert "vmscan: get_scan_ratio() cleanup"
KOSAKI Motohiro
1
-14
/
+9
2010-04-07
readahead: fix NULL filp dereference
Wu Fengguang
1
-1
/
+1
2010-04-07
mm: avoid null-pointer deref in sync_mm_rss()
KAMEZAWA Hiroyuki
1
-2
/
+1
2010-04-05
Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc
Linus Torvalds
28
-10
/
+56
2010-04-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
1
-0
/
+26
2010-04-05
rmap: fix anon_vma_fork() memory leak
Rik van Riel
1
-0
/
+1
2010-04-02
backing-dev: Handle class_create() failure
Anton Blanchard
1
-0
/
+3
2010-04-02
bootmem, x86: Fix 32bit numa system without RAM on node 0
Yinghai Lu
1
-1
/
+7
2010-04-02
nobootmem, x86: Fix 32bit numa system without RAM on node 0
Yinghai Lu
1
-1
/
+8
2010-03-30
percpu: don't implicitly include slab.h from percpu.h
Tejun Heo
2
-1
/
+35
2010-03-30
kmemcheck: Fix build errors due to missing slab.h
Randy Dunlap
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
27
-10
/
+21
2010-03-29
percpu, module: implement and use is_kernel/module_percpu_address()
Tejun Heo
1
-0
/
+26
2010-03-27
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-13
/
+0
2010-03-26
NOMMU: Fix __get_user_pages() to pin last page on offset buffers
David Howells
1
-1
/
+1
2010-03-26
NOMMU: Revert 'nommu: get_user_pages(): pin last page on non-page-aligned start'
David Howells
1
-2
/
+2
2010-03-25
mempolicy: fix get_mempolicy() for relative and static nodes
Lee Schermerhorn
1
-3
/
+7
2010-03-25
exit: fix oops in sync_mm_rss
Michael S. Tsirkin
2
-0
/
+2
2010-03-25
tmpfs: cleanup mpol_parse_str()
KOSAKI Motohiro
1
-12
/
+12
2010-03-25
tmpfs: handle MPOL_LOCAL mount option properly
KOSAKI Motohiro
1
-0
/
+1
2010-03-25
tmpfs: mpol=bind:0 don't cause mount error.
KOSAKI Motohiro
1
-3
/
+7
2010-03-25
tmpfs: fix oops on mounts with mpol=default
Ravikiran G Thirumalai
1
-2
/
+7
2010-03-25
mm/ksm.c is doing an unneeded _notify in write_protect_page.
Robin Holt
1
-1
/
+1
2010-03-25
nommu: fix an incorrect comment in the do_mmap_shared_file()
David Howells
1
-4
/
+3
2010-03-25
memcontrol: fix potential null deref
Dan Carpenter
1
-2
/
+4
2010-03-25
memcg: disable move charge in no mmu case
Daisuke Nishimura
1
-22
/
+22
2010-03-24
x86: Remove excessive early_res debug output
Jiri Kosina
1
-13
/
+0
2010-03-18
memcg: avoid use cmpxchg in swap cgroup maintainance
KAMEZAWA Hiroyuki
1
-4
/
+16
2010-03-14
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+2
2010-03-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-2
/
+2
2010-03-13
memcg: fix oom kill behavior
KAMEZAWA Hiroyuki
2
-35
/
+107
[next]