index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/arm64: override clear_young_dirty_ptes() batch helper
Lance Yang
2024-05-06
2
-0
/
+84
*
mm/page_table_check: support userfault wr-protect entries
Peter Xu
2024-05-06
1
-17
/
+1
*
arm: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESS
Kefeng Wang
2024-05-06
1
-15
/
+15
*
arm64: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESS
Kefeng Wang
2024-05-06
1
-23
/
+20
*
xtensa/mm: convert check_tlb_entry() to sanity check folios
David Hildenbrand
2024-05-06
1
-5
/
+6
*
sh/mm/cache: use folio_mapped() in copy_from_user_page()
David Hildenbrand
2024-05-06
1
-1
/
+1
*
mm: pass VMA instead of MM to follow_pte()
David Hildenbrand
2024-05-06
2
-6
/
+3
*
mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FAST
David Hildenbrand
2024-04-26
9
-9
/
+9
*
x86: mm: accelerate pagefault when badaccess
Kefeng Wang
2024-04-26
1
-9
/
+14
*
s390: mm: accelerate pagefault when badaccess
Kefeng Wang
2024-04-26
1
-1
/
+2
*
riscv: mm: accelerate pagefault when badaccess
Kefeng Wang
2024-04-26
1
-1
/
+4
*
powerpc: mm: accelerate pagefault when badaccess
Kefeng Wang
2024-04-26
1
-13
/
+20
*
arm: mm: accelerate pagefault when VM_FAULT_BADACCESS
Kefeng Wang
2024-04-26
1
-1
/
+3
*
arm64: mm: accelerate pagefault when VM_FAULT_BADACCESS
Kefeng Wang
2024-04-26
1
-1
/
+3
*
arm64: mm: cleanup __do_page_fault()
Kefeng Wang
2024-04-26
1
-20
/
+7
*
x86/mm: care about shadow stack guard gap during placement
Rick Edgecombe
2024-04-26
1
-0
/
+10
*
x86/mm: implement HAVE_ARCH_UNMAPPED_AREA_VMFLAGS
Rick Edgecombe
2024-04-26
2
-5
/
+21
*
treewide: use initializer for struct vm_unmapped_area_info
Rick Edgecombe
2024-04-26
13
-45
/
+21
*
powerpc: use initializer for struct vm_unmapped_area_info
Rick Edgecombe
2024-04-26
1
-11
/
+9
*
parisc: use initializer for struct vm_unmapped_area_info
Rick Edgecombe
2024-04-26
1
-3
/
+3
*
csky: use initializer for struct vm_unmapped_area_info
Rick Edgecombe
2024-04-26
1
-6
/
+6
*
mm: switch mm->get_unmapped_area() to a flag
Rick Edgecombe
2024-04-26
7
-17
/
+14
*
mm: remove "prot" parameter from move_pte()
David Hildenbrand
2024-04-26
1
-1
/
+1
*
mm/arch: provide pud_pfn() fallback
Peter Xu
2024-04-26
4
-0
/
+4
*
sparc: use is_huge_zero_pmd()
Matthew Wilcox (Oracle)
2024-04-26
1
-3
/
+3
*
mm: convert arch_clear_hugepage_flags to take a folio
Matthew Wilcox (Oracle)
2024-04-26
5
-15
/
+15
*
xtensa: remove uses of PG_arch_1 on individual pages
Matthew Wilcox (Oracle)
2024-04-26
1
-2
/
+4
*
sh: remove use of PG_arch_1 on individual pages
Matthew Wilcox (Oracle)
2024-04-26
1
-2
/
+3
*
mm: move follow_phys to arch/x86/mm/pat/memtype.c
Christoph Hellwig
2024-04-26
1
-1
/
+28
*
mm/mm_init.c: remove arch_reserved_kernel_pages()
Baoquan He
2024-04-26
2
-9
/
+0
*
x86: remove unneeded memblock_find_dma_reserve()
Baoquan He
2024-04-26
3
-50
/
+0
*
arm64: mm: swap: support THP_SWAP on hardware with MTE
Barry Song
2024-04-26
2
-17
/
+47
*
mm: vmalloc: enable memory allocation profiling
Kent Overstreet
2024-04-26
1
-1
/
+2
*
change alloc_pages name in dma_map_ops to avoid name conflicts
Suren Baghdasaryan
2024-04-26
6
-7
/
+7
*
fix missing vmalloc.h includes
Kent Overstreet
2024-04-26
18
-0
/
+19
*
mm/arm: remove pmd_thp_or_huge()
Peter Xu
2024-04-26
4
-6
/
+2
*
mm/treewide: remove pXd_huge()
Peter Xu
2024-04-26
16
-174
/
+2
*
mm/treewide: replace pXd_huge() with pXd_leaf()
Peter Xu
2024-04-26
7
-11
/
+11
*
mm/powerpc: redefine pXd_huge() with pXd_leaf()
Peter Xu
2024-04-26
2
-27
/
+14
*
mm/arm64: merge pXd_huge() and pXd_leaf() definitions
Peter Xu
2024-04-26
2
-6
/
+6
*
mm/arm: redefine pmd_huge() with pmd_leaf()
Peter Xu
2024-04-26
1
-6
/
+1
*
mm/arm: use macros to define pmd/pud helpers
Peter Xu
2024-04-26
3
-4
/
+5
*
mm/sparc: change pXd_huge() behavior to exclude swap entries
Peter Xu
2024-04-26
1
-4
/
+2
*
mm/x86: change pXd_huge() behavior to exclude swap entries
Peter Xu
2024-04-26
1
-14
/
+4
*
Merge tag 'x86-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-04-14
8
-119
/
+115
|
\
|
*
x86/cpu/amd: Move TOPOEXT enablement into the topology parser
Thomas Gleixner
2024-04-12
2
-15
/
+21
|
*
x86/cpu/amd: Make the NODEID_MSR union actually work
Thomas Gleixner
2024-04-12
1
-3
/
+3
|
*
x86/cpu/amd: Make the CPUID 0x80000008 parser correct
Thomas Gleixner
2024-04-12
1
-6
/
+18
|
*
x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHI
Josh Poimboeuf
2024-04-12
2
-15
/
+4
|
*
x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=auto
Josh Poimboeuf
2024-04-12
2
-14
/
+1
[next]