index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
2018-01-27
x86/retpoline: Simplify vmexit_fill_RSB()
Borislav Petkov
2018-01-27
x86/cpufeatures: Clean up Spectre v2 related CPUID flags
David Woodhouse
2018-01-27
x86/cpu/bugs: Make retpoline module warning conditional
Thomas Gleixner
2018-01-26
x86/bugs: Drop one "mitigation" from dmesg
Borislav Petkov
2018-01-26
x86/nospec: Fix header guards names
Borislav Petkov
2018-01-26
x86/alternative: Print unadorned pointers
Borislav Petkov
2018-01-26
x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support
David Woodhouse
2018-01-26
x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes
David Woodhouse
2018-01-26
x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown
David Woodhouse
2018-01-26
x86/msr: Add definitions for new speculation control MSRs
David Woodhouse
2018-01-26
x86/cpufeatures: Add AMD feature bits for Speculation Control
David Woodhouse
2018-01-26
x86/cpufeatures: Add Intel feature bits for Speculation Control
David Woodhouse
2018-01-26
x86/cpufeatures: Add CPUID_7_EDX CPUID leaf
David Woodhouse
2018-01-26
module/retpoline: Warn about missing retpoline in module
Andi Kleen
2018-01-25
KVM: VMX: Make indirect call speculation safe
Peter Zijlstra
2018-01-25
KVM: x86: Make indirect calls in emulator speculation safe
Peter Zijlstra
2018-01-24
x86/retpoline: Remove the esp/rsp thunk
Waiman Long
2018-01-19
x86/retpoline: Optimize inline assembler for vmexit_fill_RSB
Andi Kleen
2018-01-19
kprobes/x86: Disable optimizing on the function jumps to indirect thunk
Masami Hiramatsu
2018-01-19
kprobes/x86: Blacklist indirect thunk functions for kprobes
Masami Hiramatsu
2018-01-19
retpoline: Introduce start/end markers of indirect thunk
Masami Hiramatsu
2018-01-19
x86/mce: Make machine check speculation protected
Thomas Gleixner
2018-01-17
x86/cpufeature: Move processor tracing out of scattered features
Paolo Bonzini
2018-01-15
x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macros
Tom Lendacky
2018-01-15
x86/retpoline: Fill RSB on context switch for affected CPUs
David Woodhouse
2018-01-15
x86/kasan: Panic if there is not enough memory to boot
Andrey Ryabinin
2018-01-14
x86/retpoline: Remove compile time warning
Thomas Gleixner
2018-01-14
x86,perf: Disable intel_bts when PTI
Peter Zijlstra
2018-01-14
x86/pti: Fix !PCID and sanitize defines
Thomas Gleixner
2018-01-12
x86/retpoline: Fill return stack buffer on vmexit
David Woodhouse
2018-01-12
x86/retpoline/irq32: Convert assembler indirect jumps
Andi Kleen
2018-01-12
x86/retpoline/checksum32: Convert assembler indirect jumps
David Woodhouse
2018-01-12
x86/retpoline/xen: Convert Xen hypercall indirect jumps
David Woodhouse
2018-01-12
x86/retpoline/hyperv: Convert assembler indirect jumps
David Woodhouse
2018-01-12
x86/retpoline/ftrace: Convert ftrace assembler indirect jumps
David Woodhouse
2018-01-12
x86/retpoline/entry: Convert entry assembler indirect jumps
David Woodhouse
2018-01-12
x86/retpoline/crypto: Convert crypto assembler indirect jumps
David Woodhouse
2018-01-12
x86/spectre: Add boot time option to select Spectre v2 mitigation
David Woodhouse
2018-01-12
x86/retpoline: Add initial retpoline support
David Woodhouse
2018-01-11
x86/pti: Make unpoison of pgd for trusted boot work for real
Dave Hansen
2018-01-10
x86/alternatives: Fix optimize_nops() checking
Borislav Petkov
2018-01-09
x86/cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSC
Tom Lendacky
2018-01-09
x86/cpu/AMD: Make LFENCE a serializing instruction
Tom Lendacky
2018-01-08
x86/mm/pti: Remove dead logic in pti_user_pagetable_walk*()
Jike Song
2018-01-08
x86/tboot: Unbreak tboot with PTI enabled
Dave Hansen
2018-01-08
x86/cpu: Implement CPU vulnerabilites sysfs functions
Thomas Gleixner
2018-01-06
x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]
David Woodhouse
2018-01-06
x86/pti: Unbreak EFI old_memmap
Jiri Kosina
2018-01-05
x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
Thomas Gleixner
2018-01-05
x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asm
David Woodhouse
[next]