linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-15 16:52:01 to 2014-07-28 13:30:40 UTC [more...]

[RFC Patch V1 00/30] Enable memoryless node on x86 platforms
 2014-07-28 13:30 UTC  (86+ messages)
` [RFC Patch V1 01/30] mm, kernel: Use cpu_to_mem()/numa_mem_id() to support memoryless node
` [RFC Patch V1 02/30] mm, sched: "
` [RFC Patch V1 03/30] mm, net: "
` [RFC Patch V1 04/30] mm, netfilter: "
` [RFC Patch V1 05/30] mm, perf: "
` [RFC Patch V1 06/30] mm, tracing: "
` [RFC Patch V1 07/30] mm: "
` [RFC Patch V1 08/30] mm, thp: "
` [RFC Patch V1 09/30] mm, memcg: "
` [RFC Patch V1 10/30] mm, xfrm: "
` [RFC Patch V1 11/30] mm, char/mspec.c: "
` [RFC Patch V1 12/30] mm, IB/qib: "
` [RFC Patch V1 13/30] mm, i40e: "
` [RFC Patch V1 14/30] mm, i40evf: "
` [RFC Patch V1 15/30] mm, igb: "
` [RFC Patch V1 16/30] mm, ixgbe: "
` [RFC Patch V1 17/30] mm, intel_powerclamp: "
  ` [RFC Patch V1 17/30] mm, intel_powerclamp: Use cpu_to_mem()/numa_mem_id() to support memoryless
` [RFC Patch V1 18/30] mm, bnx2fc: Use cpu_to_mem()/numa_mem_id() to support memoryless node
` [RFC Patch V1 19/30] mm, bnx2i: "
` [RFC Patch V1 20/30] mm, fcoe: "
` [RFC Patch V1 21/30] mm, irqchip: "
` [RFC Patch V1 22/30] mm, of: "
` [RFC Patch V1 23/30] mm, x86: "
` [RFC Patch V1 24/30] mm, x86/platform/uv: "
` [RFC Patch V1 25/30] mm, x86, kvm: "
` [RFC Patch V1 26/30] mm, x86, perf: "
` [RFC Patch V1 27/30] x86, numa: Kill useless code to improve code readability
` [RFC Patch V1 28/30] mm: Update _mem_id_[] for every possible CPU when memory configuration changes
  ` [RFC Patch V1 28/30] mm: Update _mem_id_[] for every possible CPU when memory configuration chan
` [RFC Patch V1 29/30] mm, x86: Enable memoryless node support to better support CPU/memory hotplug
  ` [RFC Patch V1 29/30] mm, x86: Enable memoryless node support to better support CPU/memory hotplu
` [RFC Patch V1 30/30] x86, NUMA: Online node earlier when doing CPU hot-addition

udev 215 creates inactive MD devices upon stopping them
 2014-07-24 14:48 UTC 

[Patch Part3 V4 00/21] Enable support of Intel DMAR device hotplug
 2014-07-24  2:33 UTC  (25+ messages)
` [Patch Part3 V4 01/21] iommu/vt-d: Match segment number when searching for dev_iotlb capable devices
` [Patch Part3 V4 02/21] iommu/vt-d: Use correct domain id to flush virtual machine domains
` [Patch Part3 V4 03/21] iommu/vt-d: Introduce helper functions to improve code readability
` [Patch Part3 V4 04/21] iommu/vt-d: Introduce helper functions to make code symmetric for readability
` [Patch Part3 V4 05/21] iommu/vt-d: Allocate dynamic domain id for virtual domains only
` [Patch Part3 V4 06/21] iommu/vt-d: Fix possible invalid memory access caused by free_dmar_iommu()
` [Patch Part3 V4 07/21] iommu/vt-d: Avoid freeing virtual machine domain in free_dmar_iommu()
` [Patch Part3 V4 08/21] iommu/vt-d: Simplify include/linux/dmar.h
` [Patch Part3 V4 09/21] iommu/vt-d: Change iommu_enable/disable_translation to return void
` [Patch Part3 V4 10/21] iommu/vt-d: Simplify intel_unmap_sg() and kill duplicated code
` [Patch Part3 V4 11/21] iommu/vt-d: Introduce helper domain_pfn_within_range() to simplify code
` [Patch Part3 V4 12/21] iommu/vt-d: Introduce helper function iova_size() to improve code readability
` [Patch Part3 V4 13/21] iommu/vt-d: Fix issue in computing domain's iommu_snooping flag
` [Patch Part3 V4 14/21] iommu/vt-d: Introduce helper function dmar_walk_resources()
` [Patch Part3 V4 15/21] iommu/vt-d: Dynamically allocate and free seq_id for DMAR units
` [Patch Part3 V4 16/21] iommu/vt-d: Implement DMAR unit hotplug framework
    ` iommu/vt-d: Fix build error caused by unknown definition of acpi_handle
