linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-17 19:27:38 to 2018-02-12 01:39:18 UTC [more...]

(unknown),
 2018-02-12  1:39 UTC 

[patch v14 0/4] JTAG driver introduction
 2018-02-11 23:43 UTC  (3+ messages)
` [patch v14 4/4] Documentation: jtag: Add ABI documentation

[PATCH] inotify: Extend ioctl to allow to request id of new watch descriptor
 2018-02-11 11:30 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH for 4.16] membarrier-sync-core: Document architecture support
 2018-02-10 17:00 UTC  (3+ messages)
    ` [PATCH for 4.16] Documentation: Allow comments in arch features files

Compliment of the day to you. Dear Friend
 2018-02-08  2:29 UTC 

[PATCH v3 00/21] Intel FPGA Device Drivers
 2018-02-07 22:37 UTC  (60+ messages)
` [PATCH v3 02/21] fpga: mgr: add region_id to fpga_image_info
` [PATCH v3 04/21] fpga: add device feature list support
` [PATCH v3 06/21] fpga: dfl: adds fpga_cdev_find_port
` [PATCH v3 08/21] fpga: add Intel FPGA DFL PCIe device
` [PATCH v3 12/21] fpga: dfl: fme: add FPGA_GET_API_VERSION/CHECK_EXTENSION ioctls support
` [PATCH v3 14/21] fpga: dfl: add fpga manager platform driver for FME
` [PATCH v3 15/21] fpga: dfl: add fpga bridge "
` [PATCH v3 16/21] fpga: dfl: add fpga region "
` [PATCH v3 19/21] fpga: dfl: afu: add FPGA_GET_API_VERSION/CHECK_EXTENSION ioctls support

[RFC PATCH] membarrier-sync-core: Document architecture support
 2018-02-06 17:00 UTC 

[RFC PATCH] membarrier-sync-core: Document architecture support
 2018-02-06 16:58 UTC 

[regresssion 4.15] Userspace compilation broken by uapi/linux/if_ether.h update
 2018-02-06 15:08 UTC  (5+ messages)

[PATCH for 4.16 00/11] membarrier updates for 4.16
 2018-02-05 21:21 UTC  (15+ messages)
` [PATCH for 4.16 v2 01/11] membarrier: selftest: Test private expedited cmd
` [PATCH for 4.16 v7 02/11] powerpc: membarrier: Skip memory barrier in switch_mm()
` [PATCH for 4.16 v5 03/11] membarrier: Document scheduler barrier requirements
` [PATCH for 4.16 v2 05/11] membarrier: selftest: Test global expedited cmd
` [PATCH for 4.16 v2 06/11] Introduce sync_core_before_usermode
` [PATCH for 4.16 v3 07/11] x86: Implement sync_core_before_usermode
  ` [PATCH for 4.16 v3 04/11] membarrier: provide GLOBAL_EXPEDITED command
  ` [PATCH for 4.16 v3 08/11] membarrier: Provide core serializing command
  ` [PATCH for 4.16 11/11] membarrier: selftest: Test private expedited sync core cmd
` [PATCH for 4.16 v4 09/11] membarrier: x86: Provide core serializing command
` [PATCH for 4.16 10/11] membarrier: arm64: "

[PATCH for 4.16 00/11] membarrier updates for 4.16
 2018-02-05 19:54 UTC  (26+ messages)
