aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-16x86/iopl: Remove legacy IOPL optionThomas Gleixner4-31/+3
2019-11-16x86/iopl: Restrict iopl() permission scopeThomas Gleixner2-8/+22
2019-11-16x86/ioperm: Share I/O bitmap if identicalThomas Gleixner1-0/+5
2019-11-16x86/ioperm: Remove bitmap if all permissions droppedThomas Gleixner1-0/+2
2019-11-16x86/ioperm: Move TSS bitmap update to exit to user workThomas Gleixner2-4/+7
2019-11-16x86/ioperm: Add bitmap sequence numberThomas Gleixner2-0/+4
2019-11-16x86/ioperm: Move iobitmap data into a structThomas Gleixner2-4/+15
2019-11-16x86/tss: Move I/O bitmap data into a seperate structThomas Gleixner1-14/+21
2019-11-16x86/io: Speedup schedule out of I/O bitmap userThomas Gleixner1-12/+26
2019-11-16x86/process: Unify copy_thread_tls()Thomas Gleixner2-0/+16
2019-11-15x86/alternatives: Teach text_poke_bp() to emulate instructionsPeter Zijlstra1-6/+18
2019-11-15x86/cpu: Align the x86_capability array to size of unsigned longFenghua Yu1-1/+9
2019-11-15y2038: ipc: remove __kernel_time_t reference from headersArnd Bergmann3-8/+8
2019-11-15KVM: x86: deliver KVM IOAPIC scan request to target vCPUsNitesh Narayan Lal1-0/+2
2019-11-15KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMCLike Xu1-0/+14
2019-11-15KVM: x86/vPMU: Reuse perf_event to avoid unnecessary pmc_reprogram_counterLike Xu1-0/+5
2019-11-15x86/pci: Remove #ifdef __KERNEL__ guard from <asm/pci.h>Christoph Hellwig1-3/+0
2019-11-15x86/pci: Remove pci_64.hChristoph Hellwig2-18/+0
2019-11-15x86: Remove the calgary IOMMU driverChristoph Hellwig3-106/+0
2019-11-15Merge branch 'linus' into x86/hypervThomas Gleixner77-383/+543
2019-11-14x86/kdump: Remove the backup region handlingLianbo Jiang2-20/+0
2019-11-14x86/kdump: Always reserve the low 1M when the crashkernel option is specifiedLianbo Jiang1-0/+6
2019-11-14x86/crash: Add a forward declaration of struct kimageLianbo Jiang1-0/+2
2019-11-14xen/mcelog: add PPIN to record when availableJan Beulich1-0/+2
2019-11-13ftrace/x86: Tell objtool to ignore nondeterministic ftrace stack layoutJosh Poimboeuf1-0/+8
2019-11-13ftrace/x86: Add register_ftrace_direct() for custom trampolinesSteven Rostedt (VMware)1-0/+13
2019-11-12Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm/mediatek', 'arm/tegra', 'arm/smmu', 'x86/amd', 'x86/vt-d', 'virtio' and 'core' into nextJoerg Roedel1-0/+18
2019-11-12x86/boot: Introduce setup_indirectDaniel Kiper1-3/+13
2019-11-12x86/boot: Introduce kernel_info.setup_type_maxDaniel Kiper1-0/+3
2019-11-12x86/boot: Introduce kernel_infoDaniel Kiper1-0/+1
2019-11-12x86/hyperv: Allow guests to enable InvariantTSCAndrea Parri1-0/+5
2019-11-12x86/hyperv: Micro-optimize send_ipi_one()Vitaly Kuznetsov1-0/+15
2019-11-11arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig1-1/+0
2019-11-11x86: Clean up ioremap()Christoph Hellwig1-6/+2
2019-11-11iommu/vt-d: Check VT-d RMRR region in BIOS is reported as reservedYian Chen1-0/+18
2019-11-11x86/PCI: sta2x11: use default DMA address translationNicolas Saenz Julienne2-12/+0
2019-11-07x86/efi: Add efi_fake_mem support for EFI_MEMORY_SPDan Williams1-0/+8
2019-11-07x86/efi: EFI soft reservation to E820 enumerationDan Williams1-0/+8
2019-11-07x86/efi: Push EFI_MEMMAP check into leaf routinesDan Williams1-1/+8
2019-11-07x86/Kconfig: Rename UMIP config parameterBabu Moger2-3/+3
2019-11-07kasan: support instrumented bitops combined with generic bitopsDaniel Axtens1-1/+3
2019-11-04kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid1-0/+4
2019-11-04x86/mm: Report which part of kernel image is freedKees Cook1-1/+1
2019-11-04x86/vmlinux: Actually use _etext for the end of the text segmentKees Cook1-1/+0
2019-11-04kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini1-0/+2
2019-11-04x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli2-0/+8
2019-10-28x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta4-2/+14
2019-10-28x86/msr: Add the IA32_TSX_CTRL MSRPawan Gupta1-0/+5
2019-10-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+9
2019-10-22KVM: nVMX: Don't leak L1 MMIO regions to L2Jim Mattson1-1/+1