messages from 2024-10-05 20:06:20 to 2024-10-14 19:00:04 UTC [more...]
calling getcpu with misaligned address causes kernel panic
2024-10-14 19:00 UTC (3+ messages)
[RFC PATCH 0/4] implement lightweight guard pages
2024-10-14 18:14 UTC (18+ messages)
` [RFC PATCH 1/4] mm: pagewalk: add the ability to install PTEs
` [RFC PATCH 2/4] mm: add PTE_MARKER_GUARD PTE marker
` [RFC PATCH 3/4] mm: madvise: implement lightweight guard page mechanism
[PATCH v3 00/20] accel/tcg: Introduce tlb_fill_align hook
2024-10-14 18:02 UTC (31+ messages)
` [PATCH v3 01/20] accel/tcg: Assert noreturn from write-only page for atomics
` [PATCH v3 02/20] include/exec/memop: Move get_alignment_bits from tcg.h
` [PATCH v3 03/20] include/exec/memop: Rename get_alignment_bits
` [PATCH v3 04/20] include/exec/memop: Introduce memop_atomicity_bits
` [PATCH v3 05/20] accel/tcg: Add TCGCPUOps.tlb_fill_align
` [PATCH v3 06/20] accel/tcg: Use the alignment test in tlb_fill_align
` [PATCH v3 07/20] target/hppa: Add MemOp argument to hppa_get_physical_address
` [PATCH v3 08/20] target/hppa: Perform access rights before protection id check
` [PATCH v3 09/20] target/hppa: Fix priority of T, D, and B page faults
` [PATCH v3 10/20] target/hppa: Handle alignment faults in hppa_get_physical_address
` [PATCH v3 11/20] target/hppa: Implement TCGCPUOps.tlb_fill_align
` [PATCH v3 12/20] target/arm: Pass MemOp to get_phys_addr
` [PATCH v3 13/20] target/arm: Pass MemOp to get_phys_addr_with_space_nogpc
` [PATCH v3 14/20] target/arm: Pass MemOp to get_phys_addr_gpc
` [PATCH v3 15/20] target/arm: Pass MemOp to get_phys_addr_nogpc
` [PATCH v3 16/20] target/arm: Pass MemOp through get_phys_addr_twostage
` [PATCH v3 17/20] target/arm: Pass MemOp to get_phys_addr_lpae
` [PATCH v3 18/20] target/arm: Move device detection earlier in get_phys_addr_lpae
` [PATCH v3 19/20] target/arm: Implement TCGCPUOps.tlb_fill_align
` [PATCH v3 20/20] target/arm: Fix alignment fault priority in get_phys_addr_lpae
provide generic page_to_phys and phys_to_page implementations v2
2024-10-14 14:44 UTC (3+ messages)
` [PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
` [PATCH 2/2] asm-generic: add an optional pfn_valid check to pfn_valid
[RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
2024-10-14 14:07 UTC (3+ messages)
[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
2024-10-14 13:07 UTC (33+ messages)
` [PATCH v5 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v5 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v5 3/8] asm-generic: introduce text-patching.h
` [PATCH v5 4/8] module: prepare to handle ROX allocations for text
` [PATCH v5 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v5 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v5 7/8] execmem: add support for cache of large ROX pages
` [PATCH v5 8/8] x86/module: enable ROX caches for module text
` Bisected: "
[PATCH net-next v25 00/13] Device Memory TCP
2024-10-11 19:38 UTC (7+ messages)
` [PATCH net-next v25 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
Migrating parisc.wiki.kernel.org to RTD
2024-10-11 14:31 UTC
[PATCH] parisc/ftrace: Fix function graph tracing disablement
2024-10-10 20:33 UTC (5+ messages)
[PATCH] parisc: lba_pci: remove unused macro
2024-10-10 18:50 UTC (2+ messages)
provide generic page_to_phys and phys_to_page implementations
2024-10-10 8:37 UTC (6+ messages)
` [PATCH] asm-generic: "
[PATCH 0/5] asm-generic: clean up asm/mman.h
2024-10-09 14:32 UTC (11+ messages)
` [PATCH 1/5] asm-generic: cosmetic updates to uapi/asm/mman.h
` [PATCH 2/5] asm-generic: move MAP_* flags from mman-common.h to mman.h
` [PATCH 4/5] asm-generic: use asm-generic/mman-common.h on parisc and alpha
` [PATCH 5/5] [RFC] mm: Remove MAP_UNINITIALIZED support
[viro-vfs:work.xattr2] [fs/xattr] 64d47e878a: xfstests.xfs.046.fail
2024-10-09 14:31 UTC (3+ messages)
[PATCH v2 00/21] accel/tcg: Introduce tlb_fill_align hook
2024-10-09 13:59 UTC (62+ messages)
` [PATCH v2 01/21] accel/tcg: Assert noreturn from write-only page for atomics
` [PATCH v2 02/21] accel/tcg: Expand tlb_fill for 3 callers
` [PATCH v2 03/21] include/exec/memop: Move get_alignment_bits from tcg.h
` [PATCH v2 04/21] include/exec/memop: Rename get_alignment_bits
` [PATCH v2 05/21] include/exec/memop: Introduce memop_atomicity_bits
` [PATCH v2 06/21] hw/core/tcg-cpu-ops: Introduce tlb_fill_align hook
` [PATCH v2 07/21] accel/tcg: Use the "
` [PATCH v2 08/21] target/hppa: Add MemOp argument to hppa_get_physical_address
` [PATCH v2 09/21] target/hppa: Perform access rights before protection id check
` [PATCH v2 10/21] target/hppa: Fix priority of T, D, and B page faults
` [PATCH v2 11/21] target/hppa: Handle alignment faults in hppa_get_physical_address
` [PATCH v2 12/21] target/hppa: Add hppa_cpu_tlb_fill_align
` [PATCH v2 13/21] target/arm: Pass MemOp to get_phys_addr
` [PATCH v2 14/21] target/arm: Pass MemOp to get_phys_addr_with_space_nogpc
` [PATCH v2 15/21] target/arm: Pass MemOp to get_phys_addr_gpc
` [PATCH v2 16/21] target/arm: Pass MemOp to get_phys_addr_nogpc
` [PATCH v2 17/21] target/arm: Pass MemOp through get_phys_addr_twostage
` [PATCH v2 18/21] target/arm: Pass MemOp to get_phys_addr_lpae
` [PATCH v2 19/21] target/arm: Move device detection earlier in get_phys_addr_lpae
` [PATCH v2 20/21] target/arm: Add arm_cpu_tlb_fill_align
` [PATCH v2 21/21] target/arm: Fix alignment fault priority in get_phys_addr_lpae
[PATCH] parisc: lasi: remove unused macro
2024-10-08 7:43 UTC
[PATCH v8 00/14] Consolidate IO memcpy functions
2024-10-08 14:54 UTC (23+ messages)
` [PATCH v8 01/14] Consolidate IO memcpy/memset into iomap_copy.c
` [PATCH v8 02/14] arm64: Use generic IO memcpy/memset
` [PATCH v8 03/14] csky: "
` [PATCH v8 04/14] loongarch: "
` [PATCH v8 05/14] m68k: Align prototypes of "
` [PATCH v8 06/14] alpha: "
` [PATCH v8 07/14] parisc: "
` [PATCH v8 08/14] sh: "
` [PATCH v8 09/14] arm: Align prototype of IO memset
` [PATCH v8 10/14] powerpc: Align prototypes of IO memcpy and memset
` [PATCH v8 11/14] s390: Add wrappers around zpci_memcpy/zpci_memset
` [PATCH v8 12/14] bus: mhi: ep: Add HAS_IOMEM || INDIRECT_IOMEM dependency
` [PATCH v8 13/14] mtd: "
` [PATCH v8 14/14] sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML
[PATCH v4 0/8] x86/module: use large ROX pages for text allocations
2024-10-08 6:19 UTC (11+ messages)
` [PATCH v4 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v4 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v4 3/8] asm-generic: introduce text-patching.h
` [PATCH v4 4/8] module: prepare to handle ROX allocations for text
` [PATCH v4 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v4 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v4 7/8] execmem: add support for cache of large ROX pages
` [PATCH v4 8/8] x86/module: enable ROX caches for module text
[PATCH 00/20] accel/tcg: Introduce tlb_fill_align hook
2024-10-07 21:27 UTC (23+ messages)
` [PATCH 02/20] accel/tcg: Expand tlb_fill for 3 callers
` [PATCH 03/20] include/exec/memop: Move get_alignment_bits from tcg.h
` [PATCH 04/20] include/exec/memop: Rename get_alignment_bits
` [PATCH 08/20] target/hppa: Add MemOp argument to hppa_get_physical_address
` [PATCH 10/20] target/hppa: Fix priority of T, D, and B page faults
` [PATCH 13/20] target/arm: Pass MemOp to get_phys_addr
` [PATCH 14/20] target/arm: Pass MemOp to get_phys_addr_with_space_nogpc
` [PATCH 15/20] target/arm: Pass MemOp to get_phys_addr_gpc
` [PATCH 16/20] target/arm: Pass MemOp to get_phys_addr_nogpc
` [PATCH 17/20] target/arm: Pass MemOp through get_phys_addr_twostage
` [PATCH 18/20] target/arm: Pass MemOp to get_phys_addr_lpae
[PATCH v7 00/10] Consolidate IO memcpy functions
2024-10-07 8:06 UTC (8+ messages)
` [PATCH v7 01/10] Consolidate IO memcpy/memset into iomap_copy.c
` [PATCH v7 09/10] um: Add dummy implementation for IO memcpy/memset
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).