messages from 2012-07-27 10:36:17 to 2012-08-09 12:46:29 UTC [more...]
[PATCH 00/13] Thermal Framework Enhancements
2012-08-09 12:45 UTC (7+ messages)
` [PATCH 01/13] Thermal: Refactor thermal.h file
` [PATCH 02/13] Thermal: Move thermal_instance to thermal.h
` [PATCH 03/13] Thermal: Add get trend, get instance API's to thermal_sys
` [PATCH 04/13] Thermal: Add platform level information to thermal.h
` [PATCH 05/13] Thermal: Obtain platform data for thermal zone
` [PATCH 06/13] Thermal: Add a policy sysfs attribute
[RFC PATCH v2 00/16] ACPI based system device hotplug framework
2012-08-09 9:36 UTC (25+ messages)
` [RFC PATCH v2 01/16] ACPIHP: introduce a framework for ACPI based system device hotplug
` [RFC PATCH v2 02/16] ACPIHP: ACPI system device hotplug slot enumerator
` [RFC PATCH v2 03/16] ACPIHP: detect ACPI hotplug slots by checking ACPI _EJ0 method
` [RFC PATCH v2 04/16] ACPI: introduce interfaces to manage ACPI device reference count
` [RFC PATCH v2 05/16] ACPIHP: scan and walk ACPI devices connecting to an ACPI hotplug slot
` [RFC PATCH v2 06/16] ACPIHP: group devices connecting to a hotplug slot according to device types
` [RFC PATCH v2 07/16] ACPIHP: add callbacks into acpi_device_ops to support new hotplug framework
` [RFC PATCH v2 08/16] ACPIHP: provide interfaces to associate driver specific data to hotplug slots
` [RFC PATCH v2 09/16] ACPIHP: implement utility functions to support system device hotplug
` [RFC PATCH v2 10/16] ACPIHP: system device hotplug driver skeleton
` [RFC PATCH v2 11/16] ACPIHP: analyse dependences among ACPI system device hotplug slots
` [RFC PATCH v2 12/16] ACPIHP: cancel inprogress ACPI system device hotplug operations
` [RFC PATCH v2 13/16] ACPIHP: configure/unconfigure system devices connecting to a hotplug slot
` [RFC PATCH v2 14/16] ACPIHP: implement the state machine for ACPI hotplug slots
` [RFC PATCH v2 15/16] ACPIHP: implement ACPI hotplug sysfs interfaces
` [RFC PATCH v2 16/16] ACPIHP: enhance ACPI container driver to support new hotplug framework
Kernel stops at "PM: Preparing system for mem sleep", never makes it to "Freezing user space processes ... "
2012-08-09 9:41 UTC
[PATCH RESEND 00/16] Thermal: generic thermal layer enhancement
2012-08-09 8:32 UTC (8+ messages)
` [PATCH RESEND 05/16] Thermal: Introduce cooling states range support
` [PATCH RESEND 06/16] Thermal: set upper and lower limits
` [PATCH RESEND 15/16] Thermal: Unify the code for both active and passive cooling
[PATCH V4 00/13] Thermal: generic thermal layer enhancement
2012-08-09 8:05 UTC (13+ messages)
` [PATCH V4 01/13] Thermal: Introduce multiple cooling states support
` [PATCH V4 04/13] Thermal: Introduce .get_trend() callback
` [PATCH V4 05/13] Thermal: Remove tc1/tc2 in generic thermal layer
IRQ remapping problem on Macbook Air 5,1
2012-08-08 21:33 UTC (13+ messages)
` [PATCH] irq_remap: disable IRQ remapping if any IOAPIC lacks an IOMMU
` [PATCH v2] "
` [PATCH v3] "
[PATCH 0/3] PM: Fix some unused function warnings for CONFIG_PM_SLEEP
2012-08-08 21:22 UTC (4+ messages)
` [PATCH 1/3] ACPI / PM: Fix "
` [PATCH 2/3] platform / x86/ "
` [PATCH 3/3] tpm_tis / PM: Fix unused function warning "
[PATCH] ACPI: delelte more BFS/GTS related definition and code
2012-08-08 2:30 UTC
[PATCH 1/8] ACPI sysfs.c strlen fix
2012-08-08 1:27 UTC (18+ messages)
` [PATCH] ACPI: replace strlen("string") with sizeof("string") -1
` [linux-pm] "
[PATCH][Trivial] drivers/acpi/osl.c: delete trailing whitespace
2012-08-07 20:05 UTC
[RFC PATCH V6 00/19] memory-hotplug: hot-remove physical memory
2012-08-07 5:31 UTC (23+ messages)
` [RFC PATCH V6 01/19] memory-hotplug: rename remove_memory() to offline_memory()/offline_pages()
` [RFC PATCH V6 02/19] memory-hotplug: implement offline_memory()
` [RFC PATCH V6 03/19] memory-hotplug: store the node id in acpi_memory_device
` [RFC PATCH V6 04/19] memory-hotplug: offline and remove memory when removing the memory device
` [RFC PATCH V6 05/19] memory-hotplug: check whether memory is present or not
` [RFC PATCH V6 06/19] memory-hotplug: export the function acpi_bus_remove()
` [RFC PATCH V6 07/19] memory-hotplug: call acpi_bus_remove() to remove memory device
` [RFC PATCH V6 08/19] memory-hotplug: remove /sys/firmware/memmap/X sysfs
` [RFC PATCH V6 09/19] memory-hotplug: does not release memory region in PAGES_PER_SECTION chunks
` [RFC PATCH V6 10/19] memory-hotplug: add memory_block_release
` [RFC PATCH V6 11/19] memory-hotplug: remove_memory calls __remove_pages
` [RFC PATCH V6 12/19] memory-hotplug: introduce new function arch_remove_memory()
` [RFC PATCH V6 13/19] memory-hotplug: check page type in get_page_bootmem
` [RFC PATCH V6 14/19] memory-hotplug: move register_page_bootmem_info_node and put_page_bootmem for sparse-vmemmap
` [RFC PATCH V6 15/19] memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
` [RFC PATCH V6 16/19] memory-hotplug: free memmap "
` [RFC PATCH V6 17/19] memory_hotplug: clear zone when the memory is removed
` [RFC PATCH V6 18/19] memory-hotplug: add node_device_release
` [RFC PATCH V6 19/19] memory-hotplug: remove sysfs file of node
[PATCH v4] create sun sysfs file
2012-08-07 0:36 UTC
[PATCH v3] create sun sysfs file
2012-08-07 0:01 UTC (5+ messages)
Dear Subscriber
2012-08-05 23:38 UTC
[RFC PATCH 0/3] ACPI based system device hotplug framework
2012-08-05 9:36 UTC (10+ messages)
` [RFC PATCH 1/3] ACPIHP: introduce a framework for ACPI based system device hotplug
` [RFC PATCH 2/3] ACPIHP: ACPI system device hotplug slot enumerator
` [RFC PATCH 3/3] ACPIHP: detect ACPI hotplug slots by checking ACPI _EJ0 method
[Resend][PATCH] PCI / PM: Fix messages printed by acpi_pci_set_power_state()
2012-08-04 21:27 UTC
..656...565..265...356
2012-08-03 23:10 UTC
0432..180..52882...2004
2012-08-03 16:13 UTC
[PATCH v2] ACPI processor: Fix a typo error in commit 99b725084
2012-08-03 6:13 UTC (7+ messages)
(unknown),
2012-08-03 5:31 UTC
[PATCH v3 1/2] ACPI: Replace acpi_get_table_with_size() with acpi_get_table()
2012-08-03 5:03 UTC (2+ messages)
[GIT PULL] ACPI & Power Management Patches for Linux-3.6-rc1
2012-08-03 4:53 UTC
[PATCH 1/2] ACPI: Untangle a return statement for better readability
2012-08-03 4:24 UTC (3+ messages)
` [PATCH 2/2] ACPI: Only count valid srat memory structures
[PATCH/RFC] drm/radeon: ACPI: veto the keypress on ATIF events
2012-08-03 2:06 UTC (8+ messages)
[PATCH V3 0/3] PNP: Allow PNP resources to be disabled (interface)
2012-08-02 21:57 UTC (12+ messages)
` [PATCH V3 1/3] PNP: Simplify setting of resources
` [PATCH V3 2/3] PNP: Allow resources to be set as disabled
` [PATCH V3 3/3] PNP: Handle IORESOURCE_BITS in resource allocation
[PATCH V3 0/3] PNP: Allow PNP resources to be disabled (interface)
2012-08-02 16:38 UTC (2+ messages)
[PATCH v2 1/2] ACPI: Replace acpi_get_table_with_size() with acpi_get_table()
2012-08-02 5:10 UTC (3+ messages)
Fwd: Brightness on HP EliteBook 8460p
2012-08-01 7:38 UTC (12+ messages)
[RFC PATCH v5 00/19] memory-hotplug: hot-remove physical memory
2012-08-01 6:09 UTC (18+ messages)
` [RFC PATCH v5 05/19] memory-hotplug: check whether memory is present or not
` [RFC PATCH v5 12/19] memory-hotplug: introduce new function arch_remove_memory()
` [RFC PATCH v5 16/19] memory-hotplug: free memmap of sparse-vmemmap
` [RFC PATCH v5 19/19] memory-hotplug: remove sysfs file of node
inquiry
2012-07-31 9:25 UTC
[PATCH] ACPI / PCI: Do not try to acquire _OSC control if that is hopeless
2012-07-31 1:15 UTC (2+ messages)
PCI ACPI/IRQ-routing broken on H77 chipset + Ivy Bridge (kernel 3.5-rc7 and earlier)
2012-07-30 17:12 UTC (5+ messages)
` [Bug 43238] "
[PATCH 0/2] ACPI: remove _GTS/_BFS support
2012-07-30 15:40 UTC (2+ messages)
[PATCH v2] create sun sysfs file
2012-07-30 0:51 UTC (3+ messages)
[PATCH] drm/radeon: add new AMD ACPI header and update relevant code
2012-07-28 14:39 UTC (10+ messages)
[PATCH v3 0/4] ACPI: hotplug messages improvement
2012-07-27 17:18 UTC (6+ messages)
` [PATCH v3 2/4] ACPI: Update CPU hotplug messages
[PATCH 0/5][RFC] Use per cpuidle_device states
2012-07-27 11:28 UTC (2+ messages)
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;
as well as URLs for NNTP newsgroup(s).