linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-15 06:34:20 to 2017-11-23 15:25:53 UTC [more...]

MPK: pkey_free and key reuse
 2017-11-23 15:25 UTC  (18+ messages)
  ` MPK: removing a pkey (was: pkey_free and key reuse)
    ` MPK: removing a pkey

[PATCH v3 0/4] vm: add a syscall to map a process memory into a pipe
 2017-11-23 14:07 UTC  (9+ messages)
  ` [PATCH v3 1/4] fs/splice: introduce pages_to_pipe helper
` [PATCH v3 2/4] vm: add a syscall to map a process memory into a pipe
` [PATCH v3 3/4] x86: wire up the process_vmsplice syscall
` [PATCH v3 4/4] test: add a test for "

[RFC PATCH for 4.15 v12 00/22] Restartable sequences and CPU op vector
 2017-11-23  8:57 UTC  (54+ 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 04/22] arm: Wire up restartable sequences system call
` [RFC PATCH for 4.15 07/22] powerpc: Add support for restartable sequences
` [RFC PATCH for 4.15 08/22] powerpc: Wire up restartable sequences system call
` [RFC PATCH for 4.15 09/22] sched: Implement push_task_to_cpu
` [RFC PATCH for 4.15 v4 10/22] cpu_opv: Provide cpu_opv system call
` [RFC PATCH for 4.15 11/22] x86: Wire up "
` [RFC PATCH for 4.15 12/22] powerpc: "
` [RFC PATCH for 4.15 13/22] arm: "
` [RFC PATCH for 4.15 v3 14/22] cpu_opv: selftests: Implement selftests
` [RFC PATCH for 4.15 v3 15/22] rseq: selftests: Provide self-tests
` [RFC PATCH for 4.15 16/22] rseq: selftests: arm: workaround gcc asm size guess
` [RFC PATCH for 4.15 17/22] Fix: membarrier: add missing preempt off around smp_call_function_many
` [RFC PATCH for 4.15 18/22] membarrier: selftest: Test private expedited cmd
` [RFC PATCH for 4.15 v7 19/22] powerpc: membarrier: Skip memory barrier in switch_mm()
` [RFC PATCH for 4.15 v5 20/22] membarrier: Document scheduler barrier requirements
` [RFC PATCH for 4.15 v2 21/22] membarrier: provide SHARED_EXPEDITED command
` [RFC PATCH for 4.15 22/22] membarrier: selftest: Test shared expedited cmd
  ` [RFC PATCH for 4.15 05/22] x86: Add support for restartable sequences
  ` [RFC PATCH for 4.15 06/22] x86: Wire up restartable sequence system call
  ` [PATCH update for 4.15 1/3] selftests: lib.mk: Introduce OVERRIDE_TARGETS
    ` [PATCH update for 4.15 2/3] cpu_opv: selftests: Implement selftests (v4)
` [PATCH update for 4.15 3/3] rseq: selftests: Provide self-tests (v4)

[PATCH 0/18 v6] dax, ext4, xfs: Synchronous page faults
 2017-11-22 19:53 UTC  (5+ messages)
` [PATCH 01/18] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags

(unknown),
 2017-11-22 13:20 UTC  (20+ 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

[PATCH] mm/hugetlb: Fix NULL-pointer dereference on 5-level paging machine
 2017-11-22 12:47 UTC  (3+ messages)

[RFC v2] prctl: prctl(PR_SET_IDLE, PR_IDLE_MODE_KILLME), for stateless idle loops
 2017-11-22 10:29 UTC  (14+ 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 22:09 UTC  (5+ messages)

[RFC PATCH for 4.15 00/24] Restartable sequences and CPU op vector v11
 2017-11-21 11:25 UTC  (52+ messages)
` [RFC PATCH v11 for 4.15 01/24] Restartable sequences system call
` [RFC PATCH for 4.15 04/24] Restartable sequences: x86 32/64 architecture support
` [RFC PATCH v3 for 4.15 08/24] Provide cpu_opv system call
` [RFC PATCH for 4.15 19/24] membarrier: selftest: Test shared expedited cmd
` [RFC PATCH for 4.15 23/24] membarrier: selftest: Test private expedited sync core cmd

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

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

[PATCH 0/9] posix_clocks: Prepare syscalls for 64 bit time_t conversion
 2017-11-17 10:46 UTC  (11+ messages)

[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] "


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