[PATCH v5 00/22] Live Update Orchestrator
2025-11-12 20:47 UTC (51+ messages)
` [PATCH v5 01/22] liveupdate: luo_core: luo_ioctl: "
` [PATCH v5 02/22] liveupdate: luo_core: integrate with KHO
` [PATCH v5 03/22] reboot: call liveupdate_reboot() before kexec
` [PATCH v5 04/22] liveupdate: Kconfig: Make debugfs optional
` [PATCH v5 05/22] liveupdate: kho: when live update add KHO image during kexec load
` [PATCH v5 06/22] liveupdate: luo_session: add sessions support
` [PATCH v5 07/22] liveupdate: luo_ioctl: add user interface
` [PATCH v5 08/22] liveupdate: luo_file: implement file systems callbacks
` [PATCH v5 09/22] liveupdate: luo_session: Add ioctls for file preservation and state management
` [PATCH v5 10/22] liveupdate: luo_flb: Introduce File-Lifecycle-Bound global state
` [PATCH v5 11/22] docs: add luo documentation
` [PATCH v5 12/22] MAINTAINERS: add liveupdate entry
` [PATCH v5 13/22] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v5 14/22] mm: shmem: allow freezing inode mapping
` [PATCH v5 15/22] mm: shmem: export some functions to internal.h
` [PATCH v5 16/22] liveupdate: luo_file: add private argument to store runtime state
` [PATCH v5 17/22] mm: memfd_luo: allow preserving memfd
` [PATCH v5 18/22] docs: add documentation for memfd preservation via LUO
` [PATCH v5 19/22] selftests/liveupdate: Add userspace API selftests
` [PATCH v5 20/22] selftests/liveupdate: Add kexec-based selftest for session lifecycle
` [PATCH v5 21/22] selftests/liveupdate: Add kexec test for multiple and empty sessions
` [PATCH v5 22/22] tests/liveupdate: Add in-kernel liveupdate test
RFC: Serial port DTR/RTS - O_NRESETDEV
2025-11-12 19:55 UTC (22+ messages)
[PATCH RFC 0/4] Introduce 128-bit IO access
2025-11-12 14:48 UTC (9+ messages)
` [PATCH RFC 1/4] UAPI: Introduce 128-bit types and byteswap operations
` [PATCH RFC 2/4] asm-generic/io.h: add io{read,write}128 accessors
` [PATCH RFC 3/4] io-128-nonatomic: introduce io{read|write}128_{lo_hi|hi_lo}
` [PATCH RFC 4/4] arm64/io: Add {__raw_read|__raw_write}128 support
[PATCH] man/man2/clone.2: Document CLONE_NEWPID and CLONE_NEWUSER flag
2025-11-12 11:23 UTC (4+ messages)
[PATCH v6 00/17] vfs: recall-only directory delegations for knfsd
2025-11-12 9:00 UTC (20+ messages)
` [PATCH v6 01/17] filelock: make lease_alloc() take a flags argument
` [PATCH v6 02/17] filelock: rework the __break_lease API to use flags
` [PATCH v6 03/17] filelock: add struct delegated_inode
` [PATCH v6 04/17] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v6 05/17] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v6 06/17] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v6 07/17] vfs: allow rmdir "
` [PATCH v6 08/17] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v6 09/17] vfs: clean up argument list for vfs_create()
` [PATCH v6 10/17] vfs: make vfs_create break delegations on parent directory
` [PATCH v6 11/17] vfs: make vfs_mknod "
` [PATCH v6 12/17] vfs: make vfs_symlink break delegations on parent dir
` [PATCH v6 13/17] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v6 14/17] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v6 15/17] nfsd: allow DELEGRETURN on directories
` [PATCH v6 16/17] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v6 17/17] vfs: expose delegation support to userland
truncatat? was, Re: [RFC] xfs: fake fallocate success for always CoW inodes
2025-11-10 10:00 UTC (2+ messages)
[PATCH v6 0/5] lsm: introduce lsm_config_self_policy() and lsm_config_system_policy() syscalls
2025-11-04 14:41 UTC (14+ messages)
` [PATCH v6 1/5] Wire up lsm_config_self_policy and lsm_config_system_policy syscalls
` [PATCH v6 2/5] lsm: introduce security_lsm_config_*_policy hooks
` [PATCH v6 3/5] AppArmor: add support for lsm_config_self_policy and lsm_config_system_policy
` [PATCH v6 4/5] SELinux: add support for lsm_config_system_policy
` [PATCH v6 5/5] Smack: add support for lsm_config_self_policy and lsm_config_system_policy
[PATCH v4 00/30] Live Update Orchestrator
2025-10-30 14:45 UTC (35+ messages)
` [PATCH v4 14/30] liveupdate: luo_session: Add ioctls for file preservation and state management
[PATCH v5 0/8] man2: document "new" mount API
2025-10-26 17:27 UTC (3+ messages)
[PATCH v3 0/3] initrd: remove half of classic initrd support
2025-10-22 16:41 UTC (10+ messages)
` [PATCH v3 1/3] init: remove deprecated "load_ramdisk" and "prompt_ramdisk" command line parameters
` [PATCH v3 2/3] initrd: remove deprecated code path (linuxrc)
` [PATCH v3 3/3] init: remove /proc/sys/kernel/real-root-dev
[PATCH v3 00/20] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
2025-10-20 13:53 UTC (9+ messages)
` [PATCH v3 20/20] mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MAPCOUNT)
[PATCH v22 0/8] fork: Support shadow stacks in clone3()
2025-10-15 12:49 UTC (9+ messages)
` [PATCH v22 1/8] arm64/gcs: Return a success value from gcs_alloc_thread_stack()
` [PATCH v22 2/8] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH v22 3/8] selftests: Provide helper header for shadow stack testing
` [PATCH v22 4/8] fork: Add shadow stack support to clone3()
` [PATCH v22 5/8] selftests/clone3: Remove redundant flushes of output streams
` [PATCH v22 6/8] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH v22 7/8] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH v22 8/8] selftests/clone3: Test shadow stack support
[PATCH v2] vdso: Remove struct getcpu_cache
2025-10-14 8:56 UTC (8+ messages)
[PATCH v2 0/3] initrd: remove half of classic initrd support
2025-10-13 10:29 UTC (10+ messages)
` [PATCH v2 1/3] init: remove deprecated "load_ramdisk" and "prompt_ramdisk" command line parameters
` [PATCH v2 2/3] initrd: remove deprecated code path (linuxrc)
` [PATCH v2 3/3] init: remove /proc/sys/kernel/real-root-dev
[PATCH] fs: Propagate FMODE_NOCMTIME flag to user-facing O_NOCMTIME
2025-10-11 4:04 UTC (10+ messages)
[PATCH v5 0/3] lsm: introduce lsm_config_self_policy() and lsm_config_system_policy() syscalls
2025-10-10 14:59 UTC (8+ messages)
` [PATCH v5 2/3] lsm: introduce security_lsm_config_*_policy hooks
[PATCH 0/2] Fix to EOPNOTSUPP double conversion in ioctl_setflags()
2025-10-10 11:47 UTC (6+ messages)
` [PATCH 2/2] fs: return EOPNOTSUPP from file_setattr/file_getattr syscalls
[PATCH v3 00/30] Live Update Orchestrator
2025-10-10 6:39 UTC (10+ messages)
` [PATCH v3 19/30] liveupdate: luo_sysfs: add sysfs state monitoring
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-10-10 4:57 UTC (3+ messages)
` [PATCH-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd support)
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-10-10 4:09 UTC (6+ messages)
` [PATCH RESEND 28/62] init: alpha, arc, arm, arm64, csky, m68k, microblaze, mips, nios2, openrisc, parisc, powerpc, s390, sh, sparc, um, x86, xtensa: rename initrd_{start,end} to virt_external_initramfs_{start,end}
page: next (older)
- 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).