linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-16 16:09:04 to 2022-06-13 18:48:49 UTC [more...]

[PATCH 00/36] cpuidle,rcu: Cleanup the mess
 2022-06-13 18:48 UTC  (66+ 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 "
  ` [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 v2 0/6] bitops: let optimize out non-atomic bitops on compile-time constants
 2022-06-13 16:26 UTC  (20+ 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/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 0/6] phase out CONFIG_VIRT_TO_BUS
 2022-06-08  8:19 UTC  (16+ messages)
  ` [PATCH 1/6] vme: remove ca91cx42 Universe-II support
  ` [PATCH 2/6] vme: move back to staging
  ` [PATCH 3/6] media: sta2x11: remove VIRT_TO_BUS dependency
  ` [PATCH 4/6] scsi: dpt_i2o: drop stale "
  ` [PATCH 5/6] scsi: remove stale BusLogic driver
  ` [PATCH 6/6] arch/*/: remove CONFIG_VIRT_TO_BUS

[PATCH AUTOSEL 5.15 27/37] alpha: fix alloc_zeroed_user_highpage_movable()
 2022-06-01 13:56 UTC 

[PATCH AUTOSEL 5.17 33/48] alpha: fix alloc_zeroed_user_highpage_movable()
 2022-06-01 13:54 UTC 

[PATCH AUTOSEL 5.18 34/49] alpha: fix alloc_zeroed_user_highpage_movable()
 2022-06-01 13:51 UTC 

[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 v3] mm: Avoid unnecessary page fault retires on shared memory types
 2022-05-27 14:53 UTC  (12+ messages)

[PATCH 00/30] The panic notifiers refactor
 2022-05-26 16:25 UTC  (75+ messages)
` [PATCH 05/30] misc/pvpanic: Convert regular spinlock into trylock on panic path
` [PATCH 12/30] parisc: Replace regular spinlock with spin_trylock "
` [PATCH 14/30] panic: Properly identify the panic event to the notifiers' callbacks
` [PATCH 15/30] bus: brcmstb_gisb: Clean-up panic/die notifiers
` [PATCH 17/30] tracing: Improve "
` [PATCH 18/30] notifier: Show function names on notifier routines if DEBUG_NOTIFIERS is set
` [PATCH 19/30] panic: Add the panic hypervisor notifier list
` [PATCH 21/30] panic: Introduce the panic pre-reboot "
` [PATCH 23/30] printk: kmsg_dump: Introduce helper to inform number of dumpers
` [PATCH 24/30] panic: Refactor the panic path
` [PATCH 25/30] panic, printk: Add console flush parameter and convert panic_print to a notifier

[RFC PATCH 0/8] signals: Support more than 64 signals
 2022-05-19 12:27 UTC  (8+ messages)

[PATCH 01/16] signal/alpha: Remove unused definition of TASK_REAL_PARENT
 2022-05-18 22:53 UTC 

[PATCH] net: unexport csum_and_copy_{from,to}_user
 2022-05-18  0:39 UTC  (3+ messages)


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).