summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-20104-282/+308
|\
| * sched/clock/x86: Mark sched_clock() noinstrPeter Zijlstra2023-01-318-17/+36
| * x86/pvclock: Improve atomic update of last_value in pvclock_clocksource_read()Uros Bizjak2023-01-311-3/+2
| * x86/atomics: Always inline arch_atomic64*()Peter Zijlstra2023-01-312-40/+40
| * Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-31192-1024/+1505
| |\
| * | cpuidle, arm64: Fix the ARM64 cpuidle logicPeter Zijlstra2023-01-182-3/+13
| * | cpuidle,arch: Mark all regular cpuidle_state:: Enter methods __cpuidlePeter Zijlstra2023-01-137-16/+15
| * | cpuidle, arch: Mark all ct_cpuidle_enter() callers __cpuidlePeter Zijlstra2023-01-135-8/+8
| * | entry, kasan, x86: Disallow overriding mem*() functionsPeter Zijlstra2023-01-133-5/+8
| * | cpuidle, ARM: OMAP2+: powerdomain: Remove trace_.*_rcuidle()Peter Zijlstra2023-01-131-5/+5
| * | arm, OMAP2: Use WFI for omap2_pm_idle()Peter Zijlstra2023-01-131-49/+2
| * | cpuidle, OMAP4: Push RCU-idle into omap4_enter_lowpower()Tony Lindgren2023-01-134-10/+18
| * | cpuidle, OMAP3: Push RCU-idle into omap_sram_idle()Peter Zijlstra2023-01-133-6/+12
| * | cpuidle, OMAP3: Use WFI for omap3_pm_idle()Peter Zijlstra2023-01-131-1/+1
| * | cpuidle, ACPI: Make noinstr cleanPeter Zijlstra2023-01-131-2/+2
| * | cpuidle, nospec: Make mds_idle_clear_cpu_buffers() noinstr cleanPeter Zijlstra2023-01-131-1/+1
| * | cpuidle, xenpv: Make more PARAVIRT_XXL noinstr cleanPeter Zijlstra2023-01-136-9/+21
| * | cpuidle, tdx: Make TDX code noinstr cleanPeter Zijlstra2023-01-133-2/+6
| * | cpuidle, mwait: Make the mwait code noinstr cleanPeter Zijlstra2023-01-132-7/+7
| * | arm64, smp: Remove trace_.*_rcuidle() usagePeter Zijlstra2023-01-131-2/+2
| * | arm, smp: Remove trace_.*_rcuidle() usagePeter Zijlstra2023-01-131-3/+3
| * | x86/tdx: Remove TDX_HCALL_ISSUE_STIPeter Zijlstra2023-01-133-33/+4
| * | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-1326-35/+29
| * | cpuidle, intel_idle: Fix CPUIDLE_FLAG_IBRSPeter Zijlstra2023-01-131-1/+1
| * | cpuidle, intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATEPeter Zijlstra2023-01-133-5/+5
| * | objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-1328-34/+5
| * | cpuidle: Fix ct_idle_*() usagePeter Zijlstra2023-01-134-10/+10
| * | cpuidle, OMAP4: Push RCU-idle into driverPeter Zijlstra2023-01-131-11/+18
| * | cpuidle, OMAP3: Push RCU-idle into driverPeter Zijlstra2023-01-131-0/+16
| * | cpuidle, ARM/imx6: Push RCU-idle into driverPeter Zijlstra2023-01-131-1/+4
| * | x86/idle: Replace 'x86_idle' function pointer with a static_callPeter Zijlstra2023-01-131-22/+28
| * | x86/perf/amd: Remove tracing from perf_lopwr_cb()Peter Zijlstra2023-01-132-9/+6
| * | sched/cputime: Fix IA64 build error of missing arch_vtime_task_switch() proto...Ingo Molnar2023-01-111-0/+1
| * | cputime: remove cputime_to_nsecs fallbackNicholas Piggin2022-12-272-2/+2
* | | Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-02-2022-169/+716
|\ \ \
| * | | perf/x86/intel/uncore: Add Meteor Lake supportKan Liang2023-02-113-0/+169
| * | | x86/perf/zhaoxin: Add stepping check for ZXCsilviazhao2023-02-111-1/+7
| * | | perf/x86/intel/ds: Fix the conversion from TSC to perf timeKan Liang2023-02-111-9/+26
| * | | perf/x86/uncore: Don't WARN_ON_ONCE() for a broken discovery tableKan Liang2023-01-211-3/+15
| * | | perf/x86/uncore: Add a quirk for UPI on SPRKan Liang2023-01-214-24/+136
| * | | perf/x86/uncore: Ignore broken units in discovery tableKan Liang2023-01-214-6/+32
| * | | perf/x86/uncore: Fix potential NULL pointer in uncore_get_alias_nameKan Liang2023-01-211-2/+8
| * | | perf/x86/uncore: Factor out uncore_device_to_die()Kan Liang2023-01-214-25/+19
| * | | perf/core: Introduce perf_prepare_header()Namhyung Kim2023-01-182-2/+4
| * | | perf/core: Add perf_sample_save_brstack() helperNamhyung Kim2023-01-184-16/+8
| * | | perf/core: Add perf_sample_save_raw_data() helperNamhyung Kim2023-01-184-11/+4
| * | | perf/core: Add perf_sample_save_callchain() helperNamhyung Kim2023-01-182-12/+6
| * | | Merge tag 'v6.2-rc4' into perf/core, to pick up fixesIngo Molnar2023-01-1888-542/+805
| |\ \ \
| * | | | x86/kprobes: Use switch-case for 0xFF opcodes in prepare_emulationChuang Wang2023-01-101-9/+11
| * | | | perf/x86/msr: Add Meteor Lake supportKan Liang2023-01-091-0/+2