summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2023-02-21Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-30/+65
2023-02-21Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-29/+100
2023-02-21Merge tag 'timers-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2023-02-21Merge tag 'x86_vdso_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-6/+11
2023-02-21Merge tag 'x86_microcode_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-5/+6
2023-02-21Merge tag 'x86_cache_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+4
2023-02-21Merge tag 'x86_alternatives_for_v6.3_rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-56/+107
2023-02-21Merge tag 'ras_core_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2023-02-20Merge tag 'x86-fpu-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2023-02-20Merge tag 'x86-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+5
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-71/+70
2023-02-20Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-0/+12
2023-02-20Merge tag 'asm-generic-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+0
2023-02-16x86/hyperv: Fix hv_get/set_register for nested bringupNuno Das Neves1-4/+8
2023-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2023-02-13char/agp: consolidate {alloc,free}_gatt_pages()Mike Rapoport1-6/+0
2023-02-13Merge tag 'clocksource.2023.02.06b' of git://git.kernel.org/pub/scm/linux/ker...Thomas Gleixner1-0/+1
2023-02-10x86/speculation: Identify processors vulnerable to SMT RSB predictionsTom Lendacky1-0/+1
2023-02-08x86/cpu: Add Lunar Lake MKan Liang1-0/+2
2023-02-07x86/vdso: Fix -Wmissing-prototypes warningsBorislav Petkov (AMD)2-0/+6
2023-02-06x86/cpu: Provide the full setup for getcpu() on x86-32Sebastian Andrzej Siewior1-4/+4
2023-02-06x86/microcode/AMD: Add a @cpu parameter to the reloading functionsBorislav Petkov (AMD)2-4/+4
2023-02-02clocksource: Verify HPET and PMTMR when TSC unverifiedPaul E. McKenney1-0/+1
2023-01-31x86/amd: Cache debug register values in percpu variablesAlexey Kardashevskiy1-2/+7
2023-01-31x86/alternatives: Introduce int3_emulate_jcc()Peter Zijlstra1-0/+31
2023-01-31sched/clock/x86: Mark sched_clock() noinstrPeter Zijlstra3-3/+4
2023-01-31x86/atomics: Always inline arch_atomic64*()Peter Zijlstra2-40/+40
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar5-9/+44
2023-01-31x86/debug: Fix stack recursion caused by wrongly ordered DR7 accessesJoerg Roedel1-2/+24
2023-01-27x86: Suppress KMSAN reports in arch_within_stack_frames()Alexander Potapenko1-0/+5
2023-01-25x86/cpu: Support AMD Automatic IBRSKim Phillips2-0/+3
2023-01-25x86/cpu, kvm: Add the SMM_CTL MSR not present featureKim Phillips1-0/+1
2023-01-25x86/cpu, kvm: Add the Null Selector Clears Base featureKim Phillips1-0/+1
2023-01-25x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leafKim Phillips1-1/+2
2023-01-25x86/cpu, kvm: Add the NO_NESTED_DATA_BP featureKim Phillips1-0/+3
2023-01-25x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threadsJens Axboe1-1/+1
2023-01-25x86/vdso: Move VDSO image init to vdso2c generated codeBrian Gerst2-2/+1
2023-01-25x86/cpu, kvm: Add support for CPUID_80000021_EAXKim Phillips4-5/+10
2023-01-23x86/resctrl: Add interface to read mbm_total_bytes_configBabu Moger1-0/+1
2023-01-23x86/resctrl: Detect and configure Slow Memory Bandwidth AllocationBabu Moger1-0/+1
2023-01-23x86/cpufeatures: Add Bandwidth Monitoring Event Configuration feature flagBabu Moger1-0/+1
2023-01-23x86/cpufeatures: Add Slow Memory Bandwidth Allocation feature flagBabu Moger1-0/+1
2023-01-21x86/microcode: Check CPU capabilities after late microcode update correctlyAshok Raj1-0/+1
2023-01-20x86/microcode: Add a parameter to microcode_check() to store CPU capabilitiesAshok Raj1-1/+1
2023-01-19acpi: Fix suspend with Xen PVJuergen Gross1-0/+8
2023-01-19x86/fpu: Replace zero-length array in struct xregs_state with flexible-array ...Gustavo A. R. Silva1-1/+1
2023-01-19x86/sev: Add SEV-SNP guest feature negotiation supportNikunj A Dadhania2-0/+26
2023-01-18Merge tag 'v6.2-rc4' into perf/core, to pick up fixesIngo Molnar2-9/+10
2023-01-17x86/hyperv: Add an interface to do nested hypercallsJinank Jain2-5/+40
2023-01-17Drivers: hv: Setup synic registers in case of nested root partitionJinank Jain2-24/+17