aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-09-17selftests, arm64: add kernel headers path for tags_testAndrey Konovalov1-0/+1
2019-09-17arm64: fix unreachable code issue with cmpxchgArnd Bergmann1-3/+3
2019-09-04arm64: remove __iounmapChristoph Hellwig2-4/+3
2019-08-30Merge branch 'for-next/atomics' into for-next/coreWill Deacon10-421/+415
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 Deacon89-968/+1971
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-29jump_label: Don't warn on __exit jump entriesAndrew Murray1-1/+3
2019-08-28docs/perf: Add documentation for the i.MX8 DDR PMUJoakim Zhang2-0/+53
2019-08-28perf/imx_ddr: Add support for AXI ID filteringJoakim Zhang1-2/+72
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-27perf/smmuv3: Validate groups for global filteringRobin Murphy1-13/+34
2019-08-27perf/smmuv3: Validate group sizeRobin Murphy1-8/+14
2019-08-27arm64: Relax Documentation/arm64/tagged-pointers.rstVincenzo Frascino1-7/+14
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-27fdt: Update CRC check for rng-seedHsin-Yi Wang1-2/+6
2019-08-23arm64: kexec_file: add rng-seed supportHsin-Yi Wang1-1/+17
2019-08-23fdt: add support for rng-seedHsin-Yi Wang4-2/+36
2019-08-23arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang4-20/+11
2019-08-22arm64: Add tagged-address-abi.rst to index.rstVincenzo Frascino1-0/+1
2019-08-22arm64: Define Documentation/arm64/tagged-address-abi.rstVincenzo Frascino1-0/+156
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: Tighten the PR_{SET, GET}_TAGGED_ADDR_CTRL prctl() unused argumentsCatalin Marinas1-0/+4
2019-08-20arm64: perf_event: Add missing header needed for smp_processor_id()Raphael Gault1-0/+1
2019-08-20Revert "init/Kconfig: Fix infinite Kconfig recursion on PPC"Will Deacon1-1/+1
2019-08-20powerpc/Makefile: Always pass --synthetic to nm if supportedMichael Ellerman1-2/+0
2019-08-19selftests, arm64: fix uninitialized symbol in tags_test.cAndrey Konovalov1-3/+5
2019-08-15kasan/arm64: fix CONFIG_KASAN_SW_TAGS && KASAN_INLINEMark Rutland1-6/+5
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