aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+1
14 daysMerge tag 'soc-arm-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-10/+0
2026-06-17Merge tag 'modules-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2026-06-16Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-0/+60
2026-06-15Merge tag 'irq-drivers-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds1-2/+2
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2026-06-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-2/+13
2026-06-11ARM: 9474/1: io: avoid KASAN instrumentation of raw halfword I/OKarl Mehltretter1-2/+13
2026-06-10ARM: remove the last few uses of do_bad_IRQ()Ethan Nelson-Moore1-10/+0
2026-06-06vfs: uapi: retire octal and hex numbers in favor of (1 << n) for O_ flagsJori Koolstra1-4/+4
2026-05-28uaccess: unify inline vs outline copy_{from,to}_user() selectionYury Norov1-2/+1
2026-05-28ARM: Add a neon-intrinsics.h header like on arm64Ard Biesheuvel1-0/+60
2026-05-26module, arm: force sh_addr=0 for arch-specific sectionsPetr Pavlu1-2/+2
2026-05-21ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)1-0/+1
2026-04-30irqchip/gic: Replace __ASSEMBLY__ with __ASSEMBLER__Thomas Huth1-2/+2
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds1-225/+0
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-10/+1
2026-04-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+7
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)1-1/+1
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)1-9/+0
2026-04-02xor: make xor.ko self-contained in lib/raid/Christoph Hellwig1-21/+0
2026-04-02arm: move the XOR code to lib/raid/Christoph Hellwig1-188/+2
2026-04-02xor: remove macro abuse for XOR implementation registrationsChristoph Hellwig1-13/+12
2026-04-02arm/xor: remove in_interrupt() handlingChristoph Hellwig1-29/+12
2026-03-24arm64: cpufeature: Use pmuv3_implemented() functionJames Clark1-0/+7
2026-03-11ARM: vdso: gettimeofday: Add explicit includesThomas Weißschuh1-0/+2
2026-02-13ARM: clean up the memset64() C wrapperThomas Weißschuh1-5/+9
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+2
2026-02-10Merge tag 'asm-generic-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-10/+2
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-23/+0
2026-02-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+0
2026-01-31ARM: 9468/1: fix memset64() on big-endianThomas Weissschuh1-1/+4
2026-01-30ARM: uapi: Drop PSR_ENDSTATEThomas Weißschuh2-10/+2
2026-01-26arm: make initialization of zero page independent of the memory mapKlara Modin1-2/+2
2026-01-20treewide: provide a generic clear_user_page() variantDavid Hildenbrand1-1/+0
2026-01-12arm/paravirt: Use common code for paravirt_steal_clock()Juergen Gross1-18/+0
2026-01-12sched: Move clock related paravirt code to kernel/schedJuergen Gross1-4/+0
2026-01-12paravirt: Remove asm/paravirt_api_clock.hJuergen Gross1-1/+0
2026-01-05syscall.h: Remove unused SYSCALL_MAX_ARGSJinjie Ruan1-2/+0
2025-12-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-5/+5
2025-12-09ARM: 9464/1: fix input-only operand modification in load_unaligned_zeropad()Liyuan Pang1-5/+5
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-12-02Merge tag 'fpsimd-on-stack-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+7
2025-11-12ARM/simd: Add scoped guard API for kernel mode SIMDArd Biesheuvel1-0/+7
2025-11-03ARM: uaccess: Implement missing __get_user_asm_dword()Thomas Gleixner1-1/+25
2025-10-22arm: make sa1111_bus_type constAdrian Barnaś1-1/+1
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+4
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2025-09-21mm: constify highmem related functions for improved const-correctnessMax Kellermann1-3/+3
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-1/+1
2025-09-04ARM: VDSO: Remove cntvct_ok global variableRasmus Villemoes1-2/+0
2025-08-25floppy: Remove unused CROSS_64KB() macro from arch/ codeAndy Shevchenko1-2/+0
2025-08-25ARM: stacktrace: include asm/sections.h in asm/stacktrace.hArnd Bergmann1-1/+2
2025-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-160/+0
2025-07-25ARM: 9449/1: coresight: Finish removal of Coresight support in arch/arm/kernelJames Clark1-160/+0
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm1-1/+1
2025-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-1/+2
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-2/+37
2025-05-29ARM: 9446/1: Disallow kernel mode NEON when IRQs are disabledArd Biesheuvel1-1/+2
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+24
2025-05-11syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+13
2025-05-11arch: remove mk_pmd()Matthew Wilcox (Oracle)1-1/+0
2025-05-11mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)1-1/+0
2025-04-16arm: Make simd.h more resilientHerbert Xu1-1/+7
2025-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-4/+10
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+2
2025-03-26ARM: 9444/1: add KEEP() keyword to ARM_VECTORSChristian Eggers1-3/+3
2025-03-26ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCENathan Chancellor1-0/+6
2025-03-26ARM: 9439/1: arm32: simplify ARM_MMU_KEEP usageRolf Eike Beer1-1/+1
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-16/+5
2025-03-16arm/pgtable: remove duplicate included header fileThorsten Blum1-3/+2
2025-02-21mm/memremap: Pass down MEMREMAP_* flags to arch_memremap_wb()Kirill A. Shutemov1-1/+1
2025-02-21arm: vdso: Switch to generic storage implementationThomas Weißschuh3-16/+5
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-01-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds4-21/+19
2025-01-25mm: pgtable: completely move pagetable_dtor() to generic tlb_remove_table()Qi Zheng1-4/+0
2025-01-25mm: pgtable: introduce generic __tlb_remove_table()Qi Zheng1-9/+0
2025-01-25arm: pgtable: move pagetable_dtor() to __tlb_remove_table()Qi Zheng1-3/+6
2025-01-25mm: pgtable: introduce pagetable_dtor()Qi Zheng1-2/+2
2025-01-14ARM: 9433/2: implement cacheinfo supportDmitry Baryshkov1-0/+6
2025-01-14ARM: 9432/2: add CLIDR accessor functionsDmitry Baryshkov1-0/+13
2025-01-14ARM: 9438/1: assembler: Drop obsolete VFP accessor fallbackArd Biesheuvel2-21/+0
2025-01-10ARM: riscpc: make ecard_bus_type constantKunwu Chan1-1/+1
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-11-25Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+9
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+0
2024-11-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-9/+10
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-11/+2
2024-11-19Merge tag 'perf-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+0
2024-11-14perf/arm: Drop unused functionsColton Lewis1-7/+0
2024-11-11Improve consistency of '#error' directive messagesNataniel Farzan1-1/+1
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-0/+0
2024-11-04jump_label: adjust inline asm to be consistentAlice Ryhl1-5/+9
2024-11-02ARM: vdso: Remove assembly for datapage accessThomas Weißschuh1-3/+1
2024-10-29ARM: pmuv3: Add missing write_pmuacr()Rob Herring (Arm)1-0/+2
2024-10-28__arch_xprod64(): make __always_inline when optimizing for performanceNicolas Pitre1-1/+6
2024-10-28ARM: div64: improve __arch_xprod_64()Nicolas Pitre1-2/+4
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig1-6/+0
2024-10-28perf/arm_pmuv3: Add PMUv3.9 per counter EL0 access controlRob Herring (Arm)1-0/+6
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino1-4/+1
2024-10-15arm: vdso: Remove timekeeper includesThomas Weißschuh1-4/+0
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-0/+22
2024-09-12Merge branch 'for-next/pkvm-guest' into for-next/coreWill Deacon1-0/+2
2024-09-04ARM: 9417/1: dma-mapping: Pass device to arm_iommu_create_mapping()Jason Gunthorpe1-1/+1
2024-08-30firmware/smccc: Call arch-specific hook on discovering KVM servicesMarc Zyngier1-0/+2
2024-08-20ARM: 9411/1: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()Jinjie Ruan1-1/+0
2024-08-20ARM: 9409/1: mmu: Do not use magic number for TTBCR settingsLinus Walleij1-0/+5
2024-08-16perf: arm_pmuv3: Add support for Armv9.4 PMU instruction counterRob Herring (Arm)1-0/+20
2024-07-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds2-1/+8
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+3
2024-07-19ARM: sa1100: make match function take a const pointerGreg Kroah-Hartman1-1/+1
2024-07-16Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2024-07-15Merge tag 'cmpxchg.2024.07.12a' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+6
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy1-2/+2
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann1-1/+0
2024-07-04ARM: Emulate one-byte cmpxchgPaul E. McKenney1-1/+6
2024-07-03mm: remove page_mapping()Matthew Wilcox (Oracle)1-1/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-1/+1
2024-07-02ARM: 9407/1: Add support for STACKLEAK gcc pluginJinjie Ruan1-0/+7
2024-06-15efi/arm: Disable LPAE PAN when calling EFI runtime servicesArd Biesheuvel1-0/+13
2024-06-10ARM: 9404/1: arm32: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATIONYuntao Liu1-1/+1
2024-05-22Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+15
2024-05-20Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+0
2024-05-19ARM: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland1-0/+15
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-9/+8
2024-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds8-29/+143
2024-05-16Merge branches 'amba', 'cfi', 'clkdev' and 'misc' into for-linusRussell King (Oracle)8-29/+143
2024-05-15ARM: 9398/1: Fix userspace enter on LPAE with CC_OPTIMIZE_FOR_SIZE=yGeert Uytterhoeven2-2/+2
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2024-05-03arch: Rename fbdev header and source filesThomas Zimmermann1-6/+0
2024-04-29ARM: 9391/2: hw_breakpoint: Handle CFI breakpointsLinus Walleij1-0/+1
2024-04-29ARM: 9387/2: mm: Rewrite cacheflush vtables in CFI safe CLinus Walleij1-19/+9
2024-04-25mm: convert arch_clear_hugepage_flags to take a folioMatthew Wilcox (Oracle)1-3/+3
2024-04-25mm/arm: remove pmd_thp_or_huge()Peter Xu2-2/+0
2024-04-25mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu1-1/+1
2024-04-25mm/arm: use macros to define pmd/pud helpersPeter Xu3-4/+5
2024-04-24sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot1-3/+3
2024-04-18ARM: 9358/2: Implement PAN for LPAE by TTBR0 page table walks disablementLinus Walleij5-2/+79
2024-04-18ARM: 9357/2: Reduce the number of #ifdef CONFIG_CPU_SW_DOMAIN_PANLinus Walleij2-10/+27
2024-04-18ARM: 9356/2: Move asm statements accessing TTBCR into C functionsLinus Walleij1-0/+12
2024-04-18ARM: 9355/2: Add TTBCR_* definitions to pgtable-3level-hwdef.hLinus Walleij1-0/+17
2024-03-26ARM: prctl: reject PR_SET_MDWE on pre-ARMv6Zev Weiss1-0/+14
2024-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+3
2024-03-19Merge tag 'soc-late-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-3/+5
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds1-7/+1
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-5/+7
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-03-11ARM: 9354/1: ptrace: Use bitfield helpersGeert Uytterhoeven1-2/+3
2024-03-11Merge tag 'arm-soc/for-6.9/soc' of https://github.com/Broadcom/stblinux into ...Arnd Bergmann1-3/+5
2024-03-06mm/treewide: drop pXd_large()Peter Xu2-2/+0
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann1-1/+1
2024-02-22ARM: remove Thumb2 __builtin_thread_pointer workaround for ClangNathan Chancellor1-7/+1
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers1-0/+2
2024-02-22arm/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand1-0/+2
2024-02-22arm: ptdump: rename CONFIG_DEBUG_WX to CONFIG_ARM_DEBUG_WXChristophe Leroy1-3/+3
2024-02-20vdso/ARM: Make union vdso_data_store available for all architecturesAnna-Maria Behnsen2-27/+0
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-2/+2
2024-02-01ARM: brcmstb: Add debug UART entry for 74165Florian Fainelli1-3/+5
2024-02-01kernel.h: removed REPEAT_BYTE from kernel.hTanzir Hasan1-1/+2
2024-01-18Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-0/+2
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+0
2024-01-17Merge tag 'riscv-for-linus-6.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-13/+0
2024-01-04locomo: make locomo_bus_type constant and staticGreg Kroah-Hartman1-2/+0
2023-12-23sched/topology: Add a new arch_scale_freq_ref() methodVincent Guittot1-0/+1
2023-12-20mm: Introduce pudp/p4dp/pgdp_get() functionsAlexandre Ghiti1-0/+2
2023-12-14mm: Introduce flush_cache_vmap_early()Alexandre Ghiti1-0/+2
2023-12-06kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMPBaoquan He1-4/+0
2023-11-28Merge branch 'asm-generic-prototypes' into asm-genericArnd Bergmann2-7/+0
2023-11-23arch: vdso: consolidate gettime prototypesArnd Bergmann1-5/+0
2023-11-23arch: consolidate arch_irq_work_raise prototypesArnd Bergmann1-2/+0
2023-11-23asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang1-6/+0
2023-11-10Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2023-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-25/+23
2023-11-10kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann1-2/+0
2023-11-07arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registersIlkka Koskinen1-25/+23
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-0/+6
2023-11-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds5-18/+9
2023-10-17console: fix up ARM screen_info referenceArnd Bergmann1-0/+1
2023-10-17vgacon: clean up global screen_info instancesArnd Bergmann1-0/+5
2023-10-05ARM: 9326/1: make <linux/uaccess.h> self-contained for ARMMasahiro Yamada3-2/+4
2023-10-05ARM: 9324/1: fix get_user() broken with veneerMasahiro Yamada1-12/+2
2023-10-05ARM: 9323/1: mm: Fix ARCH_LOW_ADDRESS_LIMIT when CONFIG_ZONE_DMAwahrenst1-0/+3
2023-10-05ARM: 9320/1: fix stack depot IRQ stack filterVincent Whitchurch1-4/+0
2023-09-28ARM: locomo: fix locomolcd_power declarationArnd Bergmann1-1/+1
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-24/+0
2023-08-31Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-2/+16
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2023-08-30Merge tag 'soc-arm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+2
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-27/+34
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)1-7/+0
2023-08-24arm: implement the new page table range APIMatthew Wilcox (Oracle)3-16/+27
2023-08-24ARM: Remove <asm/ide.h>Geert Uytterhoeven1-24/+0
2023-08-22KVM: arm64: pmu: Resync EL0 state on counter rotationMarc Zyngier1-0/+2
2023-08-21arm: include asm/cacheflush.h in asm/hugetlb.hHugh Dickins1-0/+1