summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2018-10-09mm: Preserve _PAGE_DEVMAP across mprotect() callsJan Kara1-1/+1
2018-10-09KVM: x86: support CONFIG_KVM_AMD=y with CONFIG_CRYPTO_DEV_CCP_DD=mPaolo Bonzini1-1/+5
2018-10-09x86/kexec: Correct KEXEC_BACKUP_SRC_END off-by-one errorBjorn Helgaas1-1/+1
2018-10-09x86/mm: Remove spurious fault pkey checkDave Hansen1-6/+7
2018-10-09x86/mm/vsyscall: Consider vsyscall page part of user address spaceDave Hansen1-13/+25
2018-10-09x86/mm: Add vsyscall address helperDave Hansen1-1/+10
2018-10-09x86/mm: Fix exception table commentsDave Hansen1-13/+15
2018-10-09x86/mm: Add clarifying comments for user addr spaceDave Hansen1-0/+8
2018-10-09x86/mm: Break out user address space handlingDave Hansen1-19/+28
2018-10-09x86/mm: Break out kernel address space handlingDave Hansen1-39/+62
2018-10-09x86/mm: Clarify hardware vs. software "error_code"Dave Hansen1-25/+52
2018-10-09x86/mm/tlb: Make lazy TLB mode lazierRik van Riel1-9/+58
2018-10-09x86/mm/tlb: Add freed_tables element to flush_tlb_infoRik van Riel2-0/+2
2018-10-09x86/mm/tlb: Add freed_tables argument to flush_tlb_mm_rangeRik van Riel5-8/+11
2018-10-09x86/mm/tlb: Restructure switch_mm_irqs_off()Rik van Riel1-33/+33
2018-10-09x86/mm/tlb: Always use lazy TLB modeRik van Riel2-30/+1
2018-10-09x86/mm: Page size aware flush_tlb_mm_range()Peter Zijlstra5-22/+32
2018-10-09x86/hyperv: Enable PV qspinlock for Hyper-VYi Sun4-0/+108
2018-10-09x86/hyperv: Add GUEST_IDLE_MSR supportYi Sun1-0/+5
2018-10-09x86/mm: Avoid VLA in pgd_alloc()Kees Cook1-2/+8
2018-10-09x86/intel_rdt: Fix initial allocation to consider CDPReinette Chatre1-3/+16
2018-10-09x86/intel_rdt: CBM overlap should also check for overlap with CDP peerReinette Chatre1-7/+41
2018-10-09x86/intel_rdt: Introduce utility to obtain CDP peerReinette Chatre1-0/+72
2018-10-09Merge branch 'x86/urgent' into x86/cache, to pick up dependent fixIngo Molnar15-132/+198
2018-10-09x86/intel_rdt: Fix out-of-bounds memory access in CBM testsReinette Chatre3-25/+37
2018-10-08x86/fsgsbase/64: Clean up various detailsIngo Molnar2-10/+13
2018-10-08x86/segments: Introduce the 'CPUNODE' naming to better document the segment l...Ingo Molnar3-14/+14
2018-10-08x86/vdso: Initialize the CPU/node NR segment descriptor earlierChang S. Bae2-32/+25
2018-10-08x86/vdso: Introduce helper functions for CPU and node numberChang S. Bae4-46/+49
2018-10-08x86/segments/64: Rename the GDT PER_CPU entry to CPU_NUMBERChang S. Bae3-8/+7
2018-10-08x86/fsgsbase/64: Factor out FS/GS segment loading from __switch_to()Chang S. Bae1-4/+10
2018-10-08x86/fsgsbase/64: Convert the ELF core dump code to the new FSGSBASE helpersChang S. Bae1-3/+3
2018-10-08x86/fsgsbase/64: Make ptrace use the new FS/GS base helpersChang S. Bae3-61/+18
2018-10-08x86/fsgsbase/64: Introduce FS/GS base helper functionsChang S. Bae3-46/+179
2018-10-08x86/fsgsbase/64: Fix ptrace() to read the FS/GS base accuratelyAndy Lutomirski1-10/+52
2018-10-08Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar45-258/+627
2018-10-06x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit3-55/+20
2018-10-06x86/cpufeature: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit2-35/+48
2018-10-06x86/extable: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit2-33/+21
2018-10-06Merge branch 'core/core' into x86/build, to prevent conflictsIngo Molnar7-57/+52
2018-10-06x86/KASLR: Update KERNEL_IMAGE_SIZE descriptionBaoquan He1-6/+9
2018-10-06kdump, proc/vmcore: Enable kdumping encrypted memory with SME enabledLianbo Jiang1-19/+41
2018-10-06x86/ioremap: Add an ioremap_encrypted() helperLianbo Jiang2-9/+18
2018-10-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman3-7/+25
2018-10-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman5-15/+39
2018-10-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGreg Kroah-Hartman3-66/+97
2018-10-05Merge branch 'x86/core' into x86/build, to avoid conflictsIngo Molnar18-211/+284
2018-10-04kvm: nVMX: fix entry with pending interrupt if APICv is enabledPaolo Bonzini1-12/+26
2018-10-04KVM: VMX: hide flexpriority from guest when disabled at the module levelPaolo Bonzini1-1/+5
2018-10-04KVM: VMX: check for existence of secondary exec controls before accessingSean Christopherson1-3/+4