linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-05 16:47:22 to 2016-04-14 15:14:21 UTC [more...]

[PATCH v6 00/20] kthread: Use kthread worker API more widely
 2016-04-14 15:14 UTC  (3+ messages)
` [PATCH v6 01/20] kthread/smpboot: Do not park in kthread_create_on_cpu()
` [PATCH v6 02/20] kthread: Allow to call __kthread_create_on_node() with va_list args

[RFC PATCH] cgroup namespaces: add a 'nsroot=' mountinfo field
 2016-04-14 14:42 UTC  (10+ messages)
      ` [PATCH] "

[PATCH v5 00/10] Support for Cortex-M Prototyping System
 2016-04-14  9:39 UTC  (7+ messages)
` [PATCH v5 04/10] serial: mps2-uart: add MPS2 UART driver

[PATCH v4 0/3] vfs: Define new syscall umask2 [formerly getumask]
 2016-04-14  9:15 UTC  (11+ messages)
` [PATCH v4 1/3] vfs: Define new syscall umask2
` [PATCH v4 2/3] x86: Wire up new umask2 system call on x86
` [PATCH v4 3/3] vfs: selftests: Add test for umask2 system call
  ` umask2 man page (was: Re: [PATCH v4 0/3] vfs: Define new syscall umask2 [formerly getumask])

[PATCHSET RFC cgroup/for-4.6] cgroup, sched: implement resource group and PRIO_RGRP
 2016-04-14  6:07 UTC  (33+ messages)

[PATCH v2 0/2] vfs: Define new syscall getumask
 2016-04-14  3:47 UTC  (14+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] x86: Wire up new getumask system call on x86

[PATCH v3 0/2] vfs: Define new syscall getumask
 2016-04-13 19:12 UTC  (7+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] x86: Wire up new getumask system call on x86

[PATCH v5 00/52] mtd: rework ECC layout definition
 2016-04-13 16:14 UTC  (12+ messages)
` [PATCH v5 04/50] mtd: nand: atmel: use mtd_ooblayout_xxx() helpers where appropriate
` [PATCH v5 22/50] mtd: nand: atmel: switch to mtd_ooblayout_ops
` [PATCH v5 34/50] mtd: nand: gpmi: "

[RFC DONOTMERGE v8 0/3] fallocate for block devices
 2016-04-13 14:23 UTC  (6+ messages)
` [PATCH 2/3] block: require write_same and discard requests align to logical block size
  ` [PATCH 1/3] block: invalidate the page cache when issuing BLKZEROOUT
  ` [PATCH 3/3] block: implement (some of) fallocate for block devices
` [PATCH 4/3] block: test "

[PATCH 0/2] vfs: Define new syscall getumask
 2016-04-13 12:40 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] x86: Wire up new getumask system call on x86

[PATCH v4 6/7] crypto: KEYS - add generic handlers to symmetric key type
 2016-04-12 22:20 UTC  (4+ messages)
` [PATCH v4 0/7] crypto: algif - add akcipher

[PATCH v9 00/13] support "task_isolation" mode for nohz_full
 2016-04-12 18:41 UTC  (13+ messages)
` [PATCH v9 04/13] task_isolation: add initial support

[RFC PATCH 0/3] restartable sequences v2: fast user-space percpu critical sections
 2016-04-11 21:55 UTC  (28+ messages)
` [RFC PATCH v2 3/3] restartable sequences: basic self-tests

[PATCH v9 2/4] tpm: Proxy driver for supporting multiple emulated TPMs
 2016-04-11 18:14 UTC  (7+ messages)
