summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2024-09-12xen, pvh: fix unbootable VMs (PVH + KASAN - AMD_MEM_ENCRYPT)Alexey Dobriyan1-0/+1
2024-09-12xen: tolerate ACPI NVS memory overlapping with Xen allocated memoryJuergen Gross1-1/+91
2024-09-12xen: allow mapping ACPI data using a different physical addressJuergen Gross8-1/+59
2024-09-11Merge branch 'pm-cpufreq'Rafael J. Wysocki5-32/+261
2024-09-11Merge tag 'amd-pstate-v6.12-2024-09-11' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki3-30/+161
2024-09-11cpufreq: amd-pstate: Merge amd_pstate_highest_perf_set() into amd_get_boost_r...Mario Limonciello1-0/+16
2024-09-11x86/amd: Detect preferred cores in amd_get_boost_ratio_numerator()Mario Limonciello1-10/+83
2024-09-11x86/amd: Move amd_get_highest_perf() out of amd-pstateMario Limonciello1-0/+30
2024-09-11ACPI: CPPC: Adjust debug messages in amd_set_max_freq_ratio() to warnMario Limonciello1-3/+3
2024-09-11ACPI: CPPC: Drop check for non zero perf ratioMario Limonciello1-6/+1
2024-09-11x86/amd: Rename amd_get_highest_perf() to amd_get_boost_ratio_numerator()Mario Limonciello2-15/+32
2024-09-11x86/amd: Move amd_get_highest_perf() from amd.c to cppc.cMario Limonciello2-16/+16
2024-09-11platform/x86: intel_scu_ipc: Move intel_scu_ipc.h out of arch/x86/include/asmMika Westerberg3-70/+3
2024-09-10xen: add capability to remap non-RAM pages to different PFNsJuergen Gross2-0/+66
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner38-126/+256
2024-09-10Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-5/+42
2024-09-10perf/x86/intel: Allow to setup LBR for counting event for BPFKan Liang1-2/+6
2024-09-10perf/x86/intel/cstate: Clean up cpumask and hotplugKan Liang1-137/+5
2024-09-10xen: move max_pfn in xen_memory_setup() out of function scopeJuergen Gross1-26/+26
2024-09-10xen: move checks for e820 conflicts further upJuergen Gross1-22/+22
2024-09-10xen: introduce generic helper checking for memory map conflictsJuergen Gross3-11/+31
2024-09-10xen: use correct end address of kernel for conflict checkingJuergen Gross1-1/+1
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown2-19/+3
2024-09-09Merge tag 'hyperv-fixes-signed-20240908' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-8/+19
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen1-1/+1
2024-09-06KVM: x86: don't fall through case statements without annotationsLinus Torvalds1-0/+1
2024-09-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-13/+34
2024-09-06crypto: x86/aesni - update docs for aesni-intel moduleEric Biggers2-3/+7
2024-09-05x86/sgx: Log information when a node lacks an EPC sectionAaron Lu1-0/+7
2024-09-05x86/sgx: Fix deadlock in SGX NUMA node searchAaron Lu1-13/+14
2024-09-05KVM: Remove HIGH_RES_TIMERS dependencySteven Rostedt1-1/+0
2024-09-05Merge tag 'hwmon-for-v6.11-rc7' into review-hansHans de Goede23-91/+139
2024-09-05perf/x86/rapl: Fix the energy-pkg event for AMD CPUsDhananjay Ugwekar1-5/+42
2024-09-05x86/bugs: Fix handling when SRSO mitigation is disabledDavid Kaplan1-9/+5
2024-09-05Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar23-91/+157
2024-09-05x86/bugs: Add missing NO_SSB flagDaniel Sneddon1-2/+2
2024-09-05x86/hyperv: fix kexec crash due to VP assist page corruptionAnirudh Rayabharam (Microsoft)3-7/+3
2024-09-04bpf, x64: Fix a jit convergence issueYonghong Song1-2/+52
2024-09-04x86/platform/geode: switch GPIO buttons and LEDs to software propertiesDmitry Torokhov7-209/+228
2024-09-04x86/cpu/vfm: Delete all the *_FAM6_ CPU #definesTony Luck1-83/+2
2024-09-04x86/cpu/vfm: Delete X86_MATCH_INTEL_FAM6_MODEL[_STEPPING]() macrosTony Luck1-20/+0
2024-09-04x86/mm: add ARCH_PKEY_BITS to KconfigJoey Gouly1-0/+4
2024-09-04x86/sched: Add basic support for CPU capacity scalingRafael J. Wysocki2-2/+100
2024-09-03x86: remove PG_uncachedMatthew Wilcox (Oracle)2-8/+5
2024-09-03mm: make range-to-target_node lookup facility a part of numa_memblksMike Rapoport (Microsoft)2-47/+0
2024-09-03mm: numa_memblks: introduce numa_memblks_initMike Rapoport (Microsoft)1-36/+4
2024-09-03mm: introduce numa_emulationMike Rapoport (Microsoft)5-605/+0
2024-09-03mm: move numa_distance and related code from x86 to numa_memblksMike Rapoport (Microsoft)3-108/+0
2024-09-03mm: introduce numa_memblksMike Rapoport (Microsoft)6-383/+10
2024-09-03x86/numa: numa_{add,remove}_cpu: make cpu parameter unsignedMike Rapoport (Microsoft)3-15/+15