` [Patch Part3 V4 17/21] iommu/vt-d: Search for ACPI _DSM method for DMAR hotplug
` [Patch Part3 V4 18/21] iommu/vt-d: Enhance intel_irq_remapping driver to support DMAR unit hotplug
` [Patch Part3 V4 19/21] iommu/vt-d: Enhance error recovery in function intel_enable_irq_remapping()
` [Patch Part3 V4 20/21] iommu/vt-d: Enhance intel-iommu driver to support DMAR unit hotplug
  ` [Patch Part3 V4 21/21] pci, ACPI, iommu: Enhance pci_root to support DMAR device hotplug

A question about hotplug and suspend-resume functionallity
 2014-07-08 17:29 UTC  (2+ messages)

multi-port usb-serial hub rules
 2014-07-06 16:07 UTC  (4+ messages)

[Patch Part3 V3 00/21] Enable support of Intel DMAR device hotplug
 2014-06-26 13:59 UTC  (24+ messages)
` [Patch Part3 V3 01/21] iommu/vt-d: match segment number when searching for dev_iotlb capable devices
` [Patch Part3 V3 02/21] iommu/vt-d: use correct domain id to flush virtual machine domains
` [Patch Part3 V3 03/21] iommu/vt-d: introduce helper functions to improve code readability
` [Patch Part3 V3 04/21] iommu/vt-d: introduce helper functions to make code symmetric for readability
` [Patch Part3 V3 05/21] iommu/vt-d: only dynamically allocate domain id for virtual domains
` [Patch Part3 V3 06/21] iommu/vt-d: fix possible invalid memory access caused by free_dmar_iommu()
` [Patch Part3 V3 07/21] iommu/vt-d: avoid freeing virtual machine domain in free_dmar_iommu()
` [Patch Part3 V3 08/21] iommu/VT-d: simplify include/linux/dmar.h
` [Patch Part3 V3 09/21] iommu/vt-d: change iommu_enable/disable_translation to return void
` [Patch Part3 V3 10/21] iommu/vt-d: simplify intel_unmap_sg() and kill duplicated code
` [Patch Part3 V3 11/21] iommu/vt-d: introduce helper domain_pfn_within_range() to simplify code
` [Patch Part3 V3 12/21] iommu/vt-d: introduce helper function iova_size() to improve code readability
` [Patch Part3 V3 13/21] iommu/vt-d: fix bug in computing domain's iommu_snooping flag
` [Patch Part3 V3 14/21] IOMMU/vt-d: introduce helper function dmar_walk_resources()
` [Patch Part3 V3 15/21] iommu/vt-d: dynamically allocate and free seq_id for DMAR units
` [Patch Part3 V3 16/21] iommu/vt-d: implement DMAR unit hotplug framework
` [Patch Part3 V3 17/21] iommu/vt-d: search _DSM method for DMAR hotplug
` [Patch Part3 V3 18/21] iommu/vt-d: enhance intel_irq_remapping driver to support DMAR unit hotplug
` [Patch Part3 V3 19/21] iommu/vt-d: enhance error recovery in function intel_enable_irq_remapping()
` [Patch Part3 V3 20/21] iommu/vt-d: enhance intel-iommu driver to support DMAR unit hotplug
  ` [Patch Part3 V3 21/21] pci, ACPI, iommu: enhance pci_root to support DMAR device hotplug

