summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)Author
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-09-05Merge tag 'renesas-fixes2-for-v5.3' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann
2019-09-04Merge tag 'renesas-fixes-for-v5.3' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann
2019-09-04arm64: remove __iounmapChristoph Hellwig
2019-08-31arm64: dts: renesas: hihope-common: Fix eMMC statusFabrizio Castro
2019-08-30Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2019-08-30Merge branch 'for-next/atomics' into for-next/coreWill Deacon
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon
2019-08-30arm64: atomics: Use K constraint when toolchain appears to support itWill Deacon
2019-08-30arm64: atomics: Undefine internal macros after useWill Deacon
2019-08-30arm64: lse: Make ARM64_LSE_ATOMICS depend on JUMP_LABELWill Deacon
2019-08-30arm64: asm: Kill 'asm/atomic_arch.h'Will Deacon
2019-08-30arm64: lse: Remove unused 'alt_lse' assembly macroWill Deacon
2019-08-29arm64: atomics: Remove atomic_ll_sc compilation unitAndrew Murray
2019-08-29arm64: avoid using hard-coded registers for LSE atomicsAndrew Murray
2019-08-29arm64: atomics: avoid out-of-line ll/sc atomicsAndrew Murray
2019-08-29arm64: Use correct ll/sc atomic constraintsAndrew Murray
2019-08-28arm64: kpti: ensure patched kernel text is fetched from PoUMark Rutland
2019-08-28arm64: fix fixmap copy for 16K pages and 48-bit VAMark Rutland
2019-08-27arm64: kvm: Replace hardcoded '1' with SYS_PAR_EL1_FWill Deacon
2019-08-27arm64: mm: Ignore spurious translation faults taken from the kernelWill Deacon
2019-08-27arm64: sysreg: Add some field definitions for PAR_EL1Will Deacon
2019-08-27arm64: mm: Add ISB instruction to set_pgd()Will Deacon
2019-08-27arm64: tlb: Ensure we execute an ISB following walk cache invalidationWill Deacon
2019-08-27Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"Will Deacon
2019-08-27arm64: smp: Treat unknown boot failures as being 'stuck in kernel'Will Deacon
2019-08-27arm64: smp: Don't enter kernel with NULL stack pointer or task structWill Deacon
2019-08-27arm64: smp: Increase secondary CPU boot timeout valueWill Deacon
2019-08-23arm64: kexec_file: add rng-seed supportHsin-Yi Wang
2019-08-23arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang
2019-08-21arm64: add arch/arm64/KbuildMasahiro Yamada
2019-08-21arm64: entry: Move ct_user_exit before any other exceptionJames Morse
2019-08-20arm64: Change the tagged_addr sysctl control semantics to only prevent the op...Catalin Marinas
2019-08-20arm64: perf_event: Add missing header needed for smp_processor_id()Raphael Gault
2019-08-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-08-16arm64: ftrace: Ensure module ftrace trampoline is coherent with I-sideWill Deacon
2019-08-15Merge tag 'amlogic-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kh...Arnd Bergmann
2019-08-15arm64: unexport set_memory_x and set_memory_nxChristoph Hellwig
2019-08-15arm64: smp: disable hotplug on trusted OS resident CPUSudeep Holla
2019-08-14arm64/efi: Move variable assignments after SECTIONSKees Cook
2019-08-14arm64: Clarify when cpu_enable() is calledMark Brown
2019-08-14arm64: memory: rename VA_START to PAGE_ENDMark Rutland
2019-08-14arm64: memory: fix flipped VA space falloutMark Rutland
2019-08-14arm64: memory: Cosmetic cleanupsWill Deacon
2019-08-14arm64: memory: Add comments to end of non-trivial #ifdef blocksWill Deacon
2019-08-14arm64: memory: Implement __tag_set() as common functionWill Deacon
2019-08-14arm64: memory: Simplify _VA_START and _PAGE_OFFSET definitionsWill Deacon
2019-08-14arm64: memory: Simplify virt_to_page() implementationWill Deacon
2019-08-14arm64: memory: Rewrite default page_to_virt()/virt_to_page()Will Deacon
2019-08-14arm64: memory: Ensure address tag is masked in conversion macrosWill Deacon