Linux-api Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-01 11:07:02 to 2015-07-08 23:48:22 UTC [more...]

[PATCH 0/24] kernel: add a netlink interface to get information about processes (v2)
 2015-07-08 23:48 UTC  (38+ messages)
  ` [PATCH 01/24] kernel: define taststats commands in the one place
  ` [PATCH 02/24] kernel: add a netlink interface to get information about tasks (v2)
  ` [PATCH 03/24] kernel: make taskstats available from all net namespaces
  ` [PATCH 04/24] kernel: move next_tgid from fs/proc
  ` [PATCH 05/24] task_diag: add ability to get information about all tasks
  ` [PATCH 06/24] task_diag: add ability to split per-task data on a few netlink messages
  ` [PATCH 07/24] task_diag: add a new group to get process credentials
  ` [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 -mm v6 0/6] idle memory tracking
 2015-07-08 23:01 UTC  (4+ messages)
` [PATCH -mm v6 5/6] proc: add kpageidle file

[RFCv3 0/5] enable migration of driver pages
 2015-07-08 22:47 UTC  (12+ 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-08 21:49 UTC  (12+ messages)
      ` [PATCH v3] ipc: Modify message queue accounting to not take kernel data structures into account

[PATCH V3 0/5] Allow user to request memory to be locked on page fault
 2015-07-08 21:17 UTC  (15+ 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

[PATCH] fs, proc: add help for CONFIG_PROC_CHILDREN
 2015-07-08 20:28 UTC 

[RFC 0/8] Introduce LSM to KDBUS
 2015-07-08 20:07 UTC  (24+ 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 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  (19+ messages)
  ` [RFC 1/8] printk: move code regarding log message storing format
  ` [RFC 2/8] printk: add one function for storing log in proper format
  ` [RFC 7/8] kmsg: add ioctl for adding and deleting kmsg* devices
  ` [RFC 8/8] kmsg: add ioctl for kmsg* devices operating on buffers
` [RFC 3/8] kmsg: introduce additional kmsg devices support
` [RFC 4/8] kmsg: add function for adding and deleting additional buffers
` [RFC 5/8] kmsg: device support in mem class
` [RFC 6/8] kmsg: add predefined _PID, _TID, _COMM keywords to kmsg* log dict

Odd hang on suspend and shutdown
 2015-07-07 16:32 UTC  (21+ 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: "

[GIT PULL] User namespace related fixes for v4.2
 2015-07-06 22:25 UTC  (9+ messages)

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

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

[PATCH 2/2] fbcon: expose cursor blink interval via sysfs
 2015-07-05 17:41 UTC  (8+ 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

[RFCv2 0/5] enable migration of driver pages
 2015-07-04 19:00 UTC  (8+ messages)
` [RFCv2 1/5] mm/compaction: enable driver page migration
` [RFCv2 3/5] mm/balloon: apply driver page migratable into balloon
` [RFCv2 4/5] mm/compaction: compaction calls generic migration

[PATCH 00/10] hugetlbfs: add fallocate support
 2015-07-03 17:22 UTC  (15+ 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 04/10] hugetlbfs: hugetlb_vmtruncate_list() needs to take a range to delete
` [PATCH 05/10] hugetlbfs: truncate_hugepages() takes a range of pages
  ` [PATCH 06/10] mm/hugetlb: vma_has_reserves() needs to handle fallocate hole punch
  ` [PATCH 09/10] hugetlbfs: add hugetlbfs_fallocate()
` [PATCH 07/10] mm/hugetlb: alloc_huge_page handle areas hole punched by fallocate
` [PATCH 08/10] hugetlbfs: New huge_add_to_page_cache helper routine
` [PATCH 10/10] mm: madvise allow remove operation for hugetlbfs

[PATCH v8 0/3] Enable PPI sysfs interface for TPM 2.0
 2015-07-03 14:27 UTC  (2+ messages)
  ` [PATCH v8 3/3] tpm: update PPI documentation to address the location change

[PATCH v8 0/3] Enable PPI sysfs interface for TPM 2.0
 2015-07-03 14:25 UTC 

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

[PATCH v7 00/16] libnvdimm: non-volatile memory devices
 2015-07-01 17:24 UTC  (6+ 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)


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