aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-03-15Merge 'x86/seves' into x86/coreBorislav Petkov1-1/+1
2021-03-15Merge tag 'v5.12-rc3' into x86/coreBorislav Petkov4-24/+34
2021-03-14Merge tag 'x86_urgent_for_v5.12_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-14/+25
2021-03-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-10/+9
2021-03-12KVM: kvmclock: Fix vCPUs > 64 can't be online/hotplugedWanpeng Li1-10/+9
2021-03-11x86/paravirt: Have only one paravirt patch functionJuergen Gross4-32/+4
2021-03-11x86/paravirt: Switch functions with custom code to ALTERNATIVEJuergen Gross2-98/+6
2021-03-11x86/paravirt: Switch iret pvops to ALTERNATIVEJuergen Gross2-29/+2
2021-03-11x86/paravirt: Remove no longer needed 32-bit pvops cruftJuergen Gross1-2/+0
2021-03-11x86/paravirt: Add new features for paravirt patchingJuergen Gross2-2/+37
2021-03-11x86/alternative: Support not-featureJuergen Gross1-5/+15
2021-03-11x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross5-9/+16
2021-03-11x86/setup: Remove unused RESERVE_BRK_ARRAY()Cao jin1-3/+3
2021-03-11Merge drm/drm-next into drm-intel-nextJani Nikula59-1506/+566
2021-03-10stacktrace: Move documentation for arch_stack_walk_reliable() to headerMark Brown1-6/+0
2021-03-09x86/sev-es: Use __copy_from_user_inatomic()Joerg Roedel1-1/+1
2021-03-09x86/sev-es: Correctly track IRQ states in runtime #VC handlerJoerg Roedel1-2/+4
2021-03-09x86/sev-es: Check regs->sp is trusted before adjusting #VC IST stackJoerg Roedel1-2/+12
2021-03-08x86: Use ELF fields defined in 'struct kimage'Lakshmi Ramasubramanian3-10/+10
2021-03-08clocksource/drivers/hyper-v: Move handling of STIMER0 interruptsMichael Kelley1-7/+3
2021-03-08Drivers: hv: vmbus: Move handling of VMbus interruptsMichael Kelley1-9/+4
2021-03-08x86/sev-es: Introduce ip_within_syscall_gap() helperJoerg Roedel1-2/+1
2021-03-08x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski6-35/+6
2021-03-08x86/platform/uv: Set section block size for hubless architecturesMike Travis1-0/+3
2021-03-06x86/unwind/orc: Silence warnings caused by missing ORC dataJosh Poimboeuf1-1/+1
2021-03-06x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2Josh Poimboeuf1-6/+6
2021-03-06x86/mm/tlb: Privatize cpu_tlbstateNadav Amit1-1/+1
2021-03-06x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit2-4/+9
2021-03-06x86/cpu/hygon: Set __max_die_per_package on HygonPu Wen1-2/+2
2021-03-06x86/sev-es: Remove subtraction of res variableBorislav Petkov1-1/+1
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-29/+45
2021-02-24Merge tag 'sfi-removal-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-352/+2
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+15
2021-02-23Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-6/+12
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2021-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-20/+11
2021-02-21Merge tag 'hyperv-next-signed-20210216' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+58
2021-02-21Merge tag 'perf-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-94/+74
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+15
2021-02-21Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+8
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/linuxLinus Torvalds1-10/+1
2021-02-20Merge tag 'x86_build_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2021-02-20Merge tag 'x86_cache_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-14/+11
2021-02-20Merge tag 'x86_cpu_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+3
2021-02-20Merge tag 'x86_fpu_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2021-02-20Merge tag 'x86_microcode_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-02-20Merge tag 'x86_misc_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+16
2021-02-20Merge tag 'x86_mm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-70/+56
2021-02-20Merge tag 'x86_paravirt_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-30/+1