messages from 2018-03-15 18:49:56 to 2018-03-26 17:21:23 UTC [more...]
[PATCH v4 00/24] FPGA Device Feature List (DFL) Device Drivers
2018-03-26 17:21 UTC (27+ messages)
` [PATCH v4 04/24] fpga: add device feature list support
` [PATCH v4 08/24] fpga: add FPGA DFL PCIe device driver
` [PATCH v4 12/24] fpga: dfl: fme: add FPGA_GET_API_VERSION/CHECK_EXTENSION ioctls support
` [PATCH v4 16/24] fpga: dfl: add fpga manager platform driver for FME
` [PATCH v4 20/24] fpga: dfl: add FPGA Accelerated Function Unit driver basic framework
` [PATCH v4 23/24] fpga: dfl: afu: add user afu sub feature support
[PATCH v5 bpf-next 00/10] bpf, tracing: introduce bpf raw tracepoints
2018-03-26 17:04 UTC (19+ messages)
` [PATCH v5 bpf-next 06/10] tracepoint: compute num_args at build time
[PATCH v2 bpf-next 5/8] bpf: introduce BPF_RAW_TRACEPOINT
2018-03-26 7:53 UTC
[RESEND RFC] translate_pid API
2018-03-25 0:05 UTC (29+ messages)
` [REVIEW][PATCH 00/11] ipc: Fixing the pid namespace support
` [REVIEW][PATCH 01/11] sem/security: Pass kern_ipc_perm not sem_array into the sem security hooks
` [REVIEW][PATCH 02/11] shm/security: Pass kern_ipc_perm not shmid_kernel into the shm "
` [REVIEW][PATCH 04/11] sem: Move struct sem and struct sem_array into ipc/sem.c
` [REVIEW][PATCH 06/11] msg: Move struct msg_queue into ipc/msg.c
` [REVIEW][PATCH 08/11] ipc/util: Helpers for making the sysvipc operations pid namespace aware
` [REVIEW][PATCH 11/11] ipc/sem: Fix semctl(..., GETPID, ...) between pid namespaces
` [REVIEW][PATCH 12/11] ipc: Directly call the security hook in ipc_ops.associate
` [REVIEW][PATCH 03/11] msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooks
` [REVIEW][PATCH 05/11] shm: Move struct shmid_kernel into ipc/shm.c
` [REVIEW][PATCH 07/11] ipc: Move IPCMNI from include/ipc.h into ipc/util.h
` [REVIEW][PATCH 09/11] ipc/shm: Fix shmctl(..., IPC_STAT, ...) between pid namespaces
` [REVIEW][PATCH 10/11] ipc/msg: Fix msgctl(..., "
` [REVIEW][PATCH 13/11] ipc/smack: Tidy up from the change in type of the ipc security hooks
[PATCH 2/2] mm, memcontrol: Implement memory.swap.events
2018-03-24 16:51 UTC
aio poll and a new in-kernel poll API V6
2018-03-23 18:05 UTC (45+ messages)
` [PATCH 01/28] fs: unexport poll_schedule_timeout
` [PATCH 02/28] fs: cleanup do_pollfd
` [PATCH 03/28] fs: update documentation to mention __poll_t
` [PATCH 04/28] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 05/28] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 06/28] aio: implement IOCB_CMD_POLL
` [PATCH 07/28] net: refactor socket_poll
` [PATCH 08/28] net: add support for ->poll_mask in proto_ops
` [PATCH 09/28] net: remove sock_no_poll
` [PATCH 10/28] net/tcp: convert to ->poll_mask
` [PATCH 11/28] net/unix: "
` [PATCH 12/28] net: convert datagram_poll users tp ->poll_mask
` [PATCH 13/28] net/dccp: convert to ->poll_mask
` [PATCH 14/28] net/atm: "
` [PATCH 15/28] net/vmw_vsock: "
` [PATCH 16/28] net/tipc: "
` [PATCH 17/28] net/sctp: "
` [PATCH 18/28] net/bluetooth: "
` [PATCH 19/28] net/caif: "
` [PATCH 20/28] net/nfc: "
` [PATCH 21/28] net/phonet: "
` [PATCH 22/28] net/iucv: "
` [PATCH 23/28] net/rxrpc: "
` [PATCH 24/28] crypto: af_alg: "
` [PATCH 25/28] pipe: "
` [PATCH 26/28] eventfd: switch "
` [PATCH 27/28] timerfd: convert "
` [PATCH 28/28] random: "
[PATCH net-next] modules: allow modprobe load regular elf binaries
2018-03-23 2:47 UTC (13+ messages)
io_pgetevents & aio fsync
2018-03-22 17:04 UTC (33+ messages)
` [PATCH 1/9] aio: don't print the page size at boot time
` [PATCH 2/9] aio: remove an outdated comment in aio_complete
` [PATCH 3/9] aio: refactor read/write iocb setup
` [PATCH 4/9] aio: sanitize ki_list handling
` [PATCH 5/9] aio: simplify cancellation
` [PATCH 6/9] aio: delete iocbs from the active_reqs list in kiocb_cancel
` [PATCH 7/9] aio: add delayed cancel support
` [PATCH 8/9] aio: implement io_pgetevents
` [PATCH 9/9] aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC
[PATCH -next v2 0/3] sysvipc: introduce STAT_ANY commands
2018-03-20 18:55 UTC (2+ messages)
aio poll, io_pgetevents and a new in-kernel poll API V5
2018-03-20 15:39 UTC (34+ messages)
` [PATCH 01/36] aio: don't print the page size at boot time
` [PATCH 02/36] aio: remove an outdated comment in aio_complete
` [PATCH 03/36] aio: refactor read/write iocb setup
` [PATCH 04/36] aio: sanitize ki_list handling
` [PATCH 05/36] aio: simplify cancellation
` [PATCH 06/36] aio: delete iocbs from the active_reqs list in kiocb_cancel
` [PATCH 07/36] aio: add delayed cancel support
` [PATCH 08/36] aio: implement io_pgetevents
` [PATCH 09/36] fs: unexport poll_schedule_timeout
` [PATCH 10/36] fs: cleanup do_pollfd
` [PATCH 11/36] fs: update documentation for __poll_t
` [PATCH 12/36] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 13/36] fs: introduce new ->get_poll_head and ->poll_mask methods
[PATCH v2 0/3] arm64: Fix invalid si_codes for fault signals
2018-03-20 10:04 UTC (8+ messages)
` [PATCH v2 2/3] arm64: fpsimd: Fix bad si_code for undiagnosed SIGFPE
[PATCH] x86/sigreturn: use SYSCALL_DEFINE0
2018-03-19 22:27 UTC (3+ messages)
[PATCH] bpf: whitelist syscalls for error injection
2018-03-19 19:18 UTC (6+ messages)
[PATCH v16 00/13] support "task_isolation" mode
2018-03-18 14:22 UTC (3+ messages)
` [PATCH v16 06/13] task_isolation: userspace hard isolation from kernel
[PATCH ghau40 v2 0/5] add support for audit container ID
2018-03-16 9:12 UTC (6+ messages)
` [PATCH ghau40 v2 1/5] AUDIT_CONTAINER message type basic support
` [PATCH ghau40 v2 2/5] AUDIT_CONTAINER_INFO "
` [PATCH ghau40 v2 3/5] auditctl: add support for containerid filter
` [PATCH ghau40 v2 4/5] add ausearch containerid support
` [PATCH ghau40 v2 5/5] start normalization "
[RFC PATCH ghak32 V2 00/13] audit: implement container id
2018-03-16 9:00 UTC (14+ messages)
` [RFC PATCH ghak32 V2 01/13] audit: add "
` [RFC PATCH ghak32 V2 03/13] audit: log container info of syscalls
` [RFC PATCH ghak32 V2 04/13] audit: add containerid filtering
` [RFC PATCH ghak32 V2 02/13] audit: check children and threading before allowing containerid
` [RFC PATCH ghak32 V2 05/13] audit: add containerid support for ptrace and signals
` [RFC PATCH ghak32 V2 07/13] audit: add container aux record to watch/tree/mark
` [RFC PATCH ghak32 V2 10/13] audit: add containerid support for seccomp and anom_abend records
` [RFC PATCH ghak32 V2 06/13] audit: add support for non-syscall auxiliary records
` [RFC PATCH ghak32 V2 08/13] audit: add containerid support for tty_audit
` [RFC PATCH ghak32 V2 09/13] audit: add containerid support for config/feature/user records
` [RFC PATCH ghak32 V2 11/13] audit: add support for containerid to network namespaces
` [RFC PATCH ghak32 V2 12/13] audit: NETFILTER_PKT: record each container ID associated with a netNS
` [RFC PATCH ghak32 V2 13/13] debug audit: read container ID of a process
[RFC PATCH V1 00/12] audit: implement container id
2018-03-16 3:58 UTC (4+ messages)
` [RFC PATCH V1 01/12] audit: add "
page: next (older) | prev (newer) | latest
- 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).