linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-06 08:47:09 to 2015-07-10 20:58:31 UTC [more...]

[PATCH 0/3] sys_membarrier (x86, generic)
 2015-07-10 20:58 UTC  (3+ messages)
` [PATCH 1/3 v19] sys_membarrier(): system-wide memory barrier (generic, x86)
` [PATCH 2/3] selftests: add membarrier syscall test

[GIT PULL] User namespace related fixes for v4.2
 2015-07-10 20:00 UTC  (16+ messages)
          ` [REVIEW][PATCH 0/2] noexec on proc and sysfs
            ` [REVIEW][PATCH 1/2] vfs: Commit to never having exectuables "
              ` [REVIEW][PATCH 2/2] mnt: fs_fully_visible enforce noexec and nosuid if !SB_I_NOEXEC

[PATCH -mm v6 0/6] idle memory tracking
 2015-07-10 19:10 UTC  (6+ messages)
` [PATCH -mm v6 5/6] proc: add kpageidle file

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

[RFC 0/8] Introduce LSM to KDBUS
 2015-07-10 18:20 UTC  (30+ messages)
` [RFC 1/8] lsm: make security_file_receive available for external modules
  ` [RFC 2/8] lsm: smack: Make ipc/kdbus includes visible so smack callbacks could see them
  ` [RFC 3/8] lsm: kdbus security hooks
  ` [RFC 4/8] lsm: smack: smack callbacks for "
  ` [RFC 5/8] kdbus: use LSM hooks in kdbus code
` [RFC 6/8] kdbus: TEST_CREATE_CONN now does no depend on TEST_CREATE_BUS
` [RFC 7/8] kdbus: selftests extended
` [RFC 8/8] kdbus: Ability to run kdbus test by executable binary name

[PATCH V3 0/5] Allow user to request memory to be locked on page fault
 2015-07-10 16:19 UTC  (18+ messages)
` [PATCH V3 2/5] mm: mlock: Add new mlock, munlock, and munlockall system calls
` [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 V3 5/5] selftests: vm: Add tests for lock on fault

[RFCv3 0/5] enable migration of driver pages
 2015-07-10 13:41 UTC  (23+ messages)
` [RFCv3 1/5] fs/anon_inodes: new interface to create new inode
` [RFCv3 2/5] mm/compaction: enable mobile-page migration
` [RFCv3 3/5] mm/balloon: apply mobile page migratable into balloon
` [RFCv3 4/5] mm: call generic migration callbacks
` [RFCv3 5/5] mm: remove direct calling of migration

[PATCH v2] ipc: Modify message queue accounting to reflect both total user data and auxiliary kernel data
 2015-07-10  0:00 UTC  (13+ messages)
      ` [PATCH v3] ipc: Modify message queue accounting to not take kernel data structures into account

Good Day
 2015-07-09 19:37 UTC 

[PATCH tip/master ] ftracetest: Update kprobe-tracer testcases because of renaming do_fork
 2015-07-09 12:03 UTC  (2+ messages)

[PATCH] fs, proc: add help for CONFIG_PROC_CHILDREN
 2015-07-09  9:04 UTC  (2+ messages)

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

[PATCH 0/24] kernel: add a netlink interface to get information about processes (v2)
 2015-07-08 23:48 UTC  (31+ messages)
  ` [PATCH 08/24] proc: pick out a function to iterate task children
  ` [PATCH 09/24] proc: move task_next_child() from fs/proc
  ` [PATCH 10/24] task_diag: add ability to dump children (v2)
  ` [PATCH 11/24] task_diag: add a new group to get task statistics
  ` [PATCH 17/24] task_diag: add ability to dump theads
  ` [PATCH 24/24] task_diag: Enhance fork tool to spawn threads
` [PATCH 12/24] task_diag: add a new group to get tasks memory mappings (v2)
` [PATCH 13/24] task_diag: shows memory consumption for "
` [PATCH 14/24] task_diag: add a marcos to enumirate memory mappings
` [PATCH 15/24] proc: give task_struct instead of pid into first_tid
` [PATCH 16/24] proc: move first_tid and next_tid out of proc
` [PATCH 18/24] task_diag: add ability to handle one task in a continious mode
` [PATCH 19/24] task_diag: Add option to dump all threads for all tasks
` [PATCH 20/24] task_diag: Only add VMAs for thread_group leader
` [PATCH 21/24] task diag: Add support for TGID attribute
` [PATCH 22/24] Documentation: add documentation for task_diag
` [PATCH 23/24] selftest: check the task_diag functinonality

[PATCH v3 01/11] stm class: Introduce an abstraction for System Trace Module devices
 2015-07-08 12:49 UTC  (3+ messages)

[RFC 0/8] Additional kmsg devices
 2015-07-08 11:17 UTC  (10+ messages)
` [RFC 3/8] kmsg: introduce additional kmsg devices support

Odd hang on suspend and shutdown
 2015-07-07 16:32 UTC  (20+ messages)

[PATCH v8 01/11] KVM: add comments for kvm_debug_exit_arch struct
 2015-07-07 16:30 UTC  (2+ messages)
` [PATCH v8 09/11] KVM: arm64: guest debug, HW assisted debug support

[PATCH 0/5] coresight: Support context-ID tracing when PID namespace is enabled
 2015-07-07  8:41 UTC  (6+ messages)
  ` [PATCH 1/5] coresight-etm3x: Change the name of the ctxid_val to ctxid_pid
  ` [PATCH 2/5] coresight-etm4x: "
  ` [PATCH 3/5] Coresight: Add an interface for supporting ETM3/4 Context ID tracing
  ` [PATCH 4/5] coresight-etm3x: Support context-ID tracing when PID namespace is enabled
  ` [PATCH 5/5] coresight-etm4x: "

[PATCH RESEND] virtio: Fix typecast of pointer in vring_init()
 2015-07-06 10:05 UTC  (6+ messages)

[PATCH v7 09/11] KVM: arm64: guest debug, HW assisted debug support
 2015-07-06  9:31 UTC  (8+ 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).