[PATCH v3] vdso: Remove struct getcpu_cache
2025-12-30 7:08 UTC
[PATCH 0/9] vDSO: Provide clock_getres_time64() where applicable
2025-12-23 6:59 UTC (10+ messages)
` [PATCH 1/9] vdso: Add prototype for __vdso_clock_getres_time64()
` [PATCH 2/9] selftests: vDSO: vdso_config: Add configurations for clock_getres_time64()
` [PATCH 3/9] selftests: vDSO: vdso_test_abi: Use UAPI system call numbers
` [PATCH 4/9] selftests: vDSO: vdso_test_abi: Add test for clock_getres_time64()
` [PATCH 5/9] x86/vdso: Provide clock_getres_time64() for x86-32
` [PATCH 6/9] ARM: VDSO: also patch out __vdso_clock_getres() if unavailable
` [PATCH 7/9] ARM: VDSO: provide clock_getres_time64()
` [PATCH 8/9] arm64: vdso32: Provide clock_getres_time64()
` [PATCH 9/9] MIPS: vdso: Provide getres_time64() for 32-bit ABIs
[PATCHSET V4 1/2] fs: generic file IO error reporting
2025-12-22 15:01 UTC (7+ messages)
` [PATCH 1/6] uapi: promote EFSCORRUPTED and EUCLEAN to errno.h
[RFC PATCH v5 00/15] Kernel API Specification Framework
2025-12-18 20:42 UTC (16+ messages)
` [RFC PATCH v5 01/15] kernel/api: introduce kernel API specification framework
` [RFC PATCH v5 02/15] kernel/api: enable kerneldoc-based API specifications
` [RFC PATCH v5 03/15] kernel/api: add debugfs interface for kernel "
` [RFC PATCH v5 04/15] tools/kapi: Add kernel API specification extraction tool
` [RFC PATCH v5 05/15] kernel/api: add API specification for io_setup
` [RFC PATCH v5 06/15] kernel/api: add API specification for io_destroy
` [RFC PATCH v5 07/15] kernel/api: add API specification for io_submit
` [RFC PATCH v5 08/15] kernel/api: add API specification for io_cancel
` [RFC PATCH v5 09/15] kernel/api: add API specification for setxattr
` [RFC PATCH v5 10/15] kernel/api: add API specification for lsetxattr
` [RFC PATCH v5 11/15] kernel/api: add API specification for fsetxattr
` [RFC PATCH v5 12/15] kernel/api: add API specification for sys_open
` [RFC PATCH v5 13/15] kernel/api: add API specification for sys_close
` [RFC PATCH v5 14/15] kernel/api: add API specification for sys_read
` [RFC PATCH v5 15/15] kernel/api: add API specification for sys_write
[PATCH v23 0/8] fork: Support shadow stacks in clone3()
2025-12-18 18:55 UTC (10+ messages)
` [PATCH v23 1/8] arm64/gcs: Return a success value from gcs_alloc_thread_stack()
` [PATCH v23 2/8] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH v23 3/8] selftests: Provide helper header for shadow stack testing
` [PATCH v23 4/8] fork: Add shadow stack support to clone3()
` [PATCH v23 5/8] selftests/clone3: Remove redundant flushes of output streams
` [PATCH v23 6/8] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH v23 7/8] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH v23 8/8] selftests/clone3: Test shadow stack support
[PATCH v4 0/3] initrd: remove half of classic initrd support
2025-12-15 17:59 UTC (12+ messages)
` [PATCH v4 1/3] init: remove deprecated "load_ramdisk" and "prompt_ramdisk" command line parameters
` [PATCH v4 2/3] initrd: remove deprecated code path (linuxrc)
` [PATCH v4 3/3] init: remove /proc/sys/kernel/real-root-dev
[PATCH v2] usb: gadget: f_midi: allow customizing the USB MIDI interface string through configfs
2025-12-10 13:26 UTC (2+ messages)
Maintainers / Kernel Summit 2021 planning kick-off
2025-12-03 1:15 UTC
[PATCH] sched/deadline: Add reporting of runtime left & abs deadline to sched_getattr() for DEADLINE tasks
2025-12-01 15:09 UTC (3+ messages)
[PATCH 0/2] man7/ip.7: Clarify PKTINFO's docs
2025-11-26 21:06 UTC (7+ messages)
` [PATCH 2/2] man/man7/ip.7: Reword IP_PKTINFO's description
[PATCH v8 00/18] Live Update Orchestrator
2025-11-25 19:01 UTC (26+ messages)
` [PATCH v8 01/18] liveupdate: luo_core: Live Update Orchestrato,
` [PATCH v8 02/18] liveupdate: luo_core: integrate with KHO
` [PATCH v8 03/18] kexec: call liveupdate_reboot() before kexec
` [PATCH v8 04/18] liveupdate: luo_session: add sessions support
` [PATCH v8 05/18] liveupdate: luo_core: add user interface
` [PATCH v8 06/18] liveupdate: luo_file: implement file systems callbacks
` [PATCH v8 07/18] liveupdate: luo_session: Add ioctls for file preservation
` [PATCH v8 08/18] docs: add luo documentation
` [PATCH v8 09/18] MAINTAINERS: add liveupdate entry
` [PATCH v8 10/18] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v8 11/18] mm: shmem: allow freezing inode mapping
` [PATCH v8 12/18] mm: shmem: export some functions to internal.h
` [PATCH v8 13/18] liveupdate: luo_file: add private argument to store runtime state
` [PATCH v8 14/18] mm: memfd_luo: allow preserving memfd
` [PATCH v8 15/18] docs: add documentation for memfd preservation via LUO
` [PATCH v8 16/18] selftests/liveupdate: Add userspace API selftests
` [PATCH v8 17/18] selftests/liveupdate: Add simple kexec-based selftest for LUO
` [PATCH v8 18/18] selftests/liveupdate: Add kexec test for multiple and empty sessions
[PATCH v7 00/22] Live Update Orchestrator
2025-11-25 18:42 UTC (66+ messages)
` [PATCH v7 01/22] liveupdate: luo_core: "
` [PATCH v7 02/22] liveupdate: luo_core: integrate with KHO
` [PATCH v7 03/22] kexec: call liveupdate_reboot() before kexec
` [PATCH v7 04/22] liveupdate: luo_session: add sessions support
` [PATCH v7 05/22] liveupdate: luo_core: add user interface
` [PATCH v7 06/22] liveupdate: luo_file: implement file systems callbacks
` [PATCH v7 07/22] liveupdate: luo_session: Add ioctls for file preservation
` [PATCH v7 08/22] docs: add luo documentation
` [PATCH v7 09/22] MAINTAINERS: add liveupdate entry
` [PATCH v7 10/22] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v7 11/22] mm: shmem: allow freezing inode mapping
` [PATCH v7 12/22] mm: shmem: export some functions to internal.h
` [PATCH v7 13/22] liveupdate: luo_file: add private argument to store runtime state
` [PATCH v7 14/22] mm: memfd_luo: allow preserving memfd
` [PATCH v7 15/22] docs: add documentation for memfd preservation via LUO
` [PATCH v7 16/22] selftests/liveupdate: Add userspace API selftests
` [PATCH v7 17/22] selftests/liveupdate: Add kexec-based selftest for
` [PATCH v7 18/22] selftests/liveupdate: Add kexec test for multiple and empty sessions
` [PATCH v7 19/22] selftests/liveupdate: add test infrastructure and scripts
` [PATCH v7 20/22] liveupdate: luo_file: Add internal APIs for file preservation
` [PATCH v7 21/22] liveupdate: luo_flb: Introduce File-Lifecycle-Bound global state
` [PATCH v7 22/22] tests/liveupdate: Add in-kernel liveupdate test
[PATCH v6 02/20] liveupdate: luo_core: integrate with KHO
2025-11-24 19:08 UTC (11+ messages)
[PATCH v6 00/20] Live Update Orchestrator
2025-11-24 15:06 UTC (35+ messages)
` [PATCH v6 03/20] kexec: call liveupdate_reboot() before kexec
` [PATCH v6 04/20] liveupdate: luo_session: add sessions support
` [PATCH v6 05/20] liveupdate: luo_ioctl: add user interface
` [PATCH v6 06/20] liveupdate: luo_file: implement file systems callbacks
` [PATCH v6 08/20] liveupdate: luo_flb: Introduce File-Lifecycle-Bound global state
` [PATCH v6 12/20] mm: shmem: allow freezing inode mapping
` [PATCH v6 15/20] mm: memfd_luo: allow preserving memfd
` [PATCH v6 18/20] selftests/liveupdate: Add kexec-based selftest for session lifecycle
[PATCH v6 0/9] futex: Create {set,get}_robust_list2() syscalls
2025-11-23 20:02 UTC (19+ messages)
` [PATCH v6 1/9] futex: Use explicit sizes for compat_robust_list structs
` [PATCH v6 2/9] futex: Make exit_robust_list32() unconditionally available for 64-bit kernels
` [PATCH v6 3/9] futex: Create set_robust_list2() syscall
` [PATCH v6 4/9] futex: Create get_robust_list2() syscall
` [PATCH v6 5/9] futex: Wire up set_robust_list2 syscall
` [PATCH v6 6/9] futex: Wire up get_robust_list2 syscall
` [PATCH v6 7/9] selftests/futex: Expand for set_robust_list2()
` [PATCH v6 8/9] selftests/futex: Expand for get_robust_list2()
` [PATCH v6 9/9] futex: Use new robust list API internally
RFC: Serial port DTR/RTS - O_NRESETDEV
2025-11-20 13:31 UTC (19+ messages)
` RFC: Serial port DTR/RTS - O_<something>
Safety of resolving untrusted paths with detached mount dirfd
2025-11-20 9:24 UTC (5+ messages)
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).