summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-05-22x86/speculation: Make "seccomp" the default mode for Speculative Store BypassKees Cook2-9/+24
2018-05-22seccomp: Move speculation migitation control to arch codeThomas Gleixner1-11/+18
2018-05-22prctl: Add force disable speculationThomas Gleixner1-10/+25
2018-05-22x86/bugs: Make boot modes __ro_after_initKees Cook1-2/+3
2018-05-22nospec: Allow getting/setting on non-current taskKees Cook1-11/+16
2018-05-22x86/speculation: Add prctl for Speculative Store Bypass mitigationThomas Gleixner2-10/+74
2018-05-22x86/process: Allow runtime control of Speculative Store BypassThomas Gleixner5-7/+65
2018-05-22x86/speculation: Create spec-ctrl.h to avoid include hellThomas Gleixner6-18/+25
2018-05-22x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guestKonrad Rzeszutek Wilk2-4/+6
2018-05-22x86/bugs/AMD: Add support to disable RDS on Fam[15,16,17]h if requestedKonrad Rzeszutek Wilk5-1/+61
2018-05-22x86/bugs: Whitelist allowed SPEC_CTRL MSR valuesKonrad Rzeszutek Wilk1-2/+9
2018-05-22x86/bugs/intel: Set proper CPU features and setup RDSKonrad Rzeszutek Wilk5-6/+43
2018-05-22x86/bugs: Provide boot parameters for the spec_store_bypass_disable mitigationKonrad Rzeszutek Wilk3-0/+110
2018-05-22x86/cpufeatures: Add X86_FEATURE_RDSKonrad Rzeszutek Wilk1-0/+1
2018-05-22x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk3-0/+29
2018-05-22x86/bugs, KVM: Support the combination of guest and host IBRSKonrad Rzeszutek Wilk4-8/+32
2018-05-22x86/bugs: Read SPEC_CTRL MSR during boot and re-use reserved bitsKonrad Rzeszutek Wilk2-4/+48
2018-05-22x86/bugs: Concentrate bug reporting into a separate functionKonrad Rzeszutek Wilk1-14/+32
2018-05-22x86/bugs: Concentrate bug detection into a separate functionKonrad Rzeszutek Wilk1-10/+11
2018-05-22x86/nospec: Simplify alternative_msr_write()Linus Torvalds1-9/+10
2018-05-22ARM: 8772/1: kprobes: Prohibit kprobes on get_user functionsMasami Hiramatsu2-0/+20
2018-05-22ARM: 8770/1: kprobes: Prohibit probing on optimized_callbackMasami Hiramatsu1-0/+1
2018-05-22ARM: 8769/1: kprobes: Fix to use get_kprobe_ctlblk after irq-disabedMasami Hiramatsu1-1/+2
2018-05-22x86/mm: Drop TS_COMPAT on 64-bit exec() syscallDmitry Safonov1-0/+1
2018-05-22ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstrMasami Hiramatsu1-1/+4
2018-05-22efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definit...Ard Biesheuvel1-2/+4
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