Linux API
[Prev Page][Next Page]
[PATCH 0/8] y2038: remove time32 ABI on rv32 and csky,
Arnd Bergmann
mremap vs sysctl_max_map_count,
Oscar Salvador
[PATCHv6 00/10] Heterogenous memory node attributes,
Keith Busch
- [PATCHv6 02/10] acpi: Add HMAT to generic parsing tables, Keith Busch
- [PATCHv6 04/10] node: Link memory nodes to their compute nodes, Keith Busch
- [PATCHv6 01/10] acpi: Create subtable parsing infrastructure, Keith Busch
- [PATCHv6 09/10] acpi/hmat: Register memory side cache attributes, Keith Busch
- [PATCHv6 10/10] doc/mm: New documentation for memory performance, Keith Busch
- [PATCHv6 07/10] acpi/hmat: Register processor domain to its memory, Keith Busch
- [PATCHv6 08/10] acpi/hmat: Register performance attributes, Keith Busch
- [PATCHv6 05/10] node: Add heterogenous memory access attributes, Keith Busch
- [PATCHv6 06/10] node: Add memory-side caching attributes, Keith Busch
- [PATCHv6 03/10] acpi/hmat: Parse and report heterogeneous memory, Keith Busch
- Re: [PATCHv6 00/10] Heterogenous memory node attributes, Brice Goglin
- Re: [PATCHv6 00/10] Heterogenous memory node attributes, Keith Busch
[RFC PATCH 0/6] Allow setting file birth time with utimensat(),
Omar Sandoval
- [RFC PATCH 1/6] fs: add btime to struct iattr, Omar Sandoval
- [RFC PATCH 2/6] fs: add AT_UTIME_BTIME for utimensat(), Omar Sandoval
- [RFC PATCH 3/6] Btrfs: add support for setting btime, Omar Sandoval
- [RFC PATCH 4/6] ext4: add support for setting btime, Omar Sandoval
- [RFC PATCH 5/6] f2fs: add support for setting btime, Omar Sandoval
- [PATCH] xfs_io: add AT_UTIME_BTIME support, Omar Sandoval
- [PATCH] utimensat2: document AT_UTIME_BTIME, Omar Sandoval
- [PATCH] generic: add a test for AT_UTIME_BTIME, Omar Sandoval
- [RFC PATCH 6/6] xfs: add support for setting btime, Omar Sandoval
- Re: [RFC PATCH 0/6] Allow setting file birth time with utimensat(), Dave Chinner
- Re: [RFC PATCH 0/6] Allow setting file birth time with utimensat(), Hans van Kranenburg
- Re: [RFC PATCH 0/6] Allow setting file birth time with utimensat(), David Sterba
Re: No system call to determine MAX_NUMNODES?,
Vlastimil Babka
[PATCH net-next] sock: consistent handling of extreme SO_SNDBUF/SO_RCVBUF values,
Guillaume Nault
[PATCH v5 0/5] namei: vfs flags to restrict path resolution,
Aleksa Sarai
[PATCH 1/4] glibc: Perform rseq(2) registration at C startup and thread creation (v7),
Mathieu Desnoyers
[PATCH 2/4] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux,
Mathieu Desnoyers
Re: + sysctl-return-einval-if-val-violates-minmax.patch added to -mm tree,
Luis Chamberlain
[PATCHSET v15] io_uring IO interface,
Jens Axboe
- [PATCH 01/19] fs: add an iopoll method to struct file_operations, Jens Axboe
- [PATCH] io_uring: add io_uring_event cache hit information, Jens Axboe
- [PATCH 02/19] block: wire up block device iopoll method, Jens Axboe
- [PATCH 03/19] block: add bio_set_polled() helper, Jens Axboe
- [PATCH 04/19] iomap: wire up the iopoll method, Jens Axboe
- [PATCH 06/19] io_uring: add fsync support, Jens Axboe
- [PATCH 05/19] Add io_uring IO interface, Jens Axboe
- [PATCH 07/19] io_uring: support for IO polling, Jens Axboe
- [PATCH 08/19] fs: add fget_many() and fput_many(), Jens Axboe
- [PATCH 09/19] io_uring: use fget/fput_many() for file references, Jens Axboe
- [PATCH 10/19] io_uring: batch io_kiocb allocation, Jens Axboe
- [PATCH 11/19] block: implement bio helper to add iter bvec pages to bio, Jens Axboe
- [PATCH 15/19] io_uring: add submission polling, Jens Axboe
- [PATCH 16/19] io_uring: add io_kiocb ref count, Jens Axboe
- [PATCH 14/19] io_uring: add file set registration, Jens Axboe
- [PATCH 17/19] io_uring: add support for IORING_OP_POLL, Jens Axboe
- [PATCH 13/19] net: split out functions related to registering inflight socket files, Jens Axboe
- [PATCH 18/19] io_uring: allow workqueue item to handle multiple buffered requests, Jens Axboe
- [PATCH 19/19] io_uring: add io_uring_event cache hit information, Jens Axboe
- [PATCH 12/19] io_uring: add support for pre-mapped user IO buffers, Jens Axboe
- Re: [PATCHSET v15] io_uring IO interface, Marek Majkowski
[RFC PATCH v2 00/20] fscrypt: key management improvements,
Eric Biggers
- [RFC PATCH v2 02/20] fscrypt: use FSCRYPT_ prefix for uapi constants, Eric Biggers
- [RFC PATCH v2 01/20] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>, Eric Biggers
- [RFC PATCH v2 04/20] fs: add ->s_master_keys to struct super_block, Eric Biggers
- [RFC PATCH v2 03/20] fscrypt: use FSCRYPT_* definitions, not FS_*, Eric Biggers
- [RFC PATCH v2 13/20] fscrypt: add an HKDF-SHA512 implementation, Eric Biggers
- [RFC PATCH v2 18/20] f2fs: wire up new fscrypt ioctls, Eric Biggers
- [RFC PATCH v2 14/20] fscrypt: v2 encryption policy support, Eric Biggers
- [RFC PATCH v2 20/20] fscrypt: document the new ioctls and policy version, Eric Biggers
- [RFC PATCH v2 16/20] fscrypt: require that key be added when setting a v2 encryption policy, Eric Biggers
- [RFC PATCH v2 15/20] fscrypt: allow unprivileged users to add/remove keys for v2 policies, Eric Biggers
- [RFC PATCH v2 17/20] ext4: wire up new fscrypt ioctls, Eric Biggers
- [RFC PATCH v2 19/20] ubifs: wire up new fscrypt ioctls, Eric Biggers
- [RFC PATCH v2 12/20] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl, Eric Biggers
- [RFC PATCH v2 09/20] fs/inode.c: rename and export dispose_list(), Eric Biggers
- [RFC PATCH v2 08/20] fs/inode.c: export inode_lru_list_del(), Eric Biggers
- [RFC PATCH v2 10/20] fs/dcache.c: add shrink_dcache_inode(), Eric Biggers
- [RFC PATCH v2 06/20] fscrypt: refactor v1 policy key setup into keysetup_legacy.c, Eric Biggers
- [RFC PATCH v2 11/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl, Eric Biggers
- [RFC PATCH v2 07/20] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl, Eric Biggers
- [RFC PATCH v2 05/20] fscrypt: add ->ci_inode to fscrypt_info, Eric Biggers
[PATCH] mmap.2: describe the 5level paging hack,
Jann Horn
[PATCH v4 0/3] sysctl: handle overflow for file-max,
Christian Brauner
[PATCHSET v14] io_uring IO interface,
Jens Axboe
- [PATCH 01/19] fs: add an iopoll method to struct file_operations, Jens Axboe
- [PATCH 02/19] block: wire up block device iopoll method, Jens Axboe
- [PATCH 03/19] block: add bio_set_polled() helper, Jens Axboe
- [PATCH 04/19] iomap: wire up the iopoll method, Jens Axboe
- [PATCH 05/19] Add io_uring IO interface, Jens Axboe
- [PATCH 06/19] io_uring: add fsync support, Jens Axboe
- [PATCH 07/19] io_uring: support for IO polling, Jens Axboe
- [PATCH 08/19] fs: add fget_many() and fput_many(), Jens Axboe
- [PATCH 09/19] io_uring: use fget/fput_many() for file references, Jens Axboe
- [PATCH 10/19] io_uring: batch io_kiocb allocation, Jens Axboe
- [PATCH 11/19] block: implement bio helper to add iter bvec pages to bio, Jens Axboe
- [PATCH 12/19] io_uring: add support for pre-mapped user IO buffers, Jens Axboe
- [PATCH 13/19] net: split out functions related to registering inflight socket files, Jens Axboe
- [PATCH 14/19] io_uring: add file set registration, Jens Axboe
- [PATCH 15/19] io_uring: add submission polling, Jens Axboe
- [PATCH 16/19] io_uring: add io_kiocb ref count, Jens Axboe
- [PATCH 17/19] io_uring: add support for IORING_OP_POLL, Jens Axboe
- [PATCH 18/19] io_uring: allow workqueue item to handle multiple buffered requests, Jens Axboe
- [PATCH 19/19] io_uring: add io_uring_event cache hit information, Jens Axboe
[PATCHSET v13] io_uring IO interface,
Jens Axboe
- [PATCH 01/19] fs: add an iopoll method to struct file_operations, Jens Axboe
- [PATCH 02/19] block: wire up block device iopoll method, Jens Axboe
- [PATCH 03/19] block: add bio_set_polled() helper, Jens Axboe
- [PATCH 04/19] iomap: wire up the iopoll method, Jens Axboe
- [PATCH 05/19] Add io_uring IO interface, Jens Axboe
- [PATCH 06/19] io_uring: add fsync support, Jens Axboe
- [PATCH 07/19] io_uring: support for IO polling, Jens Axboe
- [PATCH 08/19] fs: add fget_many() and fput_many(), Jens Axboe
- [PATCH 09/19] io_uring: use fget/fput_many() for file references, Jens Axboe
- [PATCH 10/19] io_uring: batch io_kiocb allocation, Jens Axboe
- [PATCH 11/19] block: implement bio helper to add iter bvec pages to bio, Jens Axboe
- [PATCH 12/19] io_uring: add support for pre-mapped user IO buffers, Jens Axboe
- [PATCH 13/19] net: split out functions related to registering inflight socket files, Jens Axboe
- [PATCH 14/19] io_uring: add file set registration, Jens Axboe
- [PATCH 15/19] io_uring: add submission polling, Jens Axboe
- [PATCH 16/19] io_uring: add io_kiocb ref count, Jens Axboe
- [PATCH 19/19] io_uring: add io_uring_event cache hit information, Jens Axboe
- [PATCH 18/19] io_uring: allow workqueue item to handle multiple buffered requests, Jens Axboe
- [PATCH 17/19] io_uring: add support for IORING_OP_POLL, Jens Axboe
[PATCH v7 00/15] Add utilization clamping support,
Patrick Bellasi
- [PATCH v7 01/15] sched/core: uclamp: Add CPU's clamp buckets refcounting, Patrick Bellasi
- [PATCH v7 05/15] sched/core: uclamp: Extend sched_setattr() to support utilization clamping, Patrick Bellasi
- [PATCH v7 10/15] sched/fair: uclamp: Add uclamp support to energy_compute(), Patrick Bellasi
- [PATCH v7 11/15] sched/core: uclamp: Extend CPU's cgroup controller, Patrick Bellasi
- [PATCH v7 15/15] sched/core: uclamp: Update CPU's refcount on TG's clamp changes, Patrick Bellasi
- [PATCH v7 02/15] sched/core: uclamp: Enforce last task UCLAMP_MAX, Patrick Bellasi
- [PATCH v7 04/15] sched/core: Allow sched_setattr() to use the current policy, Patrick Bellasi
- [PATCH v7 03/15] sched/core: uclamp: Add system default clamps, Patrick Bellasi
- [PATCH v7 06/15] sched/core: uclamp: Reset uclamp values on RESET_ON_FORK, Patrick Bellasi
- [PATCH v7 07/15] sched/core: uclamp: Set default clamps for RT tasks, Patrick Bellasi
- [PATCH v7 08/15] sched/cpufreq: uclamp: Add clamps for FAIR and RT tasks, Patrick Bellasi
- [PATCH v7 09/15] sched/core: uclamp: Add uclamp_util_with(), Patrick Bellasi
- [PATCH v7 13/15] sched/core: uclamp: Propagate system defaults to root group, Patrick Bellasi
- [PATCH v7 14/15] sched/core: uclamp: Use TG's clamps to restrict TASK's clamps, Patrick Bellasi
- [PATCH v7 12/15] sched/core: uclamp: Propagate parent clamps, Patrick Bellasi
[PATCHSET v12] io_uring IO interface,
Jens Axboe
- [PATCH 01/18] fs: add an iopoll method to struct file_operations, Jens Axboe
- [PATCH 02/18] block: wire up block device iopoll method, Jens Axboe
- [PATCH 03/18] block: add bio_set_polled() helper, Jens Axboe
- [PATCH 04/18] iomap: wire up the iopoll method, Jens Axboe
- [PATCH 05/18] Add io_uring IO interface, Jens Axboe
- [PATCH 06/18] io_uring: add fsync support, Jens Axboe
- [PATCH 07/18] io_uring: support for IO polling, Jens Axboe
- [PATCH 08/18] fs: add fget_many() and fput_many(), Jens Axboe
- [PATCH 09/18] io_uring: use fget/fput_many() for file references, Jens Axboe
- [PATCH 10/18] io_uring: batch io_kiocb allocation, Jens Axboe
- [PATCH 11/18] block: implement bio helper to add iter bvec pages to bio, Jens Axboe
- [PATCH 12/18] io_uring: add support for pre-mapped user IO buffers, Jens Axboe
- [PATCH 13/18] io_uring: add file set registration, Jens Axboe
- [PATCH 14/18] io_uring: add submission polling, Jens Axboe
- [PATCH 15/18] io_uring: add io_kiocb ref count, Jens Axboe
- [PATCH 16/18] io_uring: add support for IORING_OP_POLL, Jens Axboe
- [PATCH 17/18] io_uring: allow workqueue item to handle multiple buffered requests, Jens Axboe
- [PATCH 18/18] io_uring: add io_uring_event cache hit information, Jens Axboe
[PATCH 00/32] kernel: Introduce Time Namespace,
Dmitry Safonov
- [PATCH 01/32] ns: Introduce Time Namespace, Dmitry Safonov
- [PATCH 02/32] timens: Add timens_offsets, Dmitry Safonov
- [PATCH 04/32] timens: Introduce CLOCK_BOOTTIME offset, Dmitry Safonov
- [PATCH 13/32] x86/vdso: Build timens .so(s), Dmitry Safonov
- [PATCH 14/32] x86/VDSO: Build VDSO with -ffunction-sections, Dmitry Safonov
- [PATCH 21/32] x86/vdso: Switch image on setns()/unshare()/clone(), Dmitry Safonov
- [PATCH 24/32] selftest/timens: Add Time Namespace test for supported clocks, Dmitry Safonov
- [PATCH 25/32] selftest/timens: Add a test for timerfd, Dmitry Safonov
- [PATCH 32/32] x86/vdso: Restrict splitting VVAR VMA, Dmitry Safonov
- [PATCH 30/32] selftest/timens: Check that a right vdso is mapped after fork and exec, Dmitry Safonov
- [PATCH 31/32] x86/vdso: Align VDSO functions by CPU L1 cache line, Dmitry Safonov
- [PATCH 28/32] selftest/timens: Add timer offsets test, Dmitry Safonov
- [PATCH 29/32] selftests: Add a simple perf test for clock_gettime(), Dmitry Safonov
- [PATCH 26/32] selftest/timens: Add a test for clock_nanosleep(), Dmitry Safonov
- [PATCH 27/32] selftest/timens: Add procfs selftest, Dmitry Safonov
- [PATCH 19/32] x86/vdso2c: Align LOCAL symbols between vdso{-timens,}.so, Dmitry Safonov
- [PATCH 20/32] x86/vdso: Initialize timens 64-bit vdso, Dmitry Safonov
- [PATCH 22/32] timens: Add align for timens_offsets, Dmitry Safonov
- [PATCH 23/32] timens/fs/proc: Introduce /proc/pid/timens_offsets, Dmitry Safonov
- [PATCH 18/32] x86/vdso.lds: Align !timens (host's) vdso.so entries, Dmitry Safonov
- [PATCH 17/32] x86/vdso2c: Sort vdso entries by addresses for linker script, Dmitry Safonov
- [PATCH 16/32] x86/vdso: Generate vdso{,32}-timens.lds, Dmitry Safonov
- [PATCH 15/32] x86/vdso2c: Optionally produce linker script for vdso entries, Dmitry Safonov
- [PATCH 08/32] timens: Shift /proc/uptime, Dmitry Safonov
- [PATCH 12/32] x86/vdso/timens: Add offsets page in vvar, Dmitry Safonov
- [PATCH 11/32] x86/vdso/Makefile: Add vobjs32, Dmitry Safonov
- [PATCH 10/32] x86/vdso2c: Convert iterator to unsigned, Dmitry Safonov
- [PATCH 09/32] x86/vdso2c: Correct err messages on file opening, Dmitry Safonov
- [PATCH 07/32] timens/kernel: Take into account timens clock offsets in clock_nanosleep, Dmitry Safonov
- [PATCH 03/32] timens: Introduce CLOCK_MONOTONIC offsets, Dmitry Safonov
- [PATCH 05/32] timerfd/timens: Take into account ns clock offsets, Dmitry Safonov
- [PATCH 06/32] posix-timers/timens: Take into account clock offsets, Dmitry Safonov
[RFC PATCH 1/4] glibc: Perform rseq(2) registration at C startup and thread creation (v7),
Mathieu Desnoyers
[PATCHSET v11] io_uring IO interface,
Jens Axboe
- [PATCH 01/18] fs: add an iopoll method to struct file_operations, Jens Axboe
- [PATCH 02/18] block: wire up block device iopoll method, Jens Axboe
- [PATCH 03/18] block: add bio_set_polled() helper, Jens Axboe
- [PATCH 04/18] iomap: wire up the iopoll method, Jens Axboe
- [PATCH 05/18] Add io_uring IO interface, Jens Axboe
- [PATCH 06/18] io_uring: add fsync support, Jens Axboe
- [PATCH 07/18] io_uring: support for IO polling, Jens Axboe
- [PATCH 08/18] fs: add fget_many() and fput_many(), Jens Axboe
- [PATCH 09/18] io_uring: use fget/fput_many() for file references, Jens Axboe
- [PATCH 10/18] io_uring: batch io_kiocb allocation, Jens Axboe
- [PATCH 11/18] block: implement bio helper to add iter bvec pages to bio, Jens Axboe
- [PATCH 12/18] io_uring: add support for pre-mapped user IO buffers, Jens Axboe
- [PATCH 13/18] io_uring: add file set registration, Jens Axboe
- [PATCH 14/18] io_uring: add submission polling, Jens Axboe
- [PATCH 15/18] io_uring: add io_kiocb ref count, Jens Axboe
- [PATCH 16/18] io_uring: add support for IORING_OP_POLL, Jens Axboe
- [PATCH 18/18] io_uring: add io_uring_event cache hit information, Jens Axboe
- [PATCH 17/18] io_uring: allow workqueue item to handle multiple buffered requests, Jens Axboe
- Re: [PATCHSET v11] io_uring IO interface, Bart Van Assche
[PATCHSET v10] io_uring IO interface,
Jens Axboe
- [PATCH 04/18] iomap: wire up the iopoll method, Jens Axboe
- [PATCH 05/18] Add io_uring IO interface, Jens Axboe
- [PATCH 12/18] io_uring: add support for pre-mapped user IO buffers, Jens Axboe
- [PATCH 08/18] fs: add fget_many() and fput_many(), Jens Axboe
- [PATCH 06/18] io_uring: add fsync support, Jens Axboe
- [PATCH 07/18] io_uring: support for IO polling, Jens Axboe
- [PATCH 02/18] block: wire up block device iopoll method, Jens Axboe
- [PATCH 14/18] io_uring: add submission polling, Jens Axboe
- [PATCH 10/18] io_uring: batch io_kiocb allocation, Jens Axboe
- [PATCH 18/18] io_uring: add io_uring_event cache hit information, Jens Axboe
- [PATCH 16/18] io_uring: add support for IORING_OP_POLL, Jens Axboe
- [PATCH 09/18] io_uring: use fget/fput_many() for file references, Jens Axboe
- [PATCH 11/18] block: implement bio helper to add iter bvec pages to bio, Jens Axboe
- [PATCH 01/18] fs: add an iopoll method to struct file_operations, Jens Axboe
- [PATCH 13/18] io_uring: add file set registration, Jens Axboe
- [PATCH 03/18] block: add bio_set_polled() helper, Jens Axboe
- [PATCH 17/18] io_uring: allow workqueue item to handle multiple buffered requests, Jens Axboe
- [PATCH 15/18] io_uring: add io_kiocb ref count, Jens Axboe
Re: [PATCH] EFI: Expose GOP mode number through sysfs and add documentation.,
Ard Biesheuvel
[RFD] A mount api that notices previous mounts,
Eric W. Biederman
[PATCHSET v9] io_uring IO interface,
Jens Axboe
- [PATCH 01/18] fs: add an iopoll method to struct file_operations, Jens Axboe
- [PATCH 02/18] block: wire up block device iopoll method, Jens Axboe
- [PATCH 03/18] block: add bio_set_polled() helper, Jens Axboe
- [PATCH 04/18] iomap: wire up the iopoll method, Jens Axboe
- [PATCH 05/18] Add io_uring IO interface, Jens Axboe
- [PATCH 06/18] io_uring: add fsync support, Jens Axboe
- [PATCH 08/18] fs: add fget_many() and fput_many(), Jens Axboe
- [PATCH 07/18] io_uring: support for IO polling, Jens Axboe
- [PATCH 09/18] io_uring: use fget/fput_many() for file references, Jens Axboe
- [PATCH 10/18] io_uring: batch io_kiocb allocation, Jens Axboe
- [PATCH 11/18] block: implement bio helper to add iter bvec pages to bio, Jens Axboe
- [PATCH 12/18] io_uring: add support for pre-mapped user IO buffers, Jens Axboe
- [PATCH 13/18] io_uring: add file set registration, Jens Axboe
- [PATCH 14/18] io_uring: add submission polling, Jens Axboe
- [PATCH 15/18] io_uring: add io_kiocb ref count, Jens Axboe
- [PATCH 16/18] io_uring: add support for IORING_OP_POLL, Jens Axboe
- [PATCH 17/18] io_uring: allow workqueue item to handle multiple buffered requests, Jens Axboe
- [PATCH 18/18] io_uring: add io_uring_event cache hit information, Jens Axboe
[PATCH] Fix: membarrier: racy access to p->mm in membarrier_global_expedited(),
Mathieu Desnoyers
[PATCHSET v8] io_uring IO interface,
Jens Axboe
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]