linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-22 10:49:47 to 2014-06-23 18:54:33 UTC [more...]

[patch 0/4] timerfd c/r support, v4
 2014-06-23 18:54 UTC  (3+ messages)
` [patch 1/4] timerfd: Implement show_fdinfo method
` [patch 2/4] docs: procfs -- Document timerfd output

[PATCHv4 RESEND 0/3] syscalls,x86: Add execveat() system call
 2014-06-23 18:39 UTC  (6+ messages)
` [PATCHv4 RESEND 1/3] syscalls,x86: implement "
` [PATCHv4 RESEND 2/3] syscalls,x86: add selftest for execveat(2)
` [PATCHv4 RESEND man-pages 3/3] execveat.2: initial man page "

[PATCH 1/5] i8k: Fix non-SMP operation
 2014-06-23 17:53 UTC  (2+ messages)

[PATCH v2] ns: introduce getnspid syscall
 2014-06-23 13:32 UTC  (4+ messages)

[PATCH v1 0/2] block: virtio-blk: support multi vq per virtio-blk
 2014-06-23  6:47 UTC  (6+ messages)
` [PATCH v1 1/2] include/uapi/linux/virtio_blk.h: introduce feature of VIRTIO_BLK_F_MQ
` [PATCH v1 2/2] block: virtio-blk: support multi virt queues per virtio-blk device

[PATCH 1/5] i8k: Fix non-SMP operation
 2014-06-21 15:08 UTC  (5+ messages)
` [PATCH 2/5] i8k: Drop all labels
` [PATCH 3/5] i8k: Add support for configurable maximum fan speed value
` [PATCH 4/5] i8k: uapi: Introduce define for new highest fan speed
  ` [PATCH 5/5] i8k: Add support for Dell Precision 490 and Latitude D520

[RFC 0/2] __vdso_findsym
 2014-06-20 16:07 UTC  (39+ messages)
` [RFC 1/2] uapi: Add some missing dynamic table-related definitions to elf.h
  ` [RFC 2/2] [NOT READY] x86/vdso: Add __vdso_findsym

[PATCH] ns: introduce getnspid syscall
 2014-06-18 10:03 UTC  (4+ messages)

[RFC PATCH 0/2] block: virtio-blk: support multi vq per virtio-blk
 2014-06-18  4:04 UTC  (12+ messages)
` [RFC PATCH 1/2] include/uapi/linux/virtio_blk.h: introduce feature of VIRTIO_BLK_F_MQ
` [RFC PATCH 2/2] block: virtio-blk: support multi virt queues per virtio-blk device

[PATCH v3 0/7] File Sealing & memfd_create()
 2014-06-17 21:25 UTC  (34+ messages)
` [PATCH v3 1/7] mm: allow drivers to prevent new writable mappings
` [PATCH v3 2/7] shm: add sealing API
` [PATCH v3 3/7] shm: add memfd_create() syscall
` [PATCH v3 4/7] selftests: add memfd_create() + sealing tests
` [PATCH v3 5/7] selftests: add memfd/sealing page-pinning tests
` [RFC v3 6/7] shm: wait for pins to be released when sealing
` [RFC v3 7/7] shm: isolate pinned pages when sealing files

MIPS MSA sigcontext changes in 3.15
 2014-06-17 18:14 UTC  (5+ messages)

[PATCH v6 0/9] seccomp: add thread sync ability
 2014-06-16  6:08 UTC  (19+ messages)
` [PATCH v6 1/9] seccomp: create internal mode-setting function
` [PATCH v6 2/9] seccomp: split filter prep from check and apply
` [PATCH v6 3/9] seccomp: introduce writer locking
` [PATCH v6 4/9] seccomp: move no_new_privs into seccomp
` [PATCH v6 5/9] seccomp: split mode set routines
` [PATCH v6 6/9] seccomp: add "seccomp" syscall
` [PATCH v6 7/9] seccomp: implement SECCOMP_FILTER_FLAG_TSYNC
` [PATCH v6 8/9] ARM: add seccomp syscall
` [PATCH v6 9/9] MIPS: "

[PATCH v8] mm: support madvise(MADV_FREE)
 2014-06-16  0:35 UTC 

[PATCH 1/4] drm/tegra: Implement more tiling modes
 2014-06-12 11:02 UTC  (11+ messages)
  ` [PATCH 2/4] drm/tegra: Add SET/GET_TILING IOCTLs
  ` [PATCH 3/4] drm/tegra: Add SET/GET_FLAGS IOCTLs
` [PATCH 4/4] drm/tegra: Allow non-authenticated processes to create buffer objects

[PATCH 1/2] mm: mark remap_file_pages() syscall as deprecated
 2014-06-12  9:44 UTC  (3+ messages)

[PATCH 12/14] block: Add specific data integrity errors
 2014-06-12  2:16 UTC  (2+ messages)

[PATCH v6 0/9] seccomp: add thread sync ability
 2014-06-10 23:01 UTC  (10+ messages)
` [PATCH v6 1/9] seccomp: create internal mode-setting function
` [PATCH v6 2/9] seccomp: split filter prep from check and apply
` [PATCH v6 3/9] seccomp: introduce writer locking
` [PATCH v6 4/9] seccomp: move no_new_privs into seccomp
` [PATCH v6 5/9] seccomp: split mode set routines
` [PATCH v6 6/9] seccomp: add "seccomp" syscall
` [PATCH v6 7/9] seccomp: implement SECCOMP_FILTER_FLAG_TSYNC
` [PATCH v6 8/9] ARM: add seccomp syscall
` [PATCH v6 9/9] MIPS: "

[patch 3/3] timerfd: Implement write method
 2014-06-10 20:22 UTC  (3+ messages)

[RFC PATCH 00/13][V3] kexec: A new system call to allow in kernel loading
 2014-06-06 18:04 UTC  (4+ messages)

[PATCH] drivers/char/mem.c: Add /dev/ioports, supporting 16-bit and 32-bit ports
 2014-06-06  9:02 UTC  (15+ messages)

[PATCH v5 0/6] seccomp: add PR_SECCOMP_EXT and SECCOMP_EXT_ACT_TSYNC
 2014-06-03 23:47 UTC  (4+ messages)

[PATCH 2/3] mm: introduce fincore()
 2014-06-02 14:21 UTC  (2+ messages)

MSGMNB and MSGMAX: good default values?
 2014-05-31 17:54 UTC 

Pondering per-process vsyscall disablement
 2014-05-30 20:35 UTC  (9+ messages)

[PATCH V3 0/6] namespaces: log namespaces per task
 2014-05-26 20:17 UTC  (4+ messages)

[PATCH v7] mm: support madvise(MADV_FREE)
 2014-05-22 10:49 UTC 


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