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
2017-09-02
mm: cma: fix incorrect type conversion for size during dma allocation
Rohit Vaswani
1
-2
/
+2
2017-09-02
mm: cma: constify and use correct signness in mm/cma.c
Sasha Levin
1
-10
/
+14
2017-09-02
mm: cma: fix CMA aligned offset calculation
Danesh Petigara
1
-5
/
+7
2017-09-02
mm: cma: fix totalcma_pages to include DT defined CMA regions
George G. Davis
1
-1
/
+1
2017-09-02
mm: cma: split cma-reserved in dmesg log
Pintu Kumar
2
-2
/
+5
2017-09-02
mm/cma: make kmemleak ignore CMA regions
Thierry Reding
1
-0
/
+6
2017-09-02
mm: cma: align to physical address, not CMA region position
Gregory Fong
1
-3
/
+16
2017-08-24
Sanitize 'move_pages()' permission checks
Linus Torvalds
1
-8
/
+3
2017-08-24
mm/mempolicy: fix use after free when calling get_mempolicy
zhong jiang
1
-5
/
+0
2017-08-16
mm: ratelimit PFNs busy info message
Jonathan Toppins
1
-1
/
+1
2017-08-11
mm: don't dereference struct page fields of invalid pages
Ard Biesheuvel
1
-3
/
+3
2017-08-11
mm/page_alloc: Remove kernel address exposure in free_reserved_area()
Josh Poimboeuf
1
-2
/
+2
2017-07-21
mm: fix overflow check in expand_upwards()
Helge Deller
1
-1
/
+1
2017-07-05
mm: numa: avoid waiting on freed migrated pages
Mark Rutland
1
-0
/
+7
2017-06-26
mm: fix new crash in unmapped_area_topdown()
Hugh Dickins
1
-2
/
+4
2017-06-26
Allow stack to grow up to address space limit
Helge Deller
1
-5
/
+8
2017-06-26
mm: larger stack guard gap, between vmas
Hugh Dickins
3
-103
/
+89
2017-06-26
swap: cond_resched in swap_cgroup_prepare()
Yu Zhao
1
-0
/
+3
2017-06-26
mm/memory-failure.c: use compound_head() flags for huge pages
James Morse
1
-1
/
+4
2017-06-07
mlock: fix mlock count can not decrease in race condition
Yisheng Xie
1
-2
/
+3
2017-06-07
mm/migrate: fix refcount handling when !hugepage_migration_supported()
Punit Agrawal
1
-6
/
+2
2017-06-07
slub/memcg: cure the brainless abuse of sysfs attributes
Thomas Gleixner
1
-2
/
+4
2017-05-25
mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp
Keno Fischer
1
-1
/
+11
2017-05-08
mm/cma: silence warnings due to max() usage
Stephen Rothwell
1
-3
/
+4
2017-05-08
mm: avoid setting up anonymous pages into file mapping
Kirill A. Shutemov
1
-4
/
+9
2017-04-30
mm/init: fix zone boundary creation
Oliver O'Halloran
1
-7
/
+10
2017-04-22
mm/mempolicy.c: fix error handling in set_mempolicy and mbind.
Chris Salls
1
-12
/
+8
2017-04-22
mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()
Naoya Horiguchi
1
-2
/
+4
2017-04-22
percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pages
Tahsin Erdogan
1
-1
/
+4
2017-04-18
swapfile: fix memory corruption via malformed swapfile
Jann Horn
1
-0
/
+2
2016-12-23
mm,ksm: fix endless looping in allocating memory when ksm enable
zhong jiang
1
-1
/
+2
2016-10-22
mm: remove gup_flags FOLL_WRITE games from __get_user_pages()
Linus Torvalds
1
-2
/
+12
2016-08-22
mm/hugetlb: avoid soft lockup in set_max_huge_pages()
Jia He
1
-0
/
+4
2016-07-20
4.1.28 Fix bad backport of 8f182270dfec "mm/swap.c: flush lru pvecs on compou...
Steven Rostedt
1
-1
/
+1
2016-07-12
tmpfs: fix regression hang in fallocate undo
Hugh Dickins
1
-3
/
+5
2016-07-12
mm: fix invalid node in alloc_migrate_target()
Xishi Qiu
1
-4
/
+4
2016-07-12
mm, compaction: abort free scanner if split fails
David Rientjes
1
-10
/
+20
2016-07-12
mm, compaction: skip compound pages by order in free scanner
Vlastimil Babka
1
-0
/
+25
2016-07-12
mm/swap.c: flush lru pvecs on compound page arrival
Lukasz Odzioba
1
-5
/
+4
2016-07-12
mm: rename deactivate_page to deactivate_file_page
Minchan Kim
2
-13
/
+13
2016-07-12
tmpfs: don't undo fallocate past its last page
Anthony Romano
1
-1
/
+1
2016-07-12
mm: Export migrate_page_move_mapping and migrate_page_copy
Richard Weinberger
1
-0
/
+2
2016-07-11
percpu: fix synchronization between synchronous map extension and chunk destr...
Tejun Heo
1
-8
/
+8
2016-07-11
percpu: fix synchronization between chunk->map_extend_work and chunk destruction
Tejun Heo
1
-21
/
+36
2016-05-17
mm, cma: prevent nr_isolated_* counters from going negative
Hugh Dickins
1
-9
/
+1
2016-05-17
mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA check
Konstantin Khlebnikov
1
-4
/
+2
2016-04-18
mm/page_alloc: prevent merging between isolated and other pageblocks
Vlastimil Babka
1
-13
/
+33
2016-04-18
mm: use 'unsigned int' for page order
Kirill A. Shutemov
3
-24
/
+28
2016-04-18
mm: page_alloc: pass PFN to __free_pages_bootmem
Mel Gorman
5
-11
/
+14
2016-04-12
ptrace: use fsuid, fsgid, effective creds for fs access checks
Jann Horn
1
-1
/
+1
[next]