summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-06-10mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes1-1/+1
2023-06-09x86/orc: Make the is_callthunk() definition depend on CONFIG_BPF_JIT=yIngo Molnar1-1/+1
2023-06-08x86/irq: Add hardcoded hypervisor interrupts to /proc/statMichael Kelley1-0/+7
2023-06-07Revert "x86/orc: Make it callthunk aware"Josh Poimboeuf2-21/+2
2023-06-07x86/resctrl: Implement rename op for mon groupsPeter Newman1-0/+128
2023-06-07x86/resctrl: Factor rdtgroup lock for multi-file opsPeter Newman1-13/+22
2023-06-07x86/mm: Fix enc_status_change_finish_noop()Kirill A. Shutemov1-1/+1
2023-06-06x86/mm: Allow guest.enc_status_change_prepare() to failKirill A. Shutemov1-1/+1
2023-06-06x86/sev: Add SNP-specific unaccepted memory supportTom Lendacky2-98/+117
2023-06-06x86/sev: Use large PSC requests if applicableTom Lendacky1-45/+80
2023-06-06x86/sev: Allow for use of the early boot GHCB for PSC requestsTom Lendacky1-23/+38
2023-06-06x86/sev: Put PSC struct on the stack in prep for unaccepted memory supportTom Lendacky1-8/+2
2023-06-06x86/sev: Fix calculation of end address based on number of pagesTom Lendacky1-7/+7
2023-06-05x86/tsc: Provide sched_clock_noinstr()Peter Zijlstra2-11/+31
2023-06-05x86/sched: Rewrite topology setupPeter Zijlstra1-51/+43
2023-06-05x86/MCE/AMD, EDAC/mce_amd: Decode UMC_V2 ECC errorsYazen Ghannam1-2/+4
2023-06-05x86/amd_nb: Re-sort and re-indent PCI definesBorislav Petkov (AMD)1-24/+25
2023-06-05x86/amd_nb: Add MI200 PCI IDsYazen Ghannam1-0/+5
2023-06-05locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland4-13/+13
2023-06-03x86/head/64: Switch to KERNEL_CS as soon as new GDT is installedTom Lendacky1-9/+9
2023-06-02fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie2-2/+2
2023-06-01x86/mtrr: Unify debugging printingBorislav Petkov (AMD)4-40/+29
2023-06-01x86/mtrr: Remove unused codeJuergen Gross1-9/+0
2023-06-01x86/mtrr: Don't let mtrr_type_lookup() return MTRR_TYPE_INVALIDJuergen Gross1-2/+2
2023-06-01x86/mtrr: Use new cache_map in mtrr_type_lookup()Juergen Gross1-194/+43
2023-06-01x86/mtrr: Add mtrr=debug command line optionJuergen Gross1-19/+45
2023-06-01x86/mtrr: Construct a memory map with cache modesJuergen Gross3-2/+314
2023-06-01x86/mtrr: Add get_effective_type() service functionJuergen Gross1-20/+19
2023-06-01x86/mtrr: Allocate mtrr_value array dynamicallyJuergen Gross1-1/+7
2023-06-01x86/mtrr: Move 32-bit code from mtrr.c to legacy.cJuergen Gross4-75/+98
2023-06-01x86/mtrr: Have only one set_mtrr() variantJuergen Gross1-20/+8
2023-06-01x86/mtrr: Replace vendor tests in MTRR codeJuergen Gross7-29/+31
2023-06-01x86/mtrr: Support setting MTRR state for software defined MTRRsJuergen Gross3-2/+74
2023-06-01x86/mtrr: Replace size_or_mask and size_and_mask with a much easier conceptJuergen Gross4-43/+35
2023-05-31x86/platform/uv: Update UV[23] platform code for SNCSteve Wahl1-4/+38
2023-05-31x86/platform/uv: Remove remaining BUG_ON() and BUG() callsSteve Wahl1-2/+4
2023-05-31x86/platform/uv: UV support for sub-NUMA clusteringSteve Wahl1-68/+94
2023-05-31x86/platform/uv: Helper functions for allocating and freeing conversion tablesSteve Wahl1-44/+53
2023-05-31x86/platform/uv: When searching for minimums, start at INT_MAX not 99999Steve Wahl1-2/+2
2023-05-31x86/platform/uv: Fix printed information in calc_mmioh_mapSteve Wahl1-6/+7
2023-05-31x86/smpboot: Fix the parallel bringup decisionThomas Gleixner2-17/+3
2023-05-31x86/alternatives: Add longer 64-bit NOPsPeter Zijlstra1-0/+10
2023-05-30x86/resctrl: Only show tasks' pid in current pid namespaceShawn Wang1-2/+6
2023-05-29x86/smp: Initialize cpu_primary_thread_mask lateThomas Gleixner1-1/+17
2023-05-28Merge tag 'x86-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2023-05-28Merge tag 'objtool-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+5
2023-05-25x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platformsZhang Rui1-2/+3
2023-05-18x86/quirks: Include linux/pnp.h for arch_pnpbios_disabled()Arnd Bergmann1-0/+1
2023-05-18x86: Avoid missing-prototype warnings for doublefault codeArnd Bergmann1-0/+1
2023-05-18x86: Add dummy prototype for mk_early_pgtbl_32()Arnd Bergmann1-0/+1