aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-04arm64: remove __iounmapChristoph Hellwig1-2/+1
2019-08-30Merge branch 'for-next/atomics' into for-next/coreWill Deacon5-397/+403
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 Deacon17-118/+148
2019-08-30arm64: atomics: Use K constraint when toolchain appears to support itWill Deacon1-23/+40
2019-08-30arm64: atomics: Undefine internal macros after useWill Deacon2-0/+11
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: 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-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-23arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang1-1/+1
2019-08-21arm64: entry: Move ct_user_exit before any other exceptionJames Morse1-0/+2
2019-08-15arm64: smp: disable hotplug on trusted OS resident CPUSudeep Holla1-0/+3
2019-08-14arm64: Clarify when cpu_enable() is calledMark Brown1-3/+10
2019-08-14arm64: memory: rename VA_START to PAGE_ENDMark Rutland2-12/+12
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 Deacon1-23/+0
2019-08-13arm64: prefer __section from compiler_attributes.hNick Desaulniers1-1/+1
2019-08-09arm64: mm: Really fix sparse warning in untagged_addr()Will Deacon1-1/+1
2019-08-09arm64: mm: Simplify definition of virt_addr_valid()Will Deacon1-4/+2
2019-08-09arm64: mm: Remove vabits_userSteve Capper3-5/+2
2019-08-09arm64: mm: Introduce 52-bit Kernel VAsSteve Capper4-10/+14
2019-08-09arm64: mm: Modify calculation of VMEMMAP_SIZESteve Capper1-1/+8
2019-08-09arm64: mm: Separate out vmemmapSteve Capper1-2/+2
2019-08-09arm64: mm: Logic to make offset_ttbr1 conditionalSteve Capper1-2/+10
2019-08-09arm64: mm: Introduce vabits_actualSteve Capper3-7/+8
2019-08-09arm64: mm: Introduce VA_BITS_MINSteve Capper3-4/+11
2019-08-09arm64: kasan: Switch to using KASAN_SHADOW_OFFSETSteve Capper2-10/+9
2019-08-09arm64: mm: Flip kernel VA spaceSteve Capper2-5/+5
2019-08-09arm64: mm: Remove bit-masking optimisations for PAGE_OFFSET and VMEMMAP_STARTSteve Capper1-6/+5
2019-08-07arm64/prefetch: fix a -Wtype-limits warningQian Cai1-10/+11
2019-08-07arm64: Add support for function error injectionLeo Yan1-0/+5
2019-08-06arm64: Introduce prctl() options to control the tagged user addresses ABICatalin Marinas3-1/+12
2019-08-06arm64: untag user pointers in access_ok and __uaccess_mask_ptrAndrey Konovalov2-4/+8
2019-08-05arm64: Move TIF_* documentation to individual definitionsGeert Uytterhoeven1-18/+7
2019-08-05arm64: io: Relax implicit barriers in default I/O accessorsWill Deacon1-2/+2
2019-08-05arm64: Remove unused cpucap_multi_entry_cap_cpu_enable()Mark Brown1-15/+0
2019-08-05arm64: sysreg: Remove unused and rotting SCTLR_ELx field definitionsWill Deacon1-29/+0
2019-08-05arm64: esr: Add ESR exception class encoding for trapped ERETWill Deacon1-1/+2