linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH RFC cmpxchg 0/8] Provide emulation for one- and two-byte cmpxchg()
 2024-05-02 23:32 UTC  (33+ messages)
  ` [PATCH v2 cmpxchg 0/8] Provide emulation for one--byte cmpxchg()
    ` [PATCH v2 cmpxchg 01/13] sparc32: make __cmpxchg_u32() return u32
    ` [PATCH v2 cmpxchg 02/13] sparc32: make the first argument of __cmpxchg_u64() volatile u64 *
    ` [PATCH v2 cmpxchg 03/13] sparc32: unify __cmpxchg_u{32,64}
    ` [PATCH v2 cmpxchg 04/13] sparc32: add __cmpxchg_u{8,16}() and teach __cmpxchg() to handle those sizes
    ` [PATCH v2 cmpxchg 05/13] parisc: __cmpxchg_u32(): lift conversion into the callers
    ` [PATCH v2 cmpxchg 06/13] parisc: unify implementations of __cmpxchg_u{8,32,64}
    ` [PATCH v2 cmpxchg 07/13] parisc: add missing export of __cmpxchg_u8()
    ` [PATCH v2 cmpxchg 08/13] parisc: add u16 support to cmpxchg()
    ` [PATCH v2 cmpxchg 09/13] lib: Add one-byte emulation function
    ` [PATCH v2 cmpxchg 10/13] ARC: Emulate one-byte cmpxchg
    ` [PATCH v2 cmpxchg 11/13] csky: "
    ` [PATCH v2 cmpxchg 12/13] sh: "
                ` alpha cmpxchg.h (was Re: [PATCH v2 cmpxchg 12/13] sh: Emulate one-byte cmpxchg)
    ` [PATCH v2 cmpxchg 13/13] xtensa: Emulate one-byte cmpxchg

[PATCH v7 00/16] mm: jit/text allocator
 2024-05-02 23:07 UTC  (21+ messages)
` [PATCH v7 01/16] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH v7 02/16] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v7 03/16] nios2: define virtual address space for modules
` [PATCH v7 04/16] sparc: simplify module_alloc()
` [PATCH v7 05/16] module: make module_memory_{alloc,free} more self-contained
` [PATCH v7 06/16] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v7 07/16] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v7 08/16] mm/execmem, arch: convert remaining "
` [PATCH v7 09/16] riscv: extend execmem_params for generated code allocations
` [PATCH v7 10/16] arm64: extend execmem_info "
` [PATCH v7 11/16] powerpc: extend execmem_params for kprobes allocations
` [PATCH v7 12/16] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v7 13/16] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v7 14/16] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v7 15/16] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v7 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[linux-next:master] BUILD REGRESSION 9c6ecb3cb6e20c4fd7997047213ba0efcf9ada1a
 2024-05-02 20:44 UTC 

[PATCH] hexagon: Move kernel prototypes out of uapi/asm/setup.h header
 2024-05-02 17:38 UTC 

[PATCH] microblaze: Remove empty #ifndef __ASSEMBLY__ statement
 2024-05-02 17:31 UTC 

[PATCH 0/4] Annotate atomics for signed integer wrap-around
 2024-05-02 15:00 UTC  (15+ messages)
` [PATCH 1/4] locking/atomic/x86: Silence intentional wrapping addition
` [PATCH 2/4] arm64: atomics: lse: "

[PATCH memory-model 0/3] LKMM updates for v6.10
 2024-05-02 13:46 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH memory-model 1/4] Documentation/litmus-tests: Add locking tests to README
  ` [PATCH memory-model 2/4] Documentation/litmus-tests: Demonstrate unordered failing cmpxchg
  ` [PATCH memory-model 3/4] Documentation/atomic_t: Emphasize that failed atomic operations give no ordering
  ` [PATCH memory-model 4/4] Documentation/litmus-tests: Make cmpxchg() tests safe for klitmus

[PATCH v9 00/19] ACPI/arm64: add support for virtual cpu hotplug
 2024-05-02 12:10 UTC  (28+ messages)
