Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-05 02:24:27 to 2023-12-11 13:21:34 UTC [more...]

[PATCH 00/21] Initial cleanups for vCPU hotplug
 2023-12-11 13:21 UTC  (5+ messages)
` [PATCH 12/21] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH 13/21] arm64: convert to arch_cpu_is_hotpluggable()

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

[net-next v1 00/16] Device Memory TCP
 2023-12-11 11:51 UTC  (45+ messages)
` [net-next v1 01/16] net: page_pool: factor out releasing DMA from releasing the page
` [net-next v1 02/16] net: page_pool: create hooks for custom page providers
` [net-next v1 03/16] queue_api: define queue api
` [net-next v1 04/16] gve: implement "
` [net-next v1 05/16] net: netdev netlink api to bind dma-buf to a net device
` [net-next v1 06/16] netdev: support binding dma-buf to netdevice
` [net-next v1 07/16] netdev: netdevice devmem allocator
` [net-next v1 08/16] memory-provider: dmabuf devmem memory provider
` [net-next v1 09/16] page_pool: device memory support
` [net-next v1 10/16] page_pool: don't release iov on elevanted refcount
` [net-next v1 11/16] net: support non paged skb frags
` [net-next v1 12/16] net: add support for skbs with unreadable frags
` [net-next v1 13/16] tcp: RX path for devmem TCP
` [net-next v1 14/16] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [net-next v1 15/16] net: add devmem TCP documentation
` [net-next v1 16/16] selftests: add ncdevmem, netcat for devmem TCP

[PATCH v2 00/11] mempolicy2, mbind2, and weighted interleave
 2023-12-11  5:53 UTC  (17+ messages)
` [PATCH v2 01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface
` [PATCH v2 02/11] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
` [PATCH v2 03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse
` [PATCH v2 04/11] mm/mempolicy: create struct mempolicy_args for creating new mempolicies
` [PATCH v2 05/11] mm/mempolicy: refactor kernel_get_mempolicy for code re-use
` [PATCH v2 06/11] mm/mempolicy: allow home_node to be set by mpol_new
` [PATCH v2 07/11] mm/mempolicy: add userland mempolicy arg structure
` [PATCH v2 08/11] mm/mempolicy: add set_mempolicy2 syscall
` [PATCH v2 09/11] mm/mempolicy: add get_mempolicy2 syscall
` [PATCH v2 10/11] mm/mempolicy: add the mbind2 syscall
` [PATCH v2 11/11] mm/mempolicy: extend set_mempolicy2 and mbind2 to support weighted interleave

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-12-10 14:22 UTC  (15+ messages)
` [PATCH v7 21/39] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v7 22/39] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v7 23/39] arm64/mm: Implement map_shadow_stack()
` [PATCH v7 24/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v7 25/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v7 26/39] arm64/ptrace: Expose GCS via ptrace and core files

[GIT PULL] LoongArch fixes for v6.7-rc5
 2023-12-09 20:34 UTC  (2+ messages)

[PATCH] ELF: supply userspace with available page shifts (AT_PAGE_SHIFT_LIST)
 2023-12-09  9:44 UTC  (15+ messages)
  ` [PATCH v2] ELF: supply userspace with available page shifts (AT_PAGE_SHIFT_MASK)
    ` [PATCH v3] ELF: AT_PAGE_SHIFT_MASK -- supply userspace with available page shifts

[PATCH v3 1/6] kunit: move KUNIT_TABLE out of INIT_DATA
 2023-12-09  7:57 UTC  (12+ messages)
` [PATCH v3 2/6] kunit: add KUNIT_INIT_TABLE to init linker section
` [PATCH v3 3/6] kunit: add example suite to test init suites
` [PATCH v3 4/6] kunit: add is_init test attribute
` [PATCH v3 5/6] kunit: add ability to run tests after boot using debugfs
` [PATCH v3 6/6] Documentation: Add debugfs docs with run after boot

[PATCH v2 0/2] x86/bpf: Fix FineIBT vs eBPF
 2023-12-09  4:51 UTC  (32+ messages)
` [PATCH v2 2/2] x86/cfi,bpf: Fix BPF JIT call

[RFC PATCH v3 00/12] Device Memory TCP
 2023-12-08 20:28 UTC  (17+ messages)
` [RFC PATCH v3 10/12] tcp: RX path for devmem TCP

