linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-29 10:39:34 to 2016-03-07 16:52:07 UTC [more...]

[PATCH v6 0/4] make sigaltstack() compatible with swapcontext()
 2016-03-07 16:52 UTC  (3+ messages)
  ` [PATCH 3/4] sigaltstack: implement SS_AUTODISARM flag
` [PATCH 4/4] selftests: Add test for sigaltstack(SS_ONSTACK|SS_AUTODISARM)

[PATCH v2] sparc64: Add support for Application Data Integrity (ADI)
 2016-03-07 16:45 UTC  (12+ messages)

[PATCH v5 0/4] make sigaltstack() compatible with swapcontext()
 2016-03-07 16:39 UTC  (3+ messages)
  ` [PATCH 3/4] sigaltstack: implement SS_AUTODISARM flag
` [PATCH 4/4] selftests: Add test for sigaltstack(SS_ONSTACK | SS_AUTODISARM)

[PATCH v5 08/11] tpm: Driver for supporting multiple emulated TPMs
 2016-03-07 12:25 UTC  (3+ messages)
  ` [PATCH v5 09/11] tpm: Initialize TPM and get durations and timeouts
  ` [PATCH v5 10/11] tpm: Add documentation for the tpm_vtpm device driver

[PATCH v4 00/52] mtd: rework ECC layout definition
 2016-03-07  9:47 UTC  (53+ messages)
` [PATCH v4 08/52] mtd: nand: atmel: use mtd_ooblayout_xxx() helpers where appropriate
  ` [PATCH v4 01/52] mtd: kill the ecclayout->oobavail field
  ` [PATCH v4 02/52] mtd: create an mtd_oobavail() helper and make use of it
  ` [PATCH v4 03/52] mtd: mtdswap: remove useless if (!mtd->ecclayout) test
  ` [PATCH v4 04/52] mtd: nand: simplify nand_bch_init() usage
  ` [PATCH v4 05/52] mtd: add mtd_ooblayout_xxx() helper functions
  ` [PATCH v4 06/52] mtd: use mtd_ooblayout_xxx() helpers where appropriate
  ` [PATCH v4 07/52] mtd: nand: core: "
  ` [PATCH v4 09/52] mtd: nand: fsl_ifc: "
  ` [PATCH v4 10/52] mtd: nand: gpmi: "
  ` [PATCH v4 11/52] mtd: nand: lpc32xx: "
  ` [PATCH v4 12/52] mtd: nand: omap2: "
  ` [PATCH v4 13/52] mtd: onenand: "
  ` [PATCH v4 14/52] mtd: add mtd_set_ecclayout() helper function
  ` [PATCH v4 15/52] mtd: use mtd_set_ecclayout() where appropriate
  ` [PATCH v4 16/52] mtd: nand: "
  ` [PATCH v4 17/52] mtd: onenand: "
  ` [PATCH v4 18/52] mtd: docg3: "
  ` [PATCH v4 19/52] mtd: create an mtd_ooblayout_ops struct to ease ECC layout definition
  ` [PATCH v4 20/52] mtd: docg3: switch to mtd_ooblayout_ops
  ` [PATCH v4 24/52] mtd: nand: jz4740: "
  ` [PATCH v4 25/52] mtd: nand: atmel: "
  ` [PATCH v4 26/52] mtd: nand: bf5xx: "
  ` [PATCH v4 27/52] mtd: nand: brcm: "
  ` [PATCH v4 28/52] mtd: nand: cafe: "
  ` [PATCH v4 29/52] mtd: nand: davinci: "
  ` [PATCH v4 30/52] mtd: nand: denali: "
  ` [PATCH v4 31/52] mtd: nand: diskonchip: "
  ` [PATCH v4 32/52] mtd: nand: docg4: "
  ` [PATCH v4 33/52] mtd: nand: fsl_elbc: "
  ` [PATCH v4 35/52] mtd: nand: fsmc: "
  ` [PATCH v4 36/52] mtd: nand: fsmc: get rid of the fsmc_nand_eccplace struct
  ` [PATCH v4 37/52] mtd: nand: gpmi: switch to mtd_ooblayout_ops
  ` [PATCH v4 38/52] mtd: nand: hisi504: "
  ` [PATCH v4 40/52] mtd: nand: lpc32xx: "
  ` [PATCH v4 42/52] mtd: nand: omap2: "
  ` [PATCH v4 44/52] mtd: nand: s3c2410: "
  ` [PATCH v4 45/52] mtd: nand: sh_flctl: "
  ` [PATCH v4 46/52] mtd: nand: sm_common: "
  ` [PATCH v4 47/52] mtd: nand: sunxi: "
  ` [PATCH v4 48/52] mtd: nand: vf610: "
  ` [PATCH v4 49/52] mtd: onenand: "
  ` [PATCH v4 50/52] staging: mt29f_spinand: "
  ` [PATCH v4 51/52] mtd: nand: kill the ecc->layout field
  ` [PATCH v4 52/52] mtd: kill the nand_ecclayout struct
` [PATCH v4 21/52] mtd: nand: implement the default mtd_ooblayout_ops
` [PATCH v4 22/52] mtd: nand: bch: switch to mtd_ooblayout_ops
` [PATCH v4 23/52] mtd: nand: sharpsl: "
` [PATCH v4 34/52] mtd: nand: fsl_ifc: "
` [PATCH v4 39/52] mtd: nand: jz4780: "
` [PATCH v4 41/52] mtd: nand: mxc: "
` [PATCH v4 43/52] mtd: nand: pxa3xx: "

