messages from 2013-08-08 08:54:03 to 2013-08-13 14:44:48 UTC [more...]
[PATCH] mm/hotplug: Remove stop_machine() from try_offline_node()
2013-08-13 14:44 UTC (3+ messages)
[PATCH part5 0/7] Arrange hotpluggable memory as ZONE_MOVABLE
2013-08-13 14:38 UTC (42+ messages)
` [PATCH part5 1/7] x86: get pg_data_t's memory from other node
` [PATCH part5 2/7] x86, numa, mem_hotplug: Skip all the regions the kernel resides in
` [PATCH part5 3/7] memblock, numa: Introduce flag into memblock
` [PATCH part5 4/7] memblock, mem_hotplug: Introduce MEMBLOCK_HOTPLUG flag to mark hotpluggable regions
` [PATCH part5 5/7] memblock, mem_hotplug: Make memblock skip hotpluggable regions by default
` [PATCH part5 6/7] mem-hotplug: Introduce movablenode boot option to {en|dis}able using SRAT
` [PATCH part5 7/7] x86, numa, acpi, memory-hotplug: Make movablenode have higher priority
[PATCH 0/3] Add trace event for ghes memory error
2013-08-13 12:42 UTC (29+ messages)
` [PATCH 1/3] mce: acpi/apei: trace: Include PCIe AER trace event conditionally
` [PATCH 2/3] mce: acpi/apei: trace: Add trace event for ghes memory error
` [PATCH 3/3] mce: acpi/apei: trace: Enable ghes memory error trace event
Cannot hot remove a memory device
2013-08-13 12:02 UTC (15+ messages)
[PATCH 0/2] Protect cpu map updates from ACPI processor
2013-08-13 11:47 UTC (6+ messages)
` [PATCH 1/2] CPU hotplug: Export cpu_hotplug_begin() interface
` [PATCH 2/2] ACPI: Acquire writer lock to update cpu maps
[PATCH] ACPI/Cpureq: Using cpufreq_freq_attr_rw macro to define CPB(Core Performance Boost) attribute
2013-08-13 11:38 UTC (2+ messages)
[PATCH] ACPI/Processor: Remove acpi_processor_get_limit_info()
2013-08-13 11:37 UTC (3+ messages)
[PATCH 1/3] ACPI / dock: Fix __init attribute locations
2013-08-13 11:32 UTC (4+ messages)
` [PATCH 2/3] ACPI / numa: "
` [PATCH 3/3] ACPI / osl: Fix __initdata "
[PATCH] ACPI, cpu hotplug: move try_offline_node() after acpi_unmap_lsapic()
2013-08-13 0:39 UTC (12+ messages)
` [PATCH] driver core / cpu: Check if NUMA node is valid before bringing CPU up
[PATCH 0/2] ACPI: return error in acpi_pci_irq_enable when there is no irq
2013-08-12 22:32 UTC (9+ messages)
` [PATCH 1/2] ACPI / PCI: don't allow PCI devices without irq to be enabled
` [PATCH 2/2] ACPI / PCI: remove an extra check from acpi_pci_irq_enable()
[PATCH part4 0/4] Parse SRAT memory affinities earlier
2013-08-12 14:25 UTC (17+ messages)
` [PATCH part4 1/4] x86: Make get_ramdisk_{image|size}() global
` [PATCH part4 2/4] x86, acpica, acpi: Try to find if SRAT is overrided earlier
` [PATCH part4 3/4] x86, acpica, acpi: Try to find SRAT in firmware earlier
` [PATCH part4 4/4] x86, acpi, numa, mem_hotplug: Find hotpluggable memory in SRAT memory affinities
[PATCH part2 0/4] acpi: Trivial fix and improving for memory hotplug
2013-08-12 14:25 UTC (16+ messages)
` [PATCH part2 1/4] acpi: Print Hot-Pluggable Field in SRAT
` [PATCH part2 2/4] earlycpio.c: Fix the confusing comment of find_cpio_data()
` [PATCH part2 3/4] acpi: Remove "continue" in macro INVALID_TABLE()
kmemleak in apei_res_add
2013-08-12 2:45 UTC
[PATCH v4 00/28] x86, irq: Support ioapic controller hotplug
2013-08-11 2:48 UTC (29+ messages)
` [PATCH v4 01/28] genirq: Split __irq_reserve_irqs from irq_alloc_descs
` [PATCH v4 02/28] genirq: Add irq_alloc_reserved_desc()
` [PATCH v4 03/28] genirq: Do not free unallocated irq descriptors
` [PATCH v4 04/28] x86, irq: Change irq_remap_modify_chip_defaults() to static
` [PATCH v4 05/28] x86, irq: Modify irq chip once for irq remapping
` [PATCH v4 06/28] x86, irq: Show MSI-X clearly in debug message
` [PATCH v4 07/28] x86, irq: Show MSI-X in /proc/interrupt
` [PATCH v4 08/28] x86, irq: Make dmar_msi/hpet_msi irq_chip name consistent
` [PATCH v4 09/28] ia64, irq: Add dummy create_irq_nr()
` [PATCH v4 10/28] iommu, irq: Allocate irq_desc for dmar_msi with local node
` [PATCH v4 11/28] x86, irq: Kill create_irq()
` [PATCH v4 12/28] x86, irq: Convert irq_2_pin list to generic list
` [PATCH v4 13/28] x86, irq: Add alloc_reserved_irq_and_cfg_at()
` [PATCH v4 14/28] x86, irq: Move down arch_early_irq_init()
` [PATCH v4 15/28] x86, irq: Split out alloc_ioapic_save_registers()
` [PATCH v4 16/28] xen, irq: Call irq_alloc_reserved_desc_at() at first
` [PATCH v4 17/28] x86, irq: Reserve irq range and alloc_reserved for booting path
` [PATCH v4 18/28] x86, irq: Add ioapic_gsi_to_irq
` [PATCH v4 19/28] x86, irq: Add for_each_ioapic helper
` [PATCH v4 20/28] x86, irq: More strict checking about registering ioapic
` [PATCH v4 21/28] x86, irq: Make mp_register_ioapic handle hot-added ioapic
` [PATCH v4 22/28] x86, irq: Add mp_unregister_ioapic to handle hot-remove ioapic
` [PATCH v4 23/28] x86, ioapic: Find usable ioapic id for 64bit
` [PATCH v4 24/28] x86: Move declaration for mp_register_ioapic()
` [PATCH v4 25/28] PCI, x86: Make ioapic hotplug support built-in
` [PATCH v4 26/28] PCI, x86, ACPI: Link acpi ioapic register to ioapic
` [PATCH v4 27/28] PCI, x86, ACPI: Enable ioapic hotplug support with acpi host bridge
` [PATCH v4 28/28] PCI, x86, ACPI: get ioapic address from acpi device
[PATCH 00/28] x86, irq: Support ioapic controller hotplug
2013-08-11 2:45 UTC (12+ messages)
` [PATCH 01/28] genirq: Split __irq_reserve_irqs from irq_alloc_descs
` [PATCH 02/28] genirq: Add irq_alloc_reserved_desc()
` [PATCH 03/28] genirq: Do not free unallocated irq descriptors
` [PATCH 04/28] x86, irq: Change irq_remap_modify_chip_defaults() to static
` [PATCH 04/28] x86, irqi: "
` [PATCH 05/28] x86, irq: Modify irq chip once for irq remapping
` [PATCH 06/28] x86, irq: Show MSI-X clearly in debug message
` [PATCH 07/28] x86, irq: Show MSI-X in /proc/interrupt
` [PATCH 08/28] x86, irq: Make dmar_msi/hpet_msi irq_chip name consistent
` [PATCH 09/28] ia64, irq: Add dummy create_irq_nr()
` [PATCH 10/28] iommu, irq: Allocate irq_desc for dmar_msi with local node
cpufreq crash in pm/linux-next 08-07-2013
2013-08-10 2:50 UTC (4+ messages)
[GIT PULL] ACPI and power management fixes for v3.11-rc5
2013-08-09 15:06 UTC
[PATCH 0/9] ACPICA 20130725 Release
2013-08-09 3:17 UTC (3+ messages)
` [PATCH 6/9] ACPICA: Make ACPI Power Management Timer (PM Timer) optional
[PATCH 0/2] ACPI: More acpi_bind_one() cleanups
2013-08-08 19:33 UTC (2+ messages)
[PATCH part1 0/5] acpica: Split acpi_gbl_root_table_list initialization into two parts
2013-08-08 14:11 UTC (2+ messages)
[PATCH part3 0/5] acpi, acpica: Initialize acpi_gbl_root_table_list earlier and override it later
2013-08-08 8:54 UTC (5+ messages)
` [PATCH part3 2/5] x86, acpi: Split acpi_table_init() into two parts
` [PATCH part3 3/5] x86, acpi: Rename check_multiple_madt() and make it global
` [PATCH part3 4/5] x86, acpi: Split acpi_boot_table_init() into two parts
` [PATCH part3 5/5] x86, acpi: Initialize acpi golbal root table list earlier
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox