x86, cpu: Expand cpufeature facility to include cpu bugs
[pandora-kernel.git] / arch / x86 /
2018-03-19 Borislav Petkovx86, cpu: Expand cpufeature facility to include cpu...
2018-03-19 Avi KivityKVM: SVM: Make use of asm.h
2018-03-19 Avi KivityKVM: VMX: Make use of asm.h
2018-03-19 H. Peter Anvinx86, alternative: Add header guards to <asm/alternative...
2018-03-19 Borislav Petkovx86/bitops: Move BIT_64() for a wider use
2018-03-03 Thomas Gleixnerx86/mce: Make machine check speculation protected
2018-03-03 Tianyu LanKVM/x86: Fix wrong macro references of X86_CR0_PG_BIT...
2018-03-03 Lan TianyuKVM/x86: Check input paging mode when cs.l is set
2018-03-03 Andrew HonigKVM: x86: Add memory barrier on vmcs field lookup
2018-03-03 Wanpeng LiKVM: X86: Fix load RFLAGS w/o the fixed bit
2018-03-03 Gleb NatapovKVM: apic: fix LDR calculation in x2apic mode
2018-03-03 Liran AlonKVM: x86: Don't re-execute instruction when not passing...
2018-03-03 Gleb NatapovKVM: VMX: do not try to reexecute failed instruction...
2018-02-13 Lepton Wukaiser: Set _PAGE_NX only if supported
2018-02-13 Guenter Roeckkaiser: Set _PAGE_NX only if supported
2018-02-13 Masami Hiramatsux86/decoder: Add new TEST instruction pattern
2018-02-13 Paolo BonziniKVM: SVM: obey guest PAT
2018-02-13 Nadav AmitKVM: vmx: Inject #GP on invalid PAT CR
2018-02-13 Zhou Chengmingkprobes, x86/alternatives: Use text_mutex to protect...
2018-02-13 Rusty Russellx86/smp: Don't ever patch back to UP if we unplug cpus
2018-02-13 Ladi ProsekKVM: nVMX: set IDTR and GDTR limits when loading L1...
2018-01-07 Kees CookKPTI: Report when enabled
2018-01-07 Kees CookKPTI: Rename to PAGE_TABLE_ISOLATION
2018-01-07 Borislav Petkovx86/kaiser: Move feature detection up
2018-01-07 Jiri Kosinakaiser: disabled on Xen PV
2018-01-07 Thomas Gleixnerx86/paravirt: Dont patch flush_tlb_single
2018-01-07 Hugh Dickinskaiser: kaiser_flush_tlb_on_return_to_user() check...
2018-01-07 Hugh Dickinskaiser: asm/tlbflush.h handle noPGE at lower level
2018-01-07 Hugh Dickinskaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflush
2018-01-07 Borislav Petkovx86/kaiser: Check boottime cmdline params
2018-01-07 Borislav Petkovx86/kaiser: Rename and simplify X86_FEATURE_KAISER...
2018-01-07 Tom Lendackyx86/boot: Add early cmdline parsing for options with...
2018-01-07 Dave Hansenx86/boot: Pass in size to early cmdline parsing
2018-01-07 Dave Hansenx86/boot: Simplify early command line parsing
2018-01-07 Dave Hansenx86/boot: Fix early command-line parsing when partial...
2018-01-07 Dave Hansenx86/boot: Fix early command-line parsing when matching...
2018-01-07 Borislav Petkovx86, boot: Carve out early cmdline parsing function
2018-01-07 Hugh Dickinskaiser: add "nokaiser" boot option, using ALTERNATIVE
2018-01-07 Borislav Petkovx86/alternatives: Use optimized NOPs for padding
2018-01-07 Borislav Petkovx86/alternatives: Make JMPs more robust
2018-01-07 Borislav Petkovx86/alternatives: Add instruction padding
2018-01-07 Borislav Petkovx86/alternatives: Cleanup DPRINTK macro
2018-01-07 Hugh Dickinskaiser: alloc_ldt_struct() use get_zeroed_page()
2018-01-07 Hugh Dickinskaiser: user_map __kprobes_text too
2018-01-07 Andrea Arcangelix86/mm/kaiser: re-enable vsyscalls
2018-01-07 Hugh DickinsKAISER: Kernel Address Isolation
2018-01-07 Andy Lutomirskix86/mm/64: Fix reboot interaction with CR4.PCIDE
2018-01-07 Andy Lutomirskix86/mm: Enable CR4.PCIDE on supported systems
2018-01-07 Andy Lutomirskix86/mm: Add the 'nopcid' boot option to turn off PCID
2018-01-07 Andy Lutomirskix86/mm: Disable PCID on 32-bit kernels
2018-01-07 Andy Lutomirskix86/mm: Remove the UP asm/tlbflush.h code, always use...
2018-01-07 Andy Lutomirskix86/mm, sched/core: Turn off IRQs in switch_mm()
2018-01-07 Andy Lutomirskix86/mm, sched/core: Uninline switch_mm()
2018-01-07 Andy Lutomirskix86/mm: Build arch/x86/mm/tlb.c even on !SMP
2018-01-07 Andy Lutomirskix86/mm: If INVPCID is available, use it to flush global...
2018-01-07 Andy Lutomirskix86/mm: Add a 'noinvpcid' boot option to turn off INVPCID
2018-01-07 Borislav Petkovx86/mm: Fix INVPCID asm constraint
2018-01-07 Andy Lutomirskix86/mm: Add INVPCID helpers
2018-01-07 H. Peter Anvinx86, cpufeature: Add CPU features from Intel document...
2018-01-01 Eric Biggerscrypto: salsa20 - fix blkcipher_walk API usage
2018-01-01 Wanpeng LiKVM: Fix stack-out-of-bounds read in write_mmio
2018-01-01 Andrew HonigKVM: VMX: remove I/O port 0x80 bypass on Intel hosts
2018-01-01 Borislav Petkovx86/oprofile/ppro: Do not use __this_cpu*() in preempti...
2018-01-01 Haozhong ZhangKVM: nVMX: fix guest CR4 loading when emulating L2...
2018-01-01 Boqun Fengkvm/x86: Avoid async PF preempting the kernel incorrectly
2018-01-01 Boqun Fengkvm/x86: Handle async PF in RCU read-side critical...
2018-01-01 Gleb NatapovKVM: Do not take reference to mm during async #PF
2017-11-26 Wanpeng LiKVM: async_pf: Fix #DF due to inject "Page not Present...
2017-11-26 Jan H. SchönherrKVM: SVM: Add a missing 'break' statement
2017-11-26 Andy Lutomirskix86/fsgsbase/64: Report FSBASE and GSBASE correctly...
2017-11-11 Seunghun Hanx86/acpi: Prevent out of bound access caused by broken...
2017-10-12 Arun Sharmaperf/x86: Check if user fp is valid
2017-10-12 Jim Mattsonkvm: nVMX: Don't allow L2 to access the hardware CR8
2017-10-12 Bjorn HelgaasPCI: Work around poweroff & suspend-to-RAM issue on...
2017-10-12 Bjorn HelgaasPCI: Mark Haswell Power Control Unit as having non...
2017-09-15 Wanpeng LiKVM: async_pf: avoid async pf injection when in guest...
2017-09-15 Wanpeng LiKVM: cpuid: Fix read/write out-of-bounds vulnerability...
2017-09-15 Radim KrčmářKVM: x86: zero base3 of unusable segments
2017-09-15 Gleb NatapovKVM: x86: fix use of uninitialized memory as segment...
2017-09-15 Wanpeng LiKVM: X86: Fix read out-of-bounds vulnerability in kvm...
2017-08-26 Laura Abbottx86/mm/32: Set the '__vmalloc_start_set' flag in initme...
2017-08-26 Richard Weinbergerum: Fix PTRACE_POKEUSER on x86_64
2017-08-26 Ashish Kalrax86/boot: Fix BSS corruption/overwrite bug in early...
2017-07-18 Kees Cookmm: Tighten x86 /dev/mem with zeroing reads
2017-07-18 T Makphaibulchokex86/mm/init.c: Fix devmem_is_allowed() off by one
2017-07-18 Josh Poimboeufftrace/x86: Fix triple fault with graph tracing and...
2017-07-18 Thomas Gleixnerx86/vdso: Plug race between mapping and ELF header...
2017-07-18 Dan Streetmanxen: do not re-use pirq number cached in pci device...
2017-07-02 Hugh Dickinsmm: larger stack guard gap, between vmas
2017-06-05 Nikola Pajkovskyx86/pci-calgary: Fix iommu_free() comparison of unsigne...
2017-03-16 Ben HutchingsRevert "KVM: x86: expose MSR_TSC_AUX to userspace"
2017-03-16 Lukasz Odziobax86/cpu: Fix bootup crashes by sanitizing the argument...
2017-02-26 Jim Mattsonkvm: nVMX: Allow L1 to intercept software exceptions...
2017-02-23 Linus TorvaldsFix potential infoleak in older kernels
2017-02-23 Radim KrčmářKVM: x86: drop error recovery in em_jmp_far and em_ret_far
2017-02-23 Ignacio AlvaradoKVM: Disable irq while unregistering user notifier
2017-02-23 Ido YarivKVM: x86: fix wbinvd_dirty_mask use-after-free
2016-11-20 Steven Rostedtx86/paravirt: Do not trace _paravirt_ident_*() functions
2016-11-20 Wanpeng Lix86/apic: Do not init irq remapping if ioapic is disabled
2016-11-20 Sebastian Andrzej... x86/mm: Disable preemption during CR3 read+write
next