summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-241-13/+11
|\
| * efi: arm: force use of unsigned type for EFI_PHYS_ALIGNArd Biesheuvel2020-12-141-1/+1
| * efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel2020-12-091-6/+0
| * efi: arm: reduce minimum alignment of uncompressed kernelArd Biesheuvel2020-12-091-7/+6
| * efi: capsule: clean scatter-gather entries from the D-cacheArd Biesheuvel2020-12-091-0/+5
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxLinus Torvalds2020-12-2214-45/+329
|\ \
| * \ Merge branch 'devel-stable' into for-nextRussell King2020-12-214-20/+132
| |\ \
| | * | ARM: kernel: use relative references for UP/SMP alternativesArd Biesheuvel2020-10-282-3/+3
| | * | ARM: p2v: reduce p2v alignment requirement to 2 MiBArd Biesheuvel2020-10-281-5/+8
| | * | ARM: p2v: switch to MOVW for Thumb2 and ARM/LPAEArd Biesheuvel2020-10-281-12/+32
| | * | ARM: p2v: use relative references in patch site arraysArd Biesheuvel2020-10-281-3/+3
| | * | ARM: p2v: drop redundant 'type' argument from __pv_stubArd Biesheuvel2020-10-281-4/+4
| | * | ARM: module: add support for place relative relocationsArd Biesheuvel2020-10-281-0/+5
| | * | ARM: assembler: introduce adr_l, ldr_l and str_l macrosArd Biesheuvel2020-10-281-0/+84
| | |/
| * | Merge branches 'fixes' and 'misc' into for-nextRussell King2020-12-2110-10/+191
| |\ \
| | * | ARM: 9032/1: arm/mm: Convert PUD level pgtable helper macros into functionsAnshuman Khandual2020-12-211-5/+22
| | * | ARM: 9020/1: mm: use correct section size macro to describe the FDT virtual a...Ard Biesheuvel2020-10-281-3/+3
| | * | ARM: 9016/2: Initialize the mapping of KASan shadow memoryLinus Walleij2020-10-273-1/+48
| | * | ARM: 9015/2: Define the virtual space of KASan's shadow regionLinus Walleij2020-10-273-1/+87
| | * | ARM: 9014/2: Replace string mem* functions for KASanLinus Walleij2020-10-271-0/+26
| | * | ARM: 9012/1: move device tree mapping out of linear regionArd Biesheuvel2020-10-272-1/+6
| | * | ARM: 9011/1: centralize phys-to-virt conversion of DT/ATAGS addressArd Biesheuvel2020-10-271-2/+2
| | |/
| * | ARM: 9034/1: __div64_32(): straighten up inline asm constraintsNicolas Pitre2020-12-081-15/+6
* | | Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-181-1/+0
|\ \ \
| * \ \ Add and use a generic version of devmem_is_allowed()Palmer Dabbelt2020-12-111-1/+0
| |\ \ \ | | |_|/ | |/| |
| | * | arm: Use the generic devmem_is_allowed()Palmer Dabbelt2020-12-111-1/+0
* | | | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+6
|\ \ \ \
| * | | | arm: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-121-1/+6
| |/ / /
* | | | Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-162-1/+11
|\ \ \ \
| * | | | arm: Enable seccomp architecture trackingKees Cook2020-11-202-1/+11
| | |_|/ | |/| |
* | | | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-161-2/+0
|\ \ \ \
| * | | | ARM: rpc: use legacy_timer_tickArnd Bergmann2020-10-301-2/+0
| | |/ / | |/| |
* | | | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-12-151-23/+3
|\ \ \ \
| * | | | arm: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin2020-10-261-23/+3
| |/ / /
* | | | Merge branch 'regset.followup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-151-4/+0
|\ \ \ \
| * | | | arm: kill dump_task_regs()Al Viro2020-10-251-4/+0
| |/ / /
* | | | Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-152-8/+5
|\ \ \ \
| * \ \ \ Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2020-12-153-11/+15
| |\ \ \ \
| * | | | | ARM: irqstat: Get rid of duplicated declarationThomas Gleixner2020-11-232-8/+5
| | |/ / / | |/| | |
* | | | | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-143-22/+26
|\ \ \ \ \
| * | | | | ARM: highmem: Fix cache_is_vivt() referenceArnd Bergmann2020-12-041-0/+1
| * | | | | ARM: highmem: Switch to generic kmap atomicThomas Gleixner2020-11-063-22/+25
| |/ / / /
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-12-142-24/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | signal: clear non-uapi flag bits when passing/returning sa_flagsPeter Collingbourne2020-11-231-0/+2
| * | | | arch: move SA_* definitions to generic headersPeter Collingbourne2020-11-231-24/+3
| |/ / /
* | | | Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-272-0/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann2020-11-162-0/+4
| |/ /
* / / ARM: 9019/1: kprobes: Avoid fortify_panic() when copying optprobe templateAndrew Jeffery2020-10-271-11/+11
|/ /
* | treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-257-11/+11
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-10-241-11/+15
|\ \