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.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-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
2020-04-07
mm/memory_hotplug.c: simplify calculation of number of pages in __remove_pages()
David Hildenbrand
1
-1
/
+2
2020-04-07
mm/memory_hotplug.c: only respect mem= parameter during boot stage
Baoquan He
1
-1
/
+7
2020-04-07
mm/page_ext.c: drop pfn_present() check when onlining
David Hildenbrand
1
-4
/
+1
2020-04-07
userfaultfd: wp: support write protection for userfault vma range
Shaohua Li
1
-0
/
+54
2020-04-07
khugepaged: skip collapse if uffd-wp detected
Peter Xu
1
-0
/
+23
2020-04-07
userfaultfd: wp: support swap and page migration
Peter Xu
5
-11
/
+40
2020-04-07
userfaultfd: wp: drop _PAGE_UFFD_WP properly when fork
Peter Xu
2
-0
/
+16
2020-04-07
userfaultfd: wp: apply _PAGE_UFFD_WP bit
Peter Xu
4
-5
/
+42
2020-04-07
mm: merge parameters for change_protection()
Peter Xu
3
-15
/
+19
2020-04-07
userfaultfd: wp: add UFFDIO_COPY_MODE_WP
Andrea Arcangeli
1
-11
/
+25
2020-04-07
userfaultfd: wp: hook userfault handler to write protection fault
Andrea Arcangeli
1
-1
/
+9
2020-04-07
mm/page_reporting: add budget limit on how many pages can be reported per pass
Alexander Duyck
1
-1
/
+32
2020-04-07
mm/page_reporting: rotate reported pages to the tail of the list
Alexander Duyck
1
-8
/
+22
2020-04-07
mm: introduce Reported pages
Alexander Duyck
5
-4
/
+398
2020-04-07
mm: add function __putback_isolated_page
Alexander Duyck
3
-4
/
+23
2020-04-07
mm: use zone and order instead of free area in free_list manipulators
Alexander Duyck
1
-18
/
+49
2020-04-07
mm: adjust shuffle code to allow for future coalescing
Alexander Duyck
3
-35
/
+54
2020-04-07
mm: code cleanup for MADV_FREE
Huang Ying
10
-30
/
+30
2020-04-07
mm/ksm.c: update get_user_pages() argument in comment
Li Chen
1
-1
/
+1
2020-04-07
mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHE
Matthew Wilcox (Oracle)
6
-35
/
+26
2020-04-07
mm, thp: track fallbacks due to failed memcg charges separately
David Rientjes
3
-1
/
+7
2020-04-07
mm, shmem: add vmstat for hugepage fallback
David Rientjes
2
-4
/
+7
2020-04-07
mm/migrate.c: migrate PG_readahead flag
Yang Shi
1
-0
/
+8
2020-04-07
mm/migrate.c: unify "not queued for migration" handling in do_pages_move()
Wei Yang
1
-8
/
+6
2020-04-07
mm/migrate.c: check pagelist in move_pages_and_store_status()
Wei Yang
1
-6
/
+3
2020-04-07
mm/migrate.c: wrap do_move_pages_to_node() and store_status()
Wei Yang
1
-32
/
+29
2020-04-07
mm/migrate.c: no need to check for i > start in do_pages_move()
Wei Yang
1
-5
/
+3
2020-04-07
mm/vmalloc: fix a typo in comment
Qiujun Huang
1
-1
/
+1
2020-04-07
mm/vma: replace all remaining open encodings with vma_is_anonymous()
Anshuman Khandual
1
-1
/
+2
2020-04-07
mm/vma: make vma_is_accessible() available for general use
Anshuman Khandual
4
-11
/
+4
2020-04-07
Revert "mm/rmap.c: reuse mergeable anon_vma as parent when fork"
Li Xinhai
1
-13
/
+0
2020-04-07
mm, memcg: bypass high reclaim iteration for cgroup hierarchy root
Chris Down
1
-1
/
+2
2020-04-04
Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2
-17
/
+54
2020-04-03
Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-1
/
+1
2020-04-03
Merge branch 'for-5.7/numa' into libnvdimm-for-next
Dan Williams
2
-0
/
+31
2020-04-03
Merge branch 'ttm-transhuge' of git://people.freedesktop.org/~thomash/linux i...
Dave Airlie
2
-17
/
+54
2020-04-03
Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...
Linus Torvalds
2
-2
/
+2
2020-04-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
47
-917
/
+2275
2020-04-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-1
/
+1
2020-04-02
mm/hugetlb: remove unnecessary memory fetch in PageHeadHuge()
Vlastimil Babka
1
-1
/
+1
2020-04-02
mm/hugetlb.c: clean code by removing unnecessary initialization
Mateusz Nosek
1
-1
/
+1
2020-04-02
hugetlb: support file_region coalescing again
Mina Almasry
1
-0
/
+44
2020-04-02
hugetlb_cgroup: support noreserve mappings
Mina Almasry
1
-1
/
+26
2020-04-02
hugetlb_cgroup: add accounting for shared mappings
Mina Almasry
2
-54
/
+109
2020-04-02
hugetlb: disable region_add file_region coalescing
Mina Almasry
1
-108
/
+228
2020-04-02
hugetlb_cgroup: add reservation accounting for private mappings
Mina Almasry
2
-37
/
+51
2020-04-02
mm/hugetlb_cgroup: fix hugetlb_cgroup migration
Mina Almasry
1
-0
/
+2
2020-04-02
hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
Mina Almasry
2
-30
/
+146
2020-04-02
hugetlb_cgroup: add hugetlb_cgroup reservation counter
Mina Almasry
1
-13
/
+102
2020-04-02
hugetlbfs: Use i_mmap_rwsem to address page fault/truncate race
Mike Kravetz
1
-12
/
+11
[prev]
[next]