summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2018-03-28Merge 4.16-rc7 into char-misc-nextGreg Kroah-Hartman47-343/+569
2018-03-28x86/boot: Fix SEV boot failure from change to __PHYSICAL_MASK_SHIFTTom Lendacky3-18/+15
2018-03-28x86/platform/uv/BAU: Add APIC idt entryAndrew Banman3-2/+4
2018-03-28x86/msr: Make rdmsrl_safe_on_cpu() scheduling safe as wellEric Dumazet1-7/+4
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie129-991/+1686
2018-03-27x86/cpuid: Allow cpuid_read() to scheduleEric Dumazet1-8/+26
2018-03-27x86/msr: Allow rdmsr_safe_on_cpu() to scheduleEric Dumazet1-8/+24
2018-03-27x86/mm: Update comment in detect_tme() regarding x86_phys_bitsKirill A. Shutemov1-5/+2
2018-03-27x86/PCI: Fix a potential regression when using dmi_get_bios_year()Andy Shevchenko1-1/+3
2018-03-27x86/alternatives: Fixup alternative_call_2Alexey Dobriyan1-3/+1
2018-03-27x86/mm/32: Remove unused node_memmap_size_bytes() & CONFIG_NEED_NODE_MEMMAP_S...David Rientjes2-15/+0
2018-03-27Merge tag 'v4.16-rc7' into x86/mm, to fix up conflictIngo Molnar31-208/+223
2018-03-27perf/x86/intel: Fix linear IP of PEBS real_ip on Haswell and later CPUsStephane Eranian1-8/+17
2018-03-27perf/x86: Update rdpmc_always_available static key to the modern APIDavidlohr Bueso2-5/+6
2018-03-26x86/devicetree: Use CPU description from Device TreeIvan Gorinov1-12/+33
2018-03-26x86/apic: Finish removing unused callbacksDavid Rientjes1-16/+0
2018-03-25Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds13-95/+24
2018-03-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-28/+33
2018-03-25x86/purgatory: Avoid creating stray .<pid>.d files, remove -MD from KBUILD_CF...Sven Wegener1-1/+1
2018-03-24Merge branch 'linus' into x86/dma, to resolve a conflict with upstreamIngo Molnar6-35/+90
2018-03-24Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar5-28/+32
2018-03-23x86/entry/64: Don't use IST entry for #BP stackAndy Lutomirski3-10/+9
2018-03-23x86/efi: Free efi_pgd with free_pages()Waiman Long1-1/+1
2018-03-23x86/tsc: Get rid of rdtscll()Thomas Gleixner3-5/+3
2018-03-23KVM: nVMX: sync vmcs02 segment regs prior to vmx_set_cr0Sean Christopherson1-5/+5
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller31-220/+512
2018-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+48
2018-03-22Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-32/+28
2018-03-22x86/mm: implement free pmd/pte page interfacesToshi Kani1-2/+26
2018-03-22mm/vmalloc: add interfaces to free unmapped page tableToshi Kani1-0/+24
2018-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+2
2018-03-20kvm/x86: fix icebp instruction handlingLinus Torvalds2-1/+9
2018-03-20x86/vsyscall/64: Use proper accessor to update P4D entryBoris Ostrovsky1-1/+1
2018-03-20x86: Remove FAST_FEATURE_TESTSPeter Zijlstra2-19/+0
2018-03-20x86: Force asm-gotoPeter Zijlstra1-0/+4
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 Gleixner116-830/+1536
2018-03-20dma/direct: Handle force decryption for DMA coherent buffers in common codeChristoph Hellwig1-70/+3
2018-03-20dma/direct: Handle the memory encryption bit in common codeChristoph Hellwig4-28/+7
2018-03-20dma/swiotlb: Remove swiotlb_set_mem_attributes()Christoph Hellwig2-10/+0
2018-03-20x86/dma: Remove dma_alloc_coherent_gfp_flags()Christoph Hellwig4-22/+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 Hellwig4-95/+9
2018-03-20x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y)Christoph Hellwig9-86/+11
2018-03-20x86/dma: Remove dma_alloc_coherent_mask()Christoph Hellwig3-25/+7
2018-03-20Merge branch 'x86/mm' into x86/dma, to pick up dependenciesIngo Molnar89-1109/+2161
2018-03-20x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirkChristoph Hellwig6-83/+0
2018-03-20perf/x86/intel/uncore: Fix multi-domain PCI CHA enumeration bug on Skylake se...Kan Liang1-14/+17
2018-03-20perf/x86/intel: Rename confusing 'freerunning PEBS' API and implementation to...Kan Liang4-13/+13