summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | mm: update legacy flush_tlb_* to use vmaChen Li2021-06-291-10/+3
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-06-281-0/+5
|\ \ \
| * | | arm64: Add cpuidle context save/restore helpersMarc Zyngier2021-06-171-0/+5
| | |/ | |/|
* | | Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-283-59/+59
|\ \ \ | |_|/ |/| |
| * | locking/atomic: arm: move to ARCH_ATOMICMark Rutland2021-05-263-57/+57
| * | locking/atomic: cmpxchg: make `generic` a prefixMark Rutland2021-05-261-3/+3
| |/
* / ARM: cpuidle: Avoid orphan section warningArnd Bergmann2021-06-021-2/+3
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-072-5/+1
|\
| * arm: print alloc free paths for address in registersManinder Singh2021-05-071-0/+1
| * mm: remove xlate_dev_kmem_ptr()David Hildenbrand2021-05-071-5/+0
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-05-065-28/+0
|\ \
| * | ARM: 9072/1: mm: remove set_kernel_text_r[ow]()Jisheng Zhang (syna)2021-04-181-8/+0
| * | ARM: 9067/1: syscalls: switch to generic syscallhdr.shMasahiro Yamada2021-03-252-2/+0
| * | ARM: 9060/1: kexec: Remove unused kexec_reinit callbackJoel Stanley2021-03-091-3/+0
| * | ARM: 9059/1: cache-v7: get rid of mini-stackArd Biesheuvel2021-03-091-15/+0
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-0/+3
|\ \ \ | |_|/ |/| |
| * | arm/arm64: Probe for the presence of KVM hypervisorWill Deacon2021-03-311-0/+3
| |/
* | ARM: mm: add missing pud_page define to 2-level page tablesNicholas Piggin2021-04-302-2/+3
* | Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-04-281-1/+1
|\ \
| * | locking: Fix typos in commentsIngo Molnar2021-03-221-1/+1
| |/
* | Merge tag 'for-linus-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-261-0/+1
|\ \
| * | xen/arm: introduce XENFEAT_direct_mapped and XENFEAT_not_direct_mappedStefano Stabellini2021-04-231-0/+1
| |/
* / x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross2021-03-111-9/+5
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-02-224-26/+21
|\
| * ARM: 9049/1: locomo: make locomo bus's remove callback return voidUwe Kleine-König2021-02-011-1/+1
| * ARM: 9048/1: sa1111: make sa1111 bus's remove callback return voidUwe Kleine-König2021-02-011-1/+1
| * ARM: 9040/1: use DEBUG_UART_PHYS and DEBUG_UART_VIRT for sti LL_UARTAlain VOLMAT2021-02-011-24/+2
| * ARM: 9039/1: assembler: generalize byte swapping macro into rev_lArd Biesheuvel2021-02-011-0/+17
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-02-211-0/+10
|\ \
| * | firmware: smccc: Introduce SMCCC TRNG frameworkAndre Przywara2021-01-211-0/+10
* | | Merge tag 'arm-soc-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds2021-02-201-14/+16
|\ \ \
| * \ \ Merge tag 'arm-soc/for-5.12/soc' of https://github.com/Broadcom/stblinux into...Arnd Bergmann2021-02-021-14/+16
| |\ \ \ | | |/ / | |/| |
| | * | ARM: brcmstb: Add debug UART entry for 72116Florian Fainelli2021-01-211-14/+16
| | |/
* | | Merge tag 'arm-platform-removal-v5.12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-02-202-85/+0
|\ \ \
| * | | ARM: remove sirf prima2/atlas platformsArnd Bergmann2021-01-201-40/+0
| * | | ARM: drop efm32 platformUwe Kleine-König2021-01-151-45/+0
| |/ /
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-02-062-27/+39
|\ \ \ | |/ / |/| |
| * | ARM: kexec: fix oops after TLB are invalidatedRussell King2021-02-051-0/+12
| * | ARM: 9043/1: tegra: Fix misplaced tegra_uart_config in decompressorDmitry Osipenko2021-01-291-27/+27
| |/
* / local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-1/+0
|/
* 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