linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-06 11:19:36 to 2017-06-21 21:18:15 UTC [more...]

[PATCH net-next v3 00/13] socket sendmsg MSG_ZEROCOPY
 2017-06-21 21:18 UTC  (13+ messages)
` [PATCH net-next v3 01/13] sock: allocate skbs from optmem
  ` [PATCH net-next v3 02/13] sock: skb_copy_ubufs support for compound pages
` [PATCH net-next v3 03/13] sock: add MSG_ZEROCOPY
` [PATCH net-next v3 04/13] sock: add SOCK_ZEROCOPY sockopt
` [PATCH net-next v3 05/13] sock: enable MSG_ZEROCOPY
` [PATCH net-next v3 06/13] sock: MSG_ZEROCOPY notification coalescing
` [PATCH net-next v3 07/13] sock: add ee_code SO_EE_CODE_ZEROCOPY_COPIED
` [PATCH net-next v3 08/13] sock: ulimit on MSG_ZEROCOPY pages
` [PATCH net-next v3 09/13] tcp: enable MSG_ZEROCOPY
` [PATCH net-next v3 10/13] udp: "
` [PATCH net-next v3 11/13] raw: enable MSG_ZEROCOPY with IP_HDRINCL
` [PATCH net-next v3 12/13] packet: enable MSG_ZEROCOPY

[PATCH net-next v2 00/13] socket sendmsg MSG_ZEROCOPY
 2017-06-21 20:56 UTC  (15+ messages)
` [PATCH net-next v2 01/13] sock: allocate skbs from optmem
` [PATCH net-next v2 02/13] sock: skb_copy_ubufs support for compound pages
` [PATCH net-next v2 04/13] sock: add SOCK_ZEROCOPY sockopt
` [PATCH net-next v2 05/13] sock: enable MSG_ZEROCOPY
` [PATCH net-next v2 06/13] sock: MSG_ZEROCOPY notification coalescing
  ` [PATCH net-next v2 03/13] sock: add MSG_ZEROCOPY
  ` [PATCH net-next v2 07/13] sock: add ee_code SO_EE_CODE_ZEROCOPY_COPIED
  ` [PATCH net-next v2 08/13] sock: ulimit on MSG_ZEROCOPY pages
` [PATCH net-next v2 09/13] tcp: enable MSG_ZEROCOPY
` [PATCH net-next v2 10/13] udp: "
` [PATCH net-next v2 11/13] raw: enable MSG_ZEROCOPY with IP_HDRINCL
` [PATCH net-next v2 12/13] packet: enable MSG_ZEROCOPY
` [PATCH net-next v2 13/13] test: add msg_zerocopy test

[PATCH v10 1/3] x86/syscalls: Check address limit on user-mode return
 2017-06-21 13:57 UTC  (9+ messages)
` [PATCH v10 2/3] arm/syscalls: "
` [PATCH v10 3/3] arm64/syscalls: "

(unknown),
 2017-06-21  7:32 UTC 

[RFC PATCH 0/2] daxfile: enable byte-addressable updates to pmem
 2017-06-21  5:18 UTC  (32+ messages)
  ` [RFC PATCH 1/2] mm: introduce bmap_walk()
` [RFC PATCH 2/2] mm, fs: daxfile, an interface for byte-addressable updates to pmem

[PATCH 03/20] asm-generic: Drop getrlimit and setrlimit syscalls from default list
 2017-06-20 15:27 UTC  (9+ messages)

[PATCH 1/1] mm: only dispaly online cpus of the numa node
 2017-06-20 12:43 UTC 

(unknown),
 2017-06-19 19:58 UTC 

[PATCH net-next 00/13] socket sendmsg MSG_ZEROCOPY
 2017-06-19  2:21 UTC  (17+ messages)
` [PATCH net-next 01/13] sock: allocate skbs from optmem
` [PATCH net-next 03/13] sock: add MSG_ZEROCOPY
` [PATCH net-next 04/13] sock: add SOCK_ZEROCOPY sockopt and net.core.msg_zerocopy sysctl
` [PATCH net-next 05/13] sock: enable MSG_ZEROCOPY
` [PATCH net-next 08/13] sock: ulimit on MSG_ZEROCOPY pages
` [PATCH net-next 09/13] tcp: enable MSG_ZEROCOPY
` [PATCH net-next 10/13] udp: "
  ` [PATCH net-next 02/13] sock: skb_copy_ubufs support for compound pages
  ` [PATCH net-next 06/13] sock: MSG_ZEROCOPY notification coalescing
  ` [PATCH net-next 07/13] sock: add ee_code SO_EE_CODE_ZEROCOPY_COPIED
  ` [PATCH net-next 11/13] raw: enable MSG_ZEROCOPY with IP_HDRINCL
  ` [PATCH net-next 12/13] packet: enable MSG_ZEROCOPY
` [PATCH net-next 13/13] test: add msg_zerocopy test

