index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-15
mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA check
Konstantin Khlebnikov
1
-4
/
+4
2016-06-15
thp: introduce hugepage_vma_check()
Bob Liu
1
-30
/
+21
2016-06-15
hugetlb: ensure hugepage access is denied if hugepages are not supported
Nishanth Aravamudan
1
-5
/
+11
2016-04-01
mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED
Andrea Arcangeli
1
-2
/
+12
2016-02-27
mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progress
Tetsuo Handa
1
-1
/
+1
2016-02-13
memcg: only free spare array when readers are done
Martijn Coenen
1
-5
/
+6
2016-01-22
vmstat: allocate vmstat_wq before it is used
Michal Hocko
1
-1
/
+2
2016-01-22
mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone()
Andrew Banman
1
-12
/
+19
2015-12-30
mm: hugetlb: call huge_pte_alloc() only if ptep is null
Naoya Horiguchi
1
-4
/
+4
2015-12-30
mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any ...
Michal Hocko
2
-5
/
+20
2015-11-17
mm: make sendfile(2) killable
Jan Kara
1
-4
/
+5
2015-11-17
mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a fault
Mel Gorman
1
-0
/
+8
2015-08-12
mm: avoid setting up anonymous pages into file mapping
Kirill A. Shutemov
1
-4
/
+9
2015-08-12
mm: kmemleak: allow safe memory scanning during kmemleak disabling
Catalin Marinas
1
-1
/
+13
2015-08-12
fs: Fix S_NOSEC handling
Jan Kara
1
-2
/
+2
2015-08-07
slub: refactoring unfreeze_partials()
Joonsoo Kim
1
-31
/
+14
2015-08-07
writeback: use |1 instead of +1 to protect against div by zero
Tejun Heo
1
-3
/
+3
2015-05-09
mm: fix anon_vma->degree underflow in anon_vma endless growing prevention
Leon Yu
2
-3
/
+8
2015-05-09
writeback: fix possible underflow in write bandwidth calculation
Tejun Heo
1
-1
/
+4
2015-05-09
writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()
Tejun Heo
1
-1
/
+1
2015-05-09
mm/memory.c: actually remap enough memory
Grazvydas Ignotas
1
-1
/
+1
2015-05-09
mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()
Roman Gushchin
1
-1
/
+1
2015-05-09
mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()
Roman Gushchin
1
-1
/
+1
2015-05-09
mm/hugetlb: add migration entry check in __unmap_hugepage_range
Naoya Horiguchi
1
-2
/
+3
2015-05-09
mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protection
Naoya Horiguchi
1
-1
/
+16
2015-05-09
mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()
Naoya Horiguchi
1
-15
/
+35
2015-03-06
mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_range
Shiraz Hashim
1
-1
/
+4
2015-02-20
vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUS
Linus Torvalds
1
-1
/
+1
2015-02-20
vm: add VM_FAULT_SIGSEGV handling support
Linus Torvalds
2
-3
/
+3
2015-02-20
mm: fix corner case in anon_vma endless growing prevention
Konstantin Khlebnikov
1
-2
/
+7
2015-02-20
mm: Don't count the stack guard page towards RLIMIT_STACK
Linus Torvalds
1
-2
/
+5
2015-02-20
mm: protect set_page_dirty() from ongoing truncation
Johannes Weiner
2
-41
/
+29
2015-02-20
mm: remove unused arg of set_page_dirty_balance()
Miklos Szeredi
2
-3
/
+3
2015-02-20
mm: prevent endless growth of anon_vma hierarchy
Konstantin Khlebnikov
1
-1
/
+41
2015-02-20
mm: propagate error from stack expansion even for guard page
Linus Torvalds
1
-2
/
+2
2015-01-01
mm: fix swapoff hang after page migration and fork
Hugh Dickins
1
-13
/
+13
2014-12-14
mm: Remove false WARN_ON from pagecache_isize_extended()
Jan Kara
1
-1
/
+0
2014-12-14
mm, thp: fix collapsing of hugepages on madvise
David Rientjes
2
-9
/
+10
2014-12-14
cgroup/kmemleak: add kmemleak_free() for cgroup deallocations.
Wang Nan
1
-0
/
+1
2014-12-14
zap_pte_range: update addr when forcing flush after TLB batching faiure
Will Deacon
1
-1
/
+3
2014-12-14
vfs: fix data corruption when blocksize < pagesize for mmaped data
Jan Kara
1
-1
/
+55
2014-11-05
mm: migrate: Close race between migration completion and mprotect
Mel Gorman
1
-1
/
+4
2014-11-05
shmem: fix nlink for rename overwrite directory
Miklos Szeredi
1
-1
/
+3
2014-11-05
percpu: free percpu allocation info for uniprocessor system
Honggang Li
1
-0
/
+2
2014-11-05
percpu: perform tlb flush after pcpu_map_pages() failure
Tejun Heo
1
-0
/
+1
2014-11-05
percpu: fix pcpu_alloc_pages() failure path
Tejun Heo
1
-6
/
+15
2014-09-13
slab/mempolicy: always use local policy from interrupt context
Andi Kleen
3
-4
/
+10
2014-09-13
mm, thp: do not allow thp faults to avoid cpuset restrictions
David Rientjes
1
-8
/
+8
2014-08-06
mm: kmemleak: avoid false negatives on vmalloc'ed objects
Catalin Marinas
2
-5
/
+13
2014-08-06
mm: hugetlb: fix copy_hugetlb_page_range()
Naoya Horiguchi
1
-0
/
+1
[next]