linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-18 19:11:23 to 2015-07-22 19:52:53 UTC [more...]

[RFC v3 0/1] userio (originally ps2emu) - virtual serio device module
 2015-07-22 19:52 UTC  (2+ messages)
` [RFC v3 1/1] Input: Add userio module

[PATCH -mm v9 0/8] idle memory tracking
 2015-07-22 19:44 UTC  (27+ messages)
` [PATCH -mm v9 1/8] memcg: add page_cgroup_ino helper
` [PATCH -mm v9 2/8] hwpoison: use page_cgroup_ino for filtering by memcg
` [PATCH -mm v9 3/8] memcg: zap try_get_mem_cgroup_from_page
` [PATCH -mm v9 4/8] proc: add kpagecgroup file
` [PATCH -mm v9 5/8] mmu-notifier: add clear_young callback
` [PATCH -mm v9 6/8] proc: add kpageidle file
` [PATCH -mm v9 7/8] proc: export idle flag via kpageflags
` [PATCH -mm v9 8/8] proc: add cond_resched to /proc/kpage* read/write loop

[PATCH v4 0/5] support "cpu_isolated" mode for nohz_full
 2015-07-22 19:28 UTC  (14+ messages)
` [PATCH v4 1/5] nohz_full: add support for "cpu_isolated" mode
` [PATCH v4 2/5] nohz: support PR_CPU_ISOLATED_STRICT mode

[PATCH V4 0/6] Allow user to request memory to be locked on page fault
 2015-07-22 18:43 UTC  (15+ messages)
` [PATCH V4 2/6] mm: mlock: Add new mlock, munlock, and munlockall system calls
` [PATCH V4 4/6] mm: mlock: Introduce VM_LOCKONFAULT and add mlock flags to enable it
` [PATCH V4 5/6] mm: mmap: Add mmap flag to request VM_LOCKONFAULT
` [PATCH V4 6/6] selftests: vm: Add tests for lock on fault

[PATCHv1 0/8] CGroup Namespaces
 2015-07-22 18:10 UTC  (3+ messages)

[PATCH v5 00/39] Richacls
 2015-07-22 16:08 UTC  (42+ messages)
` [PATCH v5 01/39] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v5 03/39] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags
` [PATCH v5 04/39] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v5 05/39] vfs: Add permission flags for setting file attributes
` [PATCH v5 06/39] richacl: In-memory representation and helper functions
` [PATCH v5 07/39] richacl: Permission mapping functions
` [PATCH v5 08/39] richacl: Compute maximum file masks from an acl
` [PATCH v5 09/39] richacl: Update the file masks in chmod()
  ` [PATCH v5 02/39] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
  ` [PATCH v5 10/39] richacl: Permission check algorithm
  ` [PATCH v5 20/39] richacl: acl editing helper functions
` [PATCH v5 11/39] vfs: Cache base_acl objects in inodes
` [PATCH v5 12/39] vfs: Cache richacl in struct inode
` [PATCH v5 13/39] richacl: Check if an acl is equivalent to a file mode
` [PATCH v5 14/39] richacl: Create-time inheritance
` [PATCH v5 15/39] richacl: Automatic Inheritance
` [PATCH v5 16/39] richacl: xattr mapping functions
` [PATCH v5 17/39] vfs: Add richacl permission checking
` [PATCH v5 18/39] ext4: Add richacl support
` [PATCH v5 19/39] ext4: Add richacl feature flag
` [PATCH v5 21/39] richacl: Move everyone@ aces down the acl
` [PATCH v5 22/39] richacl: Propagate everyone@ permissions to other aces
` [PATCH v5 23/39] richacl: Set the owner permissions to the owner mask
` [PATCH v5 24/39] richacl: Set the other permissions to the other mask
` [PATCH v5 25/39] richacl: Isolate the owner and group classes
` [PATCH v5 26/39] richacl: Apply the file masks to a richacl
` [PATCH v5 27/39] richacl: Create richacl from mode values
` [PATCH v5 28/39] nfsd: Keep list of acls to dispose of in compoundargs
` [PATCH v5 29/39] nfsd: Use richacls as internal acl representation
` [PATCH v5 30/39] nfsd: Add richacl support
` [PATCH v5 31/39] nfsd: Add support for the v4.1 dacl attribute
` [PATCH v5 32/39] richacl: Add support for unmapped identifiers
` [PATCH v5 33/39] ext4: Don't allow unmapped identifiers in richacls
` [PATCH v5 34/39] sunrpc: Allow to demand-allocate pages to encode into
` [PATCH v5 35/39] sunrpc: Add xdr_init_encode_pages
` [PATCH v5 36/39] nfs: Fix GETATTR bitmap verification
` [PATCH v5 37/39] nfs: Remove unused xdr page offsets in getacl/setacl arguments
` [PATCH v5 38/39] nfs: Add richacl support
` [PATCH v5 39/39] nfs: Add support for the v4.1 dacl attribute

