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
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/stackdepot, mm: rename stack_depot_want_early_init
Andrey Konovalov
2023-02-16
5
-16
/
+16
*
lib/stackdepot: use pr_fmt to define message format
Andrey Konovalov
2023-02-16
1
-4
/
+6
*
lib/stackdepot: put functions in logical order
Andrey Konovalov
2023-02-16
2
-164
/
+165
*
mm: fix typo in __vm_enough_memory warning
Jakub Wilk
2023-02-13
1
-1
/
+1
*
mm/damon/dbgfs: print DAMON debugfs interface deprecation message
SeongJae Park
2023-02-13
1
-0
/
+19
*
mm/damon/Kconfig: add DAMON debugfs interface deprecation notice
SeongJae Park
2023-02-13
1
-3
/
+4
*
Docs/admin-guide/mm/damon/usage: add DAMON debugfs interface deprecation notice
SeongJae Park
2023-02-13
1
-7
/
+13
*
mm/migrate: convert putback_movable_pages() to use folios
Vishal Moola (Oracle)
2023-02-13
1
-23
/
+23
*
mm/migrate: convert isolate_movable_page() to use folios
Vishal Moola (Oracle)
2023-02-13
1
-19
/
+20
*
mm/migrate: add folio_movable_ops()
Vishal Moola (Oracle)
2023-02-13
2
-1
/
+10
*
mm: add folio_get_nontail_page()
Vishal Moola (Oracle)
2023-02-13
1
-0
/
+7
*
mm/mempolicy: convert migrate_page_add() to migrate_folio_add()
Vishal Moola (Oracle)
2023-02-13
1
-19
/
+20
*
mm/mempolicy: convert queue_pages_required() to queue_folio_required()
Vishal Moola (Oracle)
2023-02-13
1
-6
/
+6
*
mm/mempolicy: convert queue_pages_hugetlb() to queue_folios_hugetlb()
Vishal Moola (Oracle)
2023-02-13
1
-11
/
+18
*
mm/mempolicy: convert queue_pages_pte_range() to queue_folios_pte_range()
Vishal Moola (Oracle)
2023-02-13
1
-14
/
+14
*
mm/mempolicy: convert queue_pages_pmd() to queue_folios_pmd()
Vishal Moola (Oracle)
2023-02-13
1
-12
/
+12
*
mm: add folio_estimated_sharers()
Vishal Moola (Oracle)
2023-02-13
1
-0
/
+18
*
Documentation/mm: update hugetlbfs documentation to mention alloc_hugetlb_folio
Sidhartha Kumar
2023-02-13
2
-17
/
+18
*
mm/hugetlb: convert hugetlb_wp() to take in a folio
Sidhartha Kumar
2023-02-13
1
-16
/
+16
*
mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folio
Sidhartha Kumar
2023-02-13
3
-7
/
+6
*
mm/hugetlb: convert restore_reserve_on_error to take in a folio
Sidhartha Kumar
2023-02-13
3
-13
/
+12
*
mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()
Sidhartha Kumar
2023-02-13
6
-130
/
+133
*
mm/hugetlb: convert putback_active_hugepage to take in a folio
Sidhartha Kumar
2023-02-13
3
-10
/
+10
*
mm/hugetlb: convert hugetlbfs_pagecache_present() to folios
Sidhartha Kumar
2023-02-13
1
-9
/
+7
*
mm/hugetlb: convert hugetlb_install_page to folios
Sidhartha Kumar
2023-02-13
1
-7
/
+7
*
mm/hugetlb: convert demote_free_huge_page to folios
Sidhartha Kumar
2023-02-13
1
-18
/
+17
*
mm/hugetlb: convert restore_reserve_on_error() to folios
Sidhartha Kumar
2023-02-13
1
-13
/
+14
*
mm/hugetlb: convert alloc_migrate_huge_page to folios
Sidhartha Kumar
2023-02-13
3
-13
/
+16
*
mm/hugetlb: increase use of folios in alloc_huge_page()
Sidhartha Kumar
2023-02-13
3
-27
/
+22
*
mm/hugetlb: convert alloc_surplus_huge_page() to folios
Sidhartha Kumar
2023-02-13
1
-13
/
+14
*
mm/hugetlb: convert dequeue_hugetlb_page functions to folios
Sidhartha Kumar
2023-02-13
1
-26
/
+30
*
mm/hugetlb: convert __update_and_free_page() to folios
Sidhartha Kumar
2023-02-13
1
-6
/
+6
*
mm/hugetlb: convert isolate_hugetlb to folios
Sidhartha Kumar
2023-02-13
7
-15
/
+15
*
mm/khugepaged: fix invalid page access in release_pte_pages()
Vishal Moola (Oracle)
2023-02-13
1
-4
/
+10
*
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2023-02-10
18
-45
/
+102
|
\
|
*
of: reserved_mem: Have kmemleak ignore dynamically allocated reserved mem
Isaac J. Manjarres
2023-02-09
1
-1
/
+2
|
*
scripts/gdb: fix 'lx-current' for x86
Jeff Xie
2023-02-09
1
-1
/
+1
|
*
lib: parser: optimize match_NUMBER apis to use local array
Li Lingfeng
2023-02-09
1
-19
/
+20
|
*
mm: shrinkers: fix deadlock in shrinker debugfs
Qi Zheng
2023-02-09
3
-8
/
+16
|
*
mm: hwpoison: support recovery from ksm_might_need_to_copy()
Kefeng Wang
2023-02-09
3
-8
/
+22
|
*
kasan: fix Oops due to missing calls to kasan_arch_is_ready()
Christophe Leroy
2023-02-09
3
-1
/
+21
|
*
revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"
Andrew Morton
2023-02-03
1
-1
/
+1
|
*
fsdax: dax_unshare_iter() should return a valid length
Shiyang Ruan
2023-02-03
1
-2
/
+3
|
*
mm/gup: add folio to list when folio_isolate_lru() succeed
Kuan-Ying Lee
2023-02-03
1
-1
/
+1
|
*
aio: fix mremap after fork null-deref
Seth Jenkins
2023-02-03
1
-0
/
+4
|
*
mailmap: add entry for Alexander Mikhalitsyn
Alexander Mikhalitsyn
2023-02-03
1
-0
/
+2
|
*
mm: extend max struct page size for kmsan
Arnd Bergmann
2023-02-03
1
-3
/
+9
*
|
mm/memremap.c: fix outdated comment in devm_memremap_pages
Li Zhijian
2023-02-09
1
-1
/
+1
*
|
mm/damon/sysfs: make kobj_type structures constant
Thomas Weißschuh
2023-02-09
4
-23
/
+23
*
|
mm/gup: move private gup FOLL_ flags to internal.h
Jason Gunthorpe
2023-02-09
2
-22
/
+50
[next]