messages from 2014-11-20 07:45:26 to 2014-11-25 16:44:16 UTC [more...]
[PATCH v4 03/42] virtio: add virtio 1.0 feature bit
2014-11-25 16:44 UTC (8+ messages)
` [PATCH v4 05/42] virtio: memory access APIs
` [PATCH v4 09/42] virtio: set FEATURES_OK
` [PATCH v4 12/42] virtio_net: v1.0 endianness
` [PATCH v4 13/42] virtio_blk: v1.0 support
` [PATCH v4 33/42] tun: move internal flag defines out of uapi
` [PATCH v4 35/42] tun: add VNET_LE flag
` [PATCH v4 40/42] virtio_scsi: export to userspace
[PATCH v14 0/3] Add drm driver for Rockchip Socs
2014-11-25 16:38 UTC (2+ messages)
[PATCH 1/7] KVM: add commentary for kvm_debug_exit_arch struct
2014-11-25 16:10 UTC (3+ messages)
` [PATCH 5/7] KVM: arm64: guest debug, add support for single-step
` [PATCH 7/7] KVM: arm64: guest debug, HW assisted debug support
[PATCH v3] sched/fair: Add advisory flag for borrowing a timeslice (was: Pre-emption control for userspace)
2014-11-25 15:25 UTC (15+ messages)
` [PATCH v3] sched/fair: Add advisory flag for borrowing a timeslice
[PATCH v3 0/7] crypto: AF_ALG: add AEAD and RNG support
2014-11-25 15:08 UTC (16+ 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
[PATCH v3 0/5] Add Spreadtrum Sharkl64 Platform support
2014-11-25 12:59 UTC (10+ messages)
` [PATCH v3 1/5] Documentation: DT: Renamed of-serial.txt to 8250.txt
` [PATCH v3 2/5] Documentation: DT: Add bindings for Spreadtrum SoC Platform
` [PATCH v3 3/5] arm64: dts: Add support for Spreadtrum SC9836 SoC in dts and Makefile
` [PATCH v3 4/5] arm64: Add support for Spreadtrum's Sharkl64 Platform in Kconfig and defconfig
` [PATCH v3 5/5] tty/serial: Add Spreadtrum sc9836-uart driver support
[PATCHv10 0/5] syscalls,x86,sparc: Add execveat() system call
2014-11-25 12:16 UTC (12+ 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 v5 0/7] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)
2014-11-25 7:19 UTC (8+ messages)
` [PATCH v5 1/7] fs: move sendfile syscall into fs/splice
` [PATCH v5 2/7] fs: moved kernel_write to fs/read_write
` [PATCH v5 3/7] fs/splice: support compiling out splice-family syscalls
` [PATCH v5 5/7] net/core: support compiling out splice
` [PATCH v5 7/7] fs/splice: full support for "
` [PATCH v5 4/7] fs/fuse: support "
` [PATCH v5 6/7] fs/nfsd: "
[PATCH v4 0/7] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)
2014-11-25 0:52 UTC (10+ messages)
` [PATCH v4 1/7] fs: move sendfile syscall into fs/splice
` [PATCH v4 2/7] fs: moved kernel_write to fs/read_write
` [PATCH v4 3/7] fs/splice: support compiling out splice-family syscalls
` [PATCH v4 4/7] fs/fuse: support compiling out splice
` [PATCH v4 5/7] fs/nfsd: "
` [PATCH v4 6/7] net/core: "
` [PATCH v4 7/7] fs/splice: full support for "
[PATCH 0/6] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)
2014-11-24 21:49 UTC (25+ 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 "
[PATCH v2 00/13] Add kdbus implementation
2014-11-24 20:57 UTC (28+ messages)
` kdbus: add documentation
` kdbus: add header file
` kdbus: add driver skeleton, ioctl entry points and utility functions
` kdbus: add connection pool implementation
` 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
[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)
[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 (5+ messages)
` [PATCHv9 4/5] sparc: Hook up execveat "
[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 (16+ messages)
` [PATCH v2 02/10] crypto: AF_ALG: user space interface for cipher info
` crypto: user - Allow get request with empty driver name
[PATCH] Add supplementary UIDs, and getusers/setusers system calls
2014-11-20 18:18 UTC (4+ 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).