summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2019-06-15x86/PCI: Fix PCI IRQ routing table memory leakWenwen Wang
2019-06-15perf/x86/intel: Allow PEBS multi-entry in watermark modeStephane Eranian
2019-06-11x86/insn-eval: Fix use-after-free access to LDT entryJann Horn
2019-06-11x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina
2019-06-09x86/kprobes: Set instruction page as executableNadav Amit
2019-06-09Revert "x86/build: Move _etext to actual end of .text"Greg Kroah-Hartman
2019-06-09x86/ima: Check EFI_RUNTIME_SERVICES before usingScott Wood
2019-06-09KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth
2019-05-31x86/CPU/hygon: Fix phys_proc_id calculation logic for multi-die processorsPu Wen
2019-05-31x86/platform/uv: Fix missing checks of kcalloc() return valuesKangjie Lu
2019-05-31x86/mce: Handle varying MCA bank countsYazen Ghannam
2019-05-31x86/mce: Fix machine_check_poll() tests for error typesTony Luck
2019-05-31x86/uaccess: Fix up the fixupPeter Zijlstra
2019-05-31x86/ia32: Fix ia32_restore_sigcontext() AC leakPeter Zijlstra
2019-05-31x86/uaccess, signal: Fix AC=1 bloatPeter Zijlstra
2019-05-31x86/build: Keep local relocations with ld.lldKees Cook
2019-05-31x86/microcode: Fix the ancient deprecated microcode loading methodBorislav Petkov
2019-05-31perf/x86/intel/cstate: Add Icelake supportKan Liang
2019-05-31perf/x86/intel/rapl: Add Icelake supportKan Liang
2019-05-31perf/x86/msr: Add Icelake supportKan Liang
2019-05-31x86/irq/64: Limit IST stack overflow check to #DB stackThomas Gleixner
2019-05-31x86/mm: Remove in_nmi() warning from 64-bit implementation of vmalloc_fault()Jiri Kosina
2019-05-31x86/uaccess: Dont leak the AC flag into __put_user() argument evaluationPeter Zijlstra
2019-05-31x86/build: Move _etext to actual end of .textKees Cook
2019-05-31x86/modules: Avoid breaking W^X while loading modulesNadav Amit
2019-05-31x86/ftrace: Set trampoline pages as executableNadav Amit
2019-05-31KVM: nVMX: Fix using __this_cpu_read() in preemptible contextWanpeng Li
2019-05-31kvm: svm/avic: fix off-by-one in checking host APIC IDSuthikulpanit, Suravee
2019-05-31kvm: Check irqchip mode before assign irqfdPeter Xu
2019-05-31x86/kvm/pmu: Set AMD's virt PMU version to 1Borislav Petkov
2019-05-31KVM: x86: fix return value for reserved EFERPaolo Bonzini
2019-05-31x86: Hide the int3_emulate_call/jmp functions from UMLSteven Rostedt (VMware)
2019-05-25x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen
2019-05-25ftrace/x86_64: Emulate call function while updating in breakpoint handlerPeter Zijlstra
2019-05-25x86_64: Allow breakpoints to emulate call instructionsPeter Zijlstra
2019-05-25x86_64: Add gap to int3 to allow for call emulationJosh Poimboeuf
2019-05-22xen/pvh: correctly setup the PV EFI interface for dom0Roger Pau Monne
2019-05-22xen/pvh: set xen_domain_type to HVM in xen_pvh_initRoger Pau Monne
2019-05-22KVM: lapic: Busy wait for timer to expire when using hv_timerSean Christopherson
2019-05-22KVM: x86: Skip EFER vs. guest CPUID checks for host-initiated writesSean Christopherson
2019-05-22Revert "KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU"Sean Christopherson
2019-05-22crypto: x86/crct10dif-pcl - fix use via crypto_shash_digest()Eric Biggers
2019-05-22x86/MCE/AMD: Don't report L1 BTB MCA errors on some family 17h modelsYazen Ghannam
2019-05-22x86/MCE: Add an MCE-record filtering functionYazen Ghannam
2019-05-22sched/x86: Save [ER]FLAGS on context switchPeter Zijlstra
2019-05-22x86/speculation/mds: Revert CPU buffer clear on double fault exitAndy Lutomirski
2019-05-14x86/speculation/mds: Add 'mitigations=' support for MDSJosh Poimboeuf
2019-05-14x86/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf
2019-05-14x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations offKonrad Rzeszutek Wilk
2019-05-14x86/speculation/mds: Fix commentBoris Ostrovsky