linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-08-07 10:36:11 to 2013-08-12 15:12:48 UTC [more...]

[PATCH part5 0/7] Arrange hotpluggable memory as ZONE_MOVABLE
 2013-08-12 15:12 UTC  (14+ 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-12 15:04 UTC  (19+ 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

[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  (17+ 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()
` [PATCH part2 4/4] acpi: Introduce acpi_verify_initrd() to check if a table is invalid

kmemleak in apei_res_add
 2013-08-12  2:45 UTC 

Cannot hot remove a memory device
 2013-08-11 21:13 UTC  (11+ messages)

[PATCH] ACPI, cpu hotplug: move try_offline_node() after acpi_unmap_lsapic()
 2013-08-11 20:42 UTC  (9+ messages)

[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  (11+ messages)
` [PATCH 1/9] ACPICA: Export acpi_tb_validate_rsdp()
` [PATCH 2/9] ACPICA: Emit all unresolved method externals in a text block
` [PATCH 3/9] ACPICA: DeRefOf operator: Update to fully resolve FieldUnit and BufferField refs
` [PATCH 4/9] ACPICA: Fix possible fault for methods that optionally have no return value
` [PATCH 5/9] ACPICA: Fix divergences of the commit - ACPICA: Expose OSI version
` [PATCH 6/9] ACPICA: Make ACPI Power Management Timer (PM Timer) optional
` [PATCH 7/9] ACPICA: Return error if DerefOf resolves to a null package element
` [PATCH 8/9] ACPICA: Update names for walk_namespace callbacks to clarify usage
` [PATCH 9/9] ACPICA: Update version to 20130725

[PATCH 0/2] ACPI: More acpi_bind_one() cleanups
 2013-08-08 19:33 UTC  (4+ messages)
` [PATCH 1/2] ACPI: Drop unnecessary label from acpi_bind_one()
` [PATCH 2/2] ACPI: Print diagnostic messages if device links cannot be created

[PATCH part1 0/5] acpica: Split acpi_gbl_root_table_list initialization into two parts
 2013-08-08 14:11 UTC  (7+ messages)
` [PATCH part1 1/5] acpi, acpica: Split acpi_tb_install_table() "
` [PATCH part1 2/5] acpi, acpica: Call two new functions instead of acpi_tb_install_table() in acpi_tb_parse_root_table()
` [PATCH part1 3/5] acpi, acpica: Split acpi_tb_parse_root_table() into two parts
` [PATCH part1 4/5] acpi, acpica: Call two new functions instead of acpi_tb_parse_root_table() in acpi_initialize_tables()
` [PATCH part1 5/5] acpi, acpica: Split acpi_initialize_tables() into two parts

[PATCH 0/2] ACPI: return error in acpi_pci_irq_enable when there is no irq
 2013-08-08 13:58 UTC  (5+ 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 part3 0/5] acpi, acpica: Initialize acpi_gbl_root_table_list earlier and override it later
 2013-08-08  8:54 UTC  (6+ messages)
` [PATCH part3 1/5] x86, acpi: Call two new functions instead of acpi_initialize_tables() in acpi_table_init()
` [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

[PATCH v3 00/25] Arrange hotpluggable memory as ZONE_MOVABLE
 2013-08-08  3:41 UTC  (29+ messages)
` [PATCH v3 01/25] acpi: Print Hot-Pluggable Field in SRAT
` [PATCH v3 02/25] earlycpio.c: Fix the confusing comment of find_cpio_data()
` [PATCH v3 03/25] acpi: Remove "continue" in macro INVALID_TABLE()
` [PATCH v3 04/25] acpi: Introduce acpi_verify_initrd() to check if a table is invalid
` [PATCH v3 05/25] acpi, acpica: Split acpi_tb_install_table() into two parts
` [PATCH v3 06/25] acpi, acpica: Call two new functions instead of acpi_tb_install_table() in acpi_tb_parse_root_table()
` [PATCH v3 07/25] acpi, acpica: Split acpi_tb_parse_root_table() into two parts
` [PATCH v3 08/25] acpi, acpica: Call two new functions instead of acpi_tb_parse_root_table() in acpi_initialize_tables()
` [PATCH v3 09/25] acpi, acpica: Split acpi_initialize_tables() into two parts
` [PATCH v3 10/25] x86, acpi: Call two new functions instead of acpi_initialize_tables() in acpi_table_init()
` [PATCH v3 11/25] x86, acpi: Split acpi_table_init() into two parts
` [PATCH v3 12/25] x86, acpi: Rename check_multiple_madt() and make it global
` [PATCH v3 13/25] x86, acpi: Split acpi_boot_table_init() into two parts
` [PATCH v3 14/25] x86, acpi: Initialize acpi golbal root table list earlier
` [PATCH v3 15/25] x86: get pg_data_t's memory from other node
` [PATCH v3 16/25] x86: Make get_ramdisk_{image|size}() global
` [PATCH v3 17/25] x86, acpica, acpi: Try to find if SRAT is overrided earlier
` [PATCH v3 18/25] x86, acpica, acpi: Try to find SRAT in firmware earlier
` [PATCH v3 19/25] x86, acpi, numa, mem_hotplug: Find hotpluggable memory in SRAT memory affinities
` [PATCH v3 20/25] x86, numa, mem_hotplug: Skip all the regions the kernel resides in
` [PATCH v3 21/25] memblock, numa: Introduce flag into memblock
` [PATCH v3 22/25] memblock, mem_hotplug: Introduce MEMBLOCK_HOTPLUG flag to mark hotpluggable regions
` [PATCH v3 23/25] memblock, mem_hotplug: Make memblock skip hotpluggable regions by default
` [PATCH v3 24/25] mem-hotplug: Introduce movablenode boot option to {en|dis}able using SRAT
` [PATCH v3 25/25] x86, numa, acpi, memory-hotplug: Make movablenode have higher priority

[PATCH 1/3] ACPI / EC: Fix incorrect placement of __initdata
 2013-08-07 23:17 UTC  (4+ messages)
` [PATCH 2/3] ACPI / processor: "
` [PATCH 3/3] ACPI / Sleep: "

[PATCH] acpi, acpi_pci_irq_enable must return an error if ACPI cannot map an IRQ
 2013-08-07 23:04 UTC  (7+ messages)

[PATCH] ACPI: Try harder to resolve _ADR collisions for bridges
 2013-08-07 22:26 UTC  (3+ messages)

[PATCH 0/3] Fix backlight issues on some Windows 8 systems
 2013-08-07 11:04 UTC  (4+ messages)
` Backlight control only in the kernel?


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