linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-18 16:14:40 to 2019-01-28 21:56:27 UTC [more...]

[PATCHSET v8] io_uring IO interface
 2019-01-28 21:56 UTC  (21+ messages)
` [PATCH 01/18] fs: add an iopoll method to struct file_operations
` [PATCH 02/18] block: wire up block device iopoll method
` [PATCH 03/18] block: add bio_set_polled() helper
` [PATCH 04/18] iomap: wire up the iopoll method
` [PATCH 05/18] Add io_uring IO interface
` [PATCH 06/18] io_uring: add fsync support
` [PATCH 07/18] io_uring: support for IO polling
` [PATCH 08/18] fs: add fget_many() and fput_many()
` [PATCH 09/18] io_uring: use fget/fput_many() for file references
` [PATCH 10/18] io_uring: batch io_kiocb allocation
` [PATCH 11/18] block: implement bio helper to add iter bvec pages to bio
` [PATCH 12/18] io_uring: add support for pre-mapped user IO buffers
` [PATCH 13/18] io_uring: add file set registration
` [PATCH 14/18] io_uring: add submission polling
` [PATCH 15/18] io_uring: add io_kiocb ref count
` [PATCH 16/18] io_uring: add support for IORING_OP_POLL
` [PATCH 17/18] io_uring: allow workqueue item to handle multiple buffered requests
` [PATCH 18/18] io_uring: add io_uring_event cache hit information

[RFC PATCH] Fix: membarrier: racy access to p->mm in membarrier_global_expedited()
 2019-01-28 21:33 UTC  (6+ messages)

[PATCH 05/18] Add io_uring IO interface
 2019-01-28 19:32 UTC  (5+ messages)

[PATCHv5 00/10] Heterogeneuos memory node attributes
 2019-01-28 14:00 UTC 

[PATCH] mm/mincore: allow for making sys_mincore() privileged
 2019-01-28 13:49 UTC  (32+ messages)

[PATCH] syscalls/preadv203: Add basic RWF_NOWAIT test
 2019-01-28 13:46 UTC 

[PATCH v2 00/29] y2038: add time64 syscalls
 2019-01-25 16:21 UTC  (64+ messages)
` [PATCH v2 01/29] ia64: add __NR_umount2 definition
` [PATCH v2 02/29] ia64: add statx and io_pgetevents syscalls
` [PATCH v2 03/29] ia64: assign syscall numbers for perf and seccomp
` [PATCH v2 04/29] alpha: wire up io_pgetevents system call
` [PATCH v2 05/29] alpha: update syscall macro definitions
` [PATCH v2 06/29] ARM: add migrate_pages() system call
` [PATCH v2 07/29] ARM: add kexec_file_load system call number
` [PATCH v2 08/29] m68k: assign syscall number for seccomp
` [PATCH v2 09/29] sh: remove duplicate unistd_32.h file
` [PATCH v2 10/29] sh: add statx system call
` [PATCH v2 11/29] sparc64: fix sparc_ipc type conversion
` [PATCH v2 12/29] ipc: rename old-style shmctl/semctl/msgctl syscalls
` [PATCH v2 13/29] arch: add split IPC system calls where needed
` [PATCH v2 14/29] arch: add pkey and rseq syscall numbers everywhere
` [PATCH v2 15/29] alpha: add standard statfs64/fstatfs64 syscalls
` [PATCH v2 16/29] alpha: add generic get{eg,eu,g,p,u,pp}id() syscalls
` [PATCH v2 17/29] syscalls: remove obsolete __IGNORE_ macros
` [PATCH v2 18/29] time: make adjtime compat handling available for 32 bit
` [PATCH v2 19/29] time: Add struct __kernel_timex
` [PATCH v2 20/29] time: fix sys_timer_settime prototype
` [PATCH v2 21/29] sparc64: add custom adjtimex/clock_adjtime functions
` [PATCH v2 22/29] timex: use __kernel_timex internally
` [PATCH v2 23/29] timex: change syscalls to use struct __kernel_timex
` [PATCH v2 24/29] x86/x32: use time64 versions of sigtimedwait and recvmmsg
` [PATCH v2 25/29] y2038: syscalls: rename y2038 compat syscalls
` [PATCH v2 26/29] y2038: use time32 syscall names on 32-bit
` [PATCH v2 27/29] y2038: remove struct definition redirects
` [PATCH v2 28/29] y2038: rename old time and utime syscalls
` [PATCH v2 29/29] y2038: add 64-bit time_t syscalls to all 32-bit architectures

[PATCH v6 00/16] Add utilization clamping support
 2019-01-25 13:56 UTC  (82+ messages)
` [PATCH v6 01/16] sched/core: Allow sched_setattr() to use the current policy
` [PATCH v6 03/16] sched/core: uclamp: Map TASK's clamp values into CPU's clamp buckets
` [PATCH v6 04/16] sched/core: uclamp: Add CPU's clamp buckets refcounting
` [PATCH v6 05/16] sched/core: uclamp: Update CPU's refcount on clamp changes
` [PATCH v6 07/16] sched/core: uclamp: Add system default clamps
` [PATCH v6 08/16] sched/cpufreq: uclamp: Add utilization clamping for FAIR tasks
` [PATCH v6 09/16] sched/cpufreq: uclamp: Add utilization clamping for RT tasks
` [PATCH v6 10/16] sched/core: Add uclamp_util_with()
` [PATCH v6 11/16] sched/fair: Add uclamp support to energy_compute()

[PATCH ghak90 (was ghak32) V4 00/10] audit: implement container identifier
 2019-01-24 20:36 UTC  (6+ messages)
` [PATCH ghak90 (was ghak32) V4 01/10] audit: collect audit task parameters

[PATCH v4 1/3] fs: hoist EFSCORRUPTED definition into uapi header
 2019-01-23 15:07 UTC  (15+ messages)
` [PATCH v4 2/3] fs: don't let getdents return bogus names
` [PATCH v4 3/3] fs: let filldir_t return bool instead of an error code

Can we drop upstream Linux x32 support?
 2019-01-22 13:34 UTC  (3+ messages)

[RFC PATCH glibc 1/4] glibc: Perform rseq(2) registration at C startup and thread creation (v6)
 2019-01-21 21:35 UTC  (2+ messages)
` [RFC PATCH glibc 2/4] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux

[RFC PATCH glibc 1/4] glibc: Perform rseq(2) registration at C startup and thread creation (v5)
 2019-01-21 21:23 UTC  (3+ messages)


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