linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-25 14:50:30 to 2024-01-29 19:26:50 UTC [more...]

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

[PATCH v3 00/19] x86: Confine early 1:1 mapped startup code
 2024-01-29 18:05 UTC  (20+ 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

[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 v1 0/9] mm/memory: optimize unmap/zap with PTE-mapped THP
 2024-01-29 14:32 UTC  (10+ 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 RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
 2024-01-29 11:59 UTC  (55+ 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 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 14/35] of: fdt: Return the region size in of_flat_dt_translate_address()
` [PATCH RFC v3 15/35] of: fdt: Add of_flat_read_u32()
` [PATCH RFC v3 16/35] KVM: arm64: Don't deny VM_PFNMAP VMAs when kvm_has_mte()
` [PATCH RFC v3 17/35] arm64: mte: Rework naming for tag manipulation functions
` [PATCH RFC v3 18/35] arm64: mte: Rename __GFP_ZEROTAGS to __GFP_TAGGED
` [PATCH RFC v3 19/35] arm64: mte: Discover tag storage memory
` [PATCH RFC v3 20/35] arm64: mte: Add tag storage memory to CMA
` [PATCH RFC v3 21/35] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled
` [PATCH RFC v3 22/35] arm64: mte: Enable tag storage if CMA areas have been activated
` [PATCH RFC v3 23/35] arm64: mte: Try to reserve tag storage in arch_alloc_page()
` [PATCH RFC v3 24/35] arm64: mte: Perform CMOs for tag blocks
` [PATCH RFC v3 25/35] arm64: mte: Reserve tag block for the zero page
` [PATCH RFC v3 26/35] arm64: mte: Use fault-on-access to reserve missing tag storage
` [PATCH RFC v3 27/35] arm64: mte: Handle tag storage pages mapped in an MTE VMA
` [PATCH RFC v3 28/35] arm64: mte: swap: Handle tag restoring when missing tag storage
` [PATCH RFC v3 29/35] arm64: mte: copypage: "
` [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 RFC v3 32/35] KVM: arm64: mte: Reserve tag storage for virtual machines with MTE
` [PATCH RFC v3 33/35] KVM: arm64: mte: Introduce VM_MTE_KVM VMA flag
` [PATCH RFC v3 34/35] arm64: mte: Enable dynamic tag storage management
` [PATCH RFC v3 35/35] HACK! arm64: dts: Add fake tag storage to fvp-base-revc.dts

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

[PATCH v2 00/28] spi: s3c64xx: winter cleanup and gs101 support
 2024-01-26 21:19 UTC  (70+ messages)
` [PATCH v2 01/28] spi: s3c64xx: explicitly include <linux/io.h>
` [PATCH v2 03/28] spi: s3c64xx: avoid possible negative array index
` [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 20/28] spi: s3c64xx: add support for inferring fifosize from the compatible
` [PATCH v2 21/28] spi: s3c64xx: infer "
` [PATCH v2 22/28] spi: s3c64xx: drop dependency on of_alias where possible
` [PATCH v2 23/28] spi: s3c64xx: retrieve the FIFO size from the device tree
` [PATCH v2 24/28] spi: s3c64xx: mark fifo_lvl_mask as deprecated
` [PATCH v2 25/28] asm-generic/io.h: add iowrite{8,16}_32 accessors
` [PATCH v2 26/28] spi: s3c64xx: add iowrite{8,16}_32_rep accessors
` [PATCH v2 27/28] spi: s3c64xx: add support for google,gs101-spi
` [PATCH v2 28/28] MAINTAINERS: add Tudor Ambarus as R for the samsung SPI driver

[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  (22+ 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  (28+ messages)
` [RFC PATCH v1 02/28] riscv: envcfg save and restore on trap entry/exit
` [RFC PATCH v1 05/28] riscv: zicfiss/zicfilp enumeration
` [RFC PATCH v1 07/28] riscv: kernel handling on trap entry/exit for user cfi
` [RFC PATCH v1 08/28] mm: Define VM_SHADOW_STACK for RISC-V
` [RFC PATCH v1 09/28] mm: abstract shadow stack vma behind `arch_is_shadow_stack`
` [RFC PATCH v1 15/28] riscv/mm: Implement map_shadow_stack() syscall
` [RFC PATCH v1 24/28] riscv: select config for shadow stack and landing pad instr support

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

[PATCH v5 RESEND 2/5] lib: move pci_iomap.c to drivers/pci/
 2024-01-25 18:31 UTC  (3+ messages)

[PATCH v2 0/3] fs: make the i_size_read/write helpers be smp_load_acquire/store_release()
 2024-01-25 16:25 UTC  (2+ messages)

[PATCH v5 RESEND 1/5] lib/pci_iomap.c: fix cleanup bugs in pci_iounmap()
 2024-01-25 16:06 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 NNTP newsgroup(s).