summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* arm64: Stop printing the virtual memory layoutLaura Abbott2018-01-151-43/+0
* arm64: capabilities: Handle duplicate entries for a capabilitySuzuki K Poulose2018-01-151-21/+23
* arm64: cpu_errata: Add Kryo to Falkor 1003 errataStephen Boyd2018-01-142-0/+23
* arm64: Extend early page table code to allow for larger kernelsSteve Capper2018-01-145-40/+156
* arm64: entry: Move the trampoline to be before PANSteve Capper2018-01-142-7/+8
* arm64: Re-order reserved_ttbr0 in linker scriptSteve Capper2018-01-143-9/+8
* arm64: sdei: Add trampoline code for remapping the kernelJames Morse2018-01-144-14/+113
* arm64: mmu: add the entry trampolines start/end section markers into sections.hJames Morse2018-01-142-2/+1
* arm64: acpi: Remove __init from acpi_psci_use_hvc() for use by SDEIJames Morse2018-01-141-1/+1
* arm64: kernel: Add arch-specific SDEI entry code and CPU maskingJames Morse2018-01-137-3/+384
* arm64: uaccess: Add PAN helperJames Morse2018-01-132-2/+14
* arm64: Add vmap_stack header fileJames Morse2018-01-132-11/+30
* firmware: arm_sdei: Add driver for Software Delegated ExceptionsJames Morse2018-01-131-0/+8
* KVM: arm64: Stop save/restoring host tpidr_el1 on VHEJames Morse2018-01-133-11/+12
* arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse2018-01-136-6/+49
* KVM: arm64: Change hyp_panic()s dependency on tpidr_el2James Morse2018-01-134-12/+30
* KVM: arm64: Store vcpu on the stack during __guest_enter()James Morse2018-01-132-6/+10
* Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Catalin Marinas2018-01-122-10/+135
|\
| * perf: ARM DynamIQ Shared Unit PMU supportSuzuki K Poulose2018-01-021-0/+129
| * arm64: Use of_cpu_node_to_id helper for CPU topology parsingSuzuki K Poulose2018-01-021-10/+6
* | arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUsJayachandran C2018-01-081-0/+3
* | arm64: Implement branch predictor hardening for FalkorShanker Donthineni2018-01-086-3/+70
* | arm64: Implement branch predictor hardening for affected Cortex-A CPUsWill Deacon2018-01-082-0/+66
* | arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75Will Deacon2018-01-081-0/+4
* | arm64: KVM: Make PSCI_VERSION a fast pathMarc Zyngier2018-01-081-0/+13
* | arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier2018-01-083-1/+49
* | arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon2018-01-0811-3/+215
* | arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier2018-01-084-16/+11
* | arm64: cpufeature: Pass capability structure to ->enable callbackWill Deacon2018-01-081-2/+2
* | arm64: Take into account ID_AA64PFR0_EL1.CSV3Will Deacon2018-01-082-1/+8
* | arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entryWill Deacon2018-01-081-7/+6
* | arm64: use RET instruction for exiting the trampolineWill Deacon2018-01-081-1/+9
* | arm64: v8.4: Support for new floating point multiplication instructionsDongjiu Geng2018-01-054-0/+5
* | arm64: asid: Do not replace active_asids if already 0Catalin Marinas2018-01-051-8/+11
* | arm64: make label allocation style consistent in tishiftJason A. Donenfeld2018-01-021-4/+4
* | ARM64 / cpuidle: Use new cpuidle macro for entering retention statePrashanth Prakash2018-01-021-1/+7
* | Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas2017-12-2218-98/+308
|\ \
| * | arm64: enable 52-bit physical address supportKristina Martsenko2017-12-221-0/+13
| * | arm64: allow ID map to be extended to 52 bitsKristina Martsenko2017-12-227-43/+75
| * | arm64: handle 52-bit physical addresses in page table entriesKristina Martsenko2017-12-225-20/+51
| * | arm64: don't open code page table entry creationKristina Martsenko2017-12-224-7/+16
| * | arm64: head.S: handle 52-bit PAs in PTEs in early page table setupKristina Martsenko2017-12-222-9/+37
| * | arm64: handle 52-bit addresses in TTBRKristina Martsenko2017-12-2212-15/+70
| * | arm64: limit PA size to supported rangeKristina Martsenko2017-12-226-8/+34
| * | arm64: add kconfig symbol to configure physical address sizeKristina Martsenko2017-12-223-2/+18
| |/
* | arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon2017-12-114-2/+28
* | arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBRWill Deacon2017-12-114-4/+6
* | arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0Will Deacon2017-12-111-0/+13
* | arm64: entry: Add fake CPU feature for unmapping the kernel at EL0Will Deacon2017-12-114-6/+50
* | arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasksWill Deacon2017-12-111-7/+5