Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-30 14:26:10 to 2024-05-08 17:02:09 UTC [more...]

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-05-08 17:02 UTC  (41+ 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
` [RFC PATCH net-next v8 13/14] net: add devmem TCP documentation

[PATCH] tools/memory-model: Add atomic_and()/or()/xor() and add_negative
 2024-05-08 15:28 UTC  (2+ messages)

[arnd-asm-generic:asm-generic] BUILD SUCCESS 02af68767d27aa66c95ef0850545a9616c5e847e
 2024-05-08 13:52 UTC 

[PATCH v9 00/19] ACPI/arm64: add support for virtual cpu hotplug
 2024-05-08  8:44 UTC  (32+ messages)
` [PATCH v9 01/19] ACPI: processor: Simplify initial onlining to use same path for cold and hotplug
` [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

[linux-next:master] BUILD REGRESSION 93a39e4766083050ca0ecd6a3548093a3b9eb60c
 2024-05-08  5:07 UTC 

[PATCH] mm/memblock: discard .text/.data if CONFIG_ARCH_KEEP_MEMBLOCK not set
 2024-05-08  3:06 UTC  (6+ messages)

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

[PATCH] bug: Improve comment
 2024-05-07 12:22 UTC  (3+ messages)

[PATCH] LoongArch: Fix callchain parse error with kernel tracepoint events again
 2024-05-07  6:44 UTC 

[arnd-asm-generic:alpha-cleanup-6.9] BUILD SUCCESS a4184174be36369c3af8d937e165f28a43ef1e02
 2024-05-07  1:56 UTC 

[arnd-asm-generic:asm-generic] BUILD SUCCESS 02d947bc83a277c2e5d6f4d9d1b0281e3fbcb817
 2024-05-06 22:32 UTC 

[linux-next:master] BUILD REGRESSION 2b84edefcad14934796fad37b16512b6a2ca467e
 2024-05-06 20:26 UTC 

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

[PATCH 0/3] kbuild: remove many tool coverage variables
 2024-05-06 13:35 UTC  (4+ messages)
` [PATCH 1/3] kbuild: provide reasonable defaults for tool coverage
` [PATCH 2/3] Makefile: remove redundant tool coverage variables
` [PATCH 3/3] kbuild: use GCOV_PROFILE and KCSAN_SANITIZE in scripts/Makefile.modfinal

[arnd-asm-generic:asm-generic] BUILD SUCCESS 8823fff36eb50cd8df61add9572562fc92c72ada
 2024-05-04 21:14 UTC 

[arnd-asm-generic:alpha-cleanup-6.9] BUILD SUCCESS 299ec46d5e834b2205f1f4238e504380b4eb617b
 2024-05-04 21:14 UTC 

Fix for vmware installer failure to build vmmon and vmnet kernel modules
 2024-05-04 10:13 UTC 

[linux-next:master] BUILD REGRESSION 9221b2819b8a4196eecf5476d66201be60fbcf29
 2024-05-03 20:11 UTC 

[PATCH] asm-generic: remove unused asm-generic/page.h
 2024-05-03 15:41 UTC 

[PATCH v3 0/3] arch: Remove fbdev dependency from video helpers
 2024-05-03 15:32 UTC  (4+ messages)

[PATCH] bitops: Change function return types from long to int
 2024-05-03 15:05 UTC  (7+ messages)

[PATCH v7 00/16] mm: jit/text allocator
 2024-05-03 10:40 UTC  (7+ messages)

[linux-next:master] BUILD REGRESSION 9c6ecb3cb6e20c4fd7997047213ba0efcf9ada1a
 2024-05-03  7:53 UTC  (5+ messages)

[PATCH RFC cmpxchg 0/8] Provide emulation for one- and two-byte cmpxchg()
 2024-05-03  0:16 UTC  (35+ 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] 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 1/4] locking/atomic/x86: Silence intentional wrapping addition
 2024-05-02 15:00 UTC  (7+ messages)
` [PATCH 0/4] Annotate atomics for signed integer wrap-around
  ` [PATCH 2/4] arm64: atomics: lse: Silence intentional wrapping addition

[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  (3+ messages)
` [PATCH v8 09/16] arm64: acpi: Move get_cpu_for_acpi_id() to a header


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