linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-21 13:03:53 to 2015-09-27 22:08:54 UTC [more...]

[PATCH v8 00/41] Richacls
 2015-09-27 22:08 UTC  (4+ messages)
` [PATCH v8 01/41] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v8 02/41] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v8 03/41] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "

[PATCH v7 00/15] power: bq24257: Add support for bq24250/bq24251
 2015-09-27 20:20 UTC  (17+ messages)
  ` [PATCH v7 01/15] dt: power: bq24257-charger: Cover additional devices
  ` [PATCH v7 02/15] power: bq24257: Remove IRQ config through stat-gpios
  ` [PATCH v7 03/15] power: bq24257: Streamline input current limit setup
  ` [PATCH v7 04/15] power: bq24257: Use managed power supply register
  ` [PATCH v7 05/15] power: bq24257: Simplify bq24257_power_supply_init()
  ` [PATCH v7 08/15] power: bq24257: Allow manual setting of input current limit
  ` [PATCH v7 09/15] power: bq24257: Add SW-based approach for Power Good determination
  ` [PATCH v7 10/15] power: bq24257: Add over voltage protection setting support
  ` [PATCH v7 11/15] power: bq24257: Add input DPM voltage threshold "
  ` [PATCH v7 12/15] power: bq24257: Allow input current limit sysfs access
  ` [PATCH v7 13/15] power: bq24257: Add various device-specific sysfs properties
  ` [PATCH v7 14/15] power: bq24257: Add platform data based initialization
` [PATCH v7 06/15] power: bq24257: Add basic support for bq24250/bq24251
` [PATCH v7 07/15] power: bq24257: Add bit definition for temp sense enable
` [PATCH v7 15/15] Documentation: power: bq24257: Document exported sysfs entries

[PATCH] Input: input.h: Fix EVIOCSFF macro inconsistency by using _IOW()
 2015-09-26  9:45 UTC  (2+ messages)

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

consignment
 2015-09-25 22:07 UTC 

[RFC v7 00/41] Richacls
 2015-09-25 20:17 UTC  (77+ messages)
` [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 15/41] richacl: Automatic Inheritance
` [RFC v7 18/41] ext4: Add richacl support
` [RFC v7 19/41] ext4: Add richacl feature flag
` [RFC v7 21/41] richacl: Move everyone@ aces down the acl
` [RFC v7 22/41] richacl: Propagate everyone@ permissions to other aces
` [RFC v7 23/41] richacl: Set the owner permissions to the owner mask
` [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
        ` [PATCH] richacl: Possible other write-through fix
` [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

[PATCH RFC v3 1/2] nsfs: replace proc_ns_fget() with proc_ns_fdget()
 2015-09-25 17:57 UTC  (4+ messages)
` [PATCH RFC v3 2/2] pidns: introduce syscall getvpid
` [PATCH 0/1] ns: introduce proc_get_ns_by_fd()
    ` [PATCH 1/1] "

[PATCH v6 00/14] power: bq24257: Add support for bq24250/bq24251
 2015-09-25 13:52 UTC  (18+ messages)
  ` [PATCH v6 01/14] dt: power: bq24257-charger: Cover additional devices
  ` [PATCH v6 04/14] power: bq24257: Add basic support for bq24250/bq24251
  ` [PATCH v6 09/14] power: bq24257: Add over voltage protection setting support
  ` [PATCH v6 10/14] power: bq24257: Add input DPM voltage threshold "
  ` [PATCH v6 11/14] power: bq24257: Allow input current limit sysfs access
  ` [PATCH v6 12/14] power: bq24257: Add various device-specific sysfs properties
  ` [PATCH v6 13/14] power: bq24257: Add platform data based initialization
` [PATCH v6 02/14] power: bq24257: Remove IRQ config through stat-gpios
` [PATCH v6 03/14] power: bq24257: Streamline input current limit setup
` [PATCH v6 05/14] power: bq24257: Add bit definition for temp sense enable
` [PATCH v6 06/14] power: bq24257: Allow manual setting of input current limit
` [PATCH v6 07/14] power: bq24257: Add SW-based approach for Power Good determination
` [PATCH v6 08/14] power: bq24257: Use managed power supply register
` [PATCH v6 14/14] Documentation: power: bq24257: Document exported sysfs entries

[PATCH v3 0/4] enhance shmem process and swap accounting
 2015-09-25 13:29 UTC  (9+ messages)
