summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* Merge tag 'mips_6.2_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds2022-12-232-1/+5
|\
| * MIPS: dts: bcm63268: Add missing properties to the TWD nodeFlorian Fainelli2022-12-211-0/+2
| * MIPS: ralink: mt7621: avoid to init common ralink reset controllerSergio Paracuellos2022-12-211-1/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-2111-44/+97
|\ \
| * | RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpidAnup Patel2022-12-072-0/+30
| * | RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPUAnup Patel2022-12-073-6/+16
| * | RISC-V: Export sbi_get_mvendorid() and friendsAnup Patel2022-12-071-0/+3
| * | RISC-V: KVM: Move sbi related struct and functions to kvm_vcpu_sbi.hAnup Patel2022-12-072-8/+8
| * | RISC-V: KVM: Use switch-case in kvm_riscv_vcpu_set/get_reg()Anup Patel2022-12-071-14/+22
| * | RISC-V: KVM: Remove redundant includes of asm/csr.hAnup Patel2022-12-075-5/+0
| * | RISC-V: KVM: Remove redundant includes of asm/kvm_vcpu_timer.hAnup Patel2022-12-071-1/+0
| * | RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()Anup Patel2022-12-071-4/+7
| * | RISC-V: KVM: Simplify kvm_arch_prepare_memory_region()Christophe JAILLET2022-12-071-3/+1
| * | RISC-V: KVM: Exit run-loop immediately if xfer_to_guest failsAnup Patel2022-12-071-2/+3
| * | RISC-V: KVM: use vma_lookup() instead of find_vma_intersection()Bo Liu2022-12-071-1/+1
| * | RISC-V: KVM: Add exit logic to main.cXiakaiPan2022-12-071-0/+6
* | | Merge tag 'rproc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds2022-12-211-0/+33
|\ \ \
| * | | arm64: dts: xilinx: zynqmp: Add RPU subsystem device nodeTanmay Shah2022-11-251-0/+33
* | | | m68k: remove broken strcmp implementationLinus Torvalds2022-12-211-20/+0
* | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-213-1/+3
|\ \ \ \
| * | | | prandom: remove prandom_u32_max()Jason A. Donenfeld2022-12-201-1/+1
| * | | | random: do not include <asm/archrandom.h> from random.hJason A. Donenfeld2022-12-202-0/+2
* | | | | Merge tag 'm68knommu-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-201-2/+1
|\ \ \ \ \
| * | | | | m68k: use strscpy() to instead of strncpy()Xu Panda2022-12-051-2/+1
| | |_|/ / | |/| | |