` [PATCH v9 4/4] tpm: Add documentation for the tpm_vtpm device driver

[PATCH 0/8] System Calls for Memory Protection Keys
 2016-04-11 15:54 UTC  (7+ messages)
` [PATCH 2/8] mm: implement new pkey_mprotect() system call
` [PATCH 4/8] x86: wire up mprotect_key() "
` [PATCH 5/8] x86, pkeys: allocation/free syscalls
` [PATCH 6/8] x86, pkeys: add pkey set/get syscalls
` [PATCH 7/8] pkeys: add details of system call use to Documentation/
` [PATCH 8/8] x86, pkeys: add self-tests

[PATCH V17 3/3] dmaengine: qcom_hidma: add support for object hierarchy
 2016-04-11 14:21 UTC 

[PATCH v2] firmware: qemu_fw_cfg.c: hold ACPI global lock during device access
 2016-04-11 13:48 UTC  (6+ messages)

[PATCH V16 3/3] dmaengine: qcom_hidma: add support for object hierarchy
 2016-04-11 13:34 UTC 

[PATCH] uapi elf: delete unused macros
 2016-04-11 13:05 UTC  (2+ messages)
  `  "

New syscall: leftpad()
 2016-04-09 14:12 UTC  (4+ messages)
` [PATCH] leftpad.2: Document new syscall

[PATCH v6(RESEND) 0/4] make sigaltstack() compatible with swapcontext()
 2016-04-09 12:42 UTC  (3+ messages)
` [PATCH 3/4] sigaltstack: implement SS_AUTODISARM flag
  ` [PATCH 4/4] selftests: Add test for sigaltstack(SS_ONSTACK|SS_AUTODISARM)

[PATCH v1 00/10] uuid: convert users to generic UUID API
 2016-04-08 23:46 UTC  (8+ messages)
` [PATCH v1 06/10] device property: switch to use "

add RWF_(D)SYNC flag to preadv2/pwritev2 V2
 2016-04-07 22:50 UTC  (14+ messages)
` [PATCH 03/10] xfs: eliminate the pos variable in xfs_file_dio_aio_write
  ` [PATCH 01/10] filemap: remove pos variables in generic_file_read_iter
  ` [PATCH 02/10] filemap: remove the pos argument to generic_file_direct_write
  ` [PATCH 04/10] direct-io: eliminate the offset argument to ->direct_IO
  ` [PATCH 05/10] direct-io: remove the offset argument to dio_complete
  ` [PATCH 06/10] fs: add IOCB_SYNC and IOCB_DSYNC
  ` [PATCH 07/10] fs: simplify the generic_write_sync prototype
  ` [PATCH 09/10] fs: add RWF_DSYNC aand RWF_SYNC
` [PATCH 08/10] ceph: use generic_write_sync
` [PATCH 10/10] nfsd: use RWF_SYNC

[RFC PATCH v6 0/5] Thread-local ABI system call (CPU number cache)
 2016-04-07 20:55 UTC  (25+ messages)
` [RFC PATCH v6 1/5] Thread-local ABI system call: cache CPU number of running thread

[PATCH V5 0/4] Introduce CoreSight STM support
 2016-04-07  2:51 UTC  (5+ messages)
` [PATCH V5 1/4] stm class: Support devices that override software assigned masters
` [PATCH V5 2/4] coresight: adding path for STM device
` [PATCH V5 3/4] coresight-stm: Bindings for System Trace Macrocell
` [PATCH V5 4/4] coresight-stm: adding driver for CoreSight STM component

[PATCH v3 00/10] uuid: convert users to generic UUID API
 2016-04-06 11:34 UTC  (7+ messages)
` [PATCH v3 02/10] ima: use %pU to output UUID in printable format
` [PATCH v3 06/10] sysctl: drop away useless label

[PATCH v12 00/13] support "task_isolation" mode
 2016-04-05 17:38 UTC  (4+ messages)
` [PATCH v12 04/13] task_isolation: add initial support
` [PATCH v12 06/13] task_isolation: support PR_TASK_ISOLATION_STRICT mode
` [PATCH v12 08/13] task_isolation: add PR_TASK_ISOLATION_ONE_SHOT flag


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