Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-29 22:24:02 to 2024-02-02 20:02:49 UTC [more...]

[RFC PATCH v3 0/4] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-02 20:02 UTC  (18+ messages)
` [RFC PATCH v3 1/4] dm: Treat alloc_dax failure as non-fatal
` [RFC PATCH v3 2/4] dax: Check for data cache aliasing at runtime
` [RFC PATCH v3 3/4] Introduce cpu_dcache_is_aliasing() across all architectures
` [RFC PATCH v3 4/4] dax: Fix incorrect list of data cache aliasing architectures

[PATCH v2 0/3] Handle delay slot for extable lookup
 2024-02-02 18:39 UTC  (5+ messages)
` [PATCH v2 1/3] ptrace: Introduce exception_ip arch hook
` [PATCH v2 2/3] MIPS: Clear Cause.BD in instruction_pointer_set
` [PATCH v2 3/3] mm/memory: Use exception ip to search exception tables

[PATCH v2 0/3] modules: few of alignment fixes
 2024-02-02 18:23 UTC  (5+ messages)

[PATCH] mm: Remove broken pfn_to_virt() on arch csky/hexagon/openrisc
 2024-02-02 17:43 UTC  (3+ messages)

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-02-02 17:04 UTC  (20+ messages)
` [PATCH RFC v4 01/15] ACPI: Only enumerate enabled (or functional) processor devices
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH RFC v4 03/15] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [PATCH RFC v4 04/15] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH RFC v4 05/15] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH RFC v4 06/15] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()
` [PATCH RFC v4 07/15] ACPI: Check _STA present bit before making CPUs not present
` [PATCH RFC v4 08/15] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH RFC v4 09/15] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH RFC v4 10/15] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v4 11/15] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH RFC v4 12/15] arm64: psci: Ignore DENIED CPUs
` [PATCH RFC v4 13/15] ACPI: add support to (un)register CPUs based on the _STA enabled bit
` [PATCH RFC v4 14/15] arm64: document virtual CPU hotplug's expectations
` [PATCH RFC v4 15/15] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH v3 00/19] x86: Confine early 1:1 mapped startup code
 2024-02-02 16:47 UTC  (22+ messages)
` [PATCH v3 01/19] efi/libstub: Add generic support for parsing mem_encrypt=
` [PATCH v3 02/19] x86/boot: Move mem_encrypt= parsing to the decompressor
            ` [PATCH] x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT
` [PATCH v3 03/19] x86/startup_64: Drop long return to initial_code pointer
` [PATCH v3 14/19] x86/coco: Make cc_set_mask() static inline

