summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2023-06-09mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes
2023-06-09x86/orc: Make the is_callthunk() definition depend on CONFIG_BPF_JIT=yIngo Molnar
2023-06-08x86/irq: Add hardcoded hypervisor interrupts to /proc/statMichael Kelley
2023-06-07Revert "x86/orc: Make it callthunk aware"Josh Poimboeuf
2023-06-07x86/resctrl: Implement rename op for mon groupsPeter Newman
2023-06-07x86/resctrl: Factor rdtgroup lock for multi-file opsPeter Newman
2023-06-06x86/mm: Fix enc_status_change_finish_noop()Kirill A. Shutemov
2023-06-06x86/mm: Allow guest.enc_status_change_prepare() to failKirill A. Shutemov
2023-06-06x86/sev: Add SNP-specific unaccepted memory supportTom Lendacky
2023-06-06x86/sev: Use large PSC requests if applicableTom Lendacky
2023-06-06x86/sev: Allow for use of the early boot GHCB for PSC requestsTom Lendacky
2023-06-06x86/sev: Put PSC struct on the stack in prep for unaccepted memory supportTom Lendacky
2023-06-06x86/sev: Fix calculation of end address based on number of pagesTom Lendacky
2023-06-05x86/tsc: Provide sched_clock_noinstr()Peter Zijlstra
2023-06-05x86/sched: Rewrite topology setupPeter Zijlstra
2023-06-05x86/MCE/AMD, EDAC/mce_amd: Decode UMC_V2 ECC errorsYazen Ghannam
2023-06-05x86/amd_nb: Re-sort and re-indent PCI definesBorislav Petkov (AMD)
2023-06-05x86/amd_nb: Add MI200 PCI IDsYazen Ghannam
2023-06-05locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland
2023-06-02x86/head/64: Switch to KERNEL_CS as soon as new GDT is installedTom Lendacky
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie
2023-06-01x86/mtrr: Unify debugging printingBorislav Petkov (AMD)
2023-06-01x86/mtrr: Remove unused codeJuergen Gross
2023-06-01x86/mtrr: Don't let mtrr_type_lookup() return MTRR_TYPE_INVALIDJuergen Gross
2023-06-01x86/mtrr: Use new cache_map in mtrr_type_lookup()Juergen Gross
2023-06-01x86/mtrr: Add mtrr=debug command line optionJuergen Gross
2023-06-01x86/mtrr: Construct a memory map with cache modesJuergen Gross
2023-06-01x86/mtrr: Add get_effective_type() service functionJuergen Gross
2023-06-01x86/mtrr: Allocate mtrr_value array dynamicallyJuergen Gross
2023-06-01x86/mtrr: Move 32-bit code from mtrr.c to legacy.cJuergen Gross
2023-06-01x86/mtrr: Have only one set_mtrr() variantJuergen Gross
2023-06-01x86/mtrr: Replace vendor tests in MTRR codeJuergen Gross
2023-06-01x86/mtrr: Support setting MTRR state for software defined MTRRsJuergen Gross
2023-06-01x86/mtrr: Replace size_or_mask and size_and_mask with a much easier conceptJuergen Gross
2023-05-31x86/platform/uv: Update UV[23] platform code for SNCSteve Wahl
2023-05-31x86/platform/uv: Remove remaining BUG_ON() and BUG() callsSteve Wahl
2023-05-31x86/platform/uv: UV support for sub-NUMA clusteringSteve Wahl
2023-05-31x86/platform/uv: Helper functions for allocating and freeing conversion tablesSteve Wahl
2023-05-31x86/platform/uv: When searching for minimums, start at INT_MAX not 99999Steve Wahl
2023-05-31x86/platform/uv: Fix printed information in calc_mmioh_mapSteve Wahl
2023-05-31x86/smpboot: Fix the parallel bringup decisionThomas Gleixner
2023-05-31x86/alternatives: Add longer 64-bit NOPsPeter Zijlstra
2023-05-30x86/resctrl: Only show tasks' pid in current pid namespaceShawn Wang
2023-05-29x86/smp: Initialize cpu_primary_thread_mask lateThomas Gleixner
2023-05-28Merge tag 'x86-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-05-28Merge tag 'objtool-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-05-25x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platformsZhang Rui
2023-05-18x86/quirks: Include linux/pnp.h for arch_pnpbios_disabled()Arnd Bergmann
2023-05-18x86: Avoid missing-prototype warnings for doublefault codeArnd Bergmann
2023-05-18x86: Add dummy prototype for mk_early_pgtbl_32()Arnd Bergmann