summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-11-261-1/+1
|\
| * Improve consistency of '#error' directive messagesNataniel Farzan2024-11-121-1/+1
* | Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-261-5/+9
|\ \
| * | jump_label: adjust inline asm to be consistentAlice Ryhl2024-11-041-5/+9
| |/
* | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-231-0/+0
|\ \
| * | asm-generic: introduce text-patching.hMike Rapoport (Microsoft)2024-11-071-0/+0
| |/
* | Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-212-9/+10
|\ \
| * | __arch_xprod64(): make __always_inline when optimizing for performanceNicolas Pitre2024-10-281-1/+6
| * | ARM: div64: improve __arch_xprod_64()Nicolas Pitre2024-10-281-2/+4
| * | asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig2024-10-281-6/+0
| |/
* | Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-203-11/+2
|\ \
| * | ARM: vdso: Remove assembly for datapage accessThomas Weißschuh2024-11-021-3/+1
| * | vdso: Introduce vdso/page.hVincenzo Frascino2024-10-161-4/+1
| * | arm: vdso: Remove timekeeper includesThomas Weißschuh2024-10-151-4/+0
| |/
* | Merge tag 'perf-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-11-191-7/+0
|\ \
| * | perf/arm: Drop unused functionsColton Lewis2024-11-141-7/+0
| |/
* | ARM: pmuv3: Add missing write_pmuacr()Rob Herring (Arm)2024-10-291-0/+2
* | perf/arm_pmuv3: Add PMUv3.9 per counter EL0 access controlRob Herring (Arm)2024-10-281-0/+6
|/
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-09-162-0/+22
|\
| * Merge branch 'for-next/pkvm-guest' into for-next/coreWill Deacon2024-09-121-0/+2
| |\
| | * firmware/smccc: Call arch-specific hook on discovering KVM servicesMarc Zyngier2024-08-301-0/+2
| * | perf: arm_pmuv3: Add support for Armv9.4 PMU instruction counterRob Herring (Arm)2024-08-161-0/+20
| |/
* | ARM: 9417/1: dma-mapping: Pass device to arm_iommu_create_mapping()Jason Gunthorpe2024-09-041-1/+1
* | ARM: 9411/1: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()Jinjie Ruan2024-08-201-1/+0
* | ARM: 9409/1: mmu: Do not use magic number for TTBCR settingsLinus Walleij2024-08-201-0/+5
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds2024-07-292-1/+8
|\
| * ARM: 9407/1: Add support for STACKLEAK gcc pluginJinjie Ruan2024-07-021-0/+7
| * ARM: 9404/1: arm32: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATIONYuntao Liu2024-06-101-1/+1
* | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-252-2/+2
|\ \
| * | ARM: sa1100: make match function take a const pointerGreg Kroah-Hartman2024-07-191-1/+1
| * | driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-1/+1
| |/
* | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-222-3/+3
|\ \
| * | mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy2024-07-131-2/+2
| * | mm: remove page_mapping()Matthew Wilcox (Oracle)2024-07-041-1/+1
* | | Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-07-161-1/+0
|\ \ \
| * | | clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann2024-07-101-1/+0
| |/ /
* | | Merge tag 'cmpxchg.2024.07.12a' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-161-1/+6
|\ \ \ | |/ / |/| |
| * | ARM: Emulate one-byte cmpxchgPaul E. McKenney2024-07-041-1/+6
| |/
* / efi/arm: Disable LPAE PAN when calling EFI runtime servicesArd Biesheuvel2024-06-151-0/+13
|/
* Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-231-0/+15
|\
| * ARM: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland2024-05-191-0/+15
* | Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-211-6/+0
|\ \ | |/ |/|
| * arch: Rename fbdev header and source filesThomas Zimmermann2024-05-031-6/+0
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-194-9/+8
|\ \
| * | mm: convert arch_clear_hugepage_flags to take a folioMatthew Wilcox (Oracle)2024-04-261-3/+3
| * | mm/arm: remove pmd_thp_or_huge()Peter Xu2024-04-262-2/+0
| * | mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu2024-04-261-1/+1
| * | mm/arm: use macros to define pmd/pud helpersPeter Xu2024-04-263-4/+5
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds2024-05-178-29/+143
|\ \