summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-05-22x86/pkeys: Do not special case protection key 0Dave Hansen2-4/+4
2018-05-22x86/pkeys: Override pkey when moving away from PROT_EXECDave Hansen2-11/+22
2018-05-22s390: remove indirect branch from do_softirq_own_stackMartin Schwidefsky1-3/+2
2018-05-22s390/cpum_sf: ensure sample frequency of perf event attributes is non-zeroHendrik Brueckner1-0/+4
2018-05-22powerpc/powernv: Fix NVRAM sleep in invalid context when crashingNicholas Piggin1-2/+12
2018-05-22tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_...Steven Rostedt (VMware)2-6/+2
2018-05-22powerpc: Don't preempt_disable() in show_cpuinfo()Benjamin Herrenschmidt1-11/+0
2018-05-22KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lockAndre Przywara2-0/+32
2018-05-16KVM: x86: remove APIC Timer periodic/oneshot spikesAnthoine Bourgeois1-17/+20
2018-05-16KVM: PPC: Book3S HV: Fix handling of large pages in radix page fault handlerPaul Mackerras1-26/+46
2018-05-16perf/x86: Fix possible Spectre-v1 indexing for x86_pmu::event_map()Peter Zijlstra1-0/+3
2018-05-16perf/x86/msr: Fix possible Spectre-v1 indexing in the MSR driverPeter Zijlstra1-3/+6
2018-05-16perf/x86/cstate: Fix possible Spectre-v1 indexing for pkg_msrPeter Zijlstra1-0/+2
2018-05-16perf/x86: Fix possible Spectre-v1 indexing for hw_perf_event cache_*Peter Zijlstra1-1/+4
2018-05-16arm64: Add work around for Arm Cortex-A55 Erratum 1024718Suzuki K Poulose4-0/+61
2018-05-16KVM: PPC: Book3S HV: Fix VRMA initialization with 2MB or 1GB memory backingPaul Mackerras1-5/+7
2018-05-16KVM: PPC: Book3S HV: Fix guest time accounting with VIRT_CPU_ACCOUNTING_GENLaurent Vivier1-3/+2
2018-05-16KVM: PPC: Book3S HV: Fix trap number return from __kvmppc_vcore_entryPaul Mackerras1-3/+5
2018-05-01powerpc/eeh: Fix race with driver un/bindMichael Neuling1-23/+38
2018-05-01arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier6-1/+44
2018-05-01x86/microcode: Do not exit early from __reload_late()Borislav Petkov1-4/+2
2018-05-01x86/microcode/intel: Save microcode patch unconditionallyBorislav Petkov1-2/+0
2018-05-01x86/smpboot: Don't use mwait_play_dead() on AMD systemsYazen Ghannam1-0/+2
2018-05-01x86/ipc: Fix x32 version of shmid64_ds and msqid64_dsArnd Bergmann2-0/+73
2018-05-01rtc: opal: Fix OPAL RTC driver OPAL_BUSY loopsNicholas Piggin1-3/+5
2018-05-01powerpc/powernv/npu: Do a PID GPU TLB flush when invalidating a large address...Alistair Popple1-4/+19
2018-05-01powerpc/mm: Flush cache on memory hot(un)plugBalbir Singh1-0/+2
2018-05-01ARM: socfpga_defconfig: Remove QSPI Sector 4K size forceThor Thayer1-0/+1
2018-04-29s390/uprobes: implement arch_uretprobe_is_alive()Heiko Carstens1-0/+9
2018-04-29arm64: dts: rockchip: remove vdd_log from rk3399-pumaKlaus Goger1-11/+0
2018-04-29microblaze: Setup dependencies for ASM optimized lib functionsMichal Simek2-4/+1
2018-04-29s390: correct module section names for expoline code revertMartin Schwidefsky1-2/+2
2018-04-29s390: correct nospec auto detection init orderMartin Schwidefsky3-6/+6
2018-04-29s390: add sysfs attributes for spectreMartin Schwidefsky2-0/+20
2018-04-29s390: report spectre mitigation via syslogMartin Schwidefsky1-0/+10
2018-04-29s390: add automatic detection of the spectre defenseMartin Schwidefsky6-38/+52
2018-04-29s390: move nobp parameter functions to nospec-branch.cMartin Schwidefsky3-25/+29
2018-04-29s390/entry.S: fix spurious zeroing of r0Christian Borntraeger1-2/+2
2018-04-29s390: do not bypass BPENTER for interrupt system callsMartin Schwidefsky1-0/+1
2018-04-29s390: Replace IS_ENABLED(EXPOLINE_*) with IS_ENABLED(CONFIG_EXPOLINE_*)Eugeniu Rosca1-2/+2
2018-04-29KVM: s390: force bp isolation for VSIEChristian Borntraeger1-0/+20
2018-04-29s390: introduce execute-trampolines for branchesMartin Schwidefsky11-35/+324
2018-04-29s390: run user space and KVM guests with modified branch predictionMartin Schwidefsky4-5/+71
2018-04-29s390: add options to change branch prediction behaviour for the kernelMartin Schwidefsky7-0/+94
2018-04-29s390/alternative: use a copy of the facility bit maskMartin Schwidefsky6-4/+31
2018-04-29s390: add optimized array_index_mask_nospecMartin Schwidefsky1-0/+24
2018-04-29s390: scrub registers on kernel entry and KVM exitMartin Schwidefsky1-0/+47
2018-04-29KVM: s390: wire up bpb featureChristian Borntraeger4-2/+28
2018-04-29s390: enable CPU alternatives unconditionallyHeiko Carstens4-44/+10
2018-04-29s390: introduce CPU alternativesVasily Gorbik7-0/+334