linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-10 16:32:36 to 2022-06-27 04:58:25 UTC [more...]

[PATCH V5 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
 2022-06-27  4:58 UTC  (19+ messages)
` [PATCH V5 01/26] mm/mmap: Build protect protection_map[] with __P000
` [PATCH V5 02/26] mm/mmap: Define DECLARE_VM_GET_PAGE_PROT
` [PATCH V5 03/26] powerpc/mm: Move protection_map[] inside the platform
` [PATCH V5 04/26] sparc/mm: "
` [PATCH V5 05/26] arm64/mm: "
` [PATCH V5 06/26] x86/mm: "
` [PATCH V5 07/26] mm/mmap: Build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V5 08/26] microblaze/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V5 09/26] loongarch/mm: "
` [PATCH V5 10/26] openrisc/mm: "
` [PATCH V5 11/26] xtensa/mm: "
` [PATCH V5 12/26] hexagon/mm: "
` [PATCH V5 13/26] parisc/mm: "
` [PATCH V5 14/26] alpha/mm: "
` [PATCH V5 15/26] nios2/mm: "
` [PATCH V5 16/26] riscv/mm: "
` [PATCH V5 17/26] csky/mm: "
` [PATCH V5 18/26] s390/mm: "

[PATCH v2 0/3] phase out CONFIG_VIRT_TO_BUS
 2022-06-26  8:36 UTC  (15+ messages)
` [PATCH v2 1/3] scsi: dpt_i2o: drop stale VIRT_TO_BUS dependency
  ` [PATCH v2 2/3] scsi: BusLogic remove bus_to_virt
  ` [PATCH v2 3/3] arch/*/: remove CONFIG_VIRT_TO_BUS

[PATCH V4 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
 2022-06-25  4:04 UTC  (47+ messages)
` [PATCH V4 01/26] mm/mmap: Build protect protection_map[] with __P000
` [PATCH V4 02/26] mm/mmap: Define DECLARE_VM_GET_PAGE_PROT
` [PATCH V4 03/26] powerpc/mm: Move protection_map[] inside the platform
` [PATCH V4 04/26] sparc/mm: "
` [PATCH V4 05/26] arm64/mm: "
` [PATCH V4 06/26] x86/mm: "
` [PATCH V4 07/26] mm/mmap: Build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V4 08/26] microblaze/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V4 09/26] loongarch/mm: "
` [PATCH V4 10/26] openrisc/mm: "
` [PATCH V4 11/26] extensa/mm: "
` [PATCH V4 12/26] hexagon/mm: "
` [PATCH V4 13/26] parisc/mm: "
` [PATCH V4 14/26] alpha/mm: "
` [PATCH V4 15/26] nios2/mm: "
` [PATCH V4 16/26] riscv/mm: "
` [PATCH V4 17/26] csky/mm: "
` [PATCH V4 18/26] s390/mm: "
` [PATCH V4 19/26] ia64/mm: "
` [PATCH V4 20/26] mips/mm: "
` [PATCH V4 21/26] m68k/mm: "
` [PATCH V4 22/26] arc/mm: "
` [PATCH V4 23/26] arm/mm: "
` [PATCH V4 24/26] um/mm: "
` [PATCH V4 25/26] sh/mm: "
` [PATCH V4 26/26] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT

[PATCH v3 0/3] phase out CONFIG_VIRT_TO_BUS
 2022-06-24 17:08 UTC  (6+ messages)
` [PATCH v3 1/3] scsi: BusLogic remove bus_to_virt
  ` [PATCH v3 2/3] scsi: dpt_i2o: remove obsolete driver
  ` [PATCH v3 3/3] arch/*/: remove CONFIG_VIRT_TO_BUS

[PATCH v5 0/9] bitops: let optimize out non-atomic bitops on compile-time constants
 2022-06-24 12:51 UTC  (11+ messages)
` [PATCH v5 1/9] ia64, processor: fix -Wincompatible-pointer-types in ia64_get_irr()
` [PATCH v5 2/9] bitops: always define asm-generic non-atomic bitops
` [PATCH v5 3/9] bitops: unify non-atomic bitops prototypes across architectures
` [PATCH v5 4/9] bitops: define const_*() versions of the non-atomics
` [PATCH v5 5/9] bitops: wrap non-atomic bitops with a transparent macro
` [PATCH v5 6/9] bitops: let optimize out non-atomic bitops on compile-time constants
` [PATCH v5 7/9] net/ice: fix initializing the bitmap in the switch code
` [PATCH v5 8/9] bitmap: don't assume compiler evaluates small mem*() builtins calls
` [PATCH v5 9/9] lib: test_bitmap: add compile-time optimization/evaluations assertions

[PATCH v4 0/8] bitops: let optimize out non-atomic bitops on compile-time constants
 2022-06-22 16:04 UTC  (13+ messages)
` [PATCH v4 1/8] ia64, processor: fix -Wincompatible-pointer-types in ia64_get_irr()
` [PATCH v4 2/8] bitops: always define asm-generic non-atomic bitops
` [PATCH v4 3/8] bitops: unify non-atomic bitops prototypes across architectures
` [PATCH v4 4/8] bitops: define const_*() versions of the non-atomics
` [PATCH v4 5/8] bitops: wrap non-atomic bitops with a transparent macro
` [PATCH v4 6/8] bitops: let optimize out non-atomic bitops on compile-time constants
` [PATCH v4 7/8] bitmap: don't assume compiler evaluates small mem*() builtins calls
` [PATCH v4 8/8] lib: test_bitmap: add compile-time optimization/evaluations assertions

[PATCH] alpha: irq_i8259: drop unexpected word 'and' in the comments
 2022-06-22 14:28 UTC  (3+ messages)
    ` 回复:[PATCH] "

[PATCH v3 0/7] bitops: let optimize out non-atomic bitops on compile-time constants
 2022-06-21 18:51 UTC  (29+ messages)
  ` [PATCH v3 1/7] ia64, processor: fix -Wincompatible-pointer-types in ia64_get_irr()
  ` [PATCH v3 2/7] bitops: always define asm-generic non-atomic bitops
  ` [PATCH v3 3/7] bitops: unify non-atomic bitops prototypes across architectures
  ` [PATCH v3 4/7] bitops: define const_*() versions of the non-atomics
  ` [PATCH v3 5/7] bitops: wrap non-atomic bitops with a transparent macro
  ` [PATCH v3 6/7] bitops: let optimize out non-atomic bitops on compile-time constants
  ` [PATCH v3 7/7] lib: test_bitmap: add compile-time optimization/evaluations assertions
  ` [alobakin:bitops 3/7] block/elevator.c:222:9: sparse: sparse: cast from restricted req_flags_t

[PATCH] alpha: Add some spaces to ensure format specification
 2022-06-21  8:15 UTC 

[PATCH -next] mm: Fix warning comparing pointer to 0
 2022-06-21  3:49 UTC 

[PATCH v2] Implement close-on-fork
 2022-06-19 10:42 UTC  (4+ messages)

[PATCH 00/36] cpuidle,rcu: Cleanup the mess
 2022-06-16 21:26 UTC  (53+ messages)
` [PATCH 04/36] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE
` [PATCH 10/36] cpuidle,omap3: Push RCU-idle into driver
` [PATCH 12/36] cpuidle,omap2: "
` [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 20/36] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [PATCH 21/36] x86/tdx: Remove TDX_HCALL_ISSUE_STI
` [PATCH 23/36] arm64,smp: Remove trace_.*_rcuidle() usage
` [PATCH 24/36] printk: "
` [PATCH 25/36] time/tick-broadcast: Remove RCU_NONIDLE usage
` [PATCH 29/36] cpuidle,xenpv: Make more PARAVIRT_XXL noinstr clean
  ` [PATCH 29/36] cpuidle, xenpv: "
    ` [Pv-drivers] "
` [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 v2 0/6] bitops: let optimize out non-atomic bitops on compile-time constants
 2022-06-15 15:52 UTC  (26+ 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 4/6] bitops: define const_*() versions of the non-atomics
` [PATCH v2 6/6] bitops: let optimize out non-atomic bitops on compile-time constants

[PATCH 00/30] The panic notifiers refactor
 2022-06-15  9:36 UTC  (6+ messages)
` [PATCH 24/30] panic: Refactor the panic path


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