Matching on the ata port number, which is an attribute that is not a direct ancestor
 2014-06-25 23:22 UTC 

[Patch] iommu/vt-d: fix bug in handling multiple RMRRs for the same PCI device
 2014-06-20 12:23 UTC  (2+ messages)

Kernel BUG() in block/blk-tag.c:89 causing panic
 2014-06-19  4:49 UTC  (2+ messages)

Cross building udev cannot creat device node
 2014-06-03  7:10 UTC  (5+ messages)

Why do we need usb_modeswitch?
 2014-05-26  4:09 UTC  (2+ messages)

[linux-hotplug] 3g modem is not recognized as an ethernet device without rebooting
 2014-05-24 13:36 UTC 

[Patch Part3 V2 00/21] Enable support of Intel DMAR device hotplug
 2014-05-19  9:23 UTC  (23+ messages)
` [Patch Part3 V2 01/21] iommu/vt-d: match segment number when searching for dev_iotlb capable devices
` [Patch Part3 V2 02/21] iommu/vt-d: use correct domain id to flush virtual machine domains
` [Patch Part3 V2 03/21] iommu/vt-d: introduce helper functions to improve code readability
` [Patch Part3 V2 04/21] iommu/vt-d: introduce helper functions to make code symmetric for readability
` [Patch Part3 V2 05/21] iommu/vt-d: only dynamically allocate domain id for virtual domains
` [Patch Part3 V2 06/21] iommu/vt-d: fix possible invalid memory access caused by free_dmar_iommu()
` [Patch Part3 V2 07/21] iommu/vt-d: avoid freeing virtual machine domain in free_dmar_iommu()
` [Patch Part3 V2 08/21] iommu/VT-d: simplify include/linux/dmar.h
` [Patch Part3 V2 09/21] iommu/vt-d: change iommu_enable/disable_translation to return void
` [Patch Part3 V2 10/21] iommu/vt-d: simplify intel_unmap_sg() and kill duplicated code
` [Patch Part3 V2 11/21] iommu/vt-d: introduce helper domain_pfn_within_range() to simplify code
` [Patch Part3 V2 12/21] iommu/vt-d: introduce helper function iova_size() to improve code readability
` [Patch Part3 V2 13/21] iommu/vt-d: fix bug in computing domain's iommu_snooping flag
` [Patch Part3 V2 14/21] IOMMU/vt-d: introduce helper function dmar_walk_resources()
` [Patch Part3 V2 15/21] iommu/vt-d: dynamically allocate and free seq_id for DMAR units
` [Patch Part3 V2 16/21] iommu/vt-d: implement DMAR unit hotplug framework
` [Patch Part3 V2 17/21] iommu/vt-d: search _DSM method for DMAR hotplug
` [Patch Part3 V2 18/21] iommu/vt-d: enhance intel_irq_remapping driver to support DMAR unit hotplug
` [Patch Part3 V2 19/21] iommu/vt-d: enhance error recovery in function intel_enable_irq_remapping()
` [Patch Part3 V2 20/21] iommu/vt-d: enhance intel-iommu driver to support DMAR unit hotplug
` [Patch Part3 V2 21/21] pci, ACPI, iommu: enhance pci_root to support DMAR device hotplug

Fn keys on Dell Latitude E6440
 2014-05-17 21:32 UTC  (9+ messages)
  ` [PATCH 0/2] dell-wmi: Add support for Fn key combinations
    ` [PATCH 1/2] Input: Add keycodes for some missing "
    ` [PATCH 2/2] dell-wmi: Add support for "

Clarification regarding USB Data Card (Dongle) enumeration in Linux udev
 2014-05-06  3:19 UTC  (5+ messages)

system hang
 2014-04-10 15:59 UTC  (4+ messages)

[PATCH] pciehp: Acknowledge the spurious "cmd completed" event
 2014-02-21  1:43 UTC  (15+ messages)

/dev entry of USB device not disappearing after detach
 2014-02-15 16:52 UTC  (2+ 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).