summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* perf: fix invalid bit in diagnostic entryThomas Richter2018-08-031-1/+1
* s390/cpum_sf: Add data entry sizes to sampling trailer entryThomas Richter2018-08-031-1/+3
* ARM: dts: sh73a0: Add missing interrupt-affinity to PMU nodeGeert Uytterhoeven2018-08-031-2/+3
* ARM: dts: emev2: Add missing interrupt-affinity to PMU nodeGeert Uytterhoeven2018-08-031-2/+3
* powerpc/embedded6xx/hlwd-pic: Prevent interrupts from being handled by StarletJonathan Neuschäfer2018-08-031-0/+5
* arm64: cmpwait: Clear event register before arming exclusive monitorWill Deacon2018-08-031-1/+3
* bpf: powerpc64: pad function address loads with NOPsSandipan Das2018-08-031-11/+23
* powerpc/8xx: fix invalid register expression in head_8xx.SChristophe Leroy2018-08-031-1/+1
* powerpc/powermac: Mark variable x as unusedMathieu Malaterre2018-08-031-1/+3
* powerpc/powermac: Add missing prototype for note_bootable_part()Mathieu Malaterre2018-08-031-0/+1
* powerpc/chrp/time: Make some functions static, add missing header includeMathieu Malaterre2018-08-031-2/+4
* powerpc/32: Add a missing include headerMathieu Malaterre2018-08-031-0/+1
* perf/x86/intel/uncore: Correct fixed counter index check for NHMKan Liang2018-08-031-1/+1
* perf/x86/intel/uncore: Correct fixed counter index check in generic codeKan Liang2018-08-031-1/+1
* powerpc/64s: Fix compiler store ordering to SLB shadow areaNicholas Piggin2018-08-031-4/+4
* powerpc/eeh: Fix use-after-release of EEH driverSam Bobroff2018-08-031-12/+16
* arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setupsJohannes Weiner2018-08-031-1/+3
* kvm, mm: account shadow page tables to kmemcgShakeel Butt2018-08-031-1/+1
* MIPS: Fix off-by-one in pci_resource_to_user()Paul Burton2018-07-281-1/+1
* MIPS: ath79: fix register address in ath79_ddr_wb_flush()Felix Fietkau2018-07-281-1/+1
* ARC: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigsAlexey Brodkin2018-07-259-9/+0
* ARC: mm: allow mprotect to make stack mappings executableVineet Gupta2018-07-251-1/+1
* ARC: Fix CONFIG_SWAPAlexey Brodkin2018-07-251-1/+1
* x86/MCE: Remove min interval polling limitationDewet Thibaut2018-07-251-3/+0
* x86/apm: Don't access __preempt_count with zeroed fsVille Syrjälä2018-07-252-6/+5
* arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_IDMarc Zyngier2018-07-224-2/+55
* 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-226-0/+79
* 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-222-0/+27
* arm64: alternatives: Add dynamic patching featureMarc Zyngier2018-07-222-16/+70
* 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-225-6/+42
* KVM: arm64: Change hyp_panic()s dependency on tpidr_el2James Morse2018-07-224-12/+30
* KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocationJames Morse2018-07-221-15/+3
* KVM: arm64: Store vcpu on the stack during __guest_enter()James Morse2018-07-222-6/+10
* arm64: assembler: introduce ldr_this_cpuMark Rutland2018-07-222-5/+16
* x86/paravirt: Make native_save_fl() extern inlineNick Desaulniers2018-07-223-1/+28
* x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>H. Peter Anvin2018-07-221-0/+59
* MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()Paul Burton2018-07-221-15/+30