summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds2022-08-021-0/+1
|\
| * tools/power turbostat: dump secondary Turbo-Ratio-LimitLen Brown2022-07-281-0/+1
* | Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-011-1/+1
|\ \
| * | genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland2022-07-071-1/+1
* | | Merge tag 'perf-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-016-79/+252
|\ \ \
| * | | perf/x86/ibs: Add new IBS register bits into headerRavi Bangoria2022-07-271-6/+10
| * | | perf/x86/intel: Fix PEBS data source encoding for ADLKan Liang2022-07-043-14/+45
| * | | perf/x86/intel: Fix PEBS memory access info encoding for ADLKan Liang2022-07-043-33/+60
| * | | perf/x86/amd/uncore: Add PerfMonV2 RDPMC assignmentsSandipan Das2022-06-131-0/+10
| * | | perf/x86/amd/uncore: Add PerfMonV2 DF event formatSandipan Das2022-06-132-7/+30
| * | | perf/x86/amd/uncore: Detect available DF countersSandipan Das2022-06-132-0/+13
| * | | perf/x86/amd/uncore: Use attr_update for format attributesSandipan Das2022-06-131-14/+54
| * | | perf/x86/amd/uncore: Use dynamic events arraySandipan Das2022-06-131-7/+31
| * | | x86/events/intel/ds: Enable large PEBS for PERF_SAMPLE_WEIGHT_TYPELike Xu2022-06-131-1/+2
* | | | Merge tag 'locking-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-012-16/+0
|\ \ \ \
| * | | | jump_label: make initial NOP patching the special caseArd Biesheuvel2022-06-241-13/+0
| * | | | jump_label: mips: move module NOP patching into arch codeArd Biesheuvel2022-06-241-3/+0
| | |/ / | |/| |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-08-012-3/+1
|\ \ \ \
| * | | | arch: make TRACE_IRQFLAGS_NMI_SUPPORT genericMark Rutland2022-06-232-3/+1
| |/ / /
* | | | Merge tag 'x86_kdump_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-015-9/+160
|\ \ \ \
| * | | | x86/setup: Use rng seeds from setup_dataJason A. Donenfeld2022-07-113-7/+47
| * | | | Merge tag 'v5.19-rc6' into tip:x86/kdumpBorislav Petkov2022-07-118-14/+38
| |\ \ \ \
| * | | | | x86/kexec: Carry forward IMA measurement log on kexecJonathan McDowell2022-07-015-5/+116
* | | | | | Merge tag 'x86_build_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-015-15/+18
|\ \ \ \ \ \
| * | | | | | x86/purgatory: Omit use of bin2cMasahiro Yamada2022-07-254-10/+15
| * | | | | | x86/purgatory: Hard-code obj-y in MakefileMasahiro Yamada2022-07-251-1/+1
| * | | | | | x86/build: Remove unused OBJECT_FILES_NON_STANDARD_test_nx.oMasahiro Yamada2022-07-111-2/+0
| * | | | | | x86/Kconfig: Fix CONFIG_CC_HAS_SANE_STACKPROTECTOR when cross compiling with ...Nathan Chancellor2022-07-111-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'x86_core_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-012-13/+27
|\ \ \ \ \ \
| * | | | | | x86/extable: Fix ex_handler_msr() print conditionPeter Zijlstra2022-07-211-7/+9
| * | | | | | x86,nospec: Simplify {JMP,CALL}_NOSPECPeter Zijlstra2022-07-211-6/+18
* | | | | | | Merge tag 'x86_misc_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-012-1/+19
|\ \ \ \ \ \ \
| * | | | | | | x86/amd_nb: Add AMD PCI IDs for SMN communicationMario Limonciello2022-07-201-0/+13
| * | | | | | | x86/pmem: Fix platform-device leak in error pathJohan Hovold2022-06-201-1/+6
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'x86_cpu_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-014-16/+35
|\ \ \ \ \ \ \
| * | | | | | | x86/cpu: Use MSR_IA32_MISC_ENABLE constantsPaolo Bonzini2022-07-191-2/+2
| * | | | | | | x86: Fix comment for X86_FEATURE_ZENWyes Karny2022-06-081-1/+1
| * | | | | | | x86: Remove vendor checks from prefer_mwait_c1_over_haltWyes Karny2022-06-082-10/+26
| * | | | | | | x86: Handle idle=nomwait cmdline properly for x86_idleWyes Karny2022-06-081-3/+6
* | | | | | | | Merge tag 'x86_fpu_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-013-0/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/fpu: Add a helper to prepare AMX state for low-power CPU idleChang S. Bae2022-07-193-0/+25
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'x86_mm_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-013-9/+38
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/mm/tlb: Ignore f->new_tlb_gen when zeroNadav Amit2022-07-192-3/+13
| * | | | | | | | x86/pkeys: Clarify PKRU_AD_KEY macroIra Weiny2022-06-081-6/+9
| * | | | | | | | x86/mm/tlb: Avoid reading mm_tlb_gen when possibleNadav Amit2022-06-071-1/+17
* | | | | | | | | Merge tag 'x86_cleanups_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-08-011-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/mm: Refer to the intended config STRICT_DEVMEM in a commentLukas Bulwahn2022-07-071-1/+1
* | | | | | | | | | Merge tag 'x86_vmware_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-011-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/vmware: Use BIT() macro for shiftingShreenidhi Shedi2022-06-221-2/+2
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'ras_core_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-012-1/+48
|\ \ \ \ \ \ \ \ \ \