linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-10 22:20:30 to 2017-11-21 14:18:41 UTC [more...]

[RFC PATCH for 4.15 v12 00/22] Restartable sequences and CPU op vector
 2017-11-21 14:18 UTC  (4+ messages)
` [RFC PATCH for 4.15 01/22] uapi headers: Provide types_32_64.h
` [RFC PATCH for 4.15 v12 02/22] rseq: Introduce restartable sequences system call
` [RFC PATCH for 4.15 03/22] arm: Add restartable sequences support

[RFC PATCH for 4.15 00/24] Restartable sequences and CPU op vector v11
 2017-11-21 11:25 UTC  (79+ messages)
` [RFC PATCH for 4.15 03/24] Restartable sequences: wire up ARM 32 system call
` [RFC PATCH for 4.15 07/24] Restartable sequences: Wire up powerpc "
` [RFC PATCH for 4.15 10/24] cpu_opv: "
` [RFC PATCH for 4.15 11/24] cpu_opv: Wire up ARM32 "
  ` [RFC PATCH v11 for 4.15 01/24] Restartable sequences "
  ` [RFC PATCH for 4.15 02/24] Restartable sequences: ARM 32 architecture support
  ` [RFC PATCH for 4.15 04/24] Restartable sequences: x86 32/64 "
  ` [RFC PATCH for 4.15 05/24] Restartable sequences: wire up x86 32/64 system call
  ` [RFC PATCH for 4.15 06/24] Restartable sequences: powerpc architecture support
  ` [RFC PATCH v3 for 4.15 08/24] Provide cpu_opv system call
  ` [RFC PATCH for 4.15 09/24] cpu_opv: Wire up x86 32/64 "
  ` [RFC PATCH v2 for 4.15 12/24] cpu_opv: Implement selftests
  ` [RFC PATCH v2 for 4.15 13/24] Restartable sequences: Provide self-tests
  ` [RFC PATCH for 4.15 14/24] Restartable sequences selftests: arm: workaround gcc asm size guess
  ` [RFC PATCH v5 for 4.15 17/24] membarrier: Document scheduler barrier requirements
` [RFC PATCH v2 for 4.15 15/24] membarrier: selftest: Test private expedited cmd
` [RFC PATCH v7 for 4.15 16/24] membarrier: powerpc: Skip memory barrier in switch_mm()
` [RFC PATCH for 4.15 18/24] membarrier: provide SHARED_EXPEDITED command
` [RFC PATCH for 4.15 19/24] membarrier: selftest: Test shared expedited cmd
` [RFC PATCH for 4.15 20/24] membarrier: Provide core serializing command
` [RFC PATCH v2 for 4.15 21/24] x86: Introduce sync_core_before_usermode
` [RFC PATCH v2 for 4.15 22/24] membarrier: x86: Provide core serializing command
` [RFC PATCH for 4.15 23/24] membarrier: selftest: Test private expedited sync core cmd
` [RFC PATCH for 4.15 24/24] membarrier: arm64: Provide core serializing command

[RFC v2] prctl: prctl(PR_SET_IDLE, PR_IDLE_MODE_KILLME), for stateless idle loops
 2017-11-21  9:14 UTC  (13+ messages)
  ` [RFC v3] It is common for services to be stateless around their main event loop. If a process sets PR_SET_IDLE to PR_IDLE_MODE_KILLME then it signals to the kernel that epoll_wait() and friends may not complete, and the kernel may send SIGKILL if resources get tight
    ` [RFC v4] "

[PATCH] [man-pages] adjtimex.2: document clock_adjtime
 2017-11-21  8:06 UTC  (3+ messages)

[PATCH v3 0/3] some fixes and clean up for mempolicy
 2017-11-20 22:24 UTC  (5+ messages)
` [PATCH v3 1/3] mm/mempolicy: remove redundant check in get_nodes
` [PATCH v3 2/3] mm/mempolicy: fix the check of nodemask from user
` [PATCH v3 3/3] mm/mempolicy: add nodes_empty check in SYSC_migrate_pages

[PATCH] time: Make NTP optionnal
 2017-11-20 16:39 UTC  (8+ messages)

Documentation patch for namespaced file capabilities
 2017-11-20 16:03 UTC  (2+ messages)

Provision for filesystem specific open flags
 2017-11-20 14:03 UTC  (3+ messages)

(unknown),
 2017-11-20  9:45 UTC  (17+ messages)
` [RFC PATCH 1/2] mm: introduce MAP_FIXED_SAFE
` [PATCH 2/2] fs, elf: drop MAP_FIXED usage from elf_map
  ` [RFC PATCH 0/2] mm: introduce MAP_FIXED_SAFE

[RFC PATCH v2 0/3] Man pages for rseq, cpu_opv, update membarrier
 2017-11-19 14:45 UTC  (7+ messages)
` [RFC PATCH 2/3] Add rseq manpage
  ` [RFC PATCH 1/3] Add cpu_opv system call manpage
  ` [RFC PATCH 3/3] Update membarrier manpage for 4.14, 4.15

[PATCH 0/9] posix_clocks: Prepare syscalls for 64 bit time_t conversion
 2017-11-17 10:46 UTC  (13+ messages)
` [PATCH 8/9] change time types to new y2038 safe __kernel_* types
  ` [PATCH 9/9] nanosleep: change time types to "

[RFC PATCH manpages 0/3] rseq, cpu_opv, membarrier man pages updates
 2017-11-15 19:13 UTC  (4+ messages)
  ` [RFC PATCH manpages 1/3] Add cpu_opv system call manpage
  ` [RFC PATCH manpages 2/3] Add rseq manpage
  ` [RFC PATCH manpages 3/3] Update membarrier manpage for 4.14, 4.15

[(resend)] seq_file: reset iterator to first record for zero offset
 2017-11-15 10:34 UTC  (3+ messages)
  `  "
      ` [musl] "

[RFC PATCH 0/2] x86: Fix missing core serialization on migration
 2017-11-14 18:24 UTC  (23+ messages)

[patch v12 0/4] JTAG driver introduction
 2017-11-14 16:11 UTC  (5+ messages)
  ` [patch v12 1/4] drivers: jtag: Add JTAG core driver
  ` [patch v12 2/4] drivers: jtag: Add Aspeed SoC 24xx and 25xx families JTAG master driver
  ` [patch v12 3/4] Documentation: jtag: Add bindings for "
  ` [patch v12 4/4] Documentation: jtag: Add ABI documentation

[patch v11 1/4] drivers: jtag: Add JTAG core driver
 2017-11-14 11:31 UTC  (6+ messages)
` [v11,1/4] "

Seccomp implications for glibc wrapper function changes
 2017-11-14  7:00 UTC  (8+ messages)

[PATCH 0/18 v6] dax, ext4, xfs: Synchronous page faults
 2017-11-14  2:19 UTC  (5+ messages)
` [PATCH 17/18] xfs: Implement xfs_filemap_pfn_mkwrite() using __xfs_filemap_fault()
` [PATCH 18/18] xfs: support for synchronous DAX faults

Re:
 2017-11-13 14:55 UTC 

[RFC PATCH v2] Fix: x86: Add missing core serializing instruction on migration
 2017-11-12 23:51 UTC  (4+ messages)

[PATCHv3 resend] uapi libc compat: add fallback for unsupported libcs
 2017-11-12 18:30 UTC 

[RFC PATCH for 4.15 0/9] membarrier updates for 4.15
 2017-11-10 23:13 UTC  (8+ messages)
` [RFC PATCH for 4.15 05/10] x86: Introduce sync_core_before_usermode


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