` [PATCH v9 01/19] ACPI: processor: Simplify initial onlining to use same path for cold and hotplug
` [PATCH v9 02/19] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
` [PATCH v9 03/19] ACPI: processor: Drop duplicated check on _STA (enabled + present)
` [PATCH v9 04/19] ACPI: processor: Return an error if acpi_processor_get_info() fails in processor_add()
` [PATCH v9 05/19] ACPI: processor: Fix memory leaks in error paths of processor_add()
` [PATCH v9 06/19] ACPI: processor: Move checks and availability of acpi_processor earlier
` [PATCH v9 07/19] ACPI: processor: Add acpi_get_processor_handle() helper
` [PATCH v9 08/19] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
` [PATCH v9 09/19] ACPI: scan: switch to flags for acpi_scan_check_and_detach()
` [PATCH v9 10/19] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH v9 11/19] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH v9 12/19] arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU entry
` [PATCH v9 13/19] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH v9 14/19] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH v9 15/19] arm64: psci: Ignore DENIED CPUs
` [PATCH v9 16/19] arm64: arch_register_cpu() variant to check if an ACPI handle is now available
` [PATCH v9 17/19] arm64: Kconfig: Enable hotplug CPU on arm64 if ACPI_PROCESSOR is enabled
` [PATCH v9 18/19] arm64: document virtual CPU hotplug's expectations
` [PATCH v9 19/19] cpumask: Add enabled cpumask for present CPUs that can be brought online

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-05-01 13:58 UTC  (13+ messages)
` [RFC PATCH net-next v8 02/14] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v8 07/14] page_pool: devmem support

[linux-next:master] BUILD REGRESSION d04466706db5e241ee026f17b5f920e50dee26b5
 2024-04-30 20:14 UTC 

[PATCH v4 00/15] Unified cross-architecture kernel-mode FPU API
 2024-04-30 17:29 UTC  (5+ messages)
` [PATCH v4 12/15] drm/amd/display: Only use hard-float, not altivec on powerpc
` [PATCH v4 13/15] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT

[PATCH v8 00/16] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-30 16:37 UTC  (41+ messages)
` [PATCH v8 01/16] ACPI: processor: Simplify initial onlining to use same path for cold and hotplug
` [PATCH v8 02/16] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
` [PATCH v8 03/16] ACPI: processor: Drop duplicated check on _STA (enabled + present)
` [PATCH v8 04/16] ACPI: processor: Move checks and availability of acpi_processor earlier
` [PATCH v8 05/16] ACPI: processor: Add acpi_get_processor_handle() helper
` [PATCH v8 06/16] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
` [PATCH v8 07/16] ACPI: scan: switch to flags for acpi_scan_check_and_detach()
` [PATCH v8 08/16] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH v8 09/16] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH v8 10/16] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH v8 11/16] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH v8 12/16] arm64: psci: Ignore DENIED CPUs
` [PATCH v8 13/16] arm64: arch_register_cpu() variant to check if an ACPI handle is now available
` [PATCH v8 14/16] arm64: Kconfig: Enable hotplug CPU on arm64 if ACPI_PROCESSOR is enabled
` [PATCH v8 15/16] arm64: document virtual CPU hotplug's expectations
` [PATCH v8 16/16] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH v3 2/2] fs/xattr: add *at family syscalls
 2024-04-30 10:09 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION b0a2c79c6f3590b74742cbbc76687014d47972d8
 2024-04-29 20:20 UTC 

[PATCH v6 00/16] mm: jit/text allocator
 2024-04-28  6:55 UTC  (23+ messages)
` [PATCH v6 01/16] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH v6 02/16] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v6 03/16] nios2: define virtual address space for modules
` [PATCH v6 04/16] sparc: simplify module_alloc()
` [PATCH v6 05/16] module: make module_memory_{alloc,free} more self-contained
` [PATCH v6 06/16] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v6 07/16] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v6 08/16] mm/execmem, arch: convert remaining "
` [PATCH v6 09/16] riscv: extend execmem_params for generated code allocations
` [PATCH v6 10/16] arm64: extend execmem_info "
` [PATCH v6 11/16] powerpc: extend execmem_params for kprobes allocations
` [PATCH v6 12/16] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v6 13/16] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v6 14/16] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v6 15/16] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v6 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH v6 2/3] open: add O_CRED_ALLOW flag
 2024-04-27 11:24 UTC 

[PATCH v5 2/3] open: add O_CRED_ALLOW flag
 2024-04-27  2:12 UTC  (2+ messages)

[GIT PULL] LoongArch fixes for v6.9-rc6
 2024-04-26 18:09 UTC  (2+ messages)

[PATCH v7 00/16] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-26 12:41 UTC  (30+ messages)
` [PATCH v7 01/16] ACPI: processor: Simplify initial onlining to use same path for cold and hotplug
` [PATCH v7 02/16] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
` [PATCH v7 03/16] ACPI: processor: Drop duplicated check on _STA (enabled + present)
` [PATCH v7 05/16] ACPI: processor: Add acpi_get_processor_handle() helper
` [PATCH v7 06/16] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
` [PATCH v7 07/16] ACPI: scan: switch to flags for acpi_scan_check_and_detach()
` [PATCH v7 08/16] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH v7 11/16] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH v7 12/16] arm64: psci: Ignore DENIED CPUs

[PATCH v6 00/37] Memory allocation profiling
 2024-04-25 21:35 UTC  (7+ 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).