linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-12 19:43:47 to 2023-02-13 07:54:17 UTC [more...]

[PATCH v2 0/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM
 2023-02-13  7:54 UTC  (22+ messages)
` [PATCH v2 1/4] arm: include asm-generic/memory_model.h from page.h rather than memory.h
` [PATCH v2 2/4] m68k: use asm-generic/memory_model.h for both MMU and !MMU
` [PATCH v2 3/4] mips: drop definition of pfn_valid() for DISCONTIGMEM
` [PATCH v2 4/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM

[PATCH 0/2] char/agp: consolidate asm/agp.h
 2023-02-12  8:46 UTC  (3+ messages)
` [PATCH 1/2] char/agp: consolidate {alloc,free}_gatt_pages()
` [PATCH 2/2] char/agp: introduce asm-generic/agp.h

[PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2023-02-10  5:08 UTC  (33+ messages)
` [PATCH mm-unstable v1 01/26] mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checks
` [PATCH mm-unstable v1 02/26] alpha/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 03/26] arc/mm: "
` [PATCH mm-unstable v1 04/26] arm/mm: "
` [PATCH mm-unstable v1 05/26] csky/mm: "
` [PATCH mm-unstable v1 06/26] hexagon/mm: "
` [PATCH mm-unstable v1 07/26] ia64/mm: "
` [PATCH mm-unstable v1 08/26] loongarch/mm: "
` [PATCH mm-unstable v1 09/26] m68k/mm: remove dummy __swp definitions for nommu
` [PATCH mm-unstable v1 10/26] m68k/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 11/26] microblaze/mm: "
` [PATCH mm-unstable v1 12/26] mips/mm: "
` [PATCH mm-unstable v1 13/26] nios2/mm: refactor swap PTE layout
` [PATCH mm-unstable v1 14/26] nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 15/26] openrisc/mm: "
` [PATCH mm-unstable v1 16/26] parisc/mm: "
` [PATCH mm-unstable v1 17/26] powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s
` [PATCH mm-unstable v1 18/26] powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 19/26] riscv/mm: "
` [PATCH mm-unstable v1 20/26] sh/mm: "
` [PATCH mm-unstable v1 21/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit
` [PATCH mm-unstable v1 22/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 64bit
` [PATCH mm-unstable v1 23/26] um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 24/26] x86/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE also on 32bit
` [PATCH mm-unstable v1 25/26] xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 26/26] mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE

[RFC][PATCHSET] VM_FAULT_RETRY fixes
 2023-02-10  2:59 UTC  (42+ messages)
` [PATCH 01/10] alpha: fix livelock in uaccess
` [PATCH 02/10] hexagon: "
` [PATCH 03/10] ia64: "
` [PATCH 04/10] m68k: "
` [PATCH 05/10] microblaze: "
` [PATCH 06/10] nios2: "
` [PATCH 07/10] openrisc: "
` [PATCH 08/10] parisc: "
` [PATCH 09/10] riscv: "
` [PATCH 10/10] sparc: "

API for setting multiple PTEs at once
 2023-02-08 13:35 UTC  (4+ messages)

[PATCH -next] alpha: Fix warning comparing pointer to 0
 2023-02-08  1:12 UTC 

[PATCH 00/22] cpu,sched: Mark arch_cpu_idle_dead() __noreturn
 2023-02-07 17:33 UTC  (32+ messages)
` [PATCH 01/22] alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declaration
` [PATCH 02/22] alpha/cpu: Make sure arch_cpu_idle_dead() doesn't return
` [PATCH 03/22] arm/cpu: "
` [PATCH 04/22] arm64/cpu: Mark cpu_die() __noreturn
` [PATCH 05/22] csky/cpu: Make sure arch_cpu_idle_dead() doesn't return
` [PATCH 06/22] ia64/cpu: Mark play_dead() __noreturn
` [PATCH 07/22] loongarch/cpu: Make sure play_dead() doesn't return
` [PATCH 08/22] loongarch/cpu: Mark play_dead() __noreturn
` [PATCH 09/22] mips/cpu: Expose play_dead()'s prototype definition
` [PATCH 10/22] mips/cpu: Make sure play_dead() doesn't return
` [PATCH 11/22] mips/cpu: Mark play_dead() __noreturn
` [PATCH 12/22] powerpc/cpu: Mark start_secondary_resume() __noreturn
` [PATCH 13/22] sh/cpu: Make sure play_dead() doesn't return
` [PATCH 14/22] sh/cpu: Mark play_dead() __noreturn
` [PATCH 15/22] sh/cpu: Expose arch_cpu_idle_dead()'s prototype definition
` [PATCH 16/22] sparc/cpu: Mark cpu_play_dead() __noreturn
` [PATCH 17/22] x86/cpu: Make sure play_dead() doesn't return
` [PATCH 18/22] x86/cpu: Mark play_dead() __noreturn
` [PATCH 19/22] xtensa/cpu: Make sure cpu_die() doesn't return
` [PATCH 20/22] xtensa/cpu: Mark cpu_die() __noreturn
` [PATCH 21/22] sched/idle: Make sure weak version of arch_cpu_idle_dead() doesn't return
` [PATCH 22/22] sched/idle: Mark arch_cpu_idle_dead() __noreturn
  ` [PATCH v1.1 "

[PATCH] fixed a typo in core_cia.c
 2023-02-04  0:47 UTC 

[PATCH 0/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM
 2023-01-28  9:02 UTC  (10+ messages)
` [PATCH 1/3] m68k: use asm-generic/memory_model.h for both MMU and !MMU
` [PATCH 2/3] mips: drop definition of pfn_valid() for DISCONTIGMEM
` [PATCH 3/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM

[PATCH v4 0/7] Generic IPI sending tracepoint
 2023-01-20 13:19 UTC  (9+ messages)
` [PATCH v4 1/7] trace: Add trace_ipi_send_cpumask()
` [PATCH v4 2/7] sched, smp: Trace IPIs sent via send_call_function_single_ipi()
` [PATCH v4 3/7] smp: Trace IPIs sent via arch_send_call_function_ipi_mask()
` [PATCH v4 4/7] irq_work: Trace self-IPIs sent via arch_irq_work_raise()
` [PATCH v4 5/7] treewide: Trace IPIs sent via smp_send_reschedule()
` [PATCH v4 6/7] smp: reword smp call IPI comment
` [PATCH v4 7/7] sched, smp: Trace smp callback causing an IPI

[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
 2023-01-20  9:56 UTC  (32+ messages)
` [PATCH v3 16/51] cpuidle: Annotate poll_idle()
` [PATCH v3 33/51] trace: Remove trace_hardirqs_{on,off}_caller()
` [PATCH v3 34/51] trace: WARN on rcuidle
` [PATCH v3 35/51] trace,hardirq: No moar _rcuidle() tracing
` [PATCH v3 36/51] cpuidle,omap3: Use WFI for omap3_pm_idle()
` [PATCH v3 37/51] cpuidle,omap3: Push RCU-idle into omap_sram_idle()
` [PATCH v3 38/51] cpuidle,omap4: Push RCU-idle into omap4_enter_lowpower()
` [PATCH v3 39/51] arm,omap2: Use WFI for omap2_pm_idle()
` [PATCH v3 40/51] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [PATCH v3 41/51] cpuidle,clk: "
` [PATCH v3 42/51] ubsan: Fix objtool UACCESS warns
` [PATCH v3 43/51] intel_idle: Add force_irq_on module param
` [PATCH v3 44/51] entry, kasan, x86: Disallow overriding mem*() functions
` [PATCH v3 45/51] sched: Always inline __this_cpu_preempt_check()
` [PATCH v3 46/51] arm64,riscv,perf: Remove RCU_NONIDLE() usage
` [PATCH v3 47/51] cpuidle: Ensure ct_cpuidle_enter() is always called from noinstr/__cpuidle
` [PATCH v3 48/51] cpuidle, arch: Mark all ct_cpuidle_enter() callers __cpuidle
` [PATCH v3 49/51] cpuidle, arch: Mark all regular cpuidle_state::enter methods __cpuidle
` [PATCH v3 50/51] cpuidle: Comments about noinstr/__cpuidle
` [PATCH v3 51/51] context_tracking: Fix noinstr vs KASAN

[PATCH] alpha: potential dereference of null pointer
 2023-01-18 18:16 UTC  (2+ messages)

[PATCH v5 0/7] Introduce __xchg, non-atomic xchg
 2023-01-18 15:44 UTC  (8+ messages)
` [PATCH v5 1/7] arch: rename all internal names __xchg to __arch_xchg
  ` [PATCH v5 2/7] linux/include: add non-atomic version of xchg
  ` [PATCH v5 3/7] arch/*/uprobes: simplify arch_uretprobe_hijack_return_addr
  ` [PATCH v5 4/7] llist: simplify __llist_del_all
  ` [PATCH v5 5/7] io_uring: use __xchg if possible
  ` [PATCH v5 6/7] qed: "
  ` [PATCH v5 7/7] drm/i915/gt: use __xchg instead of internal helper

[PATCH v3] arch: rename all internal names __xchg to __arch_xchg
 2023-01-16 10:00 UTC  (4+ messages)
` [PATCH v4] "

[PATCH] alpha: Fix missing symbol versions for str{,n}{cat,cpy}
 2023-01-13 22:00 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).