Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-24 15:16:35 to 2023-11-07 00:00:53 UTC [more...]

PSA: this list has been migrated (no action required)
 2023-11-07  0:00 UTC 

[RFC PATCH v3 00/12] Device Memory TCP
 2023-11-06 23:55 UTC  (34+ messages)
` [RFC PATCH v3 01/12] net: page_pool: factor out releasing DMA from releasing the page
` [RFC PATCH v3 02/12] net: page_pool: create hooks for custom page providers
` [RFC PATCH v3 03/12] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH v3 04/12] netdev: support binding dma-buf to netdevice
` [RFC PATCH v3 05/12] netdev: netdevice devmem allocator
` [RFC PATCH v3 06/12] memory-provider: dmabuf devmem memory provider
` [RFC PATCH v3 07/12] page-pool: device memory support
` [RFC PATCH v3 08/12] net: support non paged skb frags
` [RFC PATCH v3 09/12] net: add support for skbs with unreadable frags
` [RFC PATCH v3 10/12] tcp: RX path for devmem TCP
` [RFC PATCH v3 11/12] net: add SO_DEVMEM_DONTNEED setsockopt to release RX pages
` [RFC PATCH v3 12/12] selftests: add ncdevmem, netcat for devmem TCP

[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
 2023-11-06 20:42 UTC  (2+ messages)

[PATCH v4 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V
 2023-11-06 11:51 UTC  (2+ messages)

[ANNOUNCE] "Fast Kernel Headers" Tree -v2
 2023-11-04  9:07 UTC  (7+ messages)
` [TREE] "Fast Kernel Headers" Tree -v3

Słowa kluczowe do wypozycjonowania
 2023-10-30  8:30 UTC 

[GIT PULL] asm-generic updates for v6.7
 2023-11-03 17:40 UTC  (7+ messages)

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-11-03 14:37 UTC  (14+ messages)
` [RFC PATCH v2 15/35] ACPI: processor: Add support for processors described as container packages
` [RFC PATCH v2 22/35] ACPI: Check _STA present bit before making CPUs not present

Sharing page tables across processes (mshare)
 2023-11-02 20:25 UTC  (7+ messages)

[PATCH v9 0/5] riscv: Add fine-tuned checksum functions
 2023-11-02 10:21 UTC  (13+ messages)
` [PATCH v9 1/5] asm-generic: Improve csum_fold
` [PATCH v9 2/5] riscv: Add static key for misaligned accesses
` [PATCH v9 3/5] riscv: Checksum header
` [PATCH v9 4/5] riscv: Add checksum library
` [PATCH v9 5/5] riscv: Test checksum functions

[PATCH v10 0/5] riscv: Add fine-tuned checksum functions
 2023-11-01 22:48 UTC  (6+ messages)
` [PATCH v10 1/5] asm-generic: Improve csum_fold
` [PATCH v10 2/5] riscv: Add static key for misaligned accesses
` [PATCH v10 3/5] riscv: Checksum header
` [PATCH v10 4/5] riscv: Add checksum library
` [PATCH v10 5/5] kunit: Add tests for csum_ipv6_magic and ip_fast_csum

[PATCH v3 0/1] Introduce CONFIG_DEBUG_INFO_IKCONFIG
 2023-11-01 19:12 UTC  (4+ messages)
` [PATCH v3 1/1] kernel/config: "

Overhead of io{read,write}{8,16,32,64} on x86
 2023-11-01 11:55 UTC  (4+ messages)

[PATCH v8 0/5] riscv: Add fine-tuned checksum functions
 2023-10-31 22:59 UTC  (13+ messages)
` [PATCH v8 1/5] asm-generic: Improve csum_fold
` [PATCH v8 2/5] riscv: Add static key for misaligned accesses
` [PATCH v8 3/5] riscv: Checksum header
` [PATCH v8 4/5] riscv: Add checksum library
` [PATCH v8 5/5] riscv: Test checksum functions

[PATCH RT 0/3] riscv: add PREEMPT_RT support
 2023-10-31 15:34 UTC  (6+ messages)

ia64 maintainership (resend)
 2023-10-30 18:54 UTC  (2+ messages)

[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
 2023-10-30 17:51 UTC  (47+ messages)
` [PATCH 03/39] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
` [PATCH 04/39] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
` [PATCH 05/39] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH 06/39] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [PATCH 07/39] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [PATCH 08/39] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH 09/39] drivers: base: remove unnecessary call to register_cpu_under_node()
` [PATCH 10/39] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [PATCH 11/39] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH 12/39] ia64/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH 13/39] x86: intel_epb: Don't rely on link order
` [PATCH 14/39] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH 15/39] LoongArch: "
` [PATCH 16/39] riscv: "
` [PATCH 17/39] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [PATCH 18/39] ACPI: Only enumerate enabled (or functional) devices
` [PATCH 19/39] ACPI: processor: Add support for processors described as container packages
` [PATCH 20/39] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH 21/39] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH 22/39] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [PATCH 23/39] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH 24/39] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [PATCH 25/39] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH 26/39] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH 27/39] ACPI: Check _STA present bit before making CPUs not present
` [PATCH 28/39] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH 29/39] LoongArch: Use the __weak version of arch_unregister_cpu()
` [PATCH 30/39] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH 31/39] ACPICA: Add new MADT GICC flags fields
` [PATCH 32/39] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH 33/39] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH 34/39] arm64: psci: Ignore DENIED CPUs
` [PATCH 35/39] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH 36/39] arm64: document virtual CPU hotplug's expectations
` [PATCH 37/39] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [PATCH 38/39] cpumask: Add enabled cpumask for present CPUs that can be brought online
` [PATCH 39/39] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected

[RFC] rust: types: Add read_once and write_once
 2023-10-30 16:36 UTC  (14+ messages)

[PATCH] LoongArch: Support PREEMPT_DYNAMIC with static keys
 2023-10-30 15:08 UTC 

[PATCH v6 0/4] riscv: tlb flush improvements
 2023-10-30 14:01 UTC  (6+ messages)
` [PATCH v6 1/4] riscv: Improve tlb_flush()
` [PATCH v6 2/4] riscv: Improve flush_tlb_range() for hugetlb pages
` [PATCH v6 3/4] riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
` [PATCH v6 4/4] riscv: Improve flush_tlb_kernel_range()

[PATCH v5 0/4] riscv: tlb flush improvements
 2023-10-29 20:17 UTC  (8+ messages)
` [PATCH v5 2/4] riscv: Improve flush_tlb_range() for hugetlb pages
` [PATCH v5 3/4] riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
` [PATCH v5 4/4] riscv: Improve flush_tlb_kernel_range()

[PATCH v2 00/39] Memory allocation profiling
 2023-10-28 17:21 UTC  (13+ messages)
` [PATCH v2 06/39] mm: enumerate all gfp flags
` [PATCH v2 28/39] timekeeping: Fix a circular include dependency

[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-10-27 11:04 UTC  (14+ messages)

[PATCH v5 0/4] arch/*/io.h: remove ioremap_uc in some architectures
 2023-10-26 23:18 UTC  (3+ messages)

[PATCH v2 0/1] Introduce CONFIG_DEBUG_INFO_IKCONFIG
 2023-10-26 22:52 UTC  (3+ messages)
` [PATCH v2 1/1] kernel/config: "

[PATCH v7 0/4] riscv: Add fine-tuned checksum functions
 2023-10-25 21:20 UTC  (10+ messages)
` [PATCH v7 2/4] riscv: Checksum header
` [PATCH v7 3/4] riscv: Add checksum library


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