linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-06 19:03:26 to 2017-06-26 01:52:04 UTC [more...]

[PATCH v2 00/22] Intel FPGA Device Drivers
 2017-06-26  1:52 UTC  (9+ messages)
  ` [PATCH v2 01/22] docs: fpga: add a document for Intel FPGA driver overview
  ` [PATCH v2 02/22] fpga: add FPGA device framework
  ` [PATCH v2 03/22] fpga: bridge: remove OF dependency for fpga-bridge
  ` [PATCH v2 04/22] fpga: mgr: add region_id to fpga_image_info
` [PATCH v2 05/22] fpga: mgr: add status for fpga-mgr
` [PATCH v2 06/22] fpga: intel: add FPGA PCIe device driver
` [PATCH v2 07/22] fpga: intel: pcie: parse feature list and create platform device for features
` [PATCH v2 08/22] fpga: intel: pcie: add chardev support for feature devices

linrong★SEMA SHOW★ 2017第49届美国拉斯维加斯国际汽车改装及配件用品展 —— 全球规模最大汽车制造业展会 [地右P4/L100-Z]
 2017-06-24  5:10 UTC 

[PATCH net-next v3 00/13] socket sendmsg MSG_ZEROCOPY
 2017-06-23  3:59 UTC  (20+ 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 13/13] test: add msg_zerocopy test
` [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

[RFC PATCH 0/2] daxfile: enable byte-addressable updates to pmem
 2017-06-23  3:07 UTC  (39+ 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 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 

[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  (9+ messages)
` [PATCH 04/10] fs: Introduce RWF_NOWAIT

[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  (27+ 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  (29+ messages)
` [PATCH 01/26] alpha: Remove unused TASK_GROUP_LEADER
  ` [PATCH 03/26] signal: Do not perform permission checks when sending pdeath_signal
  ` [PATCH 06/26] rlimit: Remove unnecessary grab of tasklist_lock
  ` [PATCH 08/26] exit: Make the runqueue rcu safe
  ` [PATCH 17/26] exit: Rework the exit states for ptracees
  ` [PATCH 21/26] wait: Optmize waitpid
    ` [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


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