[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
 2024-02-02 14:56 UTC  (59+ messages)
` [PATCH RFC v3 01/35] mm: page_alloc: Add gfp_flags parameter to arch_alloc_page()
` [PATCH RFC v3 04/35] mm: page_alloc: Partially revert "mm: page_alloc: remove stale CMA guard code"
` [PATCH RFC v3 06/35] mm: cma: Make CMA_ALLOC_SUCCESS/FAIL count the number of pages
` [PATCH RFC v3 07/35] mm: cma: Add CMA_RELEASE_{SUCCESS,FAIL} events
` [PATCH RFC v3 08/35] mm: cma: Introduce cma_alloc_range()
` [PATCH RFC v3 09/35] mm: cma: Introduce cma_remove_mem()
` [PATCH RFC v3 10/35] mm: cma: Fast track allocating memory when the pages are free
` [PATCH RFC v3 11/35] mm: Allow an arch to hook into folio allocation when VMA is known
` [PATCH RFC v3 12/35] mm: Call arch_swap_prepare_to_restore() before arch_swap_restore()
` [PATCH RFC v3 13/35] mm: memory: Introduce fault-on-access mechanism for pages
` [PATCH RFC v3 23/35] arm64: mte: Try to reserve tag storage in arch_alloc_page()
` [PATCH RFC v3 28/35] arm64: mte: swap: Handle tag restoring when missing tag storage
` [PATCH RFC v3 30/35] arm64: mte: ptrace: Handle pages with "
` [PATCH RFC v3 31/35] khugepaged: arm64: Don't collapse MTE enabled VMAs

[PATCH 0/4] apply page shift to PFN instead of VA in pfn_to_virt
 2024-02-02 14:09 UTC  (14+ messages)
` [PATCH 1/4] asm-generic/page.h: "
` [PATCH 2/4] csky: "
` [PATCH 3/4] Hexagon: "
` [PATCH 4/4] openrisc: "

[PATCH 1/2] mm: pgtable: add missing flag and statistics for kernel PTE page
 2024-02-02  3:16 UTC  (4+ messages)
` [PATCH 2/2] mm: pgtable: remove unnecessary split ptlock for kernel PMD page

[PATCH 0/3] Handle delay slot for extable lookup
 2024-02-01 17:48 UTC  (7+ messages)
` [PATCH 1/3] ptrace: Introduce exception_ip arch hook
` [PATCH 2/3] MIPS: Clear Cause.BD in instruction_pointer_set
` [PATCH 3/3] mm/memory: Use exception ip to search exception tables

Website performance
 2024-02-01  8:30 UTC 

[PATCH v6 0/4] Regather scattered PCI-Code
 2024-01-31 21:12 UTC  (8+ messages)
` [PATCH v6 1/4] lib/pci_iomap.c: fix cleanup bug in pci_iounmap()
` [PATCH v6 2/4] lib: move pci_iomap.c to drivers/pci/
` [PATCH v6 3/4] lib: move pci-specific devres code "
` [PATCH v6 4/4] PCI: Move devres code from pci.c to devres.c

[RFC PATCH v2 0/8] Introduce dcache_is_aliasing() to fix DAX regression
 2024-01-31 20:42 UTC  (17+ messages)
` [RFC PATCH v2 1/8] dax: Introduce dax_is_supported()
` [RFC PATCH v2 2/8] erofs: Use dax_is_supported()
` [RFC PATCH v2 3/8] ext2: "
` [RFC PATCH v2 4/8] ext4: "
` [RFC PATCH v2 5/8] fuse: "
` [RFC PATCH v2 6/8] xfs: "
` [RFC PATCH v2 7/8] Introduce dcache_is_aliasing() across all architectures
` [RFC PATCH v2 8/8] dax: Fix incorrect list of dcache aliasing architectures

[PATCH v1 0/9] mm/memory: optimize unmap/zap with PTE-mapped THP
 2024-01-31 14:20 UTC  (40+ messages)
` [PATCH v1 1/9] mm/memory: factor out zapping of present pte into zap_present_pte()
` [PATCH v1 2/9] mm/memory: handle !page case in zap_present_pte() separately
` [PATCH v1 3/9] mm/memory: further separate anon and pagecache folio handling in zap_present_pte()
` [PATCH v1 4/9] mm/memory: factor out zapping folio pte into zap_present_folio_pte()
` [PATCH v1 5/9] mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page_size()
` [PATCH v1 6/9] mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAP
` [PATCH v1 7/9] mm/mmu_gather: add __tlb_remove_folio_pages()
` [PATCH v1 8/9] mm/mmu_gather: add tlb_remove_tlb_entries()
` [PATCH v1 9/9] mm/memory: optimize unmap/zap with PTE-mapped THP

[RFC PATCH v2 00/31] Upstream kvx Linux port
 2024-01-31 10:28 UTC  (6+ messages)
` [RFC PATCH v2 31/31] kvx: Add IPI driver

[PATCH v2 00/28] spi: s3c64xx: winter cleanup and gs101 support
 2024-01-30 22:25 UTC  (9+ messages)
` [PATCH v2 05/28] spi: dt-bindings: samsung: add samsung,spi-fifosize property

[PATCH doc] Emphasize that failed atomic operations give no ordering
 2024-01-30 17:58 UTC  (5+ messages)

[RFC PATCH 0/7] Introduce cache_is_aliasing() to fix DAX regression
 2024-01-30 15:21 UTC  (9+ messages)
` [RFC PATCH 4/7] ext2: Use dax_is_supported()
` [RFC PATCH 7/7] xfs: "

Several tst-robust* tests time out with recent Linux kernel
 2024-01-30 10:12 UTC  (12+ 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).