messages from 2016-03-18 07:19:59 to 2016-03-30 17:21:00 UTC [more...]
[RFC PATCH] cgroup namespaces: add a 'nsroot=' mountinfo field
2016-03-30 17:21 UTC (5+ messages)
` [PATCH] cgroup mount: ignore nsroot=
[PATCH v3 0/7] crypto: algif - add akcipher
2016-03-30 17:19 UTC (16+ messages)
` [PATCH v3 1/7] crypto: AF_ALG -- add sign/verify API
` [PATCH v3 2/7] crypto: AF_ALG -- add setpubkey setsockopt call
` [PATCH v3 3/7] crypto: AF_ALG -- add asymmetric cipher interface
` [PATCH v3 4/7] crypto: algif_akcipher - enable compilation
` [PATCH v3 5/7] crypto: algif_akcipher - add ops_nokey
` [PATCH v3 6/7] crypto: KEYS - add public_key info query
` [PATCH v3 7/7] crypto: AF_ALG - add support for key_id
[PATCH v5 00/52] mtd: rework ECC layout definition
2016-03-30 16:18 UTC (52+ messages)
` [PATCH v5 01/50] mtd: add mtd_ooblayout_xxx() helper functions
` [PATCH v5 02/50] mtd: use mtd_ooblayout_xxx() helpers where appropriate
` [PATCH v5 03/50] mtd: nand: core: "
` [PATCH v5 04/50] mtd: nand: atmel: "
` [PATCH v5 05/50] mtd: nand: fsl_ifc: "
` [PATCH v5 06/50] mtd: nand: gpmi: "
` [PATCH v5 07/50] mtd: nand: lpc32xx: "
` [PATCH v5 08/50] mtd: nand: omap2: "
` [PATCH v5 09/50] mtd: nand: qcom: "
` [PATCH v5 10/50] mtd: onenand: "
` [PATCH v5 11/50] mtd: add mtd_set_ecclayout() helper function
` [PATCH v5 12/50] mtd: use mtd_set_ecclayout() where appropriate
` [PATCH v5 13/50] mtd: nand: "
` [PATCH v5 14/50] mtd: onenand: "
` [PATCH v5 15/50] mtd: docg3: "
` [PATCH v5 17/50] mtd: docg3: switch to mtd_ooblayout_ops
` [PATCH v5 18/50] mtd: nand: implement the default mtd_ooblayout_ops
` [PATCH v5 19/50] mtd: nand: bch: switch to mtd_ooblayout_ops
` [PATCH v5 20/50] mtd: nand: sharpsl: "
` [PATCH v5 21/50] mtd: nand: jz4740: "
` [PATCH v5 22/50] mtd: nand: atmel: "
` [PATCH v5 23/50] mtd: nand: bf5xx: "
` [PATCH v5 24/50] mtd: nand: brcm: "
` [PATCH v5 25/50] mtd: nand: cafe: "
` [PATCH v5 26/50] mtd: nand: davinci: "
` [PATCH v5 27/50] mtd: nand: denali: "
` [PATCH v5 28/50] mtd: nand: diskonchip: "
` [PATCH v5 29/50] mtd: nand: docg4: "
` [PATCH v5 30/50] mtd: nand: fsl_elbc: "
` [PATCH v5 31/50] mtd: nand: fsl_ifc: "
` [PATCH v5 32/50] mtd: nand: fsmc: "
` [PATCH v5 33/50] mtd: nand: fsmc: get rid of the fsmc_nand_eccplace struct
` [PATCH v5 34/50] mtd: nand: gpmi: switch to mtd_ooblayout_ops
` [PATCH v5 35/50] mtd: nand: hisi504: "
` [PATCH v5 36/50] mtd: nand: jz4780: "
` [PATCH v5 37/50] mtd: nand: lpc32xx: "
` [PATCH v5 38/50] mtd: nand: mxc: "
` [PATCH v5 39/50] mtd: nand: omap2: "
` [PATCH v5 40/50] mtd: nand: pxa3xx: "
` [PATCH v5 41/50] mtd: nand: s3c2410: "
` [PATCH v5 42/50] mtd: nand: sh_flctl: "
` [PATCH v5 43/50] mtd: nand: sm_common: "
` [PATCH v5 44/50] mtd: nand: sunxi: "
` [PATCH v5 45/50] mtd: nand: vf610: "
` [PATCH v5 46/50] mtd: nand: qcom: "
` [PATCH v5 47/50] mtd: onenand: "
` [PATCH v5 48/50] staging: mt29f_spinand: "
` [PATCH v5 49/50] mtd: nand: kill the ecc->layout field
` [PATCH v5 16/50] mtd: create an mtd_ooblayout_ops struct to ease ECC layout definition
` [PATCH v5 50/50] mtd: kill the nand_ecclayout struct
[PATCH v6 0/5] (mostly) Arch-independent livepatch
2016-03-30 7:10 UTC (11+ messages)
` [PATCH v6 1/5] Elf: add livepatch-specific Elf constants
` [PATCH v6 2/5] module: preserve Elf information for livepatch modules
` [PATCH v6 3/5] module: s390: keep mod_arch_specific "
` [PATCH v6 4/5] livepatch: reuse module loader code to write relocations
` [PATCH v6 5/5] Documentation: livepatch: outline Elf format and requirements for patch modules
` (mostly) Arch-independent livepatch
add RWF_(D)SYNC flag to preadv2/pwritev2
2016-03-30 6:54 UTC (14+ messages)
` [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 03/10] xfs: eliminate the pos variable in xfs_file_dio_aio_write
` [PATCH 08/10] ceph: use generic_write_sync
` [PATCH 10/10] nfsd: use RWF_SYNC
` [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 07/10] "
` [PATCH 09/10] fs: add RWF_DSYNC aand RWF_SYNC
` [PATCH 09/10] "
[RFC v1 00/17] seccomp-object: From attack surface reduction to sandboxing
2016-03-29 19:07 UTC (31+ messages)
` [RFC v1 01/17] um: Export the sys_call_table
` [RFC v1 02/17] seccomp: Fix typo
` [RFC v1 03/17] selftest/seccomp: Fix the flag name SECCOMP_FILTER_FLAG_TSYNC
` [PATCH 1/2] "
` [RFC v1 04/17] selftest/seccomp: Fix the seccomp(2) signature
` [PATCH 2/2] "
` [RFC v1 05/17] security/seccomp: Add LSM and create arrays of syscall metadata
` [RFC v1 06/17] seccomp: Add the SECCOMP_ADD_CHECKER_GROUP command
` [RFC v1 07/17] seccomp: Add seccomp object checker evaluation
` [RFC v1 08/17] selftest/seccomp: Remove unknown_ret_is_kill_above_allow test
` [RFC v1 09/17] selftest/seccomp: Extend seccomp_data until matches[6]
` [RFC v1 11/17] selftest/seccomp: Add argeval_open_whitelist test
` [RFC v1 10/17] selftest/seccomp: Add field_is_valid_syscall test
` [RFC v1 12/17] audit,seccomp: Extend audit with seccomp state
` [RFC v1 13/17] selftest/seccomp: Rename TRACE_poke to TRACE_poke_sys_read
` [RFC v1 14/17] selftest/seccomp: Make tracer_poke() more generic
` [RFC v1 15/17] selftest/seccomp: Add argeval_toctou_argument test
` [RFC v1 16/17] security/seccomp: Protect against filesystem TOCTOU
` [RFC v1 17/17] selftest/seccomp: Add argeval_toctou_filesystem test
` [kernel-hardening] Re: [RFC v1 00/17] seccomp-object: From attack surface reduction to sandboxing
[PATCH v9 2/4] tpm: Proxy driver for supporting multiple emulated TPMs
2016-03-29 18:19 UTC (3+ messages)
` [PATCH v9 3/4] tpm: Initialize TPM and get durations and timeouts
` [PATCH v9 4/4] tpm: Add documentation for the tpm_vtpm device driver
[PATCH v8 09/10] tpm: Initialize TPM and get durations and timeouts
2016-03-29 15:53 UTC (5+ messages)
` [v8,09/10] "
` [v8,09/10] tpm: Initialize TPM and get durations and timeoutsg
[RESEND PATCH V4 0/4] Introduce CoreSight STM support
2016-03-28 3:06 UTC (11+ messages)
` [RESEND PATCH V4 1/4] stm class: provision for statically assigned masterIDs
` [RESEND PATCH V4 4/4] coresight-stm: adding driver for CoreSight STM component
[PATCH v6 0/4] make sigaltstack() compatible with swapcontext()
2016-03-25 20:16 UTC (2+ messages)
[PATCH] UAPI: Rename all '__unused' struct fields to '__unused1'
2016-03-25 13:52 UTC
[PATCH v13] cpufreq: powernv: Add sysfs attributes to show throttle stats
2016-03-23 21:25 UTC (3+ messages)
[PATCH v5 0/6] (mostly) Arch-independent livepatch
2016-03-22 19:00 UTC (29+ messages)
` [PATCH v5 1/6] Elf: add livepatch-specific Elf constants
` [PATCH v5 2/6] module: preserve Elf information for livepatch modules
` "
` [PATCH v5 3/6] module: s390: keep mod_arch_specific "
` [PATCH v5 4/6] livepatch: reuse module loader code to write relocations
` "
` [PATCH v5 5/6] samples: livepatch: mark as livepatch module
` [PATCH v5 6/6] Documentation: livepatch: outline Elf format and requirements for patch modules
[PATCH v12] cpufreq: powernv: Add sysfs attributes to show throttle stats
2016-03-22 11:33 UTC (2+ messages)
[PATCH v11] cpufreq: powernv: Add sysfs attributes to show throttle stats
2016-03-22 2:46 UTC (2+ messages)
[PATCH v7 0/3] fallocate for block devices to provide zero-out
2016-03-21 20:59 UTC (10+ messages)
` [PATCH 3/3] block: implement (some of) fallocate for block devices
[PATCH v18 00/22] Richacls (Core and Ext4)
2016-03-21 18:20 UTC (13+ messages)
` [PATCH v18 19/22] richacl: Add richacl xattr handler
[PATCH] vfs: support FS_XFLAG_REFLINK and FS_XFLAG_COWEXTSIZE
2016-03-21 15:46 UTC (2+ messages)
[PATCH v5 0/2] man-pages: document reflink/dedupe ioctls
2016-03-20 19:13 UTC (4+ messages)
` [PATCH 1/2] man2: document FICLONE and FICLONERANGE
[PATCH 07/13] aio: enabled thread based async fsync
2016-03-20 2:03 UTC (16+ messages)
` aio openat "
[PATCH 2/2] block: create ioctl to discard-or-zeroout a range of blocks
2016-03-18 22:55 UTC (26+ messages)
[PATCH v8 08/10] tpm: Proxy driver for supporting multiple emulated TPMs
2016-03-18 13:06 UTC (6+ messages)
[PATCH v20 00/23] Richacls (Core and Ext4)
2016-03-18 8:48 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).