linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-05 16:32:19 to 2025-05-21 08:57:58 UTC [more...]

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-21  8:57 UTC  (17+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v5 4/7] fs: split fileattr/fsxattr converters into helpers
` [PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
` [PATCH v5 6/7] fs: prepare for extending file_get/setattr()
` [PATCH v5 7/7] fs: introduce file_getattr and file_setattr syscalls

[RFC PATCH 0/5] add process_madvise() flags to modify behaviour
 2025-05-21  4:21 UTC  (36+ 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 "

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

[PATCH v15 00/27] riscv control-flow integrity for usermode
 2025-05-20 23:49 UTC  (15+ 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 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v15 27/27] kselftest/riscv: kselftest for user mode cfi

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

[PATCH] mm/cma: make detection of highmem_start more robust
 2025-05-20 15:08 UTC  (7+ messages)

[PATCH 00/15] Implement CONFIG_DEBUG_BUGVERBOSE_DETAILED=y, to improve WARN_ON_ONCE() output by adding the condition string
 2025-05-20 13:39 UTC  (25+ messages)
` [PATCH 01/15] bugs/core: Extend __WARN_FLAGS() with the 'cond_str' parameter
` [PATCH 02/15] bugs/core: Pass down the condition string of WARN_ON_ONCE(cond) warnings to __WARN_FLAGS()
` [PATCH 03/15] bugs/core: Introduce the CONFIG_DEBUG_BUGVERBOSE_DETAILED Kconfig switch
` [PATCH 04/15] bugs/x86: Extend _BUG_FLAGS() with the 'cond_str' parameter
` [PATCH 05/15] bugs/x86: Augment warnings output by concatenating 'cond_str' with the regular __FILE__ string in _BUG_FLAGS()
` [PATCH 06/15] bugs/powerpc: Pass in 'cond_str' to BUG_ENTRY()
` [PATCH 07/15] bugs/powerpc: Concatenate 'cond_str' with '__FILE__' in BUG_ENTRY(), to extend WARN_ON/BUG_ON output
` [PATCH 08/15] bugs/LoongArch: Pass in 'cond_str' to __BUG_ENTRY()
` [PATCH 09/15] bugs/LoongArch: Concatenate 'cond_str' with '__FILE__' in __BUG_ENTRY(), to extend WARN_ON/BUG_ON output
` [PATCH 10/15] bugs/s390: Pass in 'cond_str' to __EMIT_BUG()
` [PATCH 11/15] bugs/riscv: Pass in 'cond_str' to __BUG_FLAGS()
` [PATCH 12/15] bugs/riscv: Concatenate 'cond_str' with '__FILE__' in __BUG_FLAGS(), to extend WARN_ON/BUG_ON output
` [PATCH 13/15] bugs/parisc: Concatenate 'cond_str' with '__FILE__' in __WARN_FLAGS(), "
` [PATCH 14/15] bugs/sh: "
` [PATCH 15/15] bugs/core: Reorganize fields in the first line of WARNING output, add ->comm[] output

[PATCH bpf-next v5 0/3] Allow mmap of /sys/kernel/btf/vmlinux
 2025-05-20 13:01 UTC  (4+ 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 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  (17+ messages)
` [PATCH hyperv-next v2 1/4] Documentation: hyperv: "
` [PATCH hyperv-next v2 2/4] drivers: hyperv: VMBus protocol version 6.0
` [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

[PATCH v2 0/7] barrier: introduce smp_cond_load_*_timewait()
 2025-05-17  1:16 UTC  (7+ messages)

[arnd-asm-generic:asm-generic] BUILD SUCCESS 28d51df0dbaad038a69af134b92314ce7c2196e2
 2025-05-16 21:37 UTC 

[PATCH v3 0/9] module: Introduce hash-based integrity checking
 2025-05-16 18:09 UTC  (19+ messages)
` [PATCH v3 1/9] powerpc/ima: Drop unnecessary check for CONFIG_MODULE_SIG
` [PATCH v3 2/9] ima: efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIG

Metalanguage for the Linux UAPI
 2025-05-16 17:27 UTC  (11+ messages)

[PATCH v4 0/2] Implement endianess swap macros for RISC-V
 2025-05-16 14:37 UTC  (5+ messages)
` [PATCH v4 1/2] include/uapi/linux/swab.h: move default implementation for swab macros into asm-generic

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-05-15  8:18 UTC  (5+ 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 v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-15  7:50 UTC  (8+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-13  8:24 UTC  (7+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v5 4/7] fs: split fileattr/fsxattr converters into helpers

[PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
 2025-05-12 13:28 UTC  (2+ messages)

[PATCH 0/2] Add option for generating BTF types of global variables
 2025-05-12 11:15 UTC  (5+ messages)
` [PATCH 2/2] btf: Add the option to include global variable types

[PATCH] lib/crc: make arch-optimized code use subsys_initcall
 2025-05-10  3:59 UTC 

[PATCH 0/3] Drop explicit --hash-style= setting for new
 2025-05-09 17:30 UTC  (2+ messages)

Inquiry
 2025-05-09 13:55 UTC 

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

[PATCH v4 07/13] crypto: riscv/sha256 - implement library instead of shash
 2025-05-08 18:06 UTC  (3+ messages)

[arnd-asm-generic:asm-generic] BUILD SUCCESS 852faf805539484968aa8cc93866008b7a6d0d52
 2025-05-08  3:08 UTC 

[PATCH v2 1/5] bitfield: Silence a clang -Wshorten-64-to-32 warning
 2025-05-07  8:38 UTC  (2+ messages)

[PATCH hyperv-next v9 00/11] arm64: hyperv: Support Virtual Trust Level Boot
 2025-05-06  6:19 UTC  (2+ messages)

[PATCH AUTOSEL 6.12 086/486] s390/tlb: Use mm_has_pgste() instead of mm_alloc_pgste()
 2025-05-05 22:32 UTC 

[PATCH AUTOSEL 6.14 109/642] s390/tlb: Use mm_has_pgste() instead of mm_alloc_pgste()
 2025-05-05 22:05 UTC 

[PATCH bpf-next v2 0/3] Allow mmap of /sys/kernel/btf/vmlinux
 2025-05-05 16:32 UTC  (5+ messages)
` [PATCH bpf-next v2 1/3] btf: allow mmap of vmlinux btf


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