Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-24 13:47:01 to 2023-11-04 04:58:14 UTC [more...]

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  (49+ messages)
` [PATCH 01/39] parisc: simplify smp_prepare_boot_cpu()
` [PATCH 02/39] ACPI: Use the acpi_device_is_present() helper in more places
` [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  (47+ messages)
` [PATCH v2 04/39] nodemask: Split out include/linux/nodemask_types.h
` [PATCH v2 05/39] prandom: Remove unused include
` [PATCH v2 06/39] mm: enumerate all gfp flags
` [PATCH v2 07/39] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v2 08/39] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v2 09/39] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v2 10/39] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [PATCH v2 11/39] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v2 12/39] lib: code tagging framework
` [PATCH v2 13/39] lib: code tagging module support
` [PATCH v2 14/39] lib: prevent module unloading if memory is not freed
` [PATCH v2 15/39] lib: add allocation tagging support for memory allocation profiling
` [PATCH v2 16/39] lib: introduce support for page allocation tagging
` [PATCH v2 17/39] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v2 18/39] change alloc_pages name in ivpu_bo_ops to avoid conflicts
` [PATCH v2 19/39] mm: enable page allocation tagging
` [PATCH v2 20/39] mm: create new codetag references during page splitting
` [PATCH v2 21/39] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v2 22/39] lib: add codetag reference into slabobj_ext
` [PATCH v2 23/39] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v2 24/39] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v2 25/39] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v2 26/39] mempool: Hook up to memory allocation profiling
` [PATCH v2 27/39] xfs: Memory allocation profiling fixups
` [PATCH v2 28/39] timekeeping: Fix a circular include dependency
` [PATCH v2 29/39] mm: percpu: Introduce pcpuobj_ext
` [PATCH v2 30/39] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v2 31/39] mm: percpu: enable per-cpu allocation tagging
` [PATCH v2 32/39] arm64: Fix circular header dependency
` [PATCH v2 33/39] mm: vmalloc: Enable memory allocation profiling
` [PATCH v2 34/39] rhashtable: Plumb through alloc tag
` [PATCH v2 35/39] lib: add memory allocations report in show_mem()
` [PATCH v2 36/39] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v2 37/39] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v2 38/39] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v2 39/39] MAINTAINERS: Add entries for code tagging and memory allocation profiling

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