index
:
Linux Stable
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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
mm.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...
Andrea Arcangeli
2019-06-22
1
-0
/
+21
*
proc: do not access cmdline nor environ from file-backed areas
Willy Tarreau
2018-12-17
1
-0
/
+1
*
mm: replace access_remote_vm() write parameter with gup_flags
Lorenzo Stoakes
2018-12-17
1
-1
/
+1
*
mm: replace get_user_pages() write/force parameters with gup_flags
Lorenzo Stoakes
2018-12-17
1
-1
/
+1
*
mm: replace get_vaddr_frames() write/force parameters with gup_flags
Lorenzo Stoakes
2018-12-17
1
-1
/
+1
*
mm: replace get_user_pages_locked() write/force parameters with gup_flags
Lorenzo Stoakes
2018-12-17
1
-2
/
+1
*
mm: replace get_user_pages_unlocked() write/force parameters with gup_flags
Lorenzo Stoakes
2018-12-17
1
-1
/
+1
*
mm: remove write/force parameters from __get_user_pages_unlocked()
Lorenzo Stoakes
2018-12-17
1
-2
/
+1
*
mm: migration: fix migration of huge PMD shared pages
Mike Kravetz
2018-11-21
1
-0
/
+6
*
mm: Add vm_insert_pfn_prot()
Andy Lutomirski
2018-08-15
1
-0
/
+2
*
mm: allow GFP_{FS,IO} for page_cache_read page cache allocation
Michal Hocko
2018-04-24
1
-0
/
+4
*
mm: larger stack guard gap, between vmas
Hugh Dickins
2017-06-26
1
-28
/
+25
*
mm: remove gup_flags FOLL_WRITE games from __get_user_pages()
Linus Torvalds
2016-10-20
1
-0
/
+1
*
mm: introduce get_task_exe_file
Mateusz Guzik
2016-09-24
1
-0
/
+1
*
proc: revert /proc/<pid>/maps [stack:TID] annotation
Johannes Weiner
2016-09-15
1
-2
/
+1
*
mm: use phys_addr_t for reserve_bootmem_region() arguments
Stefan Bader
2016-06-07
1
-1
/
+1
*
numa: fix /proc/<pid>/numa_maps for THP
Gerald Schaefer
2016-05-04
1
-0
/
+2
*
mm: use 'unsigned int' for page order
Kirill A. Shutemov
2015-11-06
1
-2
/
+3
*
mm: make compound_head() robust
Kirill A. Shutemov
2015-11-06
1
-50
/
+3
*
mm: pack compound_dtor and compound_order into one word in struct page
Kirill A. Shutemov
2015-11-06
1
-5
/
+19
*
mm: introduce VM_LOCKONFAULT
Eric B Munson
2015-11-05
1
-0
/
+5
*
mm: do not inc NR_PAGETABLE if ptlock_init failed
Vladimir Davydov
2015-11-05
1
-1
/
+3
*
mm: use only per-device readahead limit
Roman Gushchin
2015-11-05
1
-2
/
+0
*
memcg: fix dirty page migration
Greg Thelen
2015-10-01
1
-0
/
+21
*
Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
2015-09-11
1
-0
/
+44
|
\
|
*
[media] mm: Provide new get_vaddr_frames() helper
Jan Kara
2015-08-16
1
-0
/
+44
*
|
mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()
Oleg Nesterov
2015-09-10
1
-2
/
+10
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-09-08
1
-24
/
+8
|
\
\
|
*
|
mm/hwpoison: introduce put_hwpoison_page to put refcount for memory error han...
Wanpeng Li
2015-09-08
1
-0
/
+1
|
*
|
mm: rename and move get/set_freepage_migratetype
Vlastimil Babka
2015-09-08
1
-12
/
+0
|
*
|
mm: remove put_page_unless_one()
Vineet Gupta
2015-09-08
1
-12
/
+0
|
*
|
mm: add a pmd_fault handler
Matthew Wilcox
2015-09-08
1
-0
/
+2
|
*
|
mm: introduce vma_is_anonymous(vma) helper
Oleg Nesterov
2015-09-08
1
-0
/
+5
*
|
|
Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-09-08
1
-1
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
mm: enhance region_is_ram() to region_intersects()
Dan Williams
2015-08-10
1
-1
/
+8
|
|
/
*
|
mm: move ->mremap() from file_operations to vm_operations_struct
Oleg Nesterov
2015-09-04
1
-0
/
+1
*
|
userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx
Andrea Arcangeli
2015-09-04
1
-1
/
+1
*
|
userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WP
Andrea Arcangeli
2015-09-04
1
-0
/
+2
*
|
mm: make page pfmemalloc check more robust
Michal Hocko
2015-08-21
1
-0
/
+28
|
/
*
mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nid
Mel Gorman
2015-06-30
1
-2
/
+4
*
mm: meminit: only set page reserved in the memblock region
Nathan Zimmer
2015-06-30
1
-0
/
+2
*
Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-06-25
1
-2
/
+6
|
\
|
*
writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...
Tejun Heo
2015-06-02
1
-1
/
+2
|
*
memcg: add per cgroup dirty page accounting
Greg Thelen
2015-06-02
1
-2
/
+4
|
*
page_writeback: revive cancel_dirty_page() in a restricted form
Tejun Heo
2015-06-02
1
-0
/
+1
*
|
memory-failure: change type of action_result's param 3 to enum
Xie XiuQi
2015-06-24
1
-1
/
+1
*
|
memory-failure: export page_type and action result
Xie XiuQi
2015-06-24
1
-0
/
+34
*
|
mm/memory-failure: introduce get_hwpoison_page() for consistent refcount hand...
Naoya Horiguchi
2015-06-24
1
-0
/
+1
*
|
mm: avoid tail page refcounting on non-THP compound pages
Kirill A. Shutemov
2015-06-24
1
-1
/
+1
|
/
*
Revert "mm: avoid tail page refcounting on non-THP compound pages"
Linus Torvalds
2015-04-22
1
-1
/
+1
[next]