summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-08-12Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+0
2020-08-11x86/hyperv: Make hv_setup_sched_clock inlineMichael Kelley2-7/+12
2020-08-11x86/xen: drop tests for highmem in pv codeJuergen Gross2-95/+57
2020-08-11x86/xen: eliminate xen-asm_64.SJuergen Gross3-195/+180
2020-08-11x86/xen: remove 32-bit Xen PV guest supportJuergen Gross17-837/+49
2020-08-11Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds28-13/+32
2020-08-10x86/kvm/hyper-v: Synic default SCONTROL MSR needs to be enabledJon Doron1-0/+1
2020-08-10Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds10-20/+16
2020-08-09x86: Expose SERIALIZE for supported cpuidPaolo Bonzini1-1/+2
2020-08-09KVM: x86: Don't attempt to load PDPTRs when 64-bit mode is enabledSean Christopherson1-12/+12
2020-08-08Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+3
2020-08-08Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2-18/+25
2020-08-07Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-2/+0
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-61/+9
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2-3/+0
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()Anshuman Khandual1-4/+1
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual1-3/+3
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport1-0/+1
2020-08-07asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()Mike Rapoport1-15/+0
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport1-25/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport12-10/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2020-08-07Merge tag 'for-linus-5.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds10-281/+88
2020-08-07x86/mm/64: Do not dereference non-present PGD entriesJoerg Roedel1-18/+13
2020-08-07x86/bugs/multihit: Fix mitigation reporting when VMX is not in usePawan Gupta1-1/+7
2020-08-07x86/fpu/xstate: Fix an xstate size check warning with architectural LBRsKan Liang1-1/+32
2020-08-07x86/purgatory: Don't generate debug info for purgatory.roPingfan Liu1-1/+4
2020-08-07x86/tsr: Fix tsc frequency enumeration bug on Lightning Mountain SoCDilip Kota1-2/+7
2020-08-07x86/crash: Correct the address boundary of function parametersLianbo Jiang1-1/+1
2020-08-07x86/acrn: Remove redundant chars from ACRN signatureShuo Liu1-2/+2
2020-08-07x86/acrn: Allow ACRN guest to use X2APIC modeShuo Liu1-6/+2
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds35-831/+1282
2020-08-06Revert "x86/mm/64: Do not sync vmalloc/ioremap mappings"Linus Torvalds2-0/+7
2020-08-06x86: Select POSIX_CPU_TIMERS_TASK_WORKThomas Gleixner1-0/+1
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra14-3/+15
2020-08-06x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar16-10/+17
2020-08-06vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Thomas Gleixner1-1/+2
2020-08-06Merge branch 'WIP.locking/seqlocks' into locking/urgentIngo Molnar7-63/+102
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-4/+11
2020-08-06Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+1
2020-08-06Merge branch 'pci/virtualization'Bjorn Helgaas1-1/+1
2020-08-05kvm: detect assigned device via irqbypass managerZhu Lingshan1-2/+10
2020-08-05Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2-3/+3
2020-08-05Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-98/+391
2020-08-05Merge tag 'x86-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds18-669/+174
2020-08-05Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+1
2020-08-05Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+2
2020-08-05Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds4-7/+3