summaryrefslogtreecommitdiffstats
path: root/arch/arm/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'amba', 'cfi', 'clkdev' and 'misc' into for-linusRussell King (Oracle)2024-05-168-29/+143
| |\ \ \ \
| | | | * | ARM: 9398/1: Fix userspace enter on LPAE with CC_OPTIMIZE_FOR_SIZE=yGeert Uytterhoeven2024-05-152-2/+2
| | | | * | ARM: 9358/2: Implement PAN for LPAE by TTBR0 page table walks disablementLinus Walleij2024-04-185-2/+79
| | | | * | ARM: 9357/2: Reduce the number of #ifdef CONFIG_CPU_SW_DOMAIN_PANLinus Walleij2024-04-182-10/+27
| | | | * | ARM: 9356/2: Move asm statements accessing TTBCR into C functionsLinus Walleij2024-04-181-0/+12
| | | | * | ARM: 9355/2: Add TTBCR_* definitions to pgtable-3level-hwdef.hLinus Walleij2024-04-181-0/+17
| | |_|/ / | |/| | |
| | * | | ARM: 9391/2: hw_breakpoint: Handle CFI breakpointsLinus Walleij2024-04-291-0/+1
| | * | | ARM: 9387/2: mm: Rewrite cacheflush vtables in CFI safe CLinus Walleij2024-04-291-19/+9
| |/ / /
* | | | Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-141-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot2024-04-241-3/+3
| |/ /
* / / ARM: prctl: reject PR_SET_MDWE on pre-ARMv6Zev Weiss2024-03-261-0/+14
|/ /
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2024-03-231-2/+3
|\ \
| * | ARM: 9354/1: ptrace: Use bitfield helpersGeert Uytterhoeven2024-03-111-2/+3
* | | Merge tag 'soc-late-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2024-03-191-3/+5
|\ \ \
| * \ \ Merge tag 'arm-soc/for-6.9/soc' of https://github.com/Broadcom/stblinux into ...Arnd Bergmann2024-03-111-3/+5
| |\ \ \ | | |_|/ | |/| |
| | * | ARM: brcmstb: Add debug UART entry for 74165Florian Fainelli2024-02-011-3/+5
| | |/
* | | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-151-7/+1
|\ \ \
| * | | ARM: remove Thumb2 __builtin_thread_pointer workaround for ClangNathan Chancellor2024-02-231-7/+1
| |/ /
* | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-155-5/+7
|\ \ \
| * | | mm/treewide: drop pXd_large()Peter Xu2024-03-062-2/+0
| * | | Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2024-02-231-0/+2
| * | | arm/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand2024-02-221-0/+2
| * | | arm: ptdump: rename CONFIG_DEBUG_WX to CONFIG_ARM_DEBUG_WXChristophe Leroy2024-02-221-3/+3
| |/ /
* | | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-121-1/+2
|\ \ \
| * | | kernel.h: removed REPEAT_BYTE from kernel.hTanzir Hasan2024-02-011-1/+2
| | |/ | |/|
* | | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-121-1/+1
|\ \ \
| * | | arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2024-03-061-1/+1
| | |/ | |/|
* / | vdso/ARM: Make union vdso_data_store available for all architecturesAnna-Maria Behnsen2024-02-202-27/+0
|/ /
* / work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-101-2/+2
|/
* Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2024-01-191-0/+2
|\
| * mm: Introduce flush_cache_vmap_early()Alexandre Ghiti2023-12-141-0/+2
* | Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-181-2/+0
|\ \
| * | locomo: make locomo_bus_type constant and staticGreg Kroah-Hartman2024-01-041-2/+0
* | | Merge tag 'riscv-for-linus-6.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-171-0/+2
|\ \ \
| * | | mm: Introduce pudp/p4dp/pgdp_get() functionsAlexandre Ghiti2023-12-201-0/+2
| | |/ | |/|
* | | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-113-13/+0
|\ \ \
| * \ \ Merge branch 'asm-generic-prototypes' into asm-genericArnd Bergmann2023-11-282-7/+0
| |\ \ \
| | * | | arch: vdso: consolidate gettime prototypesArnd Bergmann2023-11-231-5/+0
| | * | | arch: consolidate arch_irq_work_raise prototypesArnd Bergmann2023-11-231-2/+0
| | |/ /
| * / / asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang2023-11-231-6/+0
| |/ /