messages from 2015-09-02 19:06:32 to 2015-09-09 21:08:10 UTC [more...]
[PATCH] Remove #ifdef CONFIG_64BIT from all asm-generic/fcntl.h
2015-09-09 21:08 UTC (2+ messages)
` [PATCH 01/13] "
[PATCH] selftests/seccomp: build on aarch64, document ABI
2015-09-09 20:52 UTC (3+ messages)
[RFC PATCH v4 1/3] vfio: platform: add device properties skeleton and user API
2015-09-09 20:48 UTC (2+ messages)
[PATCH v1 0/8] VFS: In-kernel copy system call
2015-09-09 20:42 UTC (50+ messages)
` [PATCH v1 2/8] x86: add sys_copy_file_range to syscall tables
` [PATCH v1 3/8] btrfs: add .copy_file_range file operation
` [PATCH v1 7/8] vfs: Copy should use file_out rather than file_in
` [PATCH v1 1/9] vfs: add copy_file_range syscall and vfs helper
` [PATCH v1 4/8] btrfs: Add mountpoint checking during btrfs_copy_file_range
` [PATCH v1 5/8] vfs: Remove copy_file_range mountpoint checks
` [PATCH v1 6/8] vfs: Copy should check len after file open mode
` [PATCH v1 8/8] vfs: Fall back on splice if no copy function defined
` [PATCH v1 9/8] copy_file_range.2: New page documenting copy_file_range()
[PATCH 5/6] seccomp: add a way to attach a filter via eBPF fd
2015-09-09 15:55 UTC (7+ messages)
[PATCH v2 0/1] Corsair Vengeance K90 driver
2015-09-09 15:03 UTC (3+ messages)
` [PATCH v2 1/1] Add "
[PATCH 3/5] update virtio gpu driver: add 3d/virgl support
2015-09-09 11:42 UTC
[PATCH] ether: add IEEE 1722 ethertype - TSN
2015-09-09 10:25 UTC
[PATCH v3] Cleanup: membarrier selftest
2015-09-09 8:36 UTC (2+ messages)
[PATCH 0/2] selftests/pstore: add pstore test script
2015-09-08 23:42 UTC (7+ messages)
` [PATCH 1/2] selftests/pstore: add pstore test script for pre-reboot
` [PATCH 2/2] selftests/pstore: add pstore test scripts going with reboot
[PATCH v2] Cleanup: membarrier selftest
2015-09-08 19:39 UTC (2+ messages)
[GIT PULL] Kselftest updates for 4.3-rc1
2015-09-08 16:07 UTC
[PATCH 00/23] userfaultfd v4
2015-09-08 14:13 UTC (15+ messages)
` [PATCH 19/23] userfaultfd: activate syscall
` [Qemu-devel] "
[PATCH] Cleanup: membarrier selftest
2015-09-08 14:05 UTC
[PATCH 0/3] sys_membarrier (x86, generic)
2015-09-08 14:02 UTC (12+ messages)
` [PATCH 2/3] selftests: add membarrier syscall test
[PATCH v9 0/6] Allow user to request memory to be locked on page fault
2015-09-08 13:59 UTC (6+ messages)
` [PATCH v9 2/6] mm: mlock: Add new mlock system call
` [PATCH v9 3/6] mm: Introduce VM_LOCKONFAULT
` [PATCH v9 4/6] mm: mlock: Add mlock flags to enable VM_LOCKONFAULT usage
` [PATCH v9 5/6] selftests: vm: Add tests for lock on fault
` [PATCH v9 6/6] mips: Add entry for new mlock2 syscall
netlink.h:NLMSG_OK change to avoid GCC warnings
2015-09-08 10:44 UTC (2+ messages)
[RFC PATCH 00/14] kthread: Use kthread worker API more widely
2015-09-07 17:49 UTC (9+ messages)
` [RFC PATCH 09/14] ring_buffer: Initialize completions statically in the benchmark
` [RFC PATCH 10/14] ring_buffer: Fix more races when terminating the producer "
[PATCH v2 0/9] Allocate sys_membarrier on main architectures
2015-09-07 16:15 UTC (10+ messages)
` [PATCH v2 1/9] [picked] powerpc: allocate sys_membarrier system call number
` [PATCH v2 3/9] sparc/sparc64: "
` [PATCH v2 4/9] parisc: "
` [RFC PATCH v2 5/9] alpha: "
` [PATCH v2 2/9] mips: "
` [RFC PATCH v2 6/9] arm: "
` [RFC PATCH v2 7/9] arm64: "
` [RFC PATCH v2 8/9] ia64: "
` [RFC PATCH v2 9/9] s390/s390x: "
[PATCH V4 2/2] watchdog: Read device status through sysfs attributes
2015-09-07 4:24 UTC
[PATCH 06/18] [media] media.h: create connector entities for hybrid TV devices
2015-09-06 17:30 UTC (3+ messages)
` [PATCH 14/18] [media] media-device: export the entity function via new ioctl
` [PATCH 15/18] [media] uapi/media.h: Rename entities types to functions
[PATCH v8 38/55] [media] v4l2-subdev: use MEDIA_ENT_T_UNKNOWN for new subdevs
2015-09-06 12:03 UTC (7+ messages)
` [PATCH v8 15/55] [media] uapi/media.h: Declare interface types for ALSA
` [PATCH v8 28/55] [media] uapi/media.h: Fix entity namespace
` [PATCH v8 39/55] [media] media controller: get rid of entity subtype on Kernel
` [PATCH v8 40/55] [media] media.h: don't use legacy entity macros at Kernel
` [PATCH v8 44/55] [media] uapi/media.h: Add MEDIA_IOC_G_TOPOLOGY ioctl
[PATCH] selftests/userfaultfd: Fix compiler warnings on 32-bit
2015-09-06 10:10 UTC
[RFC v7 00/41] Richacls
2015-09-06 8:14 UTC (43+ messages)
` [RFC v7 04/41] vfs: Make the inode passed to inode_change_ok non-const
` [RFC v7 05/41] vfs: Add permission flags for setting file attributes
` [RFC v7 06/41] richacl: In-memory representation and helper functions
` [RFC v7 07/41] richacl: Permission mapping functions
` [RFC v7 12/41] vfs: Cache richacl in struct inode
` [RFC v7 15/41] richacl: Automatic Inheritance
` [RFC v7 16/41] richacl: xattr mapping functions
` [RFC v7 18/41] ext4: Add richacl support
` [RFC v7 21/41] richacl: Move everyone@ aces down the acl
` [RFC v7 23/41] richacl: Set the owner permissions to the owner mask
` [RFC v7 01/41] vfs: Add IS_ACL() and IS_RICHACL() tests
` [RFC v7 02/41] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [RFC v7 03/41] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH] "
` [RFC v7 08/41] richacl: Compute maximum file masks from an acl
` [RFC v7 09/41] richacl: Update the file masks in chmod()
` [RFC v7 10/41] richacl: Permission check algorithm
` [RFC v7 11/41] vfs: Cache base_acl objects in inodes
` [RFC v7 13/41] richacl: Check if an acl is equivalent to a file mode
` [RFC v7 14/41] richacl: Create-time inheritance
` [RFC v7 17/41] vfs: Add richacl permission checking
` [RFC v7 19/41] ext4: Add richacl feature flag
` [RFC v7 20/41] richacl: acl editing helper functions
` [RFC v7 22/41] richacl: Propagate everyone@ permissions to other aces
` [RFC v7 24/41] richacl: Set the other permissions to the other mask
` [RFC v7 25/41] richacl: Isolate the owner and group classes
` [RFC v7 26/41] richacl: Apply the file masks to a richacl
` [RFC v7 27/41] richacl: Create richacl from mode values
` [RFC v7 28/41] nfsd: Keep list of acls to dispose of in compoundargs
` [RFC v7 29/41] nfsd: Use richacls as internal acl representation
` [RFC v7 30/41] nfsd: Add richacl support
` [RFC v7 31/41] nfsd: Add support for the v4.1 dacl attribute
` [RFC v7 32/41] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions
` [RFC v7 33/41] richacl: Add support for unmapped identifiers
` [RFC v7 35/41] sunrpc: Allow to demand-allocate pages to encode into
` [RFC v7 36/41] sunrpc: Add xdr_init_encode_pages
` [RFC v7 38/41] nfs: Remove unused xdr page offsets in getacl/setacl arguments
` [RFC v7 39/41] nfs: Add richacl support
` [RFC v7 40/41] nfs: Add support for the v4.1 dacl attribute
` [RFC v7 41/41] richacl: uapi header split
` [RFC v7 34/41] ext4: Don't allow unmapped identifiers in richacls
` [RFC v7 37/41] nfs: Fix GETATTR bitmap verification
[PATCH 1/1] Corsair Vengeance K90 driver
2015-09-04 15:18 UTC (3+ messages)
[PATCH 0/3] Introduce inotify_update_watch(2)
2015-09-04 6:42 UTC (5+ messages)
` [PATCH 1/3] inotify: move wd lookup out of update_existing_watch()
` [PATCH 2/3] inotify: add inotify_update_watch() syscall
` [PATCH 3/3] kselftest/inotify: add inotify_update_watch(2) test-cases
[PATCH 0/2] PCI: Add support for PCI Enhanced Allocation "BARs"
2015-09-03 18:23 UTC (10+ messages)
` [PATCH 2/2] PCI: Add support for Enhanced Allocation devices
[RFC PATCH v3 1/3] vfio: platform: add device properties skeleton and user API
2015-09-03 16:48 UTC (2+ messages)
[RFC PATCH 0/9] allocate sys_membarrier system call number on major archs
2015-09-03 15:41 UTC (7+ messages)
` [RFC PATCH 3/9] arm64: allocate sys_membarrier system call number
` [RFC PATCH 9/9] parisc: "
[PATCH V3 2/2] watchdog: Read device status through sysfs attributes
2015-09-03 3:22 UTC
[RFC v6 00/40] Richacls
2015-09-02 20:38 UTC (10+ messages)
` [RFC v6 02/40] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [RFC v6 08/40] richacl: Compute maximum file masks from an acl
[PATCH 10/98] via_drm.h: hide struct via_file_private in userspace
2015-09-02 19:17 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).