summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-1912-65/+32
|\
| * arm: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESSKefeng Wang2024-05-051-15/+15
| * mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand2024-04-251-1/+1
| * arm: mm: accelerate pagefault when VM_FAULT_BADACCESSKefeng Wang2024-04-251-1/+3
| * treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe2024-04-251-3/+2
| * mm: convert arch_clear_hugepage_flags to take a folioMatthew Wilcox (Oracle)2024-04-251-3/+3
| * fix missing vmalloc.h includesKent Overstreet2024-04-252-0/+2
| * mm/arm: remove pmd_thp_or_huge()Peter Xu2024-04-253-4/+2
| * mm/treewide: remove pXd_huge()Peter Xu2024-04-252-30/+0
| * mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu2024-04-251-1/+1
| * mm/arm: redefine pmd_huge() with pmd_leaf()Peter Xu2024-04-251-6/+1
| * mm/arm: use macros to define pmd/pud helpersPeter Xu2024-04-253-4/+5
* | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-188-23/+5
|\ \
| * | Makefile: remove redundant tool coverage variablesMasahiro Yamada2024-05-143-17/+0
| * | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-105-6/+5
| |/
* | Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-182-9/+10
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...Joerg Roedel2024-05-132-9/+10
| |\ \ \ \ | | | | |/ | | | |/|
| | | | * dma-mapping: Simplify arch_setup_dma_ops()Robin Murphy2024-04-262-9/+10
| | | |/ | | |/|
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds2024-05-1763-987/+2558
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'amba', 'cfi', 'clkdev' and 'misc' into for-linusRussell King (Oracle)2024-05-1663-987/+2558
| |\ \ \ \ \ \
| | | | * | | | ARM: 9398/1: Fix userspace enter on LPAE with CC_OPTIMIZE_FOR_SIZE=yGeert Uytterhoeven2024-05-152-2/+2
| | | | * | | | ARM: 9382/1: ftrace: Define ftrace_stub_graphLinus Walleij2024-04-181-0/+4
| | | | * | | | ARM: 9358/2: Implement PAN for LPAE by TTBR0 page table walks disablementLinus Walleij2024-04-1810-6/+155
| | | | * | | | 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-182-4/+15
| | | | * | | | ARM: 9355/2: Add TTBCR_* definitions to pgtable-3level-hwdef.hLinus Walleij2024-04-181-0/+17
| | |_|/ / / / | |/| | | | |
| | * | | | | ARM: 9393/1: mm: Use conditionals for CFI branchesLinus Walleij2024-05-0720-0/+42
| | * | | | | ARM: 9392/2: Support CLANG CFILinus Walleij2024-04-291-0/+1
| | * | | | | ARM: 9391/2: hw_breakpoint: Handle CFI breakpointsLinus Walleij2024-04-292-0/+36
| | * | | | | ARM: 9390/2: lib: Annotate loop delay instructions for CFILinus Walleij2024-04-291-6/+10
| | * | | | | ARM: 9389/2: mm: Define prototypes for all per-processor callsLinus Walleij2024-04-292-0/+501
| | * | | | | ARM: 9388/2: mm: Type-annotate all per-processor assembly routinesLinus Walleij2024-04-2926-274/+434
| | * | | | | ARM: 9387/2: mm: Rewrite cacheflush vtables in CFI safe CLinus Walleij2024-04-2927-259/+688
| | * | | | | ARM: 9386/2: mm: Use symbol alias for cache functionsLinus Walleij2024-04-2919-54/+22
| | * | | | | ARM: 9385/2: mm: Type-annotate all cache assembly routinesLinus Walleij2024-04-2922-373/+544
| | * | | | | ARM: 9384/2: mm: Make tlbflush routines CFI safeArd Biesheuvel2024-04-299-58/+119
| |/ / / / /
* | | | | | Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-152-34/+45
|\ \ \ \ \ \
| * | | | | | arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)2024-05-142-43/+45
| * | | | | | mm/execmem, arch: convert remaining overrides of module_alloc to execmemMike Rapoport (IBM)2024-05-141-16/+25
* | | | | | | Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-157-7/+7
|\ \ \ \ \ \ \
| * | | | | | | printk: Remove redundant CONFIG_BASE_FULLYoann Congal2024-05-067-7/+7
* | | | | | | | Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-05-141-13/+12
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-091-0/+4
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-024-21/+52
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-183-14/+12
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-2812-184/+47
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-271-13/+12
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...Christophe Leroy2024-03-141-13/+12
| | | |_|_|_|/ / / / | | |/| | | | | | |
* | | | | | | | | | Merge tag 'gpio-updates-for-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-142-21/+48
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ARM: sa1100: Open code gpio_request_array()Andy Shevchenko2024-04-031-11/+36