messages from 2015-10-07 10:34:26 to 2015-10-15 05:56:01 UTC [more...]
[PATCH v4 03/79] drm.h: use __kernel_size_t instead of size_t
2015-10-15 5:56 UTC (21+ messages)
` [PATCH v4 04/79] drm_mode.h: use __u32 and __u64 from linux/types.h
` [PATCH v4 05/79] exynos_drm.h: use "
` [PATCH v4 06/79] nouveau_drm.h: use __u32 and "
` [PATCH v4 07/79] radeon_drm.h: "
` [PATCH v4 08/79] r128_drm.h: include drm/drm.h
` [PATCH v4 09/79] via_drm.h: don't include non-existing via_drmclient.h
` [PATCH v4 10/79] via_drm.h: move struct via_file_private definition to drivers/gpu/drm/via/via_drv.h
` [PATCH v4 12/79] include/uapi/drm/sis_drm.h: move sis_file_private to drivers/gpu/drm/sis/sis_drv.h
` [PATCH v4 13/79] drm/i810_drm.h: include drm/drm.h
` [PATCH v4 14/79] include/uapi/drm/vmwgfx_drm.h: use __s32, __u32 and __u64 from linux/types.h
` [PATCH v4 15/79] include/uapi/drm/qxl_drm.h: "
` [PATCH v4 16/79] include/uapi/linux/agpgart.h: include stdlib.h in userspace
` [PATCH v4 17/79] include/uapi/sound/emu10k1.h: added EMU10K1 version of DECLARE_BITMAP macro
` [PATCH v4 18/79] dm-log-userspace.h: use __u32, __s32 and __u64 from linux/types.h
` [PATCH v4 19/79] hsi_char.h: use __u32 "
` [PATCH v4 20/79] include/uapi/linux/hsi/cs-protocol.h: include linux/time.h
` [PATCH v4 11/79] savage_drm.h: include <drm/drm.h>
` [PATCH v4 21/79] ebtables.h: use __u64 from linux/types.h
` [PATCH v4 22/79] cld.h: use __u8, __u16, __s16, __u32 and __s64 "
` [PATCH v4 23/79] rds.h: "
[PATCH] selftests: memfd_test: Revised STACK_SIZE to make it 16-byte aligned
2015-10-15 3:22 UTC (2+ messages)
[PATCH v3 0/1] Generalize poll events from eventfd
2015-10-15 1:42 UTC (2+ messages)
` [PATCH v3 1/1] eventfd: implementation of EFD_MASK flag
[PATCH 0/2] Input: Improve handling of ff max_effects
2015-10-15 0:52 UTC (5+ messages)
` [PATCH 1/2] Input: Document and check on implicitly defined FF_MAX_EFFECTS
` [PATCH 2/2] Input: uinput: Sanity check on ff_effects_max and EV_FF
[PATCH] Input: input.h: Fix EVIOCSFF macro inconsistency by using _IOW()
2015-10-15 0:25 UTC (2+ messages)
[PATCH v5 0/9] VFS: In-kernel copy system call
2015-10-14 19:39 UTC (44+ messages)
` [PATCH v5 4/9] vfs: Copy should check len after file open mode
` [PATCH v5 5/9] vfs: Copy shouldn't forbid ranges inside the same file
` [PATCH v5 6/9] vfs: Copy should use file_out rather than file_in
` [PATCH v5 7/9] vfs: Remove copy_file_range mountpoint checks
` [PATCH v5 8/9] vfs: Add vfs_copy_file_range() support for pagecache copies
` [PATCH v5 9/9] btrfs: btrfs_copy_file_range() only supports reflinks
[RFC v2 00/18] kthread: Use kthread worker API more widely
2015-10-14 17:30 UTC (13+ messages)
` [RFC v2 07/18] kthread: Allow to cancel kthread work
[PATCH v5 0/4] PCI: Add support for PCI Enhanced Allocation "BARs"
2015-10-14 16:26 UTC (4+ messages)
[PATCH v10 00/46] Richacls
2015-10-13 19:21 UTC (58+ messages)
` [PATCH v10 01/46] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v10 02/46] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v10 03/46] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v10 04/46] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v10 05/46] vfs: Add permission flags for setting file attributes
` [PATCH v10 06/46] richacl: In-memory representation and helper functions
` [PATCH v10 07/46] richacl: Permission mapping functions
` [PATCH v10 08/46] richacl: Compute maximum file masks from an acl
` [PATCH v10 09/46] richacl: Permission check algorithm
` [PATCH v10 10/46] vfs: Cache base_acl objects in inodes
` [PATCH v10 11/46] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v10 12/46] vfs: Cache richacl in struct inode
` [PATCH v10 13/46] richacl: Update the file masks in chmod()
` [PATCH v10 14/46] richacl: Check if an acl is equivalent to a file mode
` [PATCH v10 15/46] richacl: Create-time inheritance
` [PATCH v10 16/46] richacl: Automatic Inheritance
` [PATCH v10 17/46] richacl: xattr mapping functions
` [PATCH v10 18/46] richacl: Add richacl xattr handler
` [PATCH v10 19/46] vfs: Add richacl permission checking
` [PATCH v10 20/46] ext4: Add richacl support
` [PATCH v10 21/46] ext4: Add richacl feature flag
` [PATCH v10 22/46] xfs: Fix error path in xfs_get_acl
` [PATCH v10 23/46] xfs: Make xfs_set_mode non-static
` [PATCH v10 24/46] xfs: Add richacl support
` [PATCH v10 25/46] richacl: acl editing helper functions
` [PATCH v10 26/46] richacl: Move everyone@ aces down the acl
` [PATCH v10 27/46] richacl: Propagate everyone@ permissions to other aces
` [PATCH v10 28/46] richacl: Set the owner permissions to the owner mask
` [PATCH v10 29/46] richacl: Set the other permissions to the other mask
` [PATCH v10 30/46] richacl: Isolate the owner and group classes
` [PATCH v10 31/46] richacl: Apply the file masks to a richacl
` [PATCH v10 32/46] richacl: Create richacl from mode values
` [PATCH v10 33/46] nfsd: Keep list of acls to dispose of in compoundargs
` [PATCH v10 34/46] nfsd: Use richacls as internal acl representation
` [PATCH v10 35/46] nfsd: Add richacl support
` [PATCH v10 36/46] nfsd: Add support for the v4.1 dacl attribute
` [PATCH v10 37/46] nfsd: Add support for the MAY_CREATE_{FILE, DIR} permissions
` [PATCH v10 38/46] richacl: Add support for unmapped identifiers
` [PATCH v10 39/46] ext4: Don't allow unmapped identifiers in richacls
` [PATCH v10 40/46] sunrpc: Allow to demand-allocate pages to encode into
` [PATCH v10 41/46] sunrpc: Add xdr_init_encode_pages
` [PATCH v10 42/46] nfs: Fix GETATTR bitmap verification
` [PATCH v10 43/46] nfs: Remove unused xdr page offsets in getacl/setacl arguments
` [PATCH v10 44/46] nfs: Add richacl support
` [PATCH v10 45/46] nfs: Add support for the v4.1 dacl attribute
` [PATCH v10 46/46] richacl: uapi header split
v7 of seccomp filter c/r
2015-10-13 17:10 UTC (3+ messages)
` [PATCH v7] seccomp, ptrace: add support for dumping seccomp filters
[RFC v2 0/9] Additional kmsg devices
2015-10-13 13:57 UTC (12+ messages)
` [RFC v2 1/9] printk: move code regarding log message storing format
` [RFC v2 2/9] printk: add one function for storing log in proper format
` [RFC v2 3/9] kmsg: introduce additional kmsg devices support
` [RFC v2 4/9] kmsg: add additional buffers support to memory class
` [RFC v2 5/9] kmsg: add function for adding and deleting additional buffers
` [RFC v2 6/9] kmsg: add predefined _PID, _TID, _COMM keywords to kmsg* log dict
` [RFC v2 7/9] kmsg: add ioctl for adding and deleting kmsg* devices
` [RFC v2 8/9] kmsg: add ioctl for kmsg* devices operating on buffers
` [RFC v2 9/9] kmsg: selftests
[PATCH v2 net-next 0/3] bpf: unprivileged
2015-10-13 2:22 UTC (15+ messages)
` [PATCH v2 net-next 2/3] bpf: charge user for creation of BPF maps and programs
` [PATCH v2 net-next 3/3] bpf: add unprivileged bpf tests
` [PATCH v2 net-next 1/3] bpf: enable non-root eBPF programs
[RFC] simple_char: New infrastructure to simplify chardev management
2015-10-12 20:02 UTC (4+ messages)
[PATCH v3] scsi: ufs: add ioctl interface for query request
2015-10-11 19:14 UTC (4+ messages)
[PATCH v4] scsi: ufs: add ioctl interface for query request
2015-10-11 19:13 UTC (2+ messages)
[PATCH v6.1 1/1] Input: Add userio module
2015-10-09 14:59 UTC (6+ messages)
` [PATCH v7] "
` [PATCH v8] "
[PATCH] coresight: etm3x: adding documentation for sysFS's cpu interface
2015-10-09 14:18 UTC
Re: [PATCHv3] ARM64:Fix MINSIGSTKSZ and SIGSTKSZ
2015-10-09 10:57 UTC
[PATCHv3] ARM64:Fix MINSIGSTKSZ and SIGSTKSZ
2015-10-09 10:52 UTC (3+ messages)
[PATCH net-next 0/2] bpf: unprivileged
2015-10-08 17:42 UTC (13+ messages)
` [PATCH net-next 1/2] bpf: enable non-root eBPF programs
v6 of seccomp filter c/r
2015-10-08 17:39 UTC (9+ messages)
` [PATCH v6] seccomp, ptrace: add support for dumping seccomp filters
Next round: revised futex(2) man page for review
2015-10-08 14:46 UTC (10+ messages)
[RFC 0/3] kdbus: extend selftests
2015-10-08 11:04 UTC (4+ messages)
` [RFC 2/3] kdbus: selftests extended
[PATCH 0/3] sys_membarrier (x86, generic)
2015-10-08 6:22 UTC (4+ messages)
[PATCH v8 00/41] Richacls
2015-10-07 15:15 UTC (10+ messages)
[PATCH v9 00/43] Richacls
2015-10-07 13:46 UTC (6+ messages)
[PATCH v2] scsi: ufs: add ioctl interface for query request
2015-10-07 12:37 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).