-
- Downloads
Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 mm updates from Dave Hansen: "New Feature: - Randomize the per-cpu entry areas Cleanups: - Have CR3_ADDR_MASK use PHYSICAL_PAGE_MASK instead of open coding it - Move to "native" set_memory_rox() helper - Clean up pmd_get_atomic() and i386-PAE - Remove some unused page table size macros" * tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (35 commits) x86/mm: Ensure forced page table splitting x86/kasan: Populate shadow for shared chunk of the CPU entry area x86/kasan: Add helpers to align shadow addresses up and down x86/kasan: Rename local CPU_ENTRY_AREA variables to shorten names x86/mm: Populate KASAN shadow for entire per-CPU range of CPU entry area x86/mm: Recompute physical address for every page of per-CPU CEA mapping x86/mm: Rename __change_page_attr_set_clr(.checkalias) x86/mm: Inhibit _PAGE_NX changes from cpa_process_alias() x86/mm: Untangle __change_page_attr_set_clr(.checkalias) x86/mm: Add a few comments x86/mm: Fix CR3_ADDR_MASK x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macros mm: Convert __HAVE_ARCH_P..P_GET to the new style mm: Remove pointless barrier() after pmdp_get_lockless() x86/mm/pae: Get rid of set_64bit() x86_64: Remove pointless set_64bit() usage x86/mm/pae: Be consistent with pXXp_get_and_clear() x86/mm/pae: Use WRITE_ONCE() x86/mm/pae: Don't (ab)use atomic64 mm/gup: Fix the lockless PMD access ...
Showing
- arch/arm/mach-omap1/sram-init.c 3 additions, 5 deletionsarch/arm/mach-omap1/sram-init.c
- arch/arm/mach-omap2/sram.c 3 additions, 5 deletionsarch/arm/mach-omap2/sram.c
- arch/mips/Kconfig 1 addition, 1 deletionarch/mips/Kconfig
- arch/powerpc/include/asm/nohash/32/pgtable.h 1 addition, 1 deletionarch/powerpc/include/asm/nohash/32/pgtable.h
- arch/powerpc/kernel/kprobes.c 4 additions, 5 deletionsarch/powerpc/kernel/kprobes.c
- arch/sh/Kconfig 1 addition, 1 deletionarch/sh/Kconfig
- arch/sh/include/asm/pgtable-3level.h 8 additions, 2 deletionsarch/sh/include/asm/pgtable-3level.h
- arch/um/include/asm/pgtable-3level.h 0 additions, 8 deletionsarch/um/include/asm/pgtable-3level.h
- arch/x86/Kconfig 1 addition, 1 deletionarch/x86/Kconfig
- arch/x86/include/asm/cmpxchg_32.h 0 additions, 28 deletionsarch/x86/include/asm/cmpxchg_32.h
- arch/x86/include/asm/cmpxchg_64.h 0 additions, 5 deletionsarch/x86/include/asm/cmpxchg_64.h
- arch/x86/include/asm/cpu_entry_area.h 0 additions, 4 deletionsarch/x86/include/asm/cpu_entry_area.h
- arch/x86/include/asm/kasan.h 3 additions, 0 deletionsarch/x86/include/asm/kasan.h
- arch/x86/include/asm/page_types.h 3 additions, 9 deletionsarch/x86/include/asm/page_types.h
- arch/x86/include/asm/pgtable-3level.h 34 additions, 137 deletionsarch/x86/include/asm/pgtable-3level.h
- arch/x86/include/asm/pgtable-3level_types.h 7 additions, 0 deletionsarch/x86/include/asm/pgtable-3level_types.h
- arch/x86/include/asm/pgtable_64_types.h 1 addition, 0 deletionsarch/x86/include/asm/pgtable_64_types.h
- arch/x86/include/asm/pgtable_areas.h 7 additions, 1 deletionarch/x86/include/asm/pgtable_areas.h
- arch/x86/include/asm/pgtable_types.h 1 addition, 3 deletionsarch/x86/include/asm/pgtable_types.h
- arch/x86/include/asm/processor-flags.h 1 addition, 1 deletionarch/x86/include/asm/processor-flags.h
Loading
Please register or sign in to comment