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.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
memcg: convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_fo...
Matthew Wilcox (Oracle)
2022-10-03
1
-2
/
+2
*
mm/swap: convert put_swap_page() to put_swap_folio()
Matthew Wilcox (Oracle)
2022-10-03
1
-2
/
+2
*
mm/swapfile: convert try_to_free_swap() to folio_free_swap()
Matthew Wilcox (Oracle)
2022-10-03
1
-0
/
+6
*
shmem: convert shmem_replace_page() to use folios throughout
Matthew Wilcox (Oracle)
2022-10-03
1
-0
/
+5
*
mm: add folio_add_lru_vma()
Matthew Wilcox (Oracle)
2022-10-03
1
-5
/
+5
*
mm: add split_folio()
Matthew Wilcox (Oracle)
2022-10-03
1
-0
/
+5
*
mm: reimplement folio_order() and folio_nr_pages()
Matthew Wilcox (Oracle)
2022-10-03
1
-2
/
+10
*
mm: add the first tail page to struct folio
Matthew Wilcox (Oracle)
2022-10-03
1
-1
/
+29
*
ksm: remove redundant declarations in ksm.h
Qi Zheng
2022-10-03
1
-3
/
+0
*
ksm: count allocated ksm rmap_items for each process
xu xin
2022-09-26
1
-0
/
+5
*
mm: deduplicate cacheline padding code
Shakeel Butt
2022-09-26
4
-41
/
+22
*
mm: reduce noise in show_mem for lowmem allocations
Michal Hocko
2022-09-26
1
-2
/
+11
*
mm: fixup documentation regarding pte_numa() and PROT_NUMA
David Hildenbrand
2022-09-26
1
-6
/
+6
*
mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()
David Hildenbrand
2022-09-26
1
-1
/
+15
*
mm: delete unused MMF_OOM_VICTIM flag
Suren Baghdasaryan
2022-09-26
2
-13
/
+3
*
mm: drop oom code from exit_mmap
Suren Baghdasaryan
2022-09-26
1
-2
/
+0
*
mm: remove the vma linked list
Liam R. Howlett
2022-09-26
2
-6
/
+3
*
userfaultfd: use maple tree iterator to iterate VMAs
Liam R. Howlett
2022-09-26
1
-4
/
+3
*
mm/mmap: reorganize munmap to use maple states
Liam R. Howlett
2022-09-26
1
-2
/
+3
*
mm: convert vma_lookup() to use mtree_load()
Liam R. Howlett
2022-09-26
1
-6
/
+1
*
mm: remove vmacache
Liam R. Howlett
2022-09-26
6
-52
/
+0
*
mm: use maple tree operations for find_vma_intersection()
Liam R. Howlett
2022-09-26
1
-18
/
+4
*
mm: optimize find_exact_vma() to use vma_lookup()
Liam R. Howlett
2022-09-26
1
-1
/
+1
*
mm: remove rb tree.
Liam R. Howlett
2022-09-26
2
-16
/
+0
*
kernel/fork: use maple tree for dup_mmap() during forking
Liam R. Howlett
2022-09-26
1
-2
/
+0
*
mm: add VMA iterator
Matthew Wilcox (Oracle)
2022-09-26
2
-0
/
+53
*
mm: start tracking VMAs with maple tree
Liam R. Howlett
2022-09-26
3
-0
/
+81
*
Maple Tree: add new data structure
Liam R. Howlett
2022-09-26
2
-0
/
+808
*
lib/nodemask: optimize node_random for nodemask with single NUMA node
Aneesh Kumar K.V
2022-09-26
1
-3
/
+12
*
mm/demotion: update node_is_toptier to work with memory tiers
Aneesh Kumar K.V
2022-09-26
2
-5
/
+11
*
mm/demotion: demote pages according to allocation fallback order
Jagdish Gediya
2022-09-26
1
-0
/
+12
*
mm/demotion: drop memtier from memtype
Aneesh Kumar K.V
2022-09-26
1
-1
/
+0
*
mm/demotion: add pg_data_t member to track node memory tier details
Aneesh Kumar K.V
2022-09-26
1
-0
/
+3
*
mm/demotion: build demotion targets based on explicit memory tiers
Aneesh Kumar K.V
2022-09-26
2
-13
/
+13
*
mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADI...
Aneesh Kumar K.V
2022-09-26
1
-1
/
+41
*
mm/demotion: add hotplug callbacks to handle new numa node onlined
Aneesh Kumar K.V
2022-09-26
1
-0
/
+1
*
mm/demotion: move memory demotion related code
Aneesh Kumar K.V
2022-09-26
2
-2
/
+8
*
mm/demotion: add support for explicit memory tiers
Aneesh Kumar K.V
2022-09-26
1
-0
/
+18
*
mm: multi-gen LRU: debugfs interface
Yu Zhao
2022-09-26
1
-0
/
+1
*
mm: multi-gen LRU: thrashing prevention
Yu Zhao
2022-09-26
1
-0
/
+2
*
mm: multi-gen LRU: kill switch
Yu Zhao
2022-09-26
3
-3
/
+36
*
mm: multi-gen LRU: support page table walks
Yu Zhao
2022-09-26
4
-1
/
+140
*
mm: multi-gen LRU: exploit locality in rmap
Yu Zhao
2022-09-26
3
-0
/
+42
*
mm: multi-gen LRU: minimal implementation
Yu Zhao
2022-09-26
3
-1
/
+81
*
mm: multi-gen LRU: groundwork
Yu Zhao
2022-09-26
5
-7
/
+291
*
Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole cal...
Yu Zhao
2022-09-26
1
-1
/
+8
*
mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
Yu Zhao
2022-09-26
1
-2
/
+2
*
mm: x86, arm64: add arch_has_hw_pte_young()
Yu Zhao
2022-09-26
1
-0
/
+13
*
delayacct: support re-entrance detection of thrashing accounting
Yang Yang
2022-09-26
2
-8
/
+12
*
mm/swap: cache swap migration A/D bits support
Peter Xu
2022-09-26
2
-6
/
+3
[next]