linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-05 18:01:13 to 2015-11-11 15:22:57 UTC [more...]

[RFC PATCH 0/5] Arch-independent livepatch
 2015-11-11 15:22 UTC  (17+ messages)
` [RFC PATCH 1/5] elf: add livepatch-specific elf constants
` [RFC PATCH 2/5] module: save load_info for livepatch modules
` [RFC PATCH 3/5] livepatch: reuse module loader code to write relocations
` [RFC PATCH 4/5] samples: livepatch: init reloc list and mark as klp module
          `  "
` [RFC PATCH 5/5] livepatch: x86: remove unused relocation code

[PATCH v9 0/4] VFS: In-kernel copy system call
 2015-11-11 14:53 UTC  (8+ messages)
` [PATCH v9 1/4] vfs: add copy_file_range syscall and vfs helper
` [PATCH v9 3/4] btrfs: add .copy_file_range file operation
` [PATCH v9 4/4] vfs: Add vfs_copy_file_range() support for pagecache copies
  ` [PATCH v9 2/4] x86: add sys_copy_file_range to syscall tables

[PATCH v15 00/22] Richacls (Core and Ext4)
 2015-11-11 13:59 UTC  (32+ messages)
` [PATCH v15 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v15 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v15 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v15 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v15 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v15 06/22] richacl: In-memory representation and helper functions
` [PATCH v15 07/22] richacl: Permission mapping functions
` [PATCH v15 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v15 09/22] richacl: Permission check algorithm
` [PATCH v15 10/22] posix_acl: Unexport acl_by_type and make it static
` [PATCH v15 12/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v15 13/22] vfs: Cache richacl in struct inode
` [PATCH v15 14/22] richacl: Update the file masks in chmod()
` [PATCH v15 15/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v15 16/22] richacl: Create-time inheritance
` [PATCH v15 17/22] richacl: Automatic Inheritance
` [PATCH v15 18/22] richacl: xattr mapping functions
` [PATCH v15 19/22] richacl: Add richacl xattr handler
` [PATCH v15 20/22] vfs: Add richacl permission checking
` [PATCH v15 21/22] ext4: Add richacl support
  ` [PATCH v15 11/22] vfs: Cache base_acl objects in inodes
  ` [PATCH v15 22/22] ext4: Add richacl feature flag

[PATCH] tools:testing/selftests: fix typo in futex/README
 2015-11-11  6:41 UTC  (2+ messages)

[PATCH v3] block: create ioctl to discard-or-zeroout a range of blocks
 2015-11-11  6:29 UTC 

[PATCH] block: create ioctl to discard-or-zeroout a range of blocks
 2015-11-11  6:14 UTC  (3+ messages)

[PATCH selftests 0/6] Fix some broken tests
 2015-11-11  1:11 UTC  (6+ messages)
` [PATCH selftests 5/6] selftests: vm: Try harder to allocate huge pages

READ URGENT
 2015-11-10 21:23 UTC 

[PATCH 2/2] iio: health: Add driver for the TI AFE4404 heart monitor
 2015-11-10 19:19 UTC  (6+ messages)

[PATCH] overlayfs: move super block magic number to magic.h
 2015-11-10 16:13 UTC  (2+ messages)

[PATCH 1/2] mm: introduce page reference manipulation functions
 2015-11-10 16:02 UTC  (8+ messages)
` [PATCH 2/2] mm/page_ref: add tracepoint to track down page reference manipulation

[PATCH v2] livepatch: old_name.number scheme in livepatch sysfs directory
 2015-11-10 13:40 UTC  (8+ messages)
  ` [PATCH v3] livepatch: old_name,number "

[PATCH v5 0/9] VFS: In-kernel copy system call
 2015-11-10  6:24 UTC  (6+ messages)
` [PATCH v5 8/9] vfs: Add vfs_copy_file_range() support for pagecache copies

[PATCH v4] Remove #ifdef CONFIG_* from all userspace headers
 2015-11-10  1:31 UTC  (61+ messages)
