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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-03
mm: implement memory-deny-write-execute as a prctl
Joey Gouly
3
-1
/
+45
2023-02-03
swap_state: update shadow_nodes for anonymous page
Yang Yang
1
-1
/
+2
2023-02-03
mm/hugetlb: convert get_hwpoison_huge_page() to folios
Sidhartha Kumar
1
-2
/
+2
2023-02-03
mm/page_ext: init page_ext early if there are no deferred struct pages
Pasha Tatashin
1
-0
/
+2
2023-02-03
mm: convert mem_cgroup_css_from_page() to mem_cgroup_css_from_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-02-03
mm/fs: convert inode_attach_wb() to take a folio
Matthew Wilcox (Oracle)
1
-6
/
+6
2023-02-03
mm: add vma_alloc_zeroed_movable_folio()
Matthew Wilcox (Oracle)
1
-17
/
+16
2023-02-03
filemap: remove find_get_pages_range_tag()
Vishal Moola (Oracle)
2
-18
/
+0
2023-02-03
filemap: add filemap_get_folios_tag()
Vishal Moola (Oracle)
1
-0
/
+2
2023-02-03
pagemap: add filemap_grab_folio()
Vishal Moola (Oracle)
1
-0
/
+20
2023-02-03
mm: fix khugepaged with shmem_enabled=advise
David Stevens
1
-8
/
+2
2023-02-03
mm: discard __GFP_ATOMIC
NeilBrown
2
-9
/
+4
2023-02-03
mm/page_ext: do not allocate space for page_ext->flags if not needed
Pasha Tatashin
1
-0
/
+18
2023-02-03
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
1
-29
/
+0
2023-02-03
mm: pagevec: add folio_batch_reinit()
Lorenzo Stoakes
1
-0
/
+5
2023-02-03
mm/memory-failure: convert hugetlb_clear_page_hwpoison to folios
Sidhartha Kumar
1
-2
/
+2
2023-02-03
mm: remove the hugetlb field from struct page
Sidhartha Kumar
1
-12
/
+0
2023-02-03
mm: convert deferred_split_huge_page() to deferred_split_folio()
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-02-03
mm/huge_memory: remove page_deferred_list()
Matthew Wilcox (Oracle)
1
-8
/
+0
2023-02-03
mm: move page->deferred_list to folio->_deferred_list
Matthew Wilcox (Oracle)
2
-11
/
+12
2023-02-03
doc: correct struct folio kernel-doc
Matthew Wilcox (Oracle)
1
-4
/
+4
2023-02-03
mm: remove 'First tail page' members from struct page
Matthew Wilcox (Oracle)
1
-18
/
+0
2023-02-03
mm: convert set_compound_page_dtor() and set_compound_order() to folios
Matthew Wilcox (Oracle)
1
-3
/
+8
2023-02-03
mm: reimplement compound_nr()
Matthew Wilcox (Oracle)
1
-22
/
+27
2023-02-03
mm: reimplement compound_order()
Matthew Wilcox (Oracle)
1
-2
/
+11
2023-02-03
mm: remove head_compound_mapcount() and _ptr functions
Matthew Wilcox (Oracle)
2
-28
/
+3
2023-02-03
mm: convert page_mapcount() to use folio_entire_mapcount()
Matthew Wilcox (Oracle)
1
-9
/
+13
2023-02-03
mm: use entire_mapcount in __page_dup_rmap()
Matthew Wilcox (Oracle)
1
-1
/
+8
2023-02-03
mm: add folio_add_new_anon_rmap()
Matthew Wilcox (Oracle)
1
-0
/
+2
2023-02-03
mm: convert total_compound_mapcount() to folio_total_mapcount()
Matthew Wilcox (Oracle)
2
-6
/
+6
2023-02-03
mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()
Matthew Wilcox (Oracle)
2
-29
/
+5
2023-02-03
mm: remove folio_pincount_ptr() and head_compound_pincount()
Matthew Wilcox (Oracle)
2
-17
/
+2
2023-02-03
mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export
Alistair Popple
1
-8
/
+5
2023-02-03
maple_tree: remove the parameter entry of mas_preallocate
Vernon Yang
1
-1
/
+1
2023-02-03
mm/damon/core: update kernel-doc comments for DAMOS filters supports of each ...
SeongJae Park
1
-0
/
+5
2023-02-03
mm/damon/core: update kernel-doc comments for DAMOS action supports of each D...
SeongJae Park
1
-0
/
+6
2023-02-01
Sync mm-stable with mm-hotfixes-stable to pick up dependent patches
Andrew Morton
4
-5
/
+20
2023-02-01
mm: memcg: fix NULL pointer in mem_cgroup_track_foreign_dirty_slowpath()
Kefeng Wang
1
-1
/
+4
2023-02-01
highmem: round down the address passed to kunmap_flush_on_unmap()
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-02-01
mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smaps
Mike Kravetz
1
-0
/
+13
2023-02-01
Revert "mm: add nodes= arg to memory.reclaim"
Michal Hocko
1
-2
/
+1
2023-01-19
mm: introduce folio_is_pfmemalloc
Sidhartha Kumar
1
-0
/
+15
2023-01-19
mm: support POSIX_FADV_NOREUSE
Yu Zhao
2
-0
/
+5
2023-01-19
mm: add vma_has_recency()
Yu Zhao
1
-0
/
+8
2023-01-19
mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings
David Hildenbrand
1
-1
/
+6
2023-01-19
mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...
David Hildenbrand
1
-0
/
+15
2023-01-19
mm: remove zap_page_range and create zap_vma_pages
Mike Kravetz
1
-2
/
+5
2023-01-19
mm/kasan: simplify and refine kasan_cache code
Feng Tang
3
-19
/
+7
2023-01-19
mm: fix spelling mistake in highmem.h
Fabio M. De Francesco
1
-2
/
+2
2023-01-19
mm: remove an ambiguous sentence from kmap_local_folio() kdocs
Fabio M. De Francesco
1
-3
/
+2
[next]