messages from 2023-12-13 12:49:29 to 2023-12-28 01:42:23 UTC [more...]
[PATCH v2 00/14] Unified cross-architecture kernel-mode FPU API
2023-12-28 1:41 UTC
[PATCH v14 0/5] riscv: Add fine-tuned checksum functions
2023-12-27 17:38 UTC (6+ messages)
` [PATCH v14 1/5] asm-generic: Improve csum_fold
` [PATCH v14 2/5] riscv: Add static key for misaligned accesses
` [PATCH v14 3/5] riscv: Add checksum header
` [PATCH v14 4/5] riscv: Add checksum library
` [PATCH v14 5/5] kunit: Add tests for csum_ipv6_magic and ip_fast_csum
[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
2023-12-27 11:15 UTC (61+ 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 0/4] Section alignment issues?
2023-12-23 14:35 UTC (25+ messages)
` [PATCH 1/4] linux/export: Fix alignment for 64-bit ksymtab entries
` [PATCH 2/4] modules: Ensure 64-bit alignment on __ksymtab_* sections
` [PATCH 3/4] vmlinux.lds.h: Fix alignment for __ksymtab*, __kcrctab_* and .pci_fixup sections
[PATCH v13 0/5] riscv: Add fine-tuned checksum functions
2023-12-22 4:43 UTC (10+ messages)
` [PATCH v13 1/5] asm-generic: Improve csum_fold
` [PATCH v13 2/5] riscv: Add static key for misaligned accesses
` [PATCH v13 3/5] riscv: Add checksum header
` [PATCH v13 4/5] riscv: Add checksum library
` [PATCH v13 5/5] kunit: Add tests for csum_ipv6_magic and ip_fast_csum
[PATCH 0/4] riscv: support fast gup
2023-12-20 12:57 UTC (7+ messages)
` [PATCH 1/4] riscv: tlb: fix __p*d_free_tlb()
` [PATCH 2/4] riscv: tlb: convert __p*d_free_tlb() to inline functions
` [External] "
` [PATCH 3/4] riscv: enable MMU_GATHER_RCU_TABLE_FREE for SMP && MMU
` [PATCH 4/4] riscv: enable HAVE_FAST_GUP if MMU
[PATCH v12 0/5] riscv: Add fine-tuned checksum functions
2023-12-20 10:28 UTC (6+ messages)
` [PATCH v12 2/5] riscv: Add static key for misaligned accesses
` [PATCH v12 4/5] riscv: Add checksum library
[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
2023-12-20 4:13 UTC (22+ 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
[net-next v1 00/16] Device Memory TCP
2023-12-19 23:55 UTC (17+ 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
[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
[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)
[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 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)
[PATCH v2 0/2] riscv: Enable percpu page first chunk allocator
2023-12-14 8:40 UTC (2+ messages)
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).