summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-61/+5
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+0
2019-03-04x86-64: add warning for non-canonical user access address dereferencesLinus Torvalds1-0/+1
2019-03-04Merge branch 'regulator-5.1' into regulator-nextMark Brown1-1/+0
2019-03-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+5
2019-03-01PCI: hv: Refactor hv_irq_unmask() to use cpumask_to_vpset()Maya Nakamura1-0/+1
2019-02-28io_uring: add support for pre-mapped user IO buffersJens Axboe2-0/+2
2019-02-28Add io_uring IO interfaceJens Axboe2-0/+4
2019-02-28x86/boot/compressed/64: Do not read legacy ROM on EFI systemKirill A. Shutemov1-3/+16
2019-02-28x86, retpolines: Raise limit for generating indirect calls from switch-caseDaniel Borkmann1-0/+5
2019-02-28x86/hyper-v: Fix definition of HV_MAX_FLUSH_REP_COUNTLan Tianyu1-1/+1
2019-02-28x86/Hyper-V: Set x2apic destination mode to physical when x2apic is availableLan Tianyu1-0/+12
2019-02-28Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/...Ingo Molnar1-4/+5
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar19-120/+156
2019-02-28Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar20-126/+170
2019-02-28crypto: x86/poly1305 - Clear key material from stack in SSE2 variantTommi Hirvola1-0/+4
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2-0/+2
2019-02-26x86/mce: Improve error message when kernel cannot recover, p2Tony Luck1-0/+5
2019-02-26x86/uaccess: Remove unused __addr_ok() macroBorislav Petkov1-3/+0
2019-02-25x86/uaccess: Don't leak the AC flag into __put_user() value evaluationAndy Lutomirski1-2/+4
2019-02-25Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds1-58/+0
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+20
2019-02-22perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin1-4/+5
2019-02-22KVM: MMU: record maximum physical address width in kvm_mmu_extended_roleYu Zhang2-0/+2
2019-02-22kvm: x86: Return LA57 feature based on hardware capabilityYu Zhang1-0/+4
2019-02-22x86/kvm/mmu: fix switch between root and guest MMUsVitaly Kuznetsov2-4/+14
2019-02-20dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig1-1/+0
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-32/+99
2019-02-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov2-0/+2
2019-02-18x86/mpx: tweak header nameMichael S. Tsirkin1-1/+1
2019-02-18x86/smpboot: Remove unused phys_id variableShaokun Zhang1-6/+1
2019-02-17Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-5/+34
2019-02-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-2/+37
2019-02-16efi: Fix build error due to enum collision between efi.h and ima.hAnders Roxell1-2/+2
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-32/+43
2019-02-15x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsHedi Berriche2-3/+28
2019-02-15x86/platform/UV: Use efi_enabled() instead of test_bit()Hedi Berriche1-1/+1
2019-02-15x86/platform/UV: Remove uv_bios_call_reentrant()Hedi Berriche2-13/+0
2019-02-15x86/platform/UV: Remove unnecessary #ifdef CONFIG_EFIHedi Berriche2-6/+0
2019-02-15EDAC/mce_amd: Decode MCA_STATUS[Scrub] bitYazen Ghannam1-0/+1
2019-02-14x86/mm/dump_pagetables: Remove the unused prev_pud variableShaokun Zhang1-2/+0
2019-02-14kvm: vmx: Fix entry number check for add_atomic_switch_msr()Xiaoyao Li1-1/+2
2019-02-14KVM: x86: Recompute PID.ON when clearing PID.SNLuwei Kang3-21/+17
2019-02-14x86/CPU: Add Icelake model numberRajneesh Bhardwaj1-0/+2
2019-02-13KVM: nVMX: Restore a preemption timer consistency checkSean Christopherson1-0/+4
2019-02-13x86/boot: Correct RSDP parsing with 32-bit EFIBorislav Petkov1-19/+31
2019-02-13x86/a.out: Clear the dump structure initiallyBorislav Petkov1-2/+4
2019-02-13x86/kprobes: Prohibit probing on IRQ handlers directlyMasami Hiramatsu1-0/+7
2019-02-13x86/kprobes: Prohibit probing on functions before kprobe_int3_handler()Masami Hiramatsu3-2/+5
2019-02-13x86/kprobes: Move trampoline code into RODATAMasami Hiramatsu1-7/+2