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
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-06
mm/arm64: override clear_young_dirty_ptes() batch helper
Lance Yang
2
-0
/
+84
2024-05-06
mm/page_table_check: support userfault wr-protect entries
Peter Xu
1
-17
/
+1
2024-05-06
arm: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESS
Kefeng Wang
1
-15
/
+15
2024-05-06
arm64: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESS
Kefeng Wang
1
-23
/
+20
2024-05-06
xtensa/mm: convert check_tlb_entry() to sanity check folios
David Hildenbrand
1
-5
/
+6
2024-05-06
sh/mm/cache: use folio_mapped() in copy_from_user_page()
David Hildenbrand
1
-1
/
+1
2024-05-06
mm: pass VMA instead of MM to follow_pte()
David Hildenbrand
2
-6
/
+3
2024-04-26
mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FAST
David Hildenbrand
9
-9
/
+9
2024-04-26
x86: mm: accelerate pagefault when badaccess
Kefeng Wang
1
-9
/
+14
2024-04-26
s390: mm: accelerate pagefault when badaccess
Kefeng Wang
1
-1
/
+2
2024-04-26
riscv: mm: accelerate pagefault when badaccess
Kefeng Wang
1
-1
/
+4
2024-04-26
powerpc: mm: accelerate pagefault when badaccess
Kefeng Wang
1
-13
/
+20
2024-04-26
arm: mm: accelerate pagefault when VM_FAULT_BADACCESS
Kefeng Wang
1
-1
/
+3
2024-04-26
arm64: mm: accelerate pagefault when VM_FAULT_BADACCESS
Kefeng Wang
1
-1
/
+3
2024-04-26
arm64: mm: cleanup __do_page_fault()
Kefeng Wang
1
-20
/
+7
2024-04-26
x86/mm: care about shadow stack guard gap during placement
Rick Edgecombe
1
-0
/
+10
2024-04-26
x86/mm: implement HAVE_ARCH_UNMAPPED_AREA_VMFLAGS
Rick Edgecombe
2
-5
/
+21
2024-04-26
treewide: use initializer for struct vm_unmapped_area_info
Rick Edgecombe
13
-45
/
+21
2024-04-26
powerpc: use initializer for struct vm_unmapped_area_info
Rick Edgecombe
1
-11
/
+9
2024-04-26
parisc: use initializer for struct vm_unmapped_area_info
Rick Edgecombe
1
-3
/
+3
2024-04-26
csky: use initializer for struct vm_unmapped_area_info
Rick Edgecombe
1
-6
/
+6
2024-04-26
mm: switch mm->get_unmapped_area() to a flag
Rick Edgecombe
7
-17
/
+14
2024-04-26
mm: remove "prot" parameter from move_pte()
David Hildenbrand
1
-1
/
+1
2024-04-26
mm/arch: provide pud_pfn() fallback
Peter Xu
4
-0
/
+4
2024-04-26
sparc: use is_huge_zero_pmd()
Matthew Wilcox (Oracle)
1
-3
/
+3
2024-04-26
mm: convert arch_clear_hugepage_flags to take a folio
Matthew Wilcox (Oracle)
5
-15
/
+15
2024-04-26
xtensa: remove uses of PG_arch_1 on individual pages
Matthew Wilcox (Oracle)
1
-2
/
+4
2024-04-26
sh: remove use of PG_arch_1 on individual pages
Matthew Wilcox (Oracle)
1
-2
/
+3
2024-04-26
mm: move follow_phys to arch/x86/mm/pat/memtype.c
Christoph Hellwig
1
-1
/
+28
2024-04-26
mm/mm_init.c: remove arch_reserved_kernel_pages()
Baoquan He
2
-9
/
+0
2024-04-26
x86: remove unneeded memblock_find_dma_reserve()
Baoquan He
3
-50
/
+0
2024-04-26
arm64: mm: swap: support THP_SWAP on hardware with MTE
Barry Song
2
-17
/
+47
2024-04-26
mm: vmalloc: enable memory allocation profiling
Kent Overstreet
1
-1
/
+2
2024-04-26
change alloc_pages name in dma_map_ops to avoid name conflicts
Suren Baghdasaryan
6
-7
/
+7
2024-04-26
fix missing vmalloc.h includes
Kent Overstreet
18
-0
/
+19
2024-04-26
mm/arm: remove pmd_thp_or_huge()
Peter Xu
4
-6
/
+2
2024-04-26
mm/treewide: remove pXd_huge()
Peter Xu
16
-174
/
+2
2024-04-26
mm/treewide: replace pXd_huge() with pXd_leaf()
Peter Xu
7
-11
/
+11
2024-04-26
mm/powerpc: redefine pXd_huge() with pXd_leaf()
Peter Xu
2
-27
/
+14
2024-04-26
mm/arm64: merge pXd_huge() and pXd_leaf() definitions
Peter Xu
2
-6
/
+6
2024-04-26
mm/arm: redefine pmd_huge() with pmd_leaf()
Peter Xu
1
-6
/
+1
2024-04-26
mm/arm: use macros to define pmd/pud helpers
Peter Xu
3
-4
/
+5
2024-04-26
mm/sparc: change pXd_huge() behavior to exclude swap entries
Peter Xu
1
-4
/
+2
2024-04-26
mm/x86: change pXd_huge() behavior to exclude swap entries
Peter Xu
1
-14
/
+4
2024-04-14
Merge tag 'x86-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
8
-119
/
+115
2024-04-14
Merge tag 'perf-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2024-04-12
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-9
/
+11
2024-04-12
Merge tag 'soc-fixes-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
9
-56
/
+54
2024-04-12
Kconfig: add some hidden tabs on purpose
Linus Torvalds
1
-6
/
+6
2024-04-12
Merge tag 'mips-fixes_6.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-38
/
+42
[next]