linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-08 08:59:47 to 2015-09-14 22:50:36 UTC [more...]

[PATCH] Remove #ifdef CONFIG_64BIT from all asm-generic/fcntl.h
 2015-09-14 22:50 UTC  (36+ messages)
  ` [PATCH 01/13] "
  ` [PATCH 03/13] Hide COMPAT_ATM_ADDPARTY behind #ifdef __KERNEL__
  ` [PATCH 04/13] Always expose MAP_UNINITIALIZED to userspace
  ` [PATCH 05/13] Hide some of "struct elf_prstatus" behind #ifdef __KERNEL__
  ` [PATCH 06/13] Hide ep_take_care_of_epollwakeup() "
  ` [PATCH 07/13] Make FB_BACKLIGHT_{LEVELS,MAX} always visible
  ` [PATCH 08/13] Hide MAX_SHARED_LIBS behind #ifdef __KERNEL__
  ` [PATCH 09/13] Hide bp_type_idx "
  ` [PATCH 10/13] Hide USE_WCACHING "
  ` [PATCH 11/13] Hide MAX_RAW_MINORS "
  ` [PATCH 12/13] Hide AT_VECTOR_SIZE_ARCH "
  ` [PATCH v3] Remove #ifdef CONFIG_* from all userspace headers
    ` [PATCH 02/13] Always expose __SYSCALL(... fork ...)
    ` [PATCH 13/13] Re-enable and clean up "check_config()" in headers_check.pl
    ` [PATCH 02/13] Use sys_ni.c instead of #ifdef to disable fork on CONFIG_NOMMU

[PATCH v2 0/9] VFS: In-kernel copy system call
 2015-09-14 19:02 UTC  (14+ messages)
` [PATCH v2 1/9] vfs: add copy_file_range syscall and vfs helper
` [PATCH v2 2/9] x86: add sys_copy_file_range to syscall tables
` [PATCH v2 3/9] btrfs: add .copy_file_range file operation
` [PATCH v2 4/9] vfs: Copy should check len after file open mode
  ` [PATCH v2 5/9] vfs: Copy shouldn't forbid ranges inside the same file
  ` [PATCH v2 8/9] vfs: copy_file_range() can do a pagecache copy with splice
` [PATCH v2 6/9] vfs: Copy should use file_out rather than file_in
` [PATCH v2 7/9] vfs: Remove copy_file_range mountpoint checks
` [PATCH v2 9/9] btrfs: btrfs_copy_file_range() only supports reflinks
` [PATCH v2 10/9] copy_file_range.2: New page documenting copy_file_range()

[PATCH v1 0/8] VFS: In-kernel copy system call
 2015-09-14 17:53 UTC  (52+ messages)
` [PATCH v1 3/8] btrfs: add .copy_file_range file operation
` [PATCH v1 4/8] btrfs: Add mountpoint checking during btrfs_copy_file_range
` [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()

v2 of seccomp filter c/r patches
 2015-09-14 17:52 UTC  (35+ messages)
` [PATCH v2 2/5] seccomp: make underlying bpf ref counted as well
` [PATCH v2 4/5] seccomp: add a way to access filters via bpf fds
  ` [PATCH v2 1/5] ebpf: add a seccomp program type
  ` [PATCH v2 3/5] ebpf: add a way to dump an eBPF program
  ` [PATCH v2 5/5] seccomp: add a way to attach a filter via eBPF fd

[PATCH] seltests/zram: fix syntax error
 2015-09-14  4:13 UTC 

[v15 0/4] ext4: add project quota support
 2015-09-13 12:20 UTC  (5+ messages)
  ` [v15 1/4] ext4: adds project ID support
  ` [v15 2/4] ext4: adds project quota support
` [v15 3/4] ext4: adds FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support
` [v15 4/4] ext4: cleanup inode flag definitions

[RFC v7 00/41] Richacls
 2015-09-11 22:12 UTC  (6+ messages)
` [RFC v7 09/41] richacl: Update the file masks in chmod()
` [RFC v7 10/41] richacl: Permission check algorithm

[RFC v7 03/41] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags
 2015-09-11 20:30 UTC  (3+ messages)
` [PATCH] "

[PATCH man-pages v2] capabilities.7, prctl.2: Document ambient capabilities
 2015-09-11 16:23 UTC  (3+ messages)

[PATCH 06/18] [media] media.h: create connector entities for hybrid TV devices
 2015-09-11 15:36 UTC  (6+ 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 15/55] [media] uapi/media.h: Declare interface types for ALSA
 2015-09-11 13:58 UTC  (9+ messages)
  ` [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 44/55] [media] uapi/media.h: Add MEDIA_IOC_G_TOPOLOGY ioctl

[PATCH 00/23] userfaultfd v4
 2015-09-11  8:47 UTC  (17+ messages)
` [PATCH 01/23] userfaultfd: linux/Documentation/vm/userfaultfd.txt
` [PATCH 19/23] userfaultfd: activate syscall
  ` [Qemu-devel] "

[PATCH 95/98] HACK: fix include/uapi/xen/privcmd.h compilation in userspace
 2015-09-10 19:48 UTC  (6+ messages)
  ` [Xen-devel] "
` [PATCH 96/98] HACK include/uapi/linux/coda_psdev.h: fix "

[PATCH 3/5] update virtio gpu driver: add 3d/virgl support
 2015-09-10 14:45 UTC  (5+ messages)

[PATCH v8 00/55] MC next generation patches
 2015-09-10 14:19 UTC  (3+ messages)
` [PATCH v8 13/55] [media] uapi/media.h: Declare interface types for V4L2 and DVB

[PATCH] selftests/seccomp: build on aarch64, document ABI
 2015-09-10 10:35 UTC  (6+ messages)

[RFC PATCH v4 1/3] vfio: platform: add device properties skeleton and user API
 2015-09-10  6:35 UTC  (3+ messages)

[PATCH] ether: add IEEE 1722 ethertype - TSN
 2015-09-10  4:53 UTC 

[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  (2+ messages)

[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] Cleanup: membarrier selftest
 2015-09-08 14:05 UTC 

[PATCH 0/3] sys_membarrier (x86, generic)
 2015-09-08 14:02 UTC  (9+ 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)


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).