aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-04arm64: remove __iounmapChristoph Hellwig2-4/+3
2019-08-30Merge branch 'for-next/atomics' into for-next/coreWill Deacon9-420/+412
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/error-injection', 'for-next/perf', 'for-next/psci-cpuidle', 'for-next/rng', 'for-next/smpboot', 'for-next/tbi' and 'for-next/tlbi' into for-next/coreWill Deacon41-517/+512
2019-08-30arm64: atomics: Use K constraint when toolchain appears to support itWill Deacon2-24/+48
2019-08-30arm64: atomics: Undefine internal macros after useWill Deacon2-0/+11
2019-08-30arm64: lse: Make ARM64_LSE_ATOMICS depend on JUMP_LABELWill Deacon1-0/+1
2019-08-30arm64: asm: Kill 'asm/atomic_arch.h'Will Deacon4-157/+140
2019-08-30arm64: lse: Remove unused 'alt_lse' assembly macroWill Deacon1-22/+0
2019-08-29arm64: atomics: Remove atomic_ll_sc compilation unitAndrew Murray2-22/+0
2019-08-29arm64: avoid using hard-coded registers for LSE atomicsAndrew Murray1-29/+41
2019-08-29arm64: atomics: avoid out-of-line ll/sc atomicsAndrew Murray6-328/+329
2019-08-29arm64: Use correct ll/sc atomic constraintsAndrew Murray1-42/+47
2019-08-28arm64: kpti: ensure patched kernel text is fetched from PoUMark Rutland1-0/+9
2019-08-28arm64: fix fixmap copy for 16K pages and 48-bit VAMark Rutland1-3/+5
2019-08-27arm64: kvm: Replace hardcoded '1' with SYS_PAR_EL1_FWill Deacon1-1/+1
2019-08-27arm64: mm: Ignore spurious translation faults taken from the kernelWill Deacon1-0/+33
2019-08-27arm64: sysreg: Add some field definitions for PAR_EL1Will Deacon1-0/+3
2019-08-27arm64: mm: Add ISB instruction to set_pgd()Will Deacon1-0/+1
2019-08-27arm64: tlb: Ensure we execute an ISB following walk cache invalidationWill Deacon1-0/+1
2019-08-27Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"Will Deacon1-3/+9
2019-08-27arm64: smp: Treat unknown boot failures as being 'stuck in kernel'Will Deacon1-0/+1
2019-08-27arm64: smp: Don't enter kernel with NULL stack pointer or task structWill Deacon2-0/+9
2019-08-27arm64: smp: Increase secondary CPU boot timeout valueWill Deacon1-1/+1
2019-08-23arm64: kexec_file: add rng-seed supportHsin-Yi Wang1-1/+17
2019-08-23arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang4-20/+11
2019-08-21arm64: add arch/arm64/KbuildMasahiro Yamada2-5/+7
2019-08-21arm64: entry: Move ct_user_exit before any other exceptionJames Morse3-17/+30
2019-08-20arm64: Change the tagged_addr sysctl control semantics to only prevent the opt-inCatalin Marinas1-7/+10
2019-08-20arm64: perf_event: Add missing header needed for smp_processor_id()Raphael Gault1-0/+1
2019-08-15arm64: unexport set_memory_x and set_memory_nxChristoph Hellwig1-2/+0
2019-08-15arm64: smp: disable hotplug on trusted OS resident CPUSudeep Holla3-1/+19
2019-08-14arm64/efi: Move variable assignments after SECTIONSKees Cook3-42/+53
2019-08-14arm64: Clarify when cpu_enable() is calledMark Brown1-3/+10
2019-08-14arm64: memory: rename VA_START to PAGE_ENDMark Rutland6-19/+19
2019-08-14arm64: memory: fix flipped VA space falloutMark Rutland2-2/+2
2019-08-14arm64: memory: Cosmetic cleanupsWill Deacon1-12/+11
2019-08-14arm64: memory: Add comments to end of non-trivial #ifdef blocksWill Deacon1-6/+8
2019-08-14arm64: memory: Implement __tag_set() as common functionWill Deacon1-7/+7
2019-08-14arm64: memory: Simplify _VA_START and _PAGE_OFFSET definitionsWill Deacon1-4/+2
2019-08-14arm64: memory: Simplify virt_to_page() implementationWill Deacon1-1/+1
2019-08-14arm64: memory: Rewrite default page_to_virt()/virt_to_page()Will Deacon1-11/+10
2019-08-14arm64: memory: Ensure address tag is masked in conversion macrosWill Deacon1-2/+3
2019-08-14arm64: memory: Fix virt_addr_valid() using __is_lm_address()Will Deacon1-8/+8
2019-08-14Merge tag 'common/for-v5.4-rc1/cpu-topology' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux into for-next/cpu-topologyWill Deacon2-322/+4
2019-08-13arm64: constify sys64_hook instancesMark Rutland1-5/+5
2019-08-13arm64: constify aarch64_insn_encoding_class[]Mark Rutland1-1/+1
2019-08-13arm64: constify icache_policy_str[]Mark Rutland1-1/+1
2019-08-13arm64: prefer __section from compiler_attributes.hNick Desaulniers2-2/+2
2019-08-12arm64: topology: Use PPTT to determine if PE is a threadJeremy Linton1-4/+15
2019-08-09PSCI: cpuidle: Refactor CPU suspend power_state parameter handlingLorenzo Pieralisi1-4/+45