aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-22/+231
2021-02-21Merge tag 'hyperv-next-signed-20210216' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds2-2/+55
2021-02-21Merge tag 'perf-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-13/+22
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-9/+46
2021-02-21Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/linuxLinus Torvalds1-1/+0
2021-02-21Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-12/+32
2021-02-20Merge tag 'x86_asm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2021-02-20Merge tag 'x86_cache_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+7
2021-02-20Merge tag 'x86_cpu_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-10/+20
2021-02-20Merge tag 'x86_fpu_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+32
2021-02-20Merge tag 'x86_microcode_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2021-02-20Merge tag 'x86_mm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-9/+4
2021-02-20Merge tag 'x86_paravirt_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-77/+22
2021-02-20Merge tag 'efi-next-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+6
2021-02-20Merge tag 'ras_updates_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-22/+13
2021-02-17sched,x86: Allow !PREEMPT_DYNAMICPeter Zijlstra1-6/+18
2021-02-17sched: Harden PREEMPT_DYNAMICPeter Zijlstra1-2/+2
2021-02-17static_call: Allow module use without exposing static_call_keyJosh Poimboeuf1-0/+7
2021-02-17preempt/dynamic: Provide preempt_schedule[_notrace]() static callsPeter Zijlstra (Intel)1-8/+26
2021-02-17Merge branch 'perf/kprobes' into perf/core, to pick up finished branchIngo Molnar1-4/+7
2021-02-12Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+2
2021-02-12Merge branch 'x86/cleanups' into x86/mmIngo Molnar5-8/+3
2021-02-11iommu/hyperv: setup an IO-APIC IRQ remapping domain for root partitionWei Liu1-0/+4
2021-02-11x86/hyperv: implement an MSI domain for root partitionWei Liu1-0/+2
2021-02-11asm-generic/hyperv: import data structures for mapping device interruptsWei Liu1-0/+13
2021-02-11asm-generic/hyperv: update hv_msi_entryWei Liu1-2/+2
2021-02-11x86/hyperv: provide a bunch of helper functionsWei Liu1-0/+4
2021-02-11x86/hyperv: extract partition ID from Microsoft Hypervisor if necessaryWei Liu1-0/+2
2021-02-11x86/hyperv: allocate output arg pages if requiredWei Liu1-0/+1
2021-02-11x86/hyperv: detect if Linux is the root partitionWei Liu2-0/+12
2021-02-11x86/hyperv: Load/save the Isolation Configuration leafAndrea Parri (Microsoft)1-0/+15
2021-02-10x86/{fault,efi}: Fix and rename efi_recover_from_page_fault()Andy Lutomirski1-1/+1
2021-02-10x86/pv: Rework arch_local_irq_restore() to not use popfJuergen Gross3-24/+8
2021-02-10x86/xen: Drop USERGS_SYSRET64 paravirt callJuergen Gross3-19/+0
2021-02-10x86/pv: Switch SWAPGS to ALTERNATIVEJuergen Gross3-34/+8
2021-02-10x86/xen: Use specific Xen pv interrupt entry for DFJuergen Gross1-0/+3
2021-02-10x86/xen: Use specific Xen pv interrupt entry for MCEJuergen Gross1-0/+3
2021-02-09KVM: x86: hyper-v: Make Hyper-V emulation enablement conditionalVitaly Kuznetsov1-0/+1
2021-02-09KVM: x86: hyper-v: Allocate 'struct kvm_vcpu_hv' dynamicallyVitaly Kuznetsov1-1/+2
2021-02-09KVM: Raise the maximum number of user memslotsVitaly Kuznetsov1-2/+0
2021-02-09KVM: x86: reading DR cannot failPaolo Bonzini1-1/+1
2021-02-08KVM: x86: compile out TDP MMU on 32-bit systemsPaolo Bonzini1-0/+2
2021-02-08thermal: Move therm_throt there from x86/mceBorislav Petkov2-16/+13
2021-02-08x86/mce: Get rid of mcheck_intel_therm_init()Borislav Petkov1-6/+0
2021-02-07Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2021-02-07Merge tag 'x86_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+18
2021-02-06entry: Ensure trap after single-step on system call returnGabriel Krisman Bertazi1-2/+0
2021-02-05x86/asm: Fixup TASK_SIZE_MAX commentAlexey Dobriyan1-1/+1
2021-02-04x86/apic: Add extra serialization for non-serializing MSRsDave Hansen2-10/+18