[RFC v3 0/4] fs: Add generic file system event notifications
 2015-07-22 15:55 UTC  (5+ messages)
` [RFC v3 1/4] "
` [RFC v3 2/4] ext4: Add helper function to mark group as corrupted

[PATCH V3 0/5] Allow user to request memory to be locked on page fault
 2015-07-22 14:10 UTC  (14+ messages)
` [PATCH V3 3/5] mm: mlock: Introduce VM_LOCKONFAULT and add mlock flags to enable it
` [PATCH V3 4/5] mm: mmap: Add mmap flag to request VM_LOCKONFAULT

[PATCH RFC] vfs: add a O_NOMTIME flag
 2015-07-22 13:47 UTC  (11+ messages)

[RFC PATCH] getcpu_cache system call: caching current CPU number (x86)
 2015-07-22  7:53 UTC  (27+ messages)

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

[RFC] ps2emu - PS/2 emulation module
 2015-07-21 22:13 UTC  (10+ messages)
` [RFC] Input: Add ps2emu module
    ` [RFC 1/1 v2] "

[PATCH 2/2] fbcon: expose cursor blink interval via sysfs
 2015-07-21 18:45 UTC  (10+ messages)
        ` [PATCH 0/2] add cursor blink interval terminal escape sequence
          ` [PATCH 1/2] vt: add cursor blink interval "
              ` [PATCH v2 0/3] add cursor blink interval terminal "
                ` [PATCH v2 3/3] console_codes.4: Add CSI sequence for cursor blink interval

[PATCH v4 00/10] hugetlbfs: add fallocate support
 2015-07-21 18:09 UTC  (11+ messages)
` [PATCH v4 01/10] mm/hugetlb: add cache of descriptors to resv_map for region_add
` [PATCH v4 02/10] mm/hugetlb: add region_del() to delete a specific range of entries
` [PATCH v4 03/10] mm/hugetlb: expose hugetlb fault mutex for use by fallocate
` [PATCH v4 04/10] hugetlbfs: hugetlb_vmtruncate_list() needs to take a range to delete
` [PATCH v4 05/10] hugetlbfs: truncate_hugepages() takes a range of pages
` [PATCH v4 06/10] mm/hugetlb: vma_has_reserves() needs to handle fallocate hole punch
` [PATCH v4 07/10] mm/hugetlb: alloc_huge_page handle areas hole punched by fallocate
` [PATCH v4 08/10] hugetlbfs: New huge_add_to_page_cache helper routine
` [PATCH v4 09/10] hugetlbfs: add hugetlbfs_fallocate()
` [PATCH v4 10/10] mm: madvise allow remove operation for hugetlbfs

[RFC ebeam PATCH 0/3] new USB eBeam input driver
 2015-07-21 13:54 UTC  (11+ messages)
  ` [RFC ebeam PATCH 1/2] hid: Blacklist eBeam devices
` [RFC ebeam PATCH 2/2] input: misc: New USB eBeam input driver

[PATCH] ARM: ptrace: Implement PTRACE_SYSEMU
 2015-07-21 10:04 UTC 

[PATCHSET v4 0/5] pagemap: make useable for non-privilege users
 2015-07-21  8:43 UTC  (16+ messages)
` [PATCH v4 1/5] pagemap: check permissions and capabilities at open time
` [PATCH v4 2/5] pagemap: switch to the new format and do some cleanup
` [PATCH v4 3/5] pagemap: rework hugetlb and thp report
` [PATCH v4 4/5] pagemap: hide physical addresses from non-privileged users
` [PATCH v4 5/5] pagemap: add mmap-exclusive bit for marking pages mapped only here
` [PATCH] pagemap: update documentation

[PATCH v3 00/10] hugetlbfs: add fallocate support
 2015-07-21  4:16 UTC  (6+ messages)
` [PATCH v3 01/10] mm/hugetlb: add cache of descriptors to resv_map for region_add

[PATCH] selftests/futex: Fix futex_cmp_requeue_pi() error handling
 2015-07-21  0:34 UTC  (2+ messages)

[PATCH] toshiba_acpi: Add /dev/toshiba_acpi device
 2015-07-20 21:55 UTC  (3+ messages)

[linux-4.2-rc3/tools/testing/selftests/futex/functional/futex_requeue_pi_signal_restart.c:194: bad if condition ?
 2015-07-20 21:03 UTC  (4+ messages)

[PATCH] iio: Documentation: Remove bytes_per_datum attribute
 2015-07-19  9:29 UTC  (2+ messages)

[PATCH 0/24] kernel: add a netlink interface to get information about processes (v2)
 2015-07-18 21:22 UTC  (5+ messages)
` [PATCH 08/24] proc: pick out a function to iterate task children


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