summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2018-05-26x86/kexec: Avoid double free_page() upon do_kexec_load() failureTetsuo Handa
2018-05-26s390: use expoline thunks in the BPF JITMartin Schwidefsky
2018-05-26s390: extend expoline to BC instructionsMartin Schwidefsky
2018-05-26s390: move spectre sysfs attribute codeMartin Schwidefsky
2018-05-26s390/kernel: use expoline for indirect branchesMartin Schwidefsky
2018-05-26s390/lib: use expoline for indirect branchesMartin Schwidefsky
2018-05-26s390: move expoline assembler macros to a headerMartin Schwidefsky
2018-05-26s390: add assembler macros for CPU alternativesMartin Schwidefsky
2018-05-26ARM: 8772/1: kprobes: Prohibit kprobes on get_user functionsMasami Hiramatsu
2018-05-26ARM: 8770/1: kprobes: Prohibit probing on optimized_callbackMasami Hiramatsu
2018-05-26ARM: 8769/1: kprobes: Fix to use get_kprobe_ctlblk after irq-disabedMasami Hiramatsu
2018-05-26ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstrMasami Hiramatsu
2018-05-26efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definit...Ard Biesheuvel
2018-05-26s390: remove indirect branch from do_softirq_own_stackMartin Schwidefsky
2018-05-26s390/cpum_sf: ensure sample frequency of perf event attributes is non-zeroHendrik Brueckner
2018-05-26powerpc/powernv: Fix NVRAM sleep in invalid context when crashingNicholas Piggin
2018-05-26tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_...Steven Rostedt (VMware)
2018-05-26powerpc: Don't preempt_disable() in show_cpuinfo()Benjamin Herrenschmidt
2018-05-26powerpc/powernv: remove FW_FEATURE_OPALv3 and just use FW_FEATURE_OPALStewart Smith
2018-05-26powerpc/powernv: Remove OPALv2 firmware define and referencesStewart Smith
2018-05-26powerpc/powernv: panic() on OPAL < V3Stewart Smith
2018-05-26Revert "ARM: dts: imx6qdl-wandboard: Fix audio channel swap"Greg Kroah-Hartman
2018-05-26futex: Remove duplicated code and fix undefined behaviourJiri Slaby
2018-05-26arm64: Add work around for Arm Cortex-A55 Erratum 1024718Suzuki K Poulose
2018-05-26arm64: introduce mov_q macro to move a constant into a 64-bit registerArd Biesheuvel
2018-05-16perf/x86: Fix possible Spectre-v1 indexing for x86_pmu::event_map()Peter Zijlstra
2018-05-16perf/x86/msr: Fix possible Spectre-v1 indexing in the MSR driverPeter Zijlstra
2018-05-16perf/x86/cstate: Fix possible Spectre-v1 indexing for pkg_msrPeter Zijlstra
2018-05-16perf/x86: Fix possible Spectre-v1 indexing for hw_perf_event cache_*Peter Zijlstra
2018-05-16KVM: s390: Enable all facility bits that are known good for passthroughAlexander Yarygin
2018-05-02x86/smpboot: Don't use mwait_play_dead() on AMD systemsYazen Ghannam
2018-05-02x86/ipc: Fix x32 version of shmid64_ds and msqid64_dsArnd Bergmann
2018-04-29s390/uprobes: implement arch_uretprobe_is_alive()Heiko Carstens
2018-04-29s390: correct module section names for expoline code revertMartin Schwidefsky
2018-04-29s390: correct nospec auto detection init orderMartin Schwidefsky
2018-04-29s390: add sysfs attributes for spectreMartin Schwidefsky
2018-04-29s390: report spectre mitigation via syslogMartin Schwidefsky
2018-04-29s390: add automatic detection of the spectre defenseMartin Schwidefsky
2018-04-29s390: move nobp parameter functions to nospec-branch.cMartin Schwidefsky
2018-04-29s390/entry.S: fix spurious zeroing of r0Christian Borntraeger
2018-04-29s390: do not bypass BPENTER for interrupt system callsMartin Schwidefsky
2018-04-29s390: Replace IS_ENABLED(EXPOLINE_*) with IS_ENABLED(CONFIG_EXPOLINE_*)Eugeniu Rosca
2018-04-29s390: introduce execute-trampolines for branchesMartin Schwidefsky
2018-04-29s390: run user space and KVM guests with modified branch predictionMartin Schwidefsky
2018-04-29s390: add options to change branch prediction behaviour for the kernelMartin Schwidefsky
2018-04-29s390/alternative: use a copy of the facility bit maskMartin Schwidefsky
2018-04-29s390: add optimized array_index_mask_nospecMartin Schwidefsky
2018-04-29s390: scrub registers on kernel entry and KVM exitMartin Schwidefsky
2018-04-29KVM: s390: wire up bpb featureChristian Borntraeger
2018-04-29s390: enable CPU alternatives unconditionallyHeiko Carstens