linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-21 16:37:52 to 2024-03-28 13:33:03 UTC [more...]

[PATCH v2 0/3] arch: Remove fbdev dependency from video helpers
 2024-03-28 13:33 UTC  (15+ messages)
` [PATCH v2 1/3] arch: Select fbdev helpers with CONFIG_VIDEO
` [PATCH v2 2/3] arch: Remove struct fb_info from video helpers
` [PATCH v2 3/3] arch: Rename fbdev header and source files

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-03-28  7:31 UTC  (18+ messages)
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers

[WIP 0/3] Memory model and atomic API in Rust
 2024-03-27 23:35 UTC  (64+ messages)
` [WIP 1/3] rust: Introduce atomic module
` [WIP 2/3] rust: atomic: Add ARM64 fetch_add_relaxed()
` [WIP 3/3] rust: atomic: Add fetch_sub_release()

[PATCH v3 00/14] Unified cross-architecture kernel-mode FPU API
 2024-03-27 22:08 UTC  (17+ messages)
` [PATCH v3 01/14] arch: Add ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v3 02/14] ARM: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v3 03/14] ARM: crypto: Use CC_FLAGS_FPU for NEON CFLAGS
` [PATCH v3 04/14] arm64: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v3 05/14] arm64: crypto: Use CC_FLAGS_FPU for NEON CFLAGS
` [PATCH v3 06/14] lib/raid6: "
` [PATCH v3 07/14] LoongArch: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v3 08/14] powerpc: "
` [PATCH v3 09/14] x86: "
` [PATCH v3 10/14] riscv: Add support for kernel-mode FPU
` [PATCH v3 11/14] drm/amd/display: Only use hard-float, not altivec on powerpc
` [PATCH v3 12/14] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v3 13/14] selftests/fpu: Move FP code to a separate translation unit
` [PATCH v3 14/14] selftests/fpu: Allow building on other architectures

[PATCH v2 00/14] Add support for suppressing warning backtraces
 2024-03-27 19:39 UTC  (22+ messages)
` [PATCH v2 01/14] bug/kunit: Core "
` [PATCH v2 02/14] kunit: bug: Count suppressed "
` [PATCH v2 03/14] kunit: Add test cases for backtrace warning suppression
` [PATCH v2 04/14] kunit: Add documentation for warning backtrace suppression API
` [PATCH v2 05/14] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v2 06/14] net: kunit: Suppress lock warning noise at end of dev_addr_lists tests
` [PATCH v2 07/14] x86: Add support for suppressing warning backtraces
` [PATCH v2 08/14] arm64: "
` [PATCH v2 09/14] loongarch: "
` [PATCH v2 10/14] parisc: "
` [PATCH v2 11/14] s390: "
` [PATCH v2 12/14] sh: "
` [PATCH v2 13/14] riscv: "
` [PATCH v2 14/14] powerpc: "

[linux-next:master] BUILD REGRESSION 26074e1be23143b2388cacb36166766c235feb7c
 2024-03-27 15:32 UTC 

[RFC PATCH net-next v7 00/14] Device Memory TCP
 2024-03-27  8:26 UTC  (18+ messages)
` [RFC PATCH net-next v7 01/14] queue_api: define queue api
` [RFC PATCH net-next v7 02/14] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v7 03/14] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH net-next v7 04/14] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v7 05/14] netdev: netdevice devmem allocator
` [RFC PATCH net-next v7 06/14] page_pool: convert to use netmem
` [RFC PATCH net-next v7 07/14] page_pool: devmem support
` [RFC PATCH net-next v7 08/14] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v7 09/14] net: support non paged skb frags
` [RFC PATCH net-next v7 10/14] net: add support for skbs with unreadable frags
` [RFC PATCH net-next v7 11/14] tcp: RX path for devmem TCP
` [RFC PATCH net-next v7 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [RFC PATCH net-next v7 13/14] net: add devmem TCP documentation
` [RFC PATCH net-next v7 14/14] selftests: add ncdevmem, netcat for devmem TCP

[PATCH v6 00/37] Memory allocation profiling
 2024-03-27  5:30 UTC  (45+ messages)
` [PATCH v6 05/37] fs: Convert alloc_inode_sb() to a macro
` [PATCH v6 14/37] lib: introduce support for page allocation tagging
` [PATCH v6 19/37] mm: create new codetag references during page splitting
` [PATCH v6 20/37] mm: fix non-compound multi-order memory accounting in __free_pages
` [PATCH v6 21/37] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v6 22/37] lib: add codetag reference into slabobj_ext
` [PATCH v6 23/37] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v6 24/37] rust: Add a rust helper for krealloc()
` [PATCH v6 25/37] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v6 26/37] mempool: Hook up to memory allocation profiling
` [PATCH v6 27/37] mm: percpu: Introduce pcpuobj_ext
` [PATCH v6 28/37] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v6 29/37] mm: percpu: enable per-cpu allocation tagging
` [PATCH v6 30/37] mm: vmalloc: Enable memory allocation profiling
` [PATCH v6 31/37] rhashtable: Plumb through alloc tag
` [PATCH v6 32/37] lib: add memory allocations report in show_mem()
` [PATCH v6 33/37] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v6 34/37] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v6 35/37] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v6 36/37] MAINTAINERS: Add entries for code tagging and memory allocation profiling
` [PATCH v6 37/37] memprofiling: Documentation

[PATCH v7] posix-timers: add clock_compare system call
 2024-03-24 11:04 UTC  (4+ messages)

[PATCH] export.h: remove include/asm-generic/export.h
 2024-03-23  9:06 UTC 

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-03-22 18:53 UTC  (4+ messages)
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()

[GIT PULL] LoongArch changes for v6.9
 2024-03-22 17:58 UTC  (2+ messages)

[PATCH v3 1/1] x86: Rename __{start,end}_init_task to __{start,end}_init_stack
 2024-03-22  8:16 UTC 

[PATCH v2 1/1] x86: Rename __{start,end}_init_task to __{start,end}_init_stack
 2024-03-22  4:59 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).