messages from 2024-09-26 09:45:25 to 2024-10-08 20:20:04 UTC [more...]
calling getcpu with misaligned address causes kernel panic
2024-10-08 20:20 UTC (7+ messages)
[PATCH v2 00/21] accel/tcg: Introduce tlb_fill_align hook
2024-10-08 17:50 UTC (61+ 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 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 (32+ messages)
` [PATCH 01/20] accel/tcg: Assert noreturn from write-only page for atomics
` [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 05/20] include/exec/memop: Introduce memop_atomicity_bits
` [PATCH 06/20] hw/core/tcg-cpu-ops: Introduce tlb_fill_align hook
` [PATCH 07/20] accel/tcg: Use the "
` [PATCH 08/20] target/hppa: Add MemOp argument to hppa_get_physical_address
` [PATCH 09/20] target/hppa: Perform access rights before protection id check
` [PATCH 10/20] target/hppa: Fix priority of T, D, and B page faults
` [PATCH 11/20] target/hppa: Handle alignment faults in hppa_get_physical_address
` [PATCH 12/20] target/hppa: Add hppa_cpu_tlb_fill_align
` [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 19/20] target/arm: Move device detection earlier in get_phys_addr_lpae
` [PATCH 20/20] target/arm: Fix alignment fault priority "
[RFC PATCH 0/4] implement lightweight guard pages
2024-10-07 15:30 UTC (11+ 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
` [RFC PATCH 4/4] selftests/mm: add self tests for guard page feature
[PATCH v7 00/10] Consolidate IO memcpy functions
2024-10-07 8:06 UTC (23+ messages)
` [PATCH v7 01/10] Consolidate IO memcpy/memset into iomap_copy.c
` [PATCH v7 02/10] arm64: Use generic IO memcpy/memset
` [PATCH v7 03/10] csky: "
` [PATCH v7 04/10] loongarch: "
` [PATCH v7 05/10] m68k: Align prototypes of "
` [PATCH v7 06/10] alpha: "
` [PATCH v7 07/10] parisc: "
` [PATCH v7 08/10] sh: "
` [PATCH v7 09/10] um: Add dummy implementation for "
` [PATCH v7 10/10] arm: Align prototype of IO memset
[viro-vfs:work.xattr2] [fs/xattr] 64d47e878a: xfstests.xfs.046.fail
2024-10-06 14:59 UTC (2+ messages)
[PATCH 0/5] asm-generic: clean up asm/mman.h
2024-10-05 17:15 UTC (8+ messages)
` [PATCH 3/5] asm-generic: use asm-generic/mman-common.h on mips and xtensa
` [PATCH 4/5] asm-generic: use asm-generic/mman-common.h on parisc and alpha
` [PATCH 5/5] [RFC] mm: Remove MAP_UNINITIALIZED support
{PATCH] accel/tcg: Fix CPU specific unaligned behaviour
2024-10-05 16:55 UTC (8+ messages)
[RFC][PATCHES] asm/unaligned.h removal
2024-10-03 0:04 UTC (14+ messages)
` [PATCH 1/3] parisc: get rid of private asm/unaligned.h
` [PATCH 2/3] arc: "
` [PATCH 3/3] move asm/unaligned.h to linux/unaligned.h
` [git pull] asm/unaligned.h removal
[PATCH] parisc/ftrace: Fix function graph tracing disablement
2024-10-02 21:32 UTC
[PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
2024-10-02 14:26 UTC (2+ messages)
[PATCH] hppa: Wire up cacheflush syscall
2024-09-27 7:16 UTC (9+ messages)
[PATCH v2 0/2] unrestrict process_madvise() for current process
2024-09-26 9:44 UTC (2+ messages)
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).