Linux-api Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-19 17:28:11 to 2015-07-02 15:38:39 UTC [more...]

[PATCH 00/10] hugetlbfs: add fallocate support
 2015-07-02 15:38 UTC  (4+ messages)
` [PATCH 01/10] mm/hugetlb: add cache of descriptors to resv_map for region_add
` [PATCH 02/10] mm/hugetlb: add region_del() to delete a specific range of entries
` [PATCH 03/10] mm/hugetlb: expose hugetlb fault mutex for use by fallocate

[PATCH v7 01/11] KVM: add comments for kvm_debug_exit_arch struct
 2015-07-02 13:50 UTC  (4+ messages)
` [PATCH v7 09/11] KVM: arm64: guest debug, HW assisted debug support

[PATCH] virtio: define virtio_pci_cfg_cap in header
 2015-07-02 10:52 UTC 

[PATCH RESEND] virtio: Fix typecast of pointer in vring_init()
 2015-07-02  7:21 UTC 

[GIT PULL] User namespace related fixes for v4.2
 2015-07-01 20:41 UTC  (4+ messages)

[PATCH v7 00/16] libnvdimm: non-volatile memory devices
 2015-07-01 17:24 UTC  (8+ messages)
` [PATCH v7 09/16] libnvdimm, pmem: move pmem to drivers/nvdimm/

[PATCH RESEND] Btrfs: add autodefrag inode flag
 2015-07-01 11:07 UTC  (3+ messages)

[PATCH] pci_regs: reintroduce PCI_MSIX_FLAGS_BIRMASK
 2015-07-01 10:14 UTC 

[PATCH 3/3] hpsa: Convert DEVICE_ATTR macro usage to DEVICE_ATTR_RO|WR|WO
 2015-07-01  5:45 UTC  (2+ messages)

[PATCH 1/3] hpsa: convert show method snprintf usage to scnprintf
 2015-07-01  3:45 UTC 

[PATCH v2] hpsa: convert DEVICE_ATTR to RO|WO|RW and show methods must not use snprintf
 2015-07-01  2:29 UTC  (2+ messages)

[PATCH v6 0/9] Add simple NVMEM Framework via regmap
 2015-06-30 17:47 UTC  (34+ messages)
` [PATCH v6 3/9] nvmem: Add nvmem_device based consumer apis
  ` [PATCH v6 1/9] nvmem: Add a simple NVMEM framework for nvmem providers
  ` [PATCH v6 2/9] nvmem: Add a simple NVMEM framework for consumers
  ` [PATCH v6 4/9] nvmem: Add bindings for simple nvmem framework
  ` [PATCH v6 7/9] nvmem: qfprom: Add bindings for qfprom
  ` [PATCH v6 8/9] nvmem: sunxi: Move the SID driver to the nvmem framework
` [PATCH v6 5/9] Documentation: nvmem: add nvmem api level and how-to doc
` [PATCH v6 6/9] nvmem: qfprom: Add Qualcomm QFPROM support
` [PATCH v6 9/9] nvmem: Add to MAINTAINERS for nvmem framework

[PATCH] hpsa: convert DEVICE_ATTR to RO|WO|RW and show methods must use scnprintf
 2015-06-30 16:38 UTC  (2+ messages)

[PATCH]: MUX n_gsm debug print improvements
 2015-06-29 16:11 UTC  (4+ messages)

[PATCH]: Mux n_gsm: Add a DLCI hangup state and callback
 2015-06-29 16:06 UTC  (3+ messages)

[PATCH] mm: fix status code move_pages() returns for zero page
 2015-06-29 14:50 UTC  (2+ messages)

[PATCH] virtio_net: document VIRTIO_NET_CTRL_GUEST_OFFLOADS
 2015-06-29  9:19 UTC 

[RFC PATCH 0/3] restartable sequences: fast user-space percpu critical sections
 2015-06-28 16:11 UTC  (14+ messages)
  ` [RFC PATCH 2/3] restartable sequences: x86 ABI
  ` [RFC PATCH 3/3] restartable sequences: basic user-space self-tests
  ` [RFC PATCH 1/3] restartable sequences: user-space per-cpu critical sections

[RFC v3 23/24] m68k/mac: Fix PRAM accessors
 2015-06-28  1:42 UTC 

[PATCH] selftests/exec: Fix build on older distros
 2015-06-26 23:11 UTC  (3+ messages)
      ` [PATCH v2] "

[GIT PULL] Kselftest updates for 4.2-rc1
 2015-06-26 20:02 UTC 

[RFCv2 0/5] enable migration of driver pages
 2015-06-26  9:58 UTC  (6+ messages)
