linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-25 16:14:09 to 2022-06-14 22:12:45 UTC [more...]

[PATCH 00/36] cpuidle,rcu: Cleanup the mess
 2022-06-14 22:12 UTC  (82+ messages)
` [PATCH 01/36] x86/perf/amd: Remove tracing from perf_lopwr_cb()
` [PATCH 02/36] x86/idle: Replace x86_idle with a static_call
` [PATCH 03/36] cpuidle/poll: Ensure IRQ state is invariant
` [PATCH 04/36] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE
` [PATCH 05/36] cpuidle: Move IRQ state validation
` [PATCH 06/36] cpuidle,riscv: Push RCU-idle into driver
` [PATCH 07/36] cpuidle,tegra: "
` [PATCH 08/36] cpuidle,psci: "
` [PATCH 09/36] cpuidle,imx6: "
` [PATCH 10/36] cpuidle,omap3: "
` [PATCH 11/36] cpuidle,armada: "
` [PATCH 12/36] cpuidle,omap2: "
` [PATCH 13/36] cpuidle,dt: "
` [PATCH 14/36] cpuidle: Fix rcu_idle_*() usage
` [PATCH 15/36] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()
` [PATCH 16/36] rcu: Fix rcu_idle_exit()
` [PATCH 17/36] acpi_idle: Remove tracing
` [PATCH 18/36] cpuidle: Annotate poll_idle()
` [PATCH 19/36] objtool/idle: Validate __cpuidle code as noinstr
` [PATCH 20/36] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [PATCH 21/36] x86/tdx: Remove TDX_HCALL_ISSUE_STI
` [PATCH 22/36] arm,smp: Remove trace_.*_rcuidle() usage
` [PATCH 23/36] arm64,smp: "
` [PATCH 24/36] printk: "
` [PATCH 25/36] time/tick-broadcast: Remove RCU_NONIDLE usage
` [PATCH 26/36] cpuidle,sched: Remove annotations from TIF_{POLLING_NRFLAG,NEED_RESCHED}
` [PATCH 27/36] cpuidle,mwait: Make noinstr clean
` [PATCH 28/36] cpuidle,tdx: Make tdx "
` [PATCH 29/36] cpuidle,xenpv: Make more PARAVIRT_XXL "
    ` [Pv-drivers] [PATCH 29/36] cpuidle, xenpv: "
` [PATCH 30/36] cpuidle,nospec: Make "
` [PATCH 31/36] cpuidle,acpi: "
` [PATCH 32/36] ftrace: WARN on rcuidle
` [PATCH 33/36] cpuidle,omap3: Use WFI for omap3_pm_idle()
` [PATCH 34/36] cpuidle,omap3: Push RCU-idle into omap_sram_idle()
  ` [PATCH 34.5/36] cpuidle,omap4: Push RCU-idle into omap4_enter_lowpower()
` [PATCH 35/36] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [PATCH 36/36] cpuidle,clk: "

[PATCH] arch/*: Disable softirq stacks on PREEMPT_RT
 2022-06-14 18:18 UTC 

[PATCH v2 0/6] bitops: let optimize out non-atomic bitops on compile-time constants
 2022-06-13 21:29 UTC  (21+ messages)
` [PATCH v2 1/6] ia64, processor: fix -Wincompatible-pointer-types in ia64_get_irr()
` [PATCH v2 2/6] bitops: always define asm-generic non-atomic bitops
` [PATCH v2 3/6] bitops: unify non-atomic bitops prototypes across architectures
` [PATCH v2 4/6] bitops: define const_*() versions of the non-atomics
` [PATCH v2 5/6] bitops: wrap non-atomic bitops with a transparent macro
` [PATCH v2 6/6] bitops: let optimize out non-atomic bitops on compile-time constants

[PATCH 0/8] perf/hw_breakpoint: Optimize for thousands of tasks
 2022-06-10  9:36 UTC  (34+ messages)
` [PATCH 1/8] perf/hw_breakpoint: Optimize list of per-task breakpoints
` [PATCH 2/8] perf/hw_breakpoint: Mark data __ro_after_init
` [PATCH 3/8] perf/hw_breakpoint: Optimize constant number of breakpoint slots
` [PATCH 4/8] perf/hw_breakpoint: Make hw_breakpoint_weight() inlinable
` [PATCH 5/8] perf/hw_breakpoint: Remove useless code related to flexible breakpoints
` [PATCH 6/8] perf/hw_breakpoint: Reduce contention with large number of tasks
` [PATCH 7/8] perf/hw_breakpoint: Optimize task_bp_pinned() if CPU-independent
` [PATCH 8/8] perf/hw_breakpoint: Clean up headers

[PATCH 0/6] bitops: let optimize out non-atomic bitops on compile-time constants
 2022-06-08 13:31 UTC  (25+ messages)
` [PATCH 1/6] ia64, processor: fix -Wincompatible-pointer-types in ia64_get_irr()
` [PATCH 2/6] bitops: always define asm-generic non-atomic bitops
` [PATCH 3/6] bitops: define gen_test_bit() the same way as the rest of functions
` [PATCH 4/6] bitops: unify non-atomic bitops prototypes across architectures
` [PATCH 5/6] bitops: wrap non-atomic bitops with a transparent macro
` [PATCH 6/6] bitops: let optimize out non-atomic bitops on compile-time constants

[PATCH] sh: cast away __iomem to remove sparse warning
 2022-06-08  7:52 UTC  (6+ messages)

Build regressions/improvements in v5.19-rc1
 2022-06-06  9:08 UTC 

[PATCH v8 00/27] Introduce power-off+restart call chain API
 2022-05-31 21:24 UTC  (4+ messages)
` [PATCH v8 16/27] m68k: Switch to new sys-off handler API

[PATCH v5] mm: Avoid unnecessary page fault retires on shared memory types
 2022-05-31  7:59 UTC  (3+ messages)

[PATCH v4] mm: Avoid unnecessary page fault retires on shared memory types
 2022-05-30 18:29 UTC  (9+ messages)

[PATCH] sh: clk: Extend valid clk ptr checks using IS_ERR_OR_NULL
 2022-05-27 17:40 UTC  (2+ messages)

[PATCH v3] mm: Avoid unnecessary page fault retires on shared memory types
 2022-05-27 14:53 UTC  (9+ messages)

[PATCH 0/4] sh: Kconfig: Style cleanups
 2022-05-27 12:05 UTC  (13+ messages)
` [PATCH 1/4] sh: Kconfig: Fix indentation
    ` [PATCH 1/4 v2] sh: Kconfig: Fix indentation and remove trailing whitespaces
` [PATCH 2/4] sh: Kconfig.cpu: Fix indentation
    ` [PATCH 2/4 v2] sh: Kconfig.cpu: Remove trailing whitespace
` [PATCH 3/4] sh/boards: Kconfig: Fix indentation
    ` [PATCH 3/4 v2] sh/boards: Kconfig: Fix indentation and remove trailing whitespaces
` [PATCH 4/4] sh/mm: Kconfig: Fix indentation
    ` [PATCH 4/4 v2] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).