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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/kmemleak: fix partially freeing unknown object warning
Liu Shixin
2023-10-25
1
-11
/
+31
*
mm: kmemleak: add __find_and_remove_object()
Liu Shixin
2023-10-25
1
-3
/
+14
*
mm: kmemleak: use mem_pool_free() to free object
Liu Shixin
2023-10-25
1
-5
/
+9
*
mm: kmemleak: split __create_object into two functions
Liu Shixin
2023-10-25
1
-21
/
+40
*
mm/kmemleak: fix print format of pointer in pr_debug()
Liu Shixin
2023-10-25
1
-14
/
+14
*
bootmem: use kmemleak_free_part_phys in free_bootmem_page
Liu Shixin
2023-10-25
1
-1
/
+1
*
bootmem: use kmemleak_free_part_phys in put_page_bootmem
Liu Shixin
2023-10-25
1
-1
/
+1
*
mm: remove page_cpupid_xchg_last()
Kefeng Wang
2023-10-25
2
-15
/
+10
*
mm: use folio_xchg_last_cpupid() in wp_page_reuse()
Kefeng Wang
2023-10-25
1
-9
/
+10
*
mm: convert wp_page_reuse() and finish_mkwrite_fault() to take a folio
Kefeng Wang
2023-10-25
1
-9
/
+10
*
mm: make finish_mkwrite_fault() static
Kefeng Wang
2023-10-25
2
-2
/
+1
*
mm: huge_memory: use folio_xchg_last_cpupid() in __split_huge_page_tail()
Kefeng Wang
2023-10-25
1
-1
/
+1
*
mm: migrate: use folio_xchg_last_cpupid() in folio_migrate_flags()
Kefeng Wang
2023-10-25
1
-4
/
+4
*
sched/fair: use folio_xchg_last_cpupid() in should_numa_migrate_memory()
Kefeng Wang
2023-10-25
1
-1
/
+1
*
mm: add folio_xchg_last_cpupid()
Kefeng Wang
2023-10-25
1
-0
/
+5
*
mm: remove xchg_page_access_time()
Kefeng Wang
2023-10-25
1
-8
/
+4
*
mm: huge_memory: use a folio in change_huge_pmd()
Kefeng Wang
2023-10-25
1
-6
/
+7
*
mm: mprotect: use a folio in change_pte_range()
Kefeng Wang
2023-10-25
1
-7
/
+9
*
sched/fair: use folio_xchg_access_time() in numa_hint_fault_latency()
Kefeng Wang
2023-10-25
1
-1
/
+1
*
mm: add folio_xchg_access_time()
Kefeng Wang
2023-10-25
1
-0
/
+5
*
mm: remove page_cpupid_last()
Kefeng Wang
2023-10-25
1
-11
/
+6
*
mm: huge_memory: use folio_last_cpupid() in __split_huge_page_tail()
Kefeng Wang
2023-10-25
1
-1
/
+1
*
mm: huge_memory: use folio_last_cpupid() in do_huge_pmd_numa_page()
Kefeng Wang
2023-10-25
1
-1
/
+1
*
mm: memory: use folio_last_cpupid() in do_numa_page()
Kefeng Wang
2023-10-25
1
-1
/
+1
*
mm: add folio_last_cpupid()
Kefeng Wang
2023-10-25
1
-0
/
+5
*
mm_types: add virtual and _last_cpupid into struct folio
Kefeng Wang
2023-10-25
1
-4
/
+18
*
mm/swap: avoid a xa load for swapout path
Kairui Song
2023-10-25
1
-3
/
+3
*
mm: kmem: reimplement get_obj_cgroup_from_current()
Roman Gushchin
2023-10-25
2
-33
/
+10
*
percpu: scoped objcg protection
Roman Gushchin
2023-10-25
1
-5
/
+3
*
mm: kmem: scoped objcg protection
Roman Gushchin
2023-10-25
4
-9
/
+66
*
mm: kmem: make memcg keep a reference to the original objcg
Roman Gushchin
2023-10-25
2
-1
/
+12
*
mm: kmem: add direct objcg pointer to task_struct
Roman Gushchin
2023-10-25
2
-9
/
+134
*
mm: kmem: optimize get_obj_cgroup_from_current()
Roman Gushchin
2023-10-25
1
-20
/
+14
*
mm, pcp: reduce detecting time of consecutive high order page freeing
Huang Ying
2023-10-25
2
-13
/
+16
*
mm, pcp: decrease PCP high if free pages < high watermark
Huang Ying
2023-10-25
2
-2
/
+32
*
mm: tune PCP high automatically
Huang Ying
2023-10-25
3
-29
/
+99
*
mm: add framework for PCP high auto-tuning
Huang Ying
2023-10-25
2
-26
/
+50
*
mm, page_alloc: scale the number of pages that are batch allocated
Huang Ying
2023-10-25
2
-11
/
+45
*
mm: restrict the pcp batch scale factor to avoid too long latency
Huang Ying
2023-10-25
2
-1
/
+12
*
mm, pcp: reduce lock contention for draining high-order pages
Huang Ying
2023-10-25
4
-1
/
+46
*
cacheinfo: calculate size of per-CPU data cache slice
Huang Ying
2023-10-25
2
-1
/
+49
*
mm, pcp: avoid to drain PCP when process exit
Huang Ying
2023-10-25
2
-4
/
+19
*
mm/oom_killer: simplify OOM killer info dump helper
Kairui Song
2023-10-25
1
-8
/
+8
*
mm: kmsan: panic on failure to allocate early boot metadata
Pedro Falcato
2023-10-25
1
-2
/
+7
*
buffer: remove folio_create_empty_buffers()
Matthew Wilcox (Oracle)
2023-10-25
18
-34
/
+25
*
ufs: remove ufs_get_locked_page()
Matthew Wilcox (Oracle)
2023-10-25
2
-16
/
+0
*
ufs: convert ufs_change_blocknr() to use folios
Matthew Wilcox (Oracle)
2023-10-25
1
-11
/
+9
*
ufs: use ufs_get_locked_folio() in ufs_alloc_lastblock()
Matthew Wilcox (Oracle)
2023-10-25
1
-13
/
+12
*
ufs: add ufs_get_locked_folio and ufs_put_locked_folio
Matthew Wilcox (Oracle)
2023-10-25
2
-22
/
+34
*
reiserfs: convert writepage to use a folio
Matthew Wilcox (Oracle)
2023-10-25
1
-40
/
+40
[next]