Generic Linux architectural discussions
 help / color / mirror / Atom feed
 messages from 2025-05-18 21:16:02 to 2025-06-03 22:50:40 UTC [more...]

[PATCH] MAINTAINERS: add tlb trace events to MMU GATHER AND TLB INVALIDATION
 2025-06-03 22:50 UTC 

[PATCH] asm-generic: Add sched.h inclusion in simd.h
 2025-06-03  5:44 UTC  (3+ messages)

[PATCH v2 00/20] Add support for shared PTEs across processes
 2025-06-02 22:02 UTC  (11+ messages)
` [PATCH v2 08/20] mm/mshare: flush all TLBs when updating PTEs in an mshare range
` [PATCH v2 12/20] mm/mshare: prepare for page table sharing support

[DISCUSSION] proposed mctl() API
 2025-06-02 18:01 UTC  (15+ messages)

[PATCH 6.1 281/325] af_unix: Kconfig: make CONFIG_UNIX bool
 2025-06-02 13:49 UTC 

[PATCH v4 00/13] Architecture-optimized SHA-256 library API
 2025-06-02 14:45 UTC  (11+ messages)
` [PATCH v4 08/13] crypto: s390/sha256 - implement library instead of shash

[PATCH 00/13] lib/crc: improve how arch-optimized code is integrated
 2025-06-01 22:44 UTC  (14+ messages)
` [PATCH 01/13] crypto/crc32: register only one shash_alg
` [PATCH 02/13] crypto/crc32c: "
` [PATCH 03/13] lib/crc: move files into lib/crc/
` [PATCH 04/13] lib/crc: prepare for arch-optimized code in subdirs of lib/crc/
` [PATCH 05/13] lib/crc/arm: migrate arm-optimized CRC code into lib/crc/
` [PATCH 06/13] lib/crc/arm64: migrate arm64-optimized "
` [PATCH 07/13] lib/crc/loongarch: migrate loongarch-optimized "
` [PATCH 08/13] lib/crc/mips: migrate mips-optimized "
` [PATCH 09/13] lib/crc/powerpc: migrate powerpc-optimized "
` [PATCH 10/13] lib/crc/riscv: migrate riscv-optimized "
` [PATCH 11/13] lib/crc/s390: migrate s390-optimized CRC code into lib/s390/
` [PATCH 12/13] lib/crc/sparc: migrate sparc-optimized CRC code into lib/crc/
` [PATCH 13/13] lib/crc/x86: migrate x86-optimized "

[GIT PULL] require gcc-8 and binutils-2.30
 2025-05-31 15:30 UTC  (3+ messages)

[PATCH v6] mmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas into free_pgtables()
 2025-05-30  9:09 UTC  (4+ messages)

[RFC PATCH 0/5] add process_madvise() flags to modify behaviour
 2025-05-29 14:46 UTC  (57+ messages)
` [RFC PATCH 1/5] mm: madvise: refactor madvise_populate()
` [RFC PATCH 2/5] mm/madvise: add PMADV_SKIP_ERRORS process_madvise() flag
` [RFC PATCH 3/5] mm/madvise: add PMADV_NO_ERROR_ON_UNMAPPED "
` [RFC PATCH 4/5] mm/madvise: add PMADV_SET_FORK_EXEC_DEFAULT "
` [RFC PATCH 5/5] mm/madvise: add PMADV_ENTIRE_ADDRESS_SPACE "

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-05-29  5:30 UTC  (7+ messages)
` [RFC PATCH v2 07/22] coco/tsm: Add tsm and tsm-host modules
` [RFC PATCH v2 15/22] KVM: X86: Handle private MMIO as shared

[PATCH] asm-generic/io.h: Skip trace helpers if rwmmio events are disabled
 2025-05-28 11:58 UTC  (4+ messages)

[RFC RESEND v10 02/14] preempt: Introduce __preempt_count_{sub, add}_return()
 2025-05-28  6:37 UTC  (2+ messages)

[PATCH hyperv-next v2 1/4] Documentation: hyperv: Confidential VMBus
 2025-05-26 16:02 UTC  (2+ messages)

[PATCH v2 0/7] barrier: introduce smp_cond_load_*_timewait()
 2025-05-24  3:22 UTC  (4+ messages)
` [PATCH v2 1/7] asm-generic: barrier: add smp_cond_load_relaxed_timewait()

[PATCH v16 00/27] riscv control-flow integrity for usermode
 2025-05-23 17:42 UTC  (33+ messages)
` [PATCH v16 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v16 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v16 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v16 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v16 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v16 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v16 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v16 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v16 09/27] riscv mmu: write protect and shadow stack
` [PATCH v16 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v16 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v16 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v16 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v16 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v16 15/27] riscv/traps: Introduce software check exception
` [PATCH v16 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v16 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v16 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v16 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v16 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v16 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v16 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v16 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v16 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v16 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v16 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v16 27/27] kselftest/riscv: kselftest for user mode cfi

[PATCH bpf-next v4 0/3] Allow mmap of /sys/kernel/btf/vmlinux
 2025-05-23 17:27 UTC  (6+ messages)
    ` vmlinux BTF as a module (was Re: [PATCH bpf-next v4 0/3] Allow mmap of /sys/kernel/btf/vmlinux)

[PATCH bpf-next v5 0/3] Allow mmap of /sys/kernel/btf/vmlinux
 2025-05-23 17:10 UTC  (7+ messages)
` [PATCH bpf-next v5 1/3] btf: allow mmap of vmlinux btf
` [PATCH bpf-next v5 2/3] selftests: bpf: add a test for mmapable vmlinux BTF
` [PATCH bpf-next v5 3/3] libbpf: Use mmap to parse vmlinux BTF from sysfs

[PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
 2025-05-22 22:26 UTC  (2+ messages)

[PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
 2025-05-22 22:26 UTC  (2+ messages)

[PATCH 00/15] Implement CONFIG_DEBUG_BUGVERBOSE_DETAILED=y, to improve WARN_ON_ONCE() output by adding the condition string
 2025-05-22 20:39 UTC  (4+ messages)
` [PATCH 10/15] bugs/s390: Pass in 'cond_str' to __EMIT_BUG()

[arnd-asm-generic:asm-generic] BUILD SUCCESS 582847f9702461b0a1cba3efdb2b8135bf940d53
 2025-05-22 14:42 UTC 

[PATCH] mm/cma: make detection of highmem_start more robust
 2025-05-22 13:31 UTC  (8+ messages)

[PATCH v5] mmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas into free_pgtables()
 2025-05-22  0:23 UTC  (3+ messages)

[PATCH v6.1 01/27] af_unix: Kconfig: make CONFIG_UNIX bool
 2025-05-21 15:27 UTC 

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-21 10:44 UTC  (12+ messages)

[PATCH v15 00/27] riscv control-flow integrity for usermode
 2025-05-20 23:49 UTC  (12+ messages)
` [PATCH v15 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v15 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v15 27/27] kselftest/riscv: kselftest for user mode cfi

[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
 2025-05-19 17:19 UTC  (6+ messages)
` [PATCH v2 10/13] arch, mm: set high_memory in free_area_init()

[PATCH hyperv-next v2 0/4] Confidential VMBus
 2025-05-18 21:17 UTC  (5+ messages)
` [PATCH hyperv-next v2 3/4] arch: hyperv: Get/set SynIC synth.registers via paravisor
` [PATCH hyperv-next v2 4/4] arch: x86, drivers: hyperv: Enable confidential VMBus


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox