summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-04-02Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+3
2018-04-02Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-79/+87
2018-04-02Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-37/+120
2018-04-02x86/sigreturn: use SYSCALL_DEFINE0Tautschnig, Michael1-2/+3
2018-04-02x86: fix sys_sigreturn() return type to be long, not unsigned longDominik Brodowski1-1/+1
2018-04-02x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()Dominik Brodowski1-1/+6
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski1-1/+1
2018-04-02Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2018-03-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2018-03-31x86/cpu/tme: Fix spelling: "configuation" -> "configuration"Colin Ian King1-1/+1
2018-03-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2018-03-28x86/hyper-v: detect nested featuresVitaly Kuznetsov1-0/+5
2018-03-28x86/hyper-v: move definitions from TLFS to hyperv-tlfs.hVitaly Kuznetsov1-7/+8
2018-03-28x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov1-1/+1
2018-03-28KVM: X86: Fix setup the virt_spin_lock_key before static key get initializedWanpeng Li1-3/+9
2018-03-28Revert "x86/mce/AMD: Collect error info even if valid bits are not set"Yazen Ghannam1-14/+0
2018-03-28KVM: x86: Fix pv tlb flush dependenciesWanpeng Li1-2/+2
2018-03-28Merge 4.16-rc7 into char-misc-nextGreg Kroah-Hartman13-100/+318
2018-03-28x86/platform/uv/BAU: Add APIC idt entryAndrew Banman1-0/+3
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie41-248/+540
2018-03-27x86/cpuid: Allow cpuid_read() to scheduleEric Dumazet1-8/+26
2018-03-27x86/mm: Update comment in detect_tme() regarding x86_phys_bitsKirill A. Shutemov1-5/+2
2018-03-27Documentation: Fix early-microcode.txt references after file renameJaak Ristioja1-1/+1
2018-03-27Merge tag 'v4.16-rc7' into x86/mm, to fix up conflictIngo Molnar8-77/+79
2018-03-26x86/devicetree: Use CPU description from Device TreeIvan Gorinov1-12/+33
2018-03-25Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-28/+8
2018-03-23x86/entry/64: Don't use IST entry for #BP stackAndy Lutomirski2-9/+8
2018-03-23x86/tsc: Get rid of rdtscll()Thomas Gleixner1-1/+1
2018-03-20Merge branch 'siginfo-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Will Deacon1-1/+66
2018-03-20Merge branch 'linus' into x86/build to pick up dependenciesThomas Gleixner39-220/+532
2018-03-20x86/dma: Remove dma_alloc_coherent_gfp_flags()Christoph Hellwig2-4/+0
2018-03-20x86/dma/amd_gart: Use dma_direct_{alloc,free}()Christoph Hellwig1-22/+14
2018-03-20x86/dma/amd_gart: Look at dev->coherent_dma_mask instead of GFP_DMAChristoph Hellwig1-1/+1
2018-03-20x86/dma: Use generic swiotlb_opsChristoph Hellwig1-46/+1
2018-03-20x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y)Christoph Hellwig5-74/+9
2018-03-20x86/dma: Remove dma_alloc_coherent_mask()Christoph Hellwig1-6/+4
2018-03-20Merge branch 'x86/mm' into x86/dma, to pick up dependenciesIngo Molnar19-76/+480
2018-03-20x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirkChristoph Hellwig1-19/+0
2018-03-18Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-49/+71
2018-03-18signals, sparc: Add signal codes for ADI violationsKhalid Aziz1-1/+1
2018-03-16x86/kvm/vmx: avoid expensive rdmsr for MSR_GS_BASEVitaly Kuznetsov1-1/+2
2018-03-16x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->threadVitaly Kuznetsov1-0/+14
2018-03-16x86/microcode: Fix CPU synchronization routineBorislav Petkov1-27/+41
2018-03-16x86/microcode: Attempt late loading only when new microcode is presentBorislav Petkov3-19/+27
2018-03-16x86/tsc: Convert ART in nanoseconds to TSCRajvi Jingar1-0/+39
2018-03-16x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklistAlexander Sergeyev1-2/+1
2018-03-15signal: Add FPE_FLTUNK si_code for undiagnosable fp exceptionsDave Martin1-1/+1
2018-03-15x86/rtc: Stop using deprecated functionsBenjamin Gaignard1-3/+3
2018-03-14Merge branch 'x86/urgent' into x86/mm to pick up dependenciesThomas Gleixner3-11/+100
2018-03-14x86/vm86/32: Fix POPF emulationAndy Lutomirski1-1/+2