Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-25 20:03:27 to 2024-01-31 06:25:53 UTC [more...]

[PATCH 0/4] apply page shift to PFN instead of VA in pfn_to_virt
 2024-01-31  5:51 UTC 

[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
 2024-01-31  6:24 UTC  (52+ messages)
` [PATCH RFC v3 01/35] mm: page_alloc: Add gfp_flags parameter to arch_alloc_page()
` [PATCH RFC v3 02/35] mm: page_alloc: Add an arch hook early in free_pages_prepare()
` [PATCH RFC v3 03/35] mm: page_alloc: Add an arch hook to filter MIGRATE_CMA allocations
` [PATCH RFC v3 04/35] mm: page_alloc: Partially revert "mm: page_alloc: remove stale CMA guard code"
` [PATCH RFC v3 05/35] mm: cma: Don't append newline when generating CMA area name
` [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 19/35] arm64: mte: Discover tag storage memory
` [PATCH RFC v3 23/35] arm64: mte: Try to reserve tag storage in arch_alloc_page()

[RFC PATCH v2 0/8] Introduce dcache_is_aliasing() to fix DAX regression
 2024-01-31  3:13 UTC  (14+ 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  2:30 UTC  (29+ 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

[PATCH v3 00/19] x86: Confine early 1:1 mapped startup code
 2024-01-30 23:36 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 v3 03/19] x86/startup_64: Drop long return to initial_code pointer
` [PATCH v3 04/19] x86/startup_64: Simplify calculation of initial page table address
` [PATCH v3 05/19] x86/startup_64: Simplify CR4 handling in startup code
` [PATCH v3 06/19] x86/startup_64: Drop global variables keeping track of LA57 state
` [PATCH v3 07/19] x86/startup_64: Simplify virtual switch on primary boot
` [PATCH v3 08/19] x86/head64: Replace pointer fixups with PIE codegen
` [PATCH v3 09/19] x86/head64: Simplify GDT/IDT initialization code
` [PATCH v3 10/19] asm-generic: Add special .pi.text section for position independent code
` [PATCH v3 11/19] x86: Move return_thunk to __pitext section
` [PATCH v3 12/19] x86/head64: Move early startup code into __pitext
` [PATCH v3 13/19] modpost: Warn about calls from __pitext into other text sections
` [PATCH v3 14/19] x86/coco: Make cc_set_mask() static inline
` [PATCH v3 15/19] x86/sev: Make all code reachable from 1:1 mapping __pitext
` [PATCH v3 16/19] x86/sev: Avoid WARN() in early code
` [PATCH v3 17/19] x86/sev: Use PIC codegen for early SEV startup code
` [PATCH v3 18/19] x86/sev: Drop inline asm LEA instructions for RIP-relative references
` [PATCH v3 19/19] x86/startup_64: Don't bother setting up GS before the kernel is mapped

[PATCH v2 00/28] spi: s3c64xx: winter cleanup and gs101 support
 2024-01-30 22:25 UTC  (61+ messages)
` [PATCH v2 01/28] spi: s3c64xx: explicitly include <linux/io.h>
` [PATCH v2 05/28] spi: dt-bindings: samsung: add samsung,spi-fifosize property
` [PATCH v2 07/28] spi: s3c64xx: remove unneeded (void *) casts in of_match_table
` [PATCH v2 09/28] spi: s3c64xx: use bitfield access macros
` [PATCH v2 10/28] spi: s3c64xx: use full mask for {RX, TX}_FIFO_LVL
` [PATCH v2 11/28] spi: s3c64xx: move common code outside if else
` [PATCH v2 12/28] spi: s3c64xx: check return code of dmaengine_slave_config()
` [PATCH v2 13/28] spi: s3c64xx: propagate the dma_submit_error() error code
` [PATCH v2 14/28] spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma()
` [PATCH v2 15/28] spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout()
` [PATCH v2 16/28] spi: s3c64xx: simplify s3c64xx_wait_for_pio()
` [PATCH v2 17/28] spi: s3c64xx: drop blank line between declarations
` [PATCH v2 18/28] spi: s3c64xx: fix typo, s/configuartion/configuration
` [PATCH v2 19/28] spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props
` [PATCH v2 21/28] spi: s3c64xx: infer fifosize from the compatible
` [PATCH v2 23/28] spi: s3c64xx: retrieve the FIFO size from the device tree
` [PATCH v2 25/28] asm-generic/io.h: add iowrite{8,16}_32 accessors
` [PATCH v2 27/28] spi: s3c64xx: add support for google,gs101-spi

[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  (14+ messages)
` [RFC PATCH 1/7] Introduce cache_is_aliasing() across all architectures
` [RFC PATCH 2/7] dax: Fix incorrect list of cache aliasing architectures
` [RFC PATCH 3/7] erofs: Use dax_is_supported()
` [RFC PATCH 4/7] ext2: "
` [RFC PATCH 5/7] ext4: "
` [RFC PATCH 6/7] fuse: Introduce fuse_dax_is_supported()
` [RFC PATCH 7/7] xfs: Use dax_is_supported()

Several tst-robust* tests time out with recent Linux kernel
 2024-01-30 10:12 UTC  (12+ messages)

[PATCH v2 0/3] modules: few of alignment fixes
 2024-01-29 19:26 UTC  (5+ messages)
` [PATCH v2 1/4] selftests: add new kallsyms selftests
` [PATCH v2 2/4] modules: Ensure 64-bit alignment on __ksymtab_* sections
` [PATCH v2 3/4] vmlinux.lds.h: add missing alignment for symbol CRCs
` [PATCH v2 4/4] modules: Add missing entry for __ex_table

[PATCH 0/4] Section alignment issues?
 2024-01-29 18:50 UTC  (3+ messages)
` [PATCH 4/4] modules: Add missing entry for __ex_table

[PATCH v5 RESEND 5/5] lib, pci: unify generic pci_iounmap()
 2024-01-29 18:14 UTC  (6+ messages)

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2024-01-29 15:34 UTC  (21+ messages)
` [PATCH RFC v3 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH RFC v3 01/21] ACPI: Only enumerate enabled (or functional) devices

[PATCH -fixes] riscv: Flush the tlb when a page directory is freed
 2024-01-29  8:28 UTC  (3+ messages)
` [External] "

[GIT PULL] LoongArch fixes for v6.8-rc2
 2024-01-27 17:52 UTC  (2+ messages)

[arnd-asm-generic:asm-generic] BUILD SUCCESS 34b2321cc648a246d08cc51e423532eac690ccf1
 2024-01-27 14:50 UTC 

[GIT PULL] asm-generic updates for 6.8, part 2
 2024-01-26 22:05 UTC  (2+ messages)

[REGRESSION] v5.13: FS_DAX unavailable on 32-bit ARM
 2024-01-26 20:14 UTC  (2+ messages)

[PATCH rdma-next 1/2] arm64/io: add memcpy_toio_64
 2024-01-26 17:09 UTC  (21+ messages)

[PATCH 5/8] doc: Add EARLY flag to early-parsed kernel boot parameters
 2024-01-26  3:58 UTC 

[RFC PATCH v1 00/28] riscv control-flow integrity for usermode
 2024-01-26  0:44 UTC  (9+ messages)
` [RFC PATCH v1 07/28] riscv: kernel handling on trap entry/exit for user cfi
` [RFC PATCH v1 15/28] riscv/mm: Implement map_shadow_stack() syscall

[PATCH v2 00/17] x86: Confine early 1:1 mapped startup code
 2024-01-25 23:24 UTC  (5+ messages)
` [PATCH v2 16/17] x86/sev: Drop inline asm LEA instructions for RIP-relative references

[PATCH 00/21] spi: s3c64xx: winter cleanup and gs101 support
 2024-01-25 22:50 UTC  (7+ messages)
` [PATCH 07/21] spi: s3c64xx: use bitfield access macros

[PATCH] riscv: Avoid code duplication with generic bitops implementation
 2024-01-25 21:30 UTC  (2+ messages)

[PATCH 0/4] riscv: support fast gup
 2024-01-25 21:30 UTC  (2+ 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).