[PATCH v4 1/2] mm: introduce page reference manipulation functions
 2016-03-07  4:20 UTC  (8+ messages)
` [PATCH v4 2/2] mm/page_ref: add tracepoint to track down page reference manipulation

THP-enabled filesystem vs. FALLOC_FL_PUNCH_HOLE
 2016-03-06 23:33 UTC  (10+ messages)

[PATCH v4 0/2] make sigaltstack() compatible with swapcontext()
 2016-03-06 20:55 UTC  (13+ messages)
` [PATCH 1/2] sigaltstack: implement SS_AUTODISARM flag
` [PATCH 2/2] selftests: Add test for sigaltstack(SS_AUTODISARM)

[PATCH v6 0/3] fallocate for block devices to provide zero-out
 2016-03-05 20:58 UTC  (10+ messages)
  ` [PATCH 1/3] block: invalidate the page cache when issuing BLKZEROOUT
` [PATCH 2/3] block: require write_same and discard requests align to logical block size
` [PATCH 3/3] block: implement (some of) fallocate for block devices

[PATCH v3 00/52] mtd: rework ECC layout definition
 2016-03-05  9:01 UTC  (7+ messages)
` [PATCH v3 16/52] mtd: nand: use mtd_set_ecclayout() where appropriate
` [PATCH v3 39/52] mtd: nand: jz4780: switch to mtd_ooblayout_ops

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

[PATCH v5] fuse: Add support for passthrough read/write
 2016-03-04 12:23 UTC  (2+ messages)
  ` [fuse-devel] "

[PATCH v5.1 0/2] create BLKZEROOUT ioctl that invalidates page cache
 2016-03-04  2:30 UTC  (26+ messages)
` [PATCH 1/2] block: invalidate the page cache when issuing BLKZEROOUT
` [PATCH 2/2] block: create ioctl to discard-or-zeroout a range of blocks

[PATCH] sparc64: Add support for Application Data Integrity (ADI)
 2016-03-03 23:51 UTC  (7+ messages)

[RFC][PATCH 0/7] System Calls for Memory Protection Keys
 2016-03-03 23:49 UTC  (3+ messages)

[PATCH] [media] media.h: postpone connectors entities
 2016-03-03 17:54 UTC 

generic RDMA READ/WRITE API V2
 2016-03-03 16:11 UTC  (12+ messages)
  ` [PATCH 1/6] vfs: pass a flags argument to vfs_readv/vfs_writev
  ` [PATCH 3/6] x86: wire up preadv2 and pwritev2
  ` [PATCH 4/6] vfs: add the RWF_HIPRI flag for preadv2/pwritev2
  ` [PATCH 5/6] direct-io: only use block polling if explicitly requested
` [PATCH 2/6] vfs: vfs: Define new syscalls preadv2,pwritev2
` [PATCH 6/6] blk-mq: enable polling support by default
  ` selective block polling and preadv2/pwritev2 revisited V3

[PATCH] selftests: add a new test for Media Controller API
 2016-03-03 11:49 UTC  (2+ messages)

Fw: new important message
 2016-03-03  2:37 UTC 

[PATCH] vfs: support FS_XFLAG_REFLINK and FS_XFLAG_COWEXTSIZE
 2016-03-02 23:56 UTC 

[PATCH v10 00/12] support "task_isolation" mode
 2016-03-02 20:09 UTC  (3+ messages)
` [PATCH v10 04/12] task_isolation: add initial support
` [PATCH v10 06/12] task_isolation: support PR_TASK_ISOLATION_STRICT mode

[PATCH v4 0/5] getcpu_cache system call for 4.6
 2016-03-02 10:44 UTC  (23+ messages)
` [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread

[PATCH RFC] Introduce new security.nscapability xattr
 2016-03-02  0:00 UTC  (10+ messages)

CISCO AND AVAYA IP Phones
 2016-03-01 20:10 UTC 

[PATCHv2 00/10] RFKill airplane-mode indicator
 2016-03-01 16:15 UTC  (7+ messages)
` [PATCHv2 08/10] rfkill: Use switch to demux userspace operations

[PATCH V4 0/4] Introduce CoreSight STM support
 2016-03-01  6:35 UTC  (5+ messages)
  ` [PATCH V4 1/4] stm class: provision for statically assigned masterIDs
` [PATCH V4 2/4] Documentations: Add explanations of the case for non-configurable masters
` [PATCH V4 3/4] coresight-stm: Bindings for System Trace Macrocell
` [PATCH V4 4/4] coresight-stm: adding driver for CoreSight STM component

selective block polling and preadv2/pwritev2 revisited V2
 2016-02-29 14:59 UTC  (12+ messages)
` [PATCH 6/7] blk-mq: enable polling support by default
` [PATCH 7/7] block, directio: set a REQ_POLL flag when submitting polled bios


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