summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* arm64: hugetlb: Fix handling of young ptesSteve Capper2018-11-041-3/+9
* arm64: perf: Reject stand-alone CHAIN events for PMUv3Will Deacon2018-10-181-0/+7
* arm64: jump_label.h: use asm_volatile_goto macro instead of "asm goto"Miguel Ojeda2018-10-101-2/+2
* arm64: KVM: Sanitize PSTATE.M when being set from userspaceMarc Zyngier2018-10-032-1/+14
* arm64: KVM: Tighten guest core register access from userspaceDave Martin2018-10-031-0/+45
* arm64: dts: uniphier: Add missing cooling device properties for CPUsViresh Kumar2018-09-261-0/+2
* arm64: dts: qcom: db410c: Fix Bluetooth LED triggerLoic Poulain2018-09-261-1/+1
* arm64: fix possible spectre-v1 write in ptrace_hbp_set_event()Mark Rutland2018-09-261-8/+11
* arm64: Handle mismatched cache typeSuzuki K Poulose2018-09-152-4/+16
* arm64: Fix mismatched cache line size detectionSuzuki K Poulose2018-09-153-4/+11
* arm64: cpu_errata: include required headersArnd Bergmann2018-09-151-0/+2
* arm64: rockchip: Force CONFIG_PM on Rockchip systemsMarc Zyngier2018-09-151-0/+1
* arm64: mm: always enable CONFIG_HOLES_IN_ZONEJames Morse2018-09-091-1/+0
* arm64: dts: rockchip: corrected uart1 clock-names for rk3328Huibin Hong2018-09-051-1/+1
* arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()Greg Hackmann2018-09-051-1/+5
* kprobes/arm64: Fix %p uses in error messagesMasami Hiramatsu2018-09-051-1/+1
* ARM64: dts: meson-gxl: fix Mali GPU compatible stringMartin Blumenstingl2018-08-241-1/+1
* arm64: dts: msm8916: fix Coresight ETF graph connectionsRob Herring2018-08-241-2/+2
* arm64: make secondary_start_kernel() notraceZhizhou Zhang2018-08-241-1/+1
* arm64: dma-mapping: clear buffers allocated with FORCE_CONTIGUOUS flagMarek Szyprowski2018-08-241-4/+5
* arm64: dts: Stingray: Fix I2C controller interrupt typeRay Jui2018-08-241-2/+2
* arm64: dts: ns2: Fix PCIe controller interrupt typeRay Jui2018-08-241-2/+2
* arm64: dts: ns2: Fix I2C controller interrupt typeRay Jui2018-08-241-2/+2
* arm64: dts: specify 1.8V EMMC capabilities for bcm958742tScott Branden2018-08-241-0/+4
* arm64: dts: specify 1.8V EMMC capabilities for bcm958742kScott Branden2018-08-241-0/+4
* ioremap: Update pgtable free interfaces with addrChintan Pandya2018-08-171-2/+2
* arm64: defconfig: Enable Rockchip io-domain driverEnric Balletbo i Serra2018-08-031-0/+2
* arm64: dts: renesas: salvator-common: use audio-graph-card for SoundKuninori Morimoto2018-08-031-16/+22
* arm64: cmpwait: Clear event register before arming exclusive monitorWill Deacon2018-08-031-1/+3
* arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setupsJohannes Weiner2018-08-031-1/+3
* arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_IDMarc Zyngier2018-07-222-0/+27
* arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requestsMarc Zyngier2018-07-222-1/+38
* arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier2018-07-224-0/+68
* arm64: KVM: Add HYP per-cpu accessorsMarc Zyngier2018-07-221-2/+25
* arm64: ssbd: Add prctl interface for per-thread mitigationMarc Zyngier2018-07-222-0/+109
* arm64: ssbd: Introduce thread flag to control userspace mitigationMarc Zyngier2018-07-222-0/+3
* arm64: ssbd: Restore mitigation status on CPU resumeMarc Zyngier2018-07-224-1/+26
* arm64: ssbd: Skip apply_ssbd if not using dynamic mitigationMarc Zyngier2018-07-222-0/+17
* arm64: ssbd: Add global mitigation state accessorMarc Zyngier2018-07-221-0/+10
* arm64: Add 'ssbd' command-line optionMarc Zyngier2018-07-222-16/+93
* arm64: Add ARCH_WORKAROUND_2 probingMarc Zyngier2018-07-223-1/+80
* arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2Marc Zyngier2018-07-222-4/+9
* arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1Marc Zyngier2018-07-222-0/+46
* KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall2018-07-227-27/+48
* KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_stateMarc Zyngier2018-07-221-0/+20
* arm64: alternatives: Add dynamic patching featureMarc Zyngier2018-07-222-15/+69
* KVM: arm64: Stop save/restoring host tpidr_el1 on VHEJames Morse2018-07-223-11/+12
* arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse2018-07-226-6/+49
* KVM: arm64: Change hyp_panic()s dependency on tpidr_el2James Morse2018-07-224-12/+30
* KVM: arm64: Store vcpu on the stack during __guest_enter()James Morse2018-07-222-6/+10