Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-12 20:17:03 to 2023-12-19 18:03:22 UTC [more...]

[PATCH 0/4] riscv: support fast gup
 2023-12-19 17:50 UTC 

[PATCH v2 0/3] arch/x86: Remove unnecessary dependencies on bootparam.h
 2023-12-19 11:38 UTC  (6+ messages)
` [PATCH v2 1/3] arch/x86: Move UAPI setup structures into setup_data.h
` [PATCH v2 2/3] arch/x86: Add <asm/ima-efi.h> for arch_ima_efi_boot_mode
` [PATCH v2 3/3] arch/x86: Do not include <asm/bootparam.h> in several header files

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2023-12-18 20:35 UTC  (60+ messages)
` [PATCH RFC v3 01/21] ACPI: Only enumerate enabled (or functional) devices
` [PATCH RFC v3 02/21] ACPI: processor: Add support for processors described as container packages
` [PATCH RFC v3 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH RFC v3 04/21] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH RFC v3 05/21] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [PATCH RFC v3 06/21] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [PATCH RFC v3 07/21] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH RFC v3 08/21] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH RFC v3 09/21] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()
` [PATCH RFC v3 10/21] ACPI: Check _STA present bit before making CPUs not present
` [PATCH RFC v3 11/21] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH RFC v3 12/21] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH RFC v3 13/21] ACPICA: Add new MADT GICC flags fields
` [PATCH RFC v3 14/21] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v3 15/21] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH RFC v3 16/21] arm64: psci: Ignore DENIED CPUs
` [PATCH RFC v3 17/21] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH RFC v3 18/21] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected
` [PATCH RFC v3 19/21] arm64: document virtual CPU hotplug's expectations
` [PATCH RFC v3 20/21] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [PATCH RFC v3 21/21] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-12-18 10:59 UTC  (14+ messages)
` [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory

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

[PATCH] ring-buffer: Remove 32bit timestamp logic
 2023-12-17 17:40 UTC  (8+ messages)

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-12-17  2:18 UTC  (23+ messages)
` [PATCH v7 02/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v7 20/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v7 34/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v7 36/39] selftests/arm64: Add GCS signal tests
` [PATCH v7 37/39] kselftest/arm64: Add a GCS stress test

[linux-next:master] BUILD REGRESSION 17cb8a20bde66a520a2ca7aad1063e1ce7382240
 2023-12-16  5:17 UTC 

[PATCH v3 0/7] x86/cfi,bpf: Fix CFI vs eBPF
 2023-12-16  0:53 UTC  (10+ messages)
` [PATCH v3 1/7] cfi: Flip headers
` [PATCH v3 2/7] x86/cfi,bpf: Fix BPF JIT call
` [PATCH v3 3/7] x86/cfi,bpf: Fix bpf_callback_t CFI
` [PATCH v3 4/7] x86/cfi,bpf: Fix bpf_struct_ops CFI
` [PATCH v3 5/7] cfi: Add CFI_NOSEAL()
` [PATCH v3 6/7] bpf: Fix dtor CFI
` [PATCH v3 7/7] x86/cfi,bpf: Fix bpf_exception_cb() signature

[PATCH v12 0/5] riscv: Add fine-tuned checksum functions
 2023-12-15 17:27 UTC  (9+ messages)
` [PATCH v12 1/5] asm-generic: Improve csum_fold
` [PATCH v12 2/5] riscv: Add static key for misaligned accesses
` [PATCH v12 3/5] riscv: Add checksum header
` [PATCH v12 4/5] riscv: Add checksum library
` [PATCH v12 5/5] kunit: Add tests for csum_ipv6_magic and ip_fast_csum

[PATCH 0/3] arch/x86: Remove unnecessary dependencies on bootparam.h
 2023-12-15 12:16 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 v3] ring-buffer: Remove 32bit timestamp logic
 2023-12-14 20:47 UTC  (7+ messages)

[net-next v1 00/16] Device Memory TCP
 2023-12-14 20:03 UTC  (36+ messages)
` [net-next v1 03/16] queue_api: define queue api
` [net-next v1 05/16] net: netdev netlink api to bind dma-buf to a net device
` [net-next v1 08/16] memory-provider: dmabuf devmem memory provider
` [net-next v1 09/16] page_pool: device memory support

[PATCH v2 0/2] riscv: Enable percpu page first chunk allocator
 2023-12-14  8:40 UTC  (5+ messages)
` [PATCH v2 1/2] mm: Introduce flush_cache_vmap_early()
` [PATCH v2 2/2] riscv: Enable pcpu page first chunk allocator

[linux-next:master] BUILD REGRESSION 48e8992e33abf054bcc0bb2e77b2d43bb899212e
 2023-12-14  5:49 UTC 

[RFC PATCH 00/12] Unified cross-architecture kernel-mode FPU API
 2023-12-14  4:45 UTC  (10+ messages)
` [RFC PATCH 04/12] arm64: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [RFC PATCH 06/12] LoongArch: "
` [RFC PATCH 10/12] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT

[PATCH v2] ring-buffer: Remove 32bit timestamp logic
 2023-12-14  4:29 UTC 

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

[RFC/RFT,V2] CFI: Add support for gcc CFI in aarch64
 2023-12-13 19:35 UTC  (6+ messages)

Further cleanups for pci_iounmap() and lib/iomap.c discussion
 2023-12-13 12:59 UTC 

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

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

[PATCH] asm-generic/io.h: fix grammar typos
 2023-12-13  4:30 UTC 

[PATCH v2 00/11] mempolicy2, mbind2, and weighted interleave
 2023-12-13  2:44 UTC  (6+ messages)

[PATCH] ELF: supply userspace with available page shifts (AT_PAGE_SHIFT_LIST)
 2023-12-12 21:09 UTC  (5+ 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

[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
 2023-12-12 20:16 UTC  (6+ 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).