linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-09 07:18:08 to 2017-11-17 07:30:48 UTC [more...]

(unknown),
 2017-11-17  7:30 UTC  (7+ 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 v3 0/3] some fixes and clean up for mempolicy
 2017-11-17  1:37 UTC  (4+ 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

[RFC PATCH for 4.15 00/24] Restartable sequences and CPU op vector v11
 2017-11-17  0:14 UTC  (55+ messages)
` [RFC PATCH for 4.15 03/24] Restartable sequences: wire up ARM 32 system call
  ` [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 for 4.15 07/24] Restartable sequences: Wire up powerpc system call
` [RFC PATCH for 4.15 10/24] cpu_opv: "
` [RFC PATCH for 4.15 11/24] cpu_opv: Wire up ARM32 "
` [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

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

[RFC PATCH v2 0/3] Man pages for rseq, cpu_opv, update membarrier
 2017-11-16 15:17 UTC  (4+ 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

[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  (26+ messages)
  ` [RFC PATCH 1/2] x86: Introduce sync_core_before_usermode
  ` [RFC PATCH 2/2] Fix: x86: Add missing core serializing instruction on migration

[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  (10+ 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  (17+ messages)
  ` [RFC PATCH for 4.15 01/10] membarrier: selftest: Test private expedited cmd
  ` [RFC PATCH v7 for 4.15 02/10] membarrier: powerpc: Skip memory barrier in switch_mm()
  ` [RFC PATCH v5 for 4.15 03/10] membarrier: Document scheduler barrier requirements
  ` [RFC PATCH for 4.15 04/10] membarrier: Provide core serializing command
  ` [RFC PATCH for 4.15 05/10] x86: Introduce sync_core_before_usermode
` [RFC PATCH for 4.15 06/10] Fix: x86: Add missing core serializing instruction on migration
` [RFC PATCH v2 for 4.15 07/10] membarrier: x86: Provide core serializing command
` [RFC PATCH for 4.15 08/10] membarrier: selftest: Test private expedited sync core cmd
` [RFC PATCH for 4.15 09/10] membarrier: provide SHARED_EXPEDITED command
` [RFC PATCH for 4.15 10/10] membarrier: selftest: Test shared expedited cmd

[RFC PATCH for 4.15 0/6] membarrier updates for 4.15
 2017-11-10 15:43 UTC  (6+ messages)
` [RFC PATCH for 4.15 5/6] membarrier: x86: Provide core serializing command

[PATCH RFC v3 0/7] proc: modernize proc to support multiple private instances
 2017-11-10 10:45 UTC  (19+ messages)
` [PATCH RFC v3 1/7] proc: add proc_fs_info struct to store proc information
` [PATCH RFC v3 2/7] proc: move /proc/{self|thread-self} dentries to proc_fs_info
` [PATCH RFC v3 3/7] proc: add helpers to set and get proc hidepid and gid mount options
` [PATCH RFC v3 4/7] proc: support mounting private procfs instances inside same pid namespace
` [PATCH RFC v3 5/7] proc: move hidepid definitions to proc files
` [PATCH RFC v3 6/7] proc: support new 'pids=all|ptraceable' mount option
  ` [PATCH RFC v3 7/7] proc: flush dcache entries from all procfs instances

[PATCHv2 2/2] userns: control capabilities of some user namespaces
 2017-11-10  5:37 UTC 

[PATCHv2 1/2] capability: introduce sysctl for controlled user-ns capability whitelist
 2017-11-10  5:37 UTC 

[PATCHv2 0/2] capability controlled user-namespaces
 2017-11-10  5:37 UTC 

[PATCH resend 2/2] userns: control capabilities of some user namespaces
 2017-11-10  5:28 UTC  (27+ messages)
      ` [kernel-hardening] "
              `  "

[PATCH resend 1/2] capability: introduce sysctl for controlled user-ns capability whitelist
 2017-11-10  5:05 UTC  (7+ messages)

[PATCH v6 0/2] staging: ion: get one device per heap
 2017-11-09 21:17 UTC  (5+ messages)
` [PATCH v6 1/2] staging: ion: reorder include
` [PATCH v6 2/2] staging: ion: create one device entry per heap

MPK: pkey_free and key reuse
 2017-11-09 16:59 UTC  (4+ messages)

[PATCH RFC v2 0/4] some fixes and clean up for mempolicy
 2017-11-09 15:46 UTC  (14+ messages)
` [PATCH RFC v2 4/4] mm/mempolicy: add nodes_empty check in SYSC_migrate_pages

[PATCH 1/3] printk: Introduce per-console loglevel setting
 2017-11-09  8:03 UTC  (6+ messages)
` [PATCH 2/3] printk: Add /sys/consoles/ interface


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