` [PATCH 01/11] membarrier: selftest: Test private expedited cmd (v2)
` [PATCH 03/11] membarrier: Document scheduler barrier requirements (v5)
` [PATCH 06/11] Introduce sync_core_before_usermode (v2)
` [PATCH 08/11] membarrier: Provide core serializing command (v2)
  ` [PATCH 02/11] powerpc: membarrier: Skip memory barrier in switch_mm() (v7)
  ` [PATCH 04/11] membarrier: provide GLOBAL_EXPEDITED command (v3)
  ` [PATCH 05/11] membarrier: selftest: Test global expedited cmd (v2)
  ` [PATCH 07/11] x86: Implement sync_core_before_usermode (v3)
  ` [PATCH 09/11] membarrier: x86: Provide core serializing command (v4)
` [PATCH 10/11] membarrier: arm64: Provide core serializing command
` [PATCH 11/11] membarrier: selftest: Test private expedited sync core cmd

RFC(V3): Audit Kernel Container IDs
 2018-02-05 13:47 UTC  (11+ messages)

Update
 2018-02-03 10:04 UTC 

[patch v18 0/4] JTAG driver introduction
 2018-01-31  3:03 UTC  (7+ messages)
` [patch v18 1/4] drivers: jtag: Add JTAG core driver
` [patch v18 3/4] Documentation: jtag: Add bindings for Aspeed SoC 24xx and 25xx families JTAG master driver
  ` [patch v18 2/4] drivers: jtag: Add "
  ` [patch v18 4/4] Documentation: jtag: Add ABI documentation

Update
 2018-01-31  0:48 UTC 

[RFC PATCH v2 0/3] arm64: Fix invalid si_codes for fault signals
 2018-01-30 18:50 UTC  (4+ messages)
  ` [RFC PATCH v2 1/3] signal: Add FPE_FLTUNK si_code for undiagnosable fp exceptions
  ` [RFC PATCH v2 2/3] arm64: fpsimd: Fix bad si_code for undiagnosed SIGFPE
  ` [RFC PATCH v2 3/3] arm64: signal: Ensure si_code is valid for all fault signals

aio poll, io_pgetevents and a new in-kernel poll API V4
 2018-01-26 12:31 UTC  (41+ messages)
  ` [PATCH 01/36] aio: don't print the page size at boot time
  ` [PATCH 25/36] net/sctp: convert to ->poll_mask
` [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 14/36] aio: implement IOCB_CMD_POLL
` [PATCH 15/36] net: refactor socket_poll
` [PATCH 16/36] net: add support for ->poll_mask in proto_ops
` [PATCH 17/36] net: remove sock_no_poll
` [PATCH 18/36] net/tcp: convert to ->poll_mask
` [PATCH 19/36] net/unix: "
` [PATCH 20/36] net: convert datagram_poll users tp ->poll_mask
` [PATCH 21/36] net/dccp: convert to ->poll_mask
` [PATCH 22/36] net/atm: "
` [PATCH 23/36] net/vmw_vsock: "
` [PATCH 24/36] net/tipc: "
` [PATCH 26/36] net/bluetooth: "
` [PATCH 27/36] net/caif: "
` [PATCH 28/36] net/nfc: "
` [PATCH 29/36] net/phonet: "
` [PATCH 30/36] net/iucv: "
` [PATCH 31/36] net/rxrpc: "
` [PATCH 32/36] crypto: af_alg: "
` [PATCH 33/36] pipe: "
` [PATCH 34/36] eventfd: switch "
` [PATCH 35/36] timerfd: convert "
` [PATCH 36/36] random: "

[RFC PATCH 0/2] arm64: Fix invalid si_codes for fault signals
 2018-01-24 17:17 UTC  (13+ messages)
` [RFC PATCH 1/2] arm64: fpsimd: Fix bad si_code for undiagnosed SIGFPE
  ` [RFC PATCH 2/2] arm64: signal: Ensure si_code is valid for all fault signals

[PATCH v3] mm: make faultaround produce old ptes
 2018-01-23 14:55 UTC 

aio fsync revisited
 2018-01-19 19:06 UTC  (4+ messages)
` [PATCH] aio: resurrect IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC support

[patch v17 2/4] drivers: jtag: Add Aspeed SoC 24xx and 25xx families JTAG master driver
 2018-01-19  7:28 UTC  (2+ messages)

User-visible context-mount API
 2018-01-19  6:32 UTC  (9+ messages)

[patch v15 0/4] JTAG driver introduction
 2018-01-18 21:27 UTC  (3+ messages)
` [patch v15 4/4] Documentation: jtag: Add ABI documentation

aio poll, io_pgetevents and a new in-kernel poll API V3
 2018-01-18 18:53 UTC  (15+ messages)
` [PATCH 32/36] crypto: af_alg: convert to ->poll_mask
` [PATCH 33/36] pipe: "
` [PATCH 34/36] eventfd: switch "
` [PATCH 35/36] timerfd: convert "
` [PATCH 36/36] random: "

[manpages PATCH] capabilities.7: describe namespaced file capabilities
 2018-01-17 23:44 UTC  (4+ messages)

[PATCH for 4.16 00/11] membarrier updates for 4.16
 2018-01-17 23:37 UTC  (7+ messages)
` [PATCH for 4.16 07/11] x86: Implement sync_core_before_usermode (v3)


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