` [RFCv2 2/5] fs/anon_inodes: get a new inode
` [RFCv2 3/5] mm/balloon: apply driver page migratable into balloon
` [RFCv2 4/5] mm/compaction: compaction calls generic migration
  ` [RFCv2 1/5] mm/compaction: enable driver page migration
  ` [RFCv2 5/5] mm: remove direct calling of migration

[RFC v4 00/31] Richacls
 2015-06-26  7:55 UTC  (36+ messages)
` [RFC v4 01/31] vfs: Add IS_ACL() and IS_RICHACL() tests
` [RFC v4 04/31] vfs: Make the inode passed to inode_change_ok non-const
` [RFC v4 05/31] vfs: Add permission flags for setting file attributes
` [RFC v4 06/31] richacl: In-memory representation and helper functions
` [RFC v4 07/31] richacl: Permission mapping functions
` [RFC v4 08/31] richacl: Compute maximum file masks from an acl
` [RFC v4 11/31] vfs: Cache base_acl objects in inodes
` [RFC v4 14/31] richacl: Create-time inheritance
` [RFC v4 15/31] richacl: Automatic Inheritance
` [RFC v4 17/31] vfs: Add richacl permission checking
` [RFC v4 19/31] ext4: Add richacl feature flag
` [RFC v4 20/31] richacl: acl editing helper functions
` [RFC v4 23/31] richacl: Set the owner permissions to the owner mask
` [RFC v4 25/31] richacl: Isolate the owner and group classes
  ` [RFC v4 02/31] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
  ` [RFC v4 03/31] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
  ` [RFC v4 09/31] richacl: Update the file masks in chmod()
  ` [RFC v4 10/31] richacl: Permission check algorithm
  ` [RFC v4 12/31] vfs: Cache richacl in struct inode
  ` [RFC v4 13/31] richacl: Check if an acl is equivalent to a file mode
  ` [RFC v4 16/31] richacl: xattr mapping functions
  ` [RFC v4 18/31] ext4: Add richacl support
  ` [RFC v4 21/31] richacl: Move everyone@ aces down the acl
  ` [RFC v4 22/31] richacl: Propagate everyone@ permissions to other aces
  ` [RFC v4 24/31] richacl: Set the other permissions to the other mask
  ` [RFC v4 26/31] richacl: Apply the file masks to a richacl
  ` [RFC v4 27/31] richacl: Create richacl from mode values
  ` [RFC v4 28/31] nfsd: Keep list of acls to dispose of in compoundargs
  ` [RFC v4 31/31] nfsd: Add support for the v4.1 dacl attribute
` [RFC v4 29/31] nfsd: Use richacls as internal acl representation
` [RFC v4 30/31] nfsd: Add richacl support

[RFC v3 0/4] fs: Add generic file system event notifications
 2015-06-26  7:30 UTC  (12+ messages)
` [RFC v3 1/4] "

[RFC v3 00/45] Richacls
 2015-06-25 20:03 UTC  (3+ messages)

[PATCH v2] ipc: Modify message queue accounting to reflect both total user data and auxiliary kernel data
 2015-06-25 18:50 UTC  (5+ messages)

[PATCH RFC] vhost: add ioctl to query nregions upper limit
 2015-06-25 16:57 UTC  (6+ messages)

[RESEND PATCH V2 0/3] Allow user to request memory to be locked on page fault
 2015-06-25 14:46 UTC  (20+ messages)
` [RESEND PATCH V2 1/3] Add mmap flag to request pages are locked after "

[PATCH v6 10/12] KVM: arm64: guest debug, HW assisted debug support
 2015-06-25 10:42 UTC  (5+ messages)

[PATCH] sysfs.txt: update show method notes about sprintf/snprintf/scnprintf usage
 2015-06-25  7:05 UTC  (4+ messages)

[PATCH v2] sysfs.txt: update show method notes about sprintf/snprintf/scnprintf usage
 2015-06-25  2:33 UTC 

[PATCH] st: convert DRIVER_ATTR macros to DRIVER_ATTR_RO
 2015-06-24 23:27 UTC  (5+ messages)

[PATCH] st: convert to using driver attr groups for sysfs
 2015-06-24 20:19 UTC  (3+ messages)

[PATCH v2] st: convert DRIVER_ATTR macros to DRIVER_ATTR_RO
 2015-06-24 20:15 UTC  (4+ messages)

[PATCH v6 4/5] block: loop: prepare for supporing direct IO
 2015-06-24 13:07 UTC 

[PATCH v5 00/11] Add simple NVMEM Framework via regmap
 2015-06-24 10:05 UTC  (6+ messages)
` [PATCH v5 03/11] nvmem: Add a simple NVMEM framework for nvmem providers

st: convert DRIVER_ATTR macros to DRIVER_ATTR_RO
 2015-06-24  6:02 UTC 

[PATCH 00/23] userfaultfd v4
 2015-06-23 21:41 UTC  (4+ messages)
` [PATCH 10/23] userfaultfd: add new syscall to provide memory externalization

UAPI headers including non-UAPI headers by accident?
 2015-06-23 21:20 UTC  (5+ messages)

[PATCH v7 0/3] Enable PPI sysfs interface for TPM 2.0
 2015-06-22 17:24 UTC  (2+ messages)
` [PATCH v7 3/3] tpm: update PPI documentation to address the location change

[PATCH] Doc:ABI/testing: Fix typo in sysfs-bus-fcoe
 2015-06-22 16:35 UTC  (2+ messages)

[PATCH net-next 0/3] ipv4: Hash-based multipath routing
 2015-06-20 18:46 UTC  (7+ messages)
` [PATCH net-next 1/3] ipv4: Lock-less per-packet multipath
` [PATCH net-next 2/3] ipv4: L3 and L4 hash-based multipath routing

[PATCH] selftests: add quicktest support
 2015-06-19 19:55 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).