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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
2012-06-17
hugetlb: fix resv_map leak in error path
Dave Hansen
1
-6
/
+23
2012-06-17
mm: fix faulty initialization in vmalloc_init()
KyongHo
1
-1
/
+2
2012-06-17
mm/vmalloc.c: change void* into explict vm_struct*
Minchan Kim
1
-4
/
+4
2012-06-09
mm: consider all swapped back pages in used-once logic
Michal Hocko
1
-1
/
+1
2012-06-01
mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy linkages
Mel Gorman
1
-24
/
+17
2012-05-21
memcg: free spare array to avoid memory leak
Sha Zhengju
1
-0
/
+6
2012-05-21
mm: nobootmem: fix sign extend problem in __free_pages_memory()
Russ Anderson
1
-2
/
+1
2012-05-21
hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow()
Chris Metcalf
1
-1
/
+0
2012-05-21
percpu: pcpu_embed_first_chunk() should free unused parts after all allocs ar...
Tejun Heo
1
-0
/
+10
2012-04-27
mm: fix s390 BUG by __set_page_dirty_no_writeback on swap
Hugh Dickins
1
-1
/
+1
2012-04-23
hugetlb: fix race condition in hugetlb_fault()
Chris Metcalf
1
-0
/
+2
2012-04-02
slub: Do not hold slub_lock when calling sysfs_slab_add()
Christoph Lameter
1
-1
/
+2
2012-04-02
bootmem/sparsemem: remove limit constraint in alloc_bootmem_section
Nishanth Aravamudan
2
-22
/
+13
2012-04-02
mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode
Andrea Arcangeli
6
-10
/
+20
2012-03-12
mm: thp: fix BUG on mm->nr_ptes
Andrea Arcangeli
1
-3
/
+3
2012-03-12
NOMMU: Don't need to clear vm_mm when deleting a VMA
David Howells
1
-2
/
+0
2012-03-12
mm: memcg: Correct unregistring of events attached to the same eventfd
Anton Vorontsov
1
-1
/
+4
2012-03-01
NOMMU: Lock i_mmap_mutex for access to the VMA prio list
David Howells
1
-0
/
+7
2012-02-21
slub: fix a possible memleak in __slab_alloc()
Eric Dumazet
1
-0
/
+6
2012-02-13
mm: fix UP THP spin_is_locked BUGs
Hugh Dickins
2
-3
/
+3
2012-02-13
mm: compaction: check for overlapping nodes during isolation for migration
Mel Gorman
1
-1
/
+10
2012-02-13
mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block ...
Mel Gorman
1
-0
/
+13
2012-02-13
mm/filemap_xip.c: fix race condition in xip_file_fault()
Carsten Otte
1
-1
/
+6
2012-02-13
readahead: fix pipeline break caused by block plug
Shaohua Li
1
-4
/
+4
2012-01-26
mm: fix NULL ptr dereference in __count_immobile_pages
Michal Hocko
1
-0
/
+11
2012-01-26
memcg: add mem_cgroup_replace_page_cache() to fix LRU issue
KAMEZAWA Hiroyuki
2
-16
/
+46
2012-01-07
mm: hugetlb: fix non-atomic enqueue of huge page
Hillf Danton
1
-1
/
+1
2012-01-07
memcg: keep root group unchanged if creation fails
Hillf Danton
1
-2
/
+1
2012-01-07
vfs: __read_cache_page should use gfp argument rather than GFP_KERNEL
Dave Kleikamp
1
-5
/
+2
2012-01-07
oom: fix integer overflow of points in oom_badness
Frantisek Hrbata
1
-1
/
+1
2012-01-07
percpu: fix per_cpu_ptr_to_phys() handling of non-page-aligned addresses
Eugene Surovegin
1
-2
/
+4
2011-12-22
percpu: fix chunk range calculation
Tejun Heo
2
-20
/
+26
2011-12-22
mm: vmalloc: check for page allocation failure before vmlist insertion
Mel Gorman
1
-0
/
+2
2011-12-22
mm: Ensure that pfn_valid() is called once per pageblock when reserving pageb...
Michal Hocko
1
-1
/
+7
2011-12-22
thp: set compound tail page _count to zero
Youquan Song
2
-1
/
+2
2011-12-09
hugetlb: release pages in the error path of hugetlb_cow()
Hillf Danton
1
-0
/
+2
2011-11-22
backing-dev: ensure wakeup_timer is deleted
Rabin Vincent
1
-0
/
+8
2011-11-11
mm: thp: tail page refcounting fix
Andrea Arcangeli
4
-42
/
+126
2011-11-11
mm: avoid null pointer access in vm_struct via /proc/vmallocinfo
Mitsuo Hayasaka
1
-17
/
+48
2011-10-25
mm: fix race between mremap and removing migration entry
Hugh Dickins
1
-4
/
+4
2011-10-03
memcg: fix vmscan count in small memcgs
KAMEZAWA Hiroyuki
1
-6
/
+12
2011-10-03
writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stage
Wu Fengguang
1
-2
/
+2
2011-10-03
mm: sync vmalloc address space page tables in alloc_vm_area()
David Vrabel
1
-0
/
+8
2011-10-03
mm: page allocator: reconsider zones for allocation after direct reclaim
Mel Gorman
1
-0
/
+23
2011-10-03
mm: page allocator: initialise ZLC for first zone eligible for zone_reclaim
Mel Gorman
1
-13
/
+22
2011-08-17
mm: fix wrong vmap address calculations with odd NR_CPUS values
Clemens Ladisch
1
-3
/
+4
2011-08-05
oom: task->mm == NULL doesn't mean the memory was freed
Oleg Nesterov
1
-1
/
+3
2011-08-05
memcg: fix behavior of mem_cgroup_resize_limit()
Daisuke Nishimura
1
-1
/
+1
2011-08-05
mm/backing-dev.c: reset bdi min_ratio in bdi_unregister()
Peter Zijlstra
1
-0
/
+1
2011-08-05
mm/futex: fix futex writes on archs with SW tracking of dirty & young
Benjamin Herrenschmidt
1
-1
/
+57
[next]