summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2018-02-13x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) supportDavid Woodhouse
2018-02-13x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodesDavid Woodhouse
2018-02-13x86/pti: Do not enable PTI on CPUs which are not vulnerable to MeltdownDavid Woodhouse
2018-02-13x86/msr: Add definitions for new speculation control MSRsDavid Woodhouse
2018-02-13x86/cpufeatures: Add AMD feature bits for Speculation ControlDavid Woodhouse
2018-02-13x86/cpufeatures: Add Intel feature bits for Speculation ControlDavid Woodhouse
2018-02-13x86/cpufeatures: Add CPUID_7_EDX CPUID leafDavid Woodhouse
2018-02-13module/retpoline: Warn about missing retpoline in moduleAndi Kleen
2018-02-13KVM: VMX: Make indirect call speculation safePeter Zijlstra
2018-02-13KVM: x86: Make indirect calls in emulator speculation safePeter Zijlstra
2018-02-13x86/retpoline: Remove the esp/rsp thunkWaiman Long
2018-02-13x86/microcode/AMD: Do not load when running on a hypervisorBorislav Petkov
2018-02-13x86/asm: Fix inline asm call constraints for GCC 4.4Josh Poimboeuf
2018-02-13kaiser: allocate pgd with order 0 when pti=offHugh Dickins
2018-02-13x86/pti: Make unpoison of pgd for trusted boot work for realDave Hansen
2018-02-13kaiser: fix intel_bts perf crashesHugh Dickins
2018-02-13powerpc/64s: Allow control of RFI flush via debugfsMichael Ellerman
2018-02-13powerpc/64s: Wire up cpu_show_meltdown()Michael Ellerman
2018-02-13powerpc/powernv: Check device-tree for RFI flush settingsOliver O'Halloran
2018-02-13powerpc/pseries: Query hypervisor for RFI flush settingsMichael Neuling
2018-02-13powerpc/64s: Support disabling RFI flush with no_rfi_flush and noptiMichael Ellerman
2018-02-13powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman
2018-02-13powerpc/64s: Convert slb_miss_common to use RFI_TO_USER/KERNELNicholas Piggin
2018-02-13powerpc/64: Convert the syscall exit path to use RFI_TO_USER/KERNELNicholas Piggin
2018-02-13powerpc/64: Convert fast_exception_return to use RFI_TO_USER/KERNELNicholas Piggin
2018-02-13powerpc/64: Add macros for annotating the destination of rfid/hrfidNicholas Piggin
2018-02-13powerpc/pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapperMichael Neuling
2018-02-03ARM: dts: NSP: Fix PPI interrupt typesFlorian Fainelli
2018-02-03KVM: VMX: Fix rflags cache during vCPU resetWanpeng Li
2018-02-03KVM: X86: Fix softlockup when get the current kvmclockWanpeng Li
2018-02-03KVM: x86: ioapic: Preserve read-only values in the redirection tableNikita Leshenko
2018-02-03KVM: x86: ioapic: Clear Remote IRR when entry is switched to edge-triggeredNikita Leshenko
2018-02-03KVM: x86: ioapic: Fix level-triggered EOI and IOAPIC reconfigure raceNikita Leshenko
2018-02-03KVM: X86: Fix operand/address-size during instruction decodingWanpeng Li
2018-02-03KVM: x86: Don't re-execute instruction when not passing CR2 valueLiran Alon
2018-02-03KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failureLiran Alon
2018-02-03crypto: aesni - handle zero length dst bufferStephan Mueller
2018-01-31bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov
2018-01-31x86: bpf_jit: small optimization in emit_bpf_tail_call()Eric Dumazet
2018-01-31x86/microcode/intel: Extend BDW late-loading further with LLC size checkJia Zhang
2018-01-31perf/x86/amd/power: Do not load AMD power module on !AMD platformsXiao Liang
2018-01-31vsyscall: Fix permissions for emulate mode with KAISER/PTIBen Hutchings
2018-01-31um: link vmlinux with -no-pieThomas Meyer
2018-01-31drivers: base: cacheinfo: fix x86 with CONFIG_OF enabledSudeep Holla
2018-01-31Prevent timer value 0 for MWAITXJanakarajan Natarajan
2018-01-31KVM: arm/arm64: Check pagesize when allocating a hugepage at Stage 2Punit Agrawal
2018-01-31x86/asm/32: Make sync_core() handle missing CPUID on all 32-bit kernelsAndy Lutomirski
2018-01-23MIPS: AR7: ensure the port type's FCR value is usedJonas Gorski
2018-01-23x86/retpoline: Optimize inline assembler for vmexit_fill_RSBAndi Kleen
2018-01-23kprobes/x86: Disable optimizing on the function jumps to indirect thunkMasami Hiramatsu