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.13.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-08-21
mm: remove page table members from struct page
Vishal Moola (Oracle)
1
-21
/
+0
2023-08-21
mm: create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
Vishal Moola (Oracle)
1
-14
/
+42
2023-08-21
mm: convert ptlock_free() to use ptdescs
Vishal Moola (Oracle)
1
-5
/
+5
2023-08-21
mm: convert pmd_ptlock_free() to use ptdescs
Vishal Moola (Oracle)
1
-5
/
+5
2023-08-21
mm: convert ptlock_init() to use ptdescs
Vishal Moola (Oracle)
1
-7
/
+7
2023-08-21
mm: convert pmd_ptlock_init() to use ptdescs
Vishal Moola (Oracle)
1
-5
/
+5
2023-08-21
mm: convert ptlock_ptr() to use ptdescs
Vishal Moola (Oracle)
1
-7
/
+7
2023-08-21
mm: convert ptlock_alloc() to use ptdescs
Vishal Moola (Oracle)
1
-3
/
+3
2023-08-21
mm: convert pmd_pgtable_page() callers to use pmd_ptdesc()
Vishal Moola (Oracle)
1
-2
/
+2
2023-08-21
mm: add utility functions for ptdesc
Vishal Moola (Oracle)
3
-0
/
+84
2023-08-21
pgtable: create struct ptdesc
Vishal Moola (Oracle)
1
-0
/
+70
2023-08-21
mm: add PAGE_TYPE_OP folio functions
Vishal Moola (Oracle)
1
-7
/
+23
2023-08-21
mm/memory_hotplug: embed vmem_altmap details in memory block
Aneesh Kumar K.V
1
-6
/
+2
2023-08-21
mm/memory_hotplug: allow memmap on memory hotplug request to fallback
Aneesh Kumar K.V
1
-1
/
+2
2023-08-21
mm: memtest: convert to memtest_report_meminfo()
Kefeng Wang
1
-6
/
+4
2023-08-21
mm: move dummy_vm_ops out of a header
Mateusz Guzik
1
-3
/
+3
2023-08-21
mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_once
Suren Baghdasaryan
1
-3
/
+7
2023-08-21
mm: for !CONFIG_PER_VMA_LOCK equate write lock assertion for vma and mmap
Suren Baghdasaryan
1
-1
/
+2
2023-08-21
mm/damon/core: implement target type damos filter
SeongJae Park
1
-0
/
+6
2023-08-21
mm/damon/core: introduce address range type damos filter
SeongJae Park
1
-6
/
+16
2023-08-21
mm/memcg: update obsolete comment above parent_mem_cgroup()
Miaohe Lin
1
-2
/
+1
2023-08-21
mm: factor out VMA stack and heap checks
Kefeng Wang
1
-0
/
+25
2023-08-21
mm/page_ext: move page_ext_operations definition under CONFIG_PAGE_EXTENSION
Kemeng Shi
1
-2
/
+1
2023-08-21
mm/memcg: fix obsolete function name in mem_cgroup_protection()
Miaohe Lin
1
-1
/
+1
2023-08-21
mm/page_ext: add common function to get client data from page_ext
Kemeng Shi
1
-0
/
+6
2023-08-21
zswap: make zswap_load() take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-08-21
memcg: convert get_obj_cgroup_from_page to get_obj_cgroup_from_folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-08-21
zswap: make zswap_store() take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-08-21
mm: kill frontswap
Johannes Weiner
4
-105
/
+37
2023-08-18
powerpc/book3s64/mm: enable transparent pud hugepage
Aneesh Kumar K.V
1
-0
/
+10
2023-08-18
powerpc/mm/trace: convert trace event to trace event class
Aneesh Kumar K.V
1
-7
/
+16
2023-08-18
mm/vmemmap optimization: split hugetlb and devdax vmemmap optimization
Aneesh Kumar K.V
1
-1
/
+1
2023-08-18
mm/huge pud: use transparent huge pud helpers only with CONFIG_TRANSPARENT_HU...
Aneesh Kumar K.V
1
-0
/
+2
2023-08-18
mm: add pud_same similar to __HAVE_ARCH_P4D_SAME
Aneesh Kumar K.V
1
-0
/
+3
2023-08-18
mm/vmemmap: improve vmemmap_can_optimize and allow architectures to override
Aneesh Kumar K.V
1
-4
/
+23
2023-08-18
mm: change pudp_huge_get_and_clear_full take vm_area_struct as arg
Aneesh Kumar K.V
1
-2
/
+2
2023-08-18
mm/hugepage pud: allow arch-specific helper function to check huge page pud s...
Aneesh Kumar K.V
1
-0
/
+3
2023-08-18
mm: allow per-VMA locks on file-backed VMAs
Matthew Wilcox (Oracle)
2
-18
/
+0
2023-08-18
mm: remove CONFIG_PER_VMA_LOCK ifdefs
Matthew Wilcox (Oracle)
1
-0
/
+6
2023-08-18
maple_tree: re-introduce entry to mas_preallocate() arguments
Liam R. Howlett
1
-1
/
+1
2023-08-18
maple_tree: introduce __mas_set_range()
Liam R. Howlett
1
-3
/
+18
2023-08-18
mm: change do_vmi_align_munmap() tracking of VMAs to remove
Liam R. Howlett
1
-2
/
+2
2023-08-18
mm: don't drop VMA locks in mm_drop_all_locks()
Jann Horn
2
-0
/
+13
2023-08-18
mm/page_io: introduce bio_first_folio_all()
ZhangPeng
1
-0
/
+5
2023-08-18
mm: fix obsolete function name above debug_pagealloc_enabled_static()
Miaohe Lin
1
-2
/
+2
2023-08-18
mmu_notifiers: rename invalidate_range notifier
Alistair Popple
1
-24
/
+24
2023-08-18
mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invali...
Alistair Popple
1
-54
/
+2
2023-08-18
mmu_notifiers: call invalidate_range() when invalidating TLBs
Alistair Popple
1
-1
/
+0
2023-08-18
maple_tree: Be more strict about locking
Liam R. Howlett
1
-1
/
+6
2023-08-18
mm/mmap: change detached vma locking scheme
Liam R. Howlett
1
-0
/
+3
[next]