` [PATCH v5] "
  ` [PATCH 01/14] Remove #ifdef CONFIG_64BIT from all asm-generic/fcntl.h
  ` [PATCH 02/14] Use sys_ni.c instead of #ifdef to disable fork on CONFIG_NOMMU
  ` [PATCH 03/14] Move COMPAT_ATM_ADDPARTY to net/atm/svc.c
  ` [PATCH 04/14] Always expose MAP_UNINITIALIZED to userspace
  ` [PATCH 05/14] Split FDPIC "struct elf_prstatus" to "struct elf_fdpic_prstatus"
  ` [PATCH 06/14] Move ep_take_care_of_epollwakeup() to fs/eventpoll.c
  ` [PATCH 07/14] Make FB_BACKLIGHT_{LEVELS,MAX} always visible
  ` [PATCH 08/14] Move MAX_SHARED_LIBS to fs/binfmt_flat.c
  ` [PATCH 09/14] Move bp_type_idx to include/linux/hw_breakpoint.h
    ` [PATCH 10/14] Move USE_WCACHING to drivers/block/pktcdvd.c
    ` [PATCH 11/14] Always define MAX_RAW_MINORS as 2**20 in userspace
    ` [PATCH 12/14] Remove AT_VECTOR_SIZE_ARCH on x86
    ` [PATCH 13/14] Hide CONFIG_PHY_RAM_BASE_ADDRESS from userspace
    ` [PATCH 14/14] Re-enable and clean up "check_config()" in headers_check.pl

[PATCH v8 0/4] VFS: In-kernel copy system call
 2015-11-10  0:56 UTC  (7+ messages)
` [PATCH v8 1/4] vfs: add copy_file_range syscall and vfs helper
` [PATCH v8 2/4] x86: add sys_copy_file_range to syscall tables
` [PATCH v8 3/4] btrfs: add .copy_file_range file operation
` [PATCH v8 4/4] vfs: Add vfs_copy_file_range() support for pagecache copies
` [PATCH v8 5/4] copy_file_range.2: New page documenting copy_file_range()

[PATCH] ptrace: use fsuid, fsgid, effective creds for fs access checks
 2015-11-09 21:19 UTC  (5+ messages)

[PATCH v2 0/9] [media] y2038 conversion for subsystem
 2015-11-09 21:04 UTC  (5+ messages)
` [PATCH v2 9/9] [media] omap3isp: support 64-bit version of omap3isp_stat_data
        ` [Y2038] "

[PATCH 0/2] selftests/mlock2: Build warning fixes on Debian/m68k 4.0
 2015-11-09 20:43 UTC  (8+ messages)
` [PATCH 2/2] selftests/mlock2: Add ULL prefix to 64-bit constants
  ` [PATCH 1/2] selftests/mlock2: Add missing #define _GNU_SOURCE

[PATCH V2] mm: add a new vector based madvise syscall
 2015-11-09 19:44 UTC 

[GIT PULL] Kselftest update for 4.4-rc1
 2015-11-09 17:22 UTC 

[PATCH v2 00/20] Fix handling of compat_siginfo_t
 2015-11-09 15:12 UTC  (3+ messages)

[PATCH v4] keys, trusted: select hash algorithm for TPM2 chips
 2015-11-09 13:00 UTC  (2+ messages)

[PATCH v13 00/51] Richacls
 2015-11-08 22:19 UTC  (6+ messages)
` [PATCH v13 45/51] sunrpc: Allow to demand-allocate pages to encode into

[v15 0/4] ext4: add project quota support
 2015-11-08 21:28 UTC  (5+ messages)

[PATCH 0/2] Input: Improve handling of ff max_effects
 2015-11-08 17:37 UTC  (6+ messages)
` [PATCH 2/2] Input: uinput: Sanity check on ff_effects_max and EV_FF
  ` [PATCH v2 "

[PATCH v14 00/22] Richacls (Core and Ext4)
 2015-11-08  8:18 UTC  (17+ messages)
` [PATCH v14 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v14 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v14 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v14 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v14 11/22] vfs: Cache base_acl objects in inodes
` [PATCH v14 22/22] ext4: Add richacl feature flag

[PATCH 09/13] Move bp_type_idx to kernel/event/hw_breakpoint.c
 2015-11-07  6:44 UTC  (2+ messages)

[PATCH] uapi elf: delete unused macros
 2015-11-06 14:45 UTC 

[PATCH v3] keys, trusted: select hash algorithm for TPM2 chips
 2015-11-06  1:07 UTC  (3+ messages)

[PATCH v6 0/4] of: overlay: kobject & sysfs'ation
 2015-11-05 20:17 UTC  (10+ messages)
` [PATCH v6 3/4] of: overlay: add per overlay sysfs attributes

[PATCH v2 00/13] MADV_FREE support
 2015-11-05 20:14 UTC  (9+ messages)
` [PATCH v2 01/13] mm: support madvise(MADV_FREE)


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