` [PATCH v3 1/4] mm, documentation: clarify /proc/pid/status VmSwap limitations
` [PATCH v3 2/4] mm, proc: account for shmem swap in /proc/pid/smaps
` [PATCH v3 3/4] mm, shmem: Add shmem resident memory accounting
` [PATCH v3 4/4] mm, procfs: Display VmAnon, VmFile and VmShm in /proc/pid/status

[PATCH] Fix AF_PACKET ABI breakage in 4.2
 2015-09-25 12:33 UTC  (8+ messages)
  ` [PATCH v2] "

[RFC v2 00/18] kthread: Use kthread worker API more widely
 2015-09-25 11:26 UTC  (21+ messages)
` [RFC v2 02/18] kthread: Add create_kthread_worker*()
` [RFC v2 03/18] kthread: Add drain_kthread_worker()
` [RFC v2 04/18] kthread: Add destroy_kthread_worker()
` [RFC v2 07/18] kthread: Allow to cancel kthread work
` [RFC v2 09/18] mm/huge_page: Convert khugepaged() into kthread worker API
` [RFC v2 12/18] ring_buffer: Convert benchmark kthreads "
` [RFC v2 13/18] rcu: Finish folding ->fqs_state into ->gp_state
` [RFC v2 14/18] rcu: Store first_gp_fqs into struct rcu_state
` [RFC v2 15/18] rcu: Clean up timeouts for forcing the quiescent state
` [RFC v2 16/18] rcu: Check actual RCU_GP_FLAG_FQS when handling "
` [RFC v2 17/18] rcu: Convert RCU gp kthreads into kthread worker API
` [RFC v2 18/18] kthread: Better support freezable kthread workers

[PATCH RFC v2] pidns: introduce syscall getvpid
 2015-09-25  8:36 UTC  (5+ messages)

[v15 0/4] ext4: add project quota support
 2015-09-24 17:12 UTC  (12+ messages)
` [v15 1/4] ext4: adds project ID support

[PATCH v2 0/2] PCI: Add support for PCI Enhanced Allocation "BARs"
 2015-09-24 16:39 UTC  (8+ messages)
` [PATCH v2 1/2] PCI: Add Enhanced Allocation register entries
  ` [PATCH v2 2/2] PCI: Add support for Enhanced Allocation devices

[PATCH] Remove #ifdef CONFIG_64BIT from all asm-generic/fcntl.h
 2015-09-24 12:15 UTC  (5+ messages)
` [PATCH 09/13] Move bp_type_idx to kernel/event/hw_breakpoint.c

[RFC 0/3] kdbus: extend selftests
 2015-09-24 12:07 UTC  (4+ messages)
` [RFC 1/3] kdbus: TEST_CREATE_CONN now does no depend on TEST_CREATE_BUS
` [RFC 2/3] kdbus: selftests extended
  ` [RFC 3/3] kdbus: Ability to run kdbus test by executable binary name

[PATCH 0/2] selftests/userfaultfd: fix build
 2015-09-24  2:04 UTC  (9+ messages)
  ` [PATCH 1/2] userfaultfd: remove kernel header include from uapi header
  ` [PATCH 2/2] selftests/userfaultfd: improve syscall number definition

[PATCH v5] Input: Add userio module
 2015-09-23 17:54 UTC  (4+ messages)
  ` [PATCH v6 1/1] "
      ` [PATCH v6.1 "

[PATCH RFC] pidns: introduce syscall getvpid
 2015-09-22 21:00 UTC  (13+ messages)
                `  "

[PATCH v2 0/9] VFS: In-kernel copy system call
 2015-09-22 20:30 UTC  (18+ messages)
` [PATCH v2 1/9] vfs: add copy_file_range syscall and vfs helper
` [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 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] generic syscalls: wire up userfaultfd syscall
 2015-09-22 16:51 UTC  (3+ messages)

[PATCH v2 4/6] virtio-gpu: add 3d/virgl support
 2015-09-22 15:18 UTC  (3+ messages)

[PATCH v4 01/11] stm class: Introduce an abstraction for System Trace Module devices
 2015-09-22 12:47 UTC 

[PATCH 00/38] Fixes related to incorrect usage of unsigned types
 2015-09-22  9:46 UTC  (5+ messages)
` [PATCH 09/38] selftests/timers: fix write return value handlng

[PATCH 0/2] selftests/pstore: add pstore test script
 2015-09-21 21:04 UTC  (5+ messages)
` [PATCH 1/2] selftests/pstore: add pstore test script for pre-reboot


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