messages from 2014-11-17 23:13:36 to 2014-11-24 20:14:50 UTC [more...]
[PATCH 0/6] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)
2014-11-24 20:14 UTC (23+ messages)
` [PATCH 2/6] fs: moved kernel_write to fs/read_write
` [PATCH 3/6] fs/splice: support compiling out splice-family syscalls
` [PATCH 4/6] fs/fuse: support compiling out splice
` [fuse-devel] "
` [PATCH 1/6] fs: move sendfile syscall into fs/splice
` [PATCH 5/6] net/core: support compiling out splice
` [PATCH 6/6] fs/splice: full support for "
[PATCHv10 0/5] syscalls,x86,sparc: Add execveat() system call
2014-11-24 18:53 UTC (11+ messages)
` [PATCHv10 1/5] syscalls: implement "
` [PATCHv10 2/5] x86: Hook up execveat "
` [PATCHv10 3/5] syscalls: add selftest for execveat(2)
` [PATCHv10 4/5] sparc: Hook up execveat system call
` [PATCHv10 man-pages 5/5] execveat.2: initial man page for execveat(2)
[PATCH v3 03/41] virtio: add virtio 1.0 feature bit
2014-11-24 18:49 UTC (12+ messages)
` [PATCH v3 04/41] virtio: memory access APIs
` [PATCH v3 08/41] virtio: set FEATURES_OK
` [PATCH v3 11/41] virtio_net: v1.0 endianness
` [PATCH v3 12/41] virtio_blk: v1.0 support
` [PATCH v3 32/41] tun: move internal flag defines out of uapi
` [PATCH v3 34/41] tun: add VNET_LE flag
` [PATCH v3 39/41] virtio_scsi: export to userspace
[PATCH] selftest: size: Add size test for Linux kernel
2014-11-24 18:20 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] kselftest: Move the docs to the Documentation dir
2014-11-24 17:49 UTC (3+ messages)
[PATCH v3 0/7] crypto: AF_ALG: add AEAD and RNG support
2014-11-24 15:08 UTC (13+ messages)
` [PATCH v3 1/7] crypto: AF_ALG: add user space interface for AEAD
` [PATCH v3 3/7] crypto: AF_ALG: crypto API calls to inline functions
` [PATCH v3 2/7] crypto: AF_ALG: extend data structuers for AEAD
` [PATCH v3 4/7] crypto: AF_ALG: add AEAD support
` [PATCH v3 5/7] crypto: AF_ALG: add random number generator support
` [PATCH v3 6/7] crypto: AF_ALG: enable RNG interface compilation
` [PATCH v3 7/7] crypto: AF_ALG: document the user space interface
[RFC PATCH net-next v3 0/4] netns: allow to identify peer netns
2014-11-24 13:45 UTC (4+ messages)
` [PATCH net-next v4 "
[PATCH v6 0/7] vfs: Non-blockling buffered fs read (page cache only)
2014-11-24 9:53 UTC (2+ messages)
[PATCH] media: platform: add VPFE capture driver support for AM437X
2014-11-24 1:10 UTC
[PATCH 3/6] fs/splice: support compiling out splice-family syscalls
2014-11-22 21:50 UTC (2+ messages)
[v7 0/5] ext4: add project quota support
2014-11-22 5:24 UTC (6+ messages)
` [v7 1/5] vfs: adds general codes to enforces project quota limits
` [v7 2/5] ext4: adds project ID support
` [v7 5/5] ext4: cleanup inode flag definitions
` [v7 3/5] ext4: adds project quota support
` [v7 4/5] ext4: adds FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support
RFC: renameat(): Add a RENAME_REMOVE flag to unlink hardlinks
2014-11-22 1:57 UTC (15+ messages)
[PATCHv9 0/5] syscalls,x86,sparc: Add execveat() system call
2014-11-21 20:08 UTC (9+ messages)
` [PATCHv9 1/5] syscalls: implement "
` [PATCHv9 2/5] x86: Hook up execveat "
` [PATCHv9 3/5] syscalls: add selftest for execveat(2)
` [PATCHv9 4/5] sparc: Hook up execveat system call
` [PATCHv9 man-pages 5/5] execveat.2: initial man page for execveat(2)
[PATCH v2 00/13] Add kdbus implementation
2014-11-21 19:50 UTC (26+ messages)
` kdbus: add documentation
` kdbus: add header file
` kdbus: add driver skeleton, ioctl entry points and utility functions
` kdbus: add connection, queue handling and message validation code
` kdbus: add node and filesystem implementation
` kdbus: add code to gather metadata
` kdbus: add code for notifications and matches
` kdbus: add code for buses, domains and endpoints
` kdbus: add name registry implementation
` kdbus: add policy database implementation
` kdbus: add Makefile, Kconfig and MAINTAINERS entry
` kdbus: add selftests
` kdbus: add connection pool implementation
[PATCHv2 0/3] fs: add O_BENEATH flag to openat(2)
2014-11-21 14:19 UTC (4+ messages)
` [PATCHv2 2/3] selftests: Add test of O_BENEATH & openat(2)
[RFC] Possible new execveat(2) Linux syscall
2014-11-21 14:15 UTC (13+ messages)
` [musl] "
[PATCH v2 00/10] crypto: AF_ALG: add AEAD and RNG support
2014-11-21 4:40 UTC (34+ messages)
` [PATCH v2 01/10] crypto: AF_ALG: add user space interface for AEAD
` [PATCH v2 02/10] crypto: AF_ALG: user space interface for cipher info
` crypto: user - Allow get request with empty driver name
` [PATCH v2 06/10] crypto: AF_ALG: make setkey optional
[PATCH] Add supplementary UIDs, and getusers/setusers system calls
2014-11-20 18:18 UTC (4+ messages)
[PATCH v14 0/3] Add drm driver for Rockchip Socs
2014-11-20 1:47 UTC (4+ messages)
` [PATCH v14 1/3] drm: rockchip: Add basic drm driver
` [PATCH v14 2/3] dt-bindings: video: Add for rockchip display subsytem
` [PATCH v14 3/3] dt-bindings: video: Add documentation for rockchip vop
[PATCH 1/3] tun: move internal flag defines out of uapi
2014-11-19 17:11 UTC (5+ messages)
[PATCH v2 00/19] kselftest install target feature
2014-11-19 16:13 UTC (7+ messages)
` [PATCH v2 02/19] kbuild: kselftest_install - add a new make target to install selftests
` [PATCH v2 07/19] selftests/firmware: add install target to enable installing test
[PATCH v12 0/3] Add drm driver for Rockchip Socs
2014-11-19 13:17 UTC (12+ messages)
` [PATCH v12 1/3] drm: rockchip: Add basic drm driver
` [PATCH v12 2/3] dt-bindings: video: Add for rockchip display subsytem
` [PATCH v12 3/3] dt-bindings: video: Add documentation for rockchip vop
[PATCHv8 0/4] syscalls,x86,sparc: Add execveat() system call
2014-11-19 12:40 UTC (3+ messages)
` [PATCHv8 1/4] syscalls,x86: implement "
[PATCH v2 net-next 0/7] implementation of eBPF maps
2014-11-18 20:39 UTC (2+ messages)
[PATCH v13 0/3] Add drm driver for Rockchip Socs
2014-11-18 10:11 UTC (4+ messages)
` [PATCH v13 1/3] drm: rockchip: Add basic drm driver
` [PATCH v13 3/3] dt-bindings: video: Add documentation for rockchip vop
` [PATCH v13 2/3] dt-bindings: video: Add for rockchip display subsytem
[PATCH v7 00/10] TPM 2.0 support
2014-11-18 9:29 UTC (4+ messages)
` [PATCH v7 06/10] tpm: fix: move sysfs attributes to the correct place
[PATCH 2/2] groups: Allow unprivileged processes to use setgroups to drop groups
2014-11-18 0:56 UTC (12+ messages)
[PATCH 1/2] groups: Factor out a function to set a pre-sorted group list
2014-11-17 23:13 UTC (8+ messages)
` [PATCH 2/2] groups: Allow unprivileged processes to use setgroups to drop groups
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).