index
:
linux-stable.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-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
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
proc: faster open/read/close with "permanent" files
Alexey Dobriyan
2020-04-07
2
-0
/
+2
*
|
|
mm/dmapool.c: micro-optimisation remove unnecessary branch
Mateusz Nosek
2020-04-07
1
-3
/
+1
*
|
|
mm: use fallthrough;
Joe Perches
2020-04-07
9
-16
/
+11
*
|
|
mm/mm_init.c: clean code. Use BUILD_BUG_ON when comparing compile time constant
Mateusz Nosek
2020-04-07
1
-1
/
+1
*
|
|
mm: fix ambiguous comments for better code readability
chenqiwu
2020-04-07
1
-1
/
+1
*
|
|
mm/zsmalloc: add missing annotation for unpin_tag()
Jules Irenge
2020-04-07
1
-1
/
+1
*
|
|
mm/zsmalloc: add missing annotation for pin_tag()
Jules Irenge
2020-04-07
1
-1
/
+1
*
|
|
mm/zsmalloc: add missing annotation for migrate_read_unlock()
Jules Irenge
2020-04-07
1
-1
/
+1
*
|
|
mm/zsmalloc: add missing annotation for migrate_read_lock()
Jules Irenge
2020-04-07
1
-1
/
+1
*
|
|
mm/slub: add missing annotation for put_map()
Jules Irenge
2020-04-07
1
-1
/
+1
*
|
|
mm/slub: add missing annotation for get_map()
Jules Irenge
2020-04-07
1
-0
/
+1
*
|
|
mm/mempolicy: add missing annotation for queue_pages_pmd()
Jules Irenge
2020-04-07
1
-0
/
+1
*
|
|
mm/hugetlb: add missing annotation for gather_surplus_pages()
Jules Irenge
2020-04-07
1
-0
/
+1
*
|
|
mm/compaction: add missing annotation for compact_lock_irqsave
Jules Irenge
2020-04-07
1
-0
/
+1
*
|
|
mm/zswap: allow setting default status, compressor and allocator in Kconfig
Maciej S. Szmigiero
2020-04-07
2
-13
/
+129
*
|
|
mm: prevent a warning when casting void* -> enum
Palmer Dabbelt
2020-04-07
1
-1
/
+1
*
|
|
mm: huge tmpfs: try to split_huge_page() when punching hole
Hugh Dickins
2020-04-07
3
-56
/
+60
*
|
|
mm/shmem.c: clean code by removing unnecessary assignment
Mateusz Nosek
2020-04-07
1
-6
/
+3
*
|
|
mm/shmem.c: distribute switch variables for initialization
Kees Cook
2020-04-07
1
-4
/
+7
*
|
|
mm/memory_hotplug.c: use __pfn_to_section() instead of open-coding
chenqiwu
2020-04-07
1
-1
/
+1
*
|
|
mm/memory_hotplug: allow to specify a default online_type
David Hildenbrand
2020-04-07
1
-4
/
+4
*
|
|
mm/memory_hotplug: convert memhp_auto_online to store an online_type
David Hildenbrand
2020-04-07
1
-5
/
+6
*
|
|
mm/memory_hotplug: unexport memhp_auto_online
David Hildenbrand
2020-04-07
1
-1
/
+0
*
|
|
mm/sparse.c: move subsection_map related functions together
Baoquan He
2020-04-07
1
-57
/
+53
*
|
|
mm/sparse.c: add note about only VMEMMAP supporting sub-section hotplug
Baoquan He
2020-04-07
1
-17
/
+21
*
|
|
mm/sparse.c: only use subsection map in VMEMMAP case
Baoquan He
2020-04-07
1
-0
/
+25
*
|
|
mm/sparse.c: introduce a new function clear_subsection_map()
Baoquan He
2020-04-07
1
-8
/
+23
*
|
|
mm/sparse.c: introduce new function fill_subsection_map()
Baoquan He
2020-04-07
1
-11
/
+21
*
|
|
mm/memory_hotplug.c: cleanup __add_pages()
David Hildenbrand
2020-04-07
1
-11
/
+7
*
|
|
mm/memory_hotplug.c: simplify calculation of number of pages in __remove_pages()
David Hildenbrand
2020-04-07
1
-1
/
+2
*
|
|
mm/memory_hotplug.c: only respect mem= parameter during boot stage
Baoquan He
2020-04-07
1
-1
/
+7
*
|
|
mm/page_ext.c: drop pfn_present() check when onlining
David Hildenbrand
2020-04-07
1
-4
/
+1
*
|
|
userfaultfd: wp: support write protection for userfault vma range
Shaohua Li
2020-04-07
1
-0
/
+54
*
|
|
khugepaged: skip collapse if uffd-wp detected
Peter Xu
2020-04-07
1
-0
/
+23
*
|
|
userfaultfd: wp: support swap and page migration
Peter Xu
2020-04-07
5
-11
/
+40
*
|
|
userfaultfd: wp: drop _PAGE_UFFD_WP properly when fork
Peter Xu
2020-04-07
2
-0
/
+16
*
|
|
userfaultfd: wp: apply _PAGE_UFFD_WP bit
Peter Xu
2020-04-07
4
-5
/
+42
*
|
|
mm: merge parameters for change_protection()
Peter Xu
2020-04-07
3
-15
/
+19
*
|
|
userfaultfd: wp: add UFFDIO_COPY_MODE_WP
Andrea Arcangeli
2020-04-07
1
-11
/
+25
*
|
|
userfaultfd: wp: hook userfault handler to write protection fault
Andrea Arcangeli
2020-04-07
1
-1
/
+9
*
|
|
mm/page_reporting: add budget limit on how many pages can be reported per pass
Alexander Duyck
2020-04-07
1
-1
/
+32
*
|
|
mm/page_reporting: rotate reported pages to the tail of the list
Alexander Duyck
2020-04-07
1
-8
/
+22
*
|
|
mm: introduce Reported pages
Alexander Duyck
2020-04-07
5
-4
/
+398
*
|
|
mm: add function __putback_isolated_page
Alexander Duyck
2020-04-07
3
-4
/
+23
*
|
|
mm: use zone and order instead of free area in free_list manipulators
Alexander Duyck
2020-04-07
1
-18
/
+49
*
|
|
mm: adjust shuffle code to allow for future coalescing
Alexander Duyck
2020-04-07
3
-35
/
+54
*
|
|
mm: code cleanup for MADV_FREE
Huang Ying
2020-04-07
10
-30
/
+30
*
|
|
mm/ksm.c: update get_user_pages() argument in comment
Li Chen
2020-04-07
1
-1
/
+1
*
|
|
mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHE
Matthew Wilcox (Oracle)
2020-04-07
6
-35
/
+26
*
|
|
mm, thp: track fallbacks due to failed memcg charges separately
David Rientjes
2020-04-07
3
-1
/
+7
[prev]
[next]