[RFC][PATCH] fix csum_and_copy_..._user() idiocy. Re: AW: [PATCH] amd64: Fix csum_partial_copy_generic()
 2023-12-08 18:35 UTC  (18+ messages)
                  ` [RFC][PATCHES v2] checksum stuff
                    ` [PATCH v2 01/18] make net/checksum.h self-contained
                      ` [PATCH v2 1/9] reiserfs: Avoid touching renamed directory if parent does not change
                      ` [PATCH v2 03/18] make net/checksum.h the sole user of asm/checksum.h
                      ` [PATCH v2 3/9] udf_rename(): only access the child content on cross-directory rename
                      ` [PATCH v2 4/9] ext2: Avoid reading renamed directory if parent does not change
                      ` [PATCH v2 12/18] x86: merge ip_fast_csum() for 32bit and 64bit
                      ` [PATCH v2 14/18] amd64: saner handling of odd address in csum_partial()

[PATCH 0/2] riscv: Enable percpu page first chunk allocator
 2023-12-08  7:17 UTC  (5+ messages)

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-12-08  5:29 UTC  (13+ messages)
  ` [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
  ` [PATCH RFC v2 15/27] arm64: mte: Check that tag storage blocks are in the same zone
  ` [PATCH RFC v2 16/27] arm64: mte: Manage tag storage on page allocation

[RFC PATCH 00/11] mempolicy2, mbind2, and weighted interleave
 2023-12-08  0:11 UTC  (19+ messages)
` [RFC PATCH 01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface
` [RFC PATCH 02/11] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
` [RFC PATCH 03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse
` [RFC PATCH 04/11] mm/mempolicy: create struct mempolicy_args for creating new mempolicies
` [RFC PATCH 05/11] mm/mempolicy: refactor kernel_get_mempolicy for code re-use
` [RFC PATCH 06/11] mm/mempolicy: allow home_node to be set by mpol_new
` [RFC PATCH 07/11] mm/mempolicy: add userland mempolicy arg structure
` [RFC PATCH 08/11] mm/mempolicy: add set_mempolicy2 syscall
` [RFC PATCH 09/11] mm/mempolicy: add get_mempolicy2 syscall
` [RFC PATCH 10/11] mm/mempolicy: add the mbind2 syscall
` [RFC PATCH 11/11] mm/mempolicy: extend set_mempolicy2 and mbind2 to support weighted interleave

[PATCH 0/3] arch/x86: Remove unnecessary dependencies on bootparam.h
 2023-12-07 15:38 UTC  (7+ messages)
` [PATCH 1/3] arch/x86: Move struct pci_setup_rom into pci_setup.h
` [PATCH 2/3] arch/x86: Add <asm/ima-efi.h> for arch_ima_efi_boot_mode
` [PATCH 3/3] arch/x86: Do not include <asm/bootparam.h> in several header files

[arnd-asm-generic:master] BUILD SUCCESS d6e81532b10d8deb2bc30f7b44f09534876893e3
 2023-12-06 13:39 UTC 

[PATCH rdma-next 0/2] Add and use memcpy_toio_64()
 2023-12-06 12:59 UTC  (14+ messages)
` [PATCH rdma-next 1/2] arm64/io: add memcpy_toio_64

[PATCH v4 0/5] Regather scattered PCI-Code
 2023-12-05 15:36 UTC  (6+ messages)
` [PATCH v4 1/5] lib/pci_iomap.c: fix cleanup bugs in pci_iounmap()
` [PATCH v4 2/5] lib: move pci_iomap.c to drivers/pci/
` [PATCH v4 3/5] lib: move pci-specific devres code "
` [PATCH v4 4/5] pci: move devres code from pci.c to devres.c
` [PATCH v4 5/5] lib, pci: unify generic pci_iounmap()

[PATCH v3] arm64: irq: set the correct node for VMAP stack
 2023-12-05 15:16 UTC  (3+ messages)
` [PATCH v4] "

[arnd-asm-generic:asm-generic] BUILD SUCCESS e183130c9a87cc57c73ecc9c251e10d07b658530
 2023-12-05 14:49 UTC 

[arnd-asm-generic:mips-prototypes 12/20] ld.lld: error: undefined symbol: octeon_cache_init
 2023-12-05 14:49 UTC 

[PATCH v3 5/5] lib, pci: unify generic pci_iounmap()
 2023-12-05 14:43 UTC  (4+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).