[PATCH 0/10 v12] No wait AIO
 2017-06-17 11:53 UTC  (20+ messages)
` [PATCH 01/10] fs: Separate out kiocb flags setup based on RWF_* flags
` [PATCH 02/10] fs: Introduce filemap_range_has_page()
` [PATCH 03/10] fs: Use RWF_* flags for AIO operations
` [PATCH 04/10] fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAIT
` [PATCH 05/10] fs: return if direct write will trigger writeback
  ` [PATCH 06/10] fs: Introduce IOMAP_NOWAIT
` [PATCH 07/10] block: return on congested block device
` [PATCH 08/10] ext4: nowait aio support
` [PATCH 09/10] xfs: "
` [PATCH 10/10] btrfs: "

[PATCH 0/10 v11] No wait AIO
 2017-06-15 14:55 UTC  (13+ messages)
` [PATCH 04/10] fs: Introduce RWF_NOWAIT
` [PATCH 07/10] block: return on congested block device
` [PATCH 08/10] ext4: nowait aio support
` [PATCH 09/10] xfs: "
` [PATCH 10/10] btrfs: "

[PATCH 0/4] firmware: fix fallback mechanism by ignoring SIGCHLD
 2017-06-15  7:49 UTC  (6+ messages)
` [PATCH 1/4] test_firmware: add test case for SIGCHLD on sync fallback
` [PATCH 2/4] swait: add the missing killable swaits
` [PATCH 3/4] firmware: avoid invalid fallback aborts by using killable swait
` [PATCH 4/4] firmware: send -EINTR on signal abort on fallback mechanism

[Question or BUG] [NUMA]: I feel puzzled at the function cpumask_of_node
 2017-06-15  2:00 UTC  (2+ messages)

[PATCH] xcrypt.3: warn folks not to use these functions
 2017-06-14 16:37 UTC 

[patch] mm, vmpressure: pass-through notification support
 2017-06-14  9:05 UTC 

[PATCH v2] firmware: fix sending -ERESTARTSYS due to signal on fallback
 2017-06-09 22:55 UTC  (31+ messages)

(unknown),
 2017-06-09 10:47 UTC 

[PATCH 00/26] Fixing wait, exit, ptrace, exec, and CLONE_THREAD
 2017-06-07 15:59 UTC  (38+ messages)
` [PATCH 01/26] alpha: Remove unused TASK_GROUP_LEADER
  ` [PATCH 02/26] cgroup: Don't open code tasklist_empty()
  ` [PATCH 03/26] signal: Do not perform permission checks when sending pdeath_signal
  ` [PATCH 04/26] signal: Make group_send_sig_info static
  ` [PATCH 06/26] rlimit: Remove unnecessary grab of tasklist_lock
  ` [PATCH 07/26] pidns: Improve the error handling in alloc_pid
  ` [PATCH 08/26] exit: Make the runqueue rcu safe
  ` [PATCH 09/26] signal: Don't allow sending SIGKILL or SIGSTOP to init
  ` [PATCH 10/26] ptrace: Simplify ptrace_detach & exit_ptrace
  ` [PATCH 11/26] wait: Properly implement __WCLONE handling in the presence of exec and ptrace
  ` [PATCH 12/26] wait: Directly test for the two cases where wait_task_zombie is called
  ` [PATCH 17/26] exit: Rework the exit states for ptracees
  ` [PATCH 21/26] wait: Optmize waitpid
    ` [PATCH 05/26] exit: Remove the pointless clearing of SIGPENDING in __exit_signal
    ` [PATCH 13/26] wait: Remove unused delay_group_leader
    ` [PATCH 14/26] wait: Move changing of ptrace from wait_consider_task into wait_task_stopped
    ` [PATCH 15/26] wait: Don't delay !ptrace_reparented leaders
    ` [PATCH 16/26] exit: Fix reporting a ptraced !reparented leader has exited
    ` [PATCH 18/26] wait: Fix WSTOPPED on a ptraced child
    ` [PATCH 19/26] wait: Simpler code for clearing notask_error in wait_consider_task
    ` [PATCH 20/26] wait: Don't pass the list to wait_consider_task
    ` [PATCH 22/26] exit: Fix auto-wait of ptraced children
    ` [PATCH 23/26] signal: Fix SIGCONT before group stop completes
    ` [PATCH 24/26] signal: In ptrace_stop improve identical signal detection
  ` [PATCH 25/26] signal: In ptrace_stop use CLD_TRAPPED in all ptrace signals
  ` [PATCH 26/26] pidns: Ensure zap_pid_ns_processes always terminates

[PATCHv7 14/14] x86/mm: Allow to have userspace mappings above 47-bits
 2017-06-06 11:31 UTC 


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