summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
...
| * arm64: KVM: Move CPU ID reg trap setup off the world switch pathDave Martin2018-02-261-0/+8
| * arm64/kvm: Prohibit guest LOR accessesMark Rutland2018-02-262-1/+9
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-04-0421-171/+413
|\ \
| * | arm64: uaccess: Fix omissions from usercopy whitelistDave Martin2018-03-281-13/+25
| * | arm64: fpsimd: Split cpu field out from struct fpsimd_stateDave Martin2018-03-282-29/+4
| * | arm64: tlbflush: avoid writing RES0 bitsPhilip Elcan2018-03-281-8/+17
| * | arm64: cmpxchg: Include linux/compiler.h in asm/cmpxchg.hWill Deacon2018-03-271-0/+1
| * | arm64: move percpu cmpxchg implementation from cmpxchg.h to percpu.hWill Deacon2018-03-272-26/+29
| * | arm64: cmpxchg: Include build_bug.h instead of bug.h for BUILD_BUGWill Deacon2018-03-271-1/+1
| * | arm64: lse: Include compiler_types.h and export.h for out-of-line LL/SCWill Deacon2018-03-271-0/+3
| * | arm64: fpsimd: include <linux/init.h> in fpsimd.hWill Deacon2018-03-271-0/+1
| * | Revert "arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)"Will Deacon2018-03-272-46/+3
| * | arm64: Delay enabling hardware DBM featureSuzuki K Poulose2018-03-261-1/+2
| * | arm64: Add MIDR encoding for Arm Cortex-A55 and Cortex-A35Suzuki K Poulose2018-03-261-0/+4
| * | arm64: capabilities: Handle shared entriesSuzuki K Poulose2018-03-261-0/+12
| * | arm64: capabilities: Add support for checks based on a list of MIDRsSuzuki K Poulose2018-03-262-0/+10
| * | arm64: Add helpers for checking CPU MIDR against a rangeSuzuki K Poulose2018-03-262-2/+32
| * | arm64: capabilities: Change scope of VHE to Boot CPU featureSuzuki K Poulose2018-03-262-6/+6
| * | arm64: capabilities: Add support for features enabled earlySuzuki K Poulose2018-03-261-9/+39
| * | arm64: capabilities: Restrict KPTI detection to boot-time CPUsSuzuki K Poulose2018-03-261-0/+9
| * | arm64: capabilities: Introduce weak features based on local CPUSuzuki K Poulose2018-03-261-0/+8
| * | arm64: capabilities: Filter the entries based on a given maskSuzuki K Poulose2018-03-261-0/+1
| * | arm64: capabilities: Add flags to handle the conflicts on late CPUSuzuki K Poulose2018-03-261-0/+68
| * | arm64: capabilities: Prepare for fine grained capabilitiesSuzuki K Poulose2018-03-261-6/+99
| * | arm64: capabilities: Move errata processing codeSuzuki K Poulose2018-03-261-7/+0
| * | arm64: capabilities: Update prototype for enable call backDave Martin2018-03-263-5/+13
| * | arm64: fpsimd: Fix bad si_code for undiagnosed SIGFPEDave Martin2018-03-202-7/+9
| * | arm64: Expose Arm v8.4 featuresSuzuki K Poulose2018-03-192-0/+7
| * | arm64: asm: drop special versions of adr_l/ldr_l/str_l for modulesArd Biesheuvel2018-03-191-32/+2
| * | arm64: signal: Ensure si_code is valid for all fault signalsDave Martin2018-03-091-14/+0
| * | arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDCShanker Donthineni2018-03-093-1/+10
| * | arm64/kernel: enable A53 erratum #8434319 handling at runtimeArd Biesheuvel2018-03-091-1/+2
| * | arm64/errata: add REVIDR handling to frameworkArd Biesheuvel2018-03-091-0/+4
| * | arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419Ard Biesheuvel2018-03-091-0/+2
| * | arm64: kaslr: Set TCR_EL1.NFD1 when CONFIG_RANDOMIZE_BASE=yWill Deacon2018-03-061-0/+1
| * | arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)Catalin Marinas2018-03-062-3/+46
| * | arm64: Move show_unhandled_signals_ratelimited into traps.cWill Deacon2018-03-061-11/+0
| * | arm64: Introduce arm64_force_sig_info and hook up in arm64_notify_dieWill Deacon2018-03-061-0/+2
| * | arm64: signal: Make force_signal_inject more robustWill Deacon2018-03-061-4/+2
| |/
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-041-5/+0
|\ \
| * | irqchip/gic-v3: Probe for SCR_EL3 being clear before resetting AP0RnMarc Zyngier2018-03-221-5/+0
| |/
* | efi/arm64: Check whether x18 is preserved by runtime services callsArd Biesheuvel2018-03-091-1/+3
|/
* arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand2018-02-231-1/+1
* arm64: uaccess: Formalise types for access_ok()Robin Murphy2018-02-191-6/+6
* arm64: Fix compilation error while accessing MPIDR_HWID_BITMASK from .S filesBhupesh Sharma2018-02-191-1/+1
* arm64: cputype: Silence Sparse warningsRobin Murphy2018-02-171-1/+1
* arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon2018-02-165-48/+51
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-107-8/+65
|\
| * Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-015-21/+37
| |\
| * | arm64: mm: Add additional parameter to uaccess_ttbr0_disableChristoffer Dall2018-01-171-4/+4
OpenPOWER on IntegriCloud