messages from 2018-05-22 18:59:38 to 2018-06-01 19:18:02 UTC [more...]
[PATCH v6] pidns: introduce syscall translate_pid
2018-06-01 19:18 UTC
[PATCH -next v2 0/5] rhashtable: guarantee first allocation
2018-06-01 17:10 UTC (10+ messages)
` [PATCH 1/5] lib/rhashtable: convert param sanitations to WARN_ON
` [PATCH 2/5] lib/rhashtable: guarantee initial hashtable allocation
` [PATCH 3/5] ipc: get rid of ids->tables_initialized hack
` [PATCH 4/5] ipc: simplify ipc initialization
` [PATCH 5/5] lib/test_rhashtable: rhashtable_init() can no longer fail
[PATCH RFC v5] pidns: introduce syscall translate_pid
2018-06-01 16:15 UTC (17+ messages)
[PATCH 30/32] vfs: Allow cloning of a mount tree with open(O_PATH|O_CLONE_MOUNT) [ver #8]
2018-06-01 8:42 UTC (5+ messages)
[PATCH -next 0/6] rhashtable: guarantee first allocation
2018-05-31 15:29 UTC (33+ messages)
` [PATCH 1/6] lib/rhashtable: convert param sanitations to WARN_ON
` [PATCH 2/6] lib/rhashtable: guarantee initial hashtable allocation
` [PATCH 3/6] lib/bucket_locks: use kvmalloc_array()
` [PATCH 4/6] ipc: get rid of ids->tables_initialized hack
` [PATCH 5/6] ipc: simplify ipc initialization
` [PATCH 6/6] lib/test_rhashtable: rhashtable_init() can no longer fail
[RFC PATCH ghak32 V2 00/13] audit: implement container id
2018-05-30 17:33 UTC (9+ messages)
` [RFC PATCH ghak32 V2 13/13] debug audit: read container ID of a process
[patch v25 0/4] JTAG driver introduction
2018-05-29 20:40 UTC (7+ messages)
` [patch v25 1/4] drivers: jtag: Add JTAG core driver
` [patch v25 2/4] drivers: jtag: Add Aspeed SoC 24xx and 25xx families JTAG master driver
` [patch v25 3/4] Documentation: jtag: Add bindings for "
` [patch v25 4/4] Documentation: jtag: Add ABI documentation
[patch v22 0/4] JTAG driver introduction
2018-05-29 20:08 UTC (9+ messages)
` [patch v22 1/4] drivers: jtag: Add JTAG core driver
` [patch v22 2/4] drivers: jtag: Add Aspeed SoC 24xx and 25xx families JTAG master driver
` [patch v22 3/4] Documentation: jtag: Add bindings for "
` [patch v22 4/4] Documentation: jtag: Add ABI documentation
[RFC PATCH 0/5] kmalloc-reclaimable caches
2018-05-29 17:58 UTC (19+ messages)
` [RFC PATCH 1/5] mm, slab/slub: introduce "
` [RFC PATCH 2/5] mm, slab: allocate off-slab freelists as reclaimable when appropriate
` [RFC PATCH 3/5] dcache: allocate external names from reclaimable kmalloc caches
` [RFC PATCH 4/5] mm: rename and change semantics of nr_indirectly_reclaimable_bytes
` [RFC PATCH 5/5] mm, proc: add NR_RECLAIMABLE to /proc/meminfo
[patch v23 0/4] JTAG driver introduction
2018-05-29 13:11 UTC (8+ messages)
` [patch v23 1/4] drivers: jtag: Add JTAG core driver
` [patch v23 2/4] drivers: jtag: Add Aspeed SoC 24xx and 25xx families JTAG master driver
` [patch v23 3/4] Documentation: jtag: Add bindings for "
` [patch v23 4/4] Documentation: jtag: Add ABI documentation
[patch v24 0/4] JTAG driver introduction
2018-05-29 12:58 UTC (5+ messages)
` [patch v24 1/4] drivers: jtag: Add JTAG core driver
` [patch v24 2/4] drivers: jtag: Add Aspeed SoC 24xx and 25xx families JTAG master driver
` [patch v24 3/4] Documentation: jtag: Add bindings for "
` [patch v24 4/4] Documentation: jtag: Add ABI documentation
[patch v22 0/4] JTAG driver introduction
2018-05-29 12:06 UTC (7+ messages)
` [patch v22 1/4] drivers: jtag: Add JTAG core driver
` [patch v22 2/4] drivers: jtag: Add Aspeed SoC 24xx and 25xx families JTAG master driver
` [patch v22 3/4] Documentation: jtag: Add bindings for "
` [patch v22 4/4] Documentation: jtag: Add ABI documentation
[PATCH v2 0/4] Interface for higher order contiguous allocations
2018-05-28 13:12 UTC (9+ messages)
` [PATCH v2 3/4] mm: add find_alloc_contig_pages() interface
[RFC PATCH for 4.18 00/14] Restartable Sequences
2018-05-28 7:00 UTC (13+ messages)
` [PATCH 07/14] powerpc: Add support for restartable sequences
aio poll and a new in-kernel poll API V13
2018-05-27 22:27 UTC (38+ messages)
` [PATCH 01/33] fix io_destroy()/aio_complete() race
` [PATCH 02/33] uapi: turn __poll_t sparse checkin on by default
` [PATCH 03/33] fs: unexport poll_schedule_timeout
` [PATCH 04/33] fs: cleanup do_pollfd
` [PATCH 05/33] fs: update documentation to mention __poll_t and match the code
` [PATCH 06/33] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 07/33] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 08/33] aio: simplify KIOCB_KEY handling
` [PATCH 09/33] aio: simplify cancellation
` [PATCH 10/33] aio: implement IOCB_CMD_POLL
` [PATCH 11/33] aio: try to complete poll iocbs without context switch
` [PATCH 12/33] net: refactor socket_poll
` [PATCH 13/33] net: add support for ->poll_mask in proto_ops
` [PATCH 14/33] net: remove sock_no_poll
` [PATCH 15/33] net/tcp: convert to ->poll_mask
` [PATCH 16/33] net/unix: "
` [PATCH 17/33] net: convert datagram_poll users tp ->poll_mask
` [PATCH 18/33] net/dccp: convert to ->poll_mask
` [PATCH 19/33] net/atm: "
` [PATCH 20/33] net/vmw_vsock: "
` [PATCH 21/33] net/tipc: "
` [PATCH 22/33] net/sctp: "
` [PATCH 23/33] net/bluetooth: "
` [PATCH 24/33] net/caif: "
` [PATCH 25/33] net/nfc: "
` [PATCH 26/33] net/phonet: "
` [PATCH 27/33] net/iucv: "
` [PATCH 28/33] net/rxrpc: "
` [PATCH 29/33] crypto: af_alg: "
` [PATCH 30/33] pipe: "
` [PATCH 31/33] eventfd: switch "
` [PATCH 32/33] timerfd: convert "
` [PATCH 33/33] random: "
[PATCH 0/6 v1 resend] statfs: handle mount propagation
2018-05-25 12:48 UTC (7+ messages)
` [PATCH 1/6 v1 resend] fs: use << for MS_* flags
` [PATCH 2/6 v1 resend] statfs: use << to align with fs header
` [PATCH 3/6 v1 resend] statfs: add ST_UNBINDABLE
` [PATCH 4/6 v1 resend] statfs: add ST_SHARED
` [PATCH 5/6 v1 resend] statfs: add ST_SLAVE
` [PATCH 6/6 v1 resend] statfs: add ST_PRIVATE
[PATCH v8 bpf-next 4/9] net/wireless/iwlwifi: fix iwlwifi_dev_ucode_error tracepoint
2018-05-25 10:48 UTC (5+ messages)
` [v8, bpf-next, "
[PATCH v5 00/28] FPGA Device Feature List (DFL) Device Drivers
2018-05-24 23:59 UTC (8+ messages)
` [PATCH v5 20/28] fpga: dfl: add fpga bridge platform driver for FME
semantics of rhashtable and sysvipc
2018-05-24 19:17 UTC (10+ messages)
[PATCH v9 00/24] ILP32 for ARM64
2018-05-24 12:24 UTC (5+ messages)
` [PATCH 07/24] arm64: ilp32: add documentation on the ILP32 ABI "
[PATCH 07/24] hibernate: Disable when the kernel is locked down
2018-05-23 8:46 UTC (7+ messages)
` [PATCH 00/24] security: Add kernel lockdown
aio poll and a new in-kernel poll API V12
2018-05-23 1:43 UTC (7+ messages)
` [PATCH 08/31] aio: implement IOCB_CMD_POLL
` YAaioRace (was Re: [PATCH 08/31] aio: implement IOCB_CMD_POLL)
[PATCH v7 0/5] AIO add per-command iopriority
2018-05-22 22:31 UTC (5+ messages)
[patch v21 0/4] JTAG driver introduction
2018-05-22 20:21 UTC (5+ messages)
` [patch v21 2/4] drivers: jtag: Add Aspeed SoC 24xx and 25xx families JTAG master driver
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).