linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-12-19 05:38:37 to 2013-01-04 00:07:11 UTC [more...]

[PATCH 0/12] ACPI: Rework the handling of power resources
 2013-01-04  0:10 UTC  (13+ messages)
` [PATCH 1/12] ACPI / PM: Rework the handling of devices depending on "
` [PATCH 2/12] ACPI / scan: More straightforward preparation of ACPI device objects
` [PATCH 3/12] ACPI / scan: Treat power resources in a special way
` [PATCH 4/12] ACPI: Drop power resources driver
` [PATCH 5/12] ACPI: Do not use device power states of power resources
` [PATCH 6/12] ACPI / PM: Take order attribute of power resources into account
` [PATCH 7/12] ACPI / PM: Take order attribute of wakeup "
` [PATCH 8/12] ACPI / scan: Move power state initialization to a separate routine
` [PATCH 9/12] ACPI / scan: Remove unnecessary initialization of local variables
` [PATCH 10/12] ACPI / scan: Consolidate extraction of power resources lists
` [PATCH 11/12] ACPI: Take power resource initialization errors into account
` [PATCH 12/12] ACPI: Use system level attribute of wakeup power resources

[PATCH] PCI / ACPI: Rework ACPI device nodes lookup for the PCI bus type
 2013-01-03 23:44 UTC  (7+ messages)

[PATCH] ACPI / PCI: Set root bridge ACPI handle in advance
 2013-01-03 22:56 UTC  (29+ messages)
` [Update][PATCH] "
  ` [Update 2][PATCH] "
          ` [Alternative][PATCH] "
            ` [Alternative 2][PATCH] "

[PATCH v9 1/3] aerdrv: Trace Event for AER
 2013-01-03 22:34 UTC  (3+ messages)
` [PATCH v9 2/3] aerdrv: Enhanced AER logging
` [PATCH v9 3/3] aerdrv: Cleanup log output for AER

[PATCH v8 1/3] aerdrv: Trace Event for AER
 2013-01-03 16:49 UTC  (12+ messages)
` [PATCH v8 2/3] aerdrv: Enhanced AER logging
` [PATCH v8 3/3] aerdrv: Cleanup log output for AER
  ` [PATCH] checkpatch: prefer dev_<level>( to dev_printk(KERN_<LEVEL>
        ` [PATCH V2] "

[PATCH] ACPI / scan: Do not use dummy HID for system bus ACPI nodes
 2013-01-03  1:52 UTC 

[PATCH v5 00/14] memory-hotplug: hot-remove physical memory
 2013-01-02 14:24 UTC  (39+ messages)
` [PATCH v5 01/14] memory-hotplug: try to offline the memory twice to avoid dependence
` [PATCH v5 02/14] memory-hotplug: check whether all memory blocks are offlined or not when removing memory
` [PATCH v5 03/14] memory-hotplug: remove redundant codes
` [PATCH v5 04/14] memory-hotplug: remove /sys/firmware/memmap/X sysfs
` [PATCH v5 05/14] memory-hotplug: introduce new function arch_remove_memory() for removing page table depends on architecture
` [PATCH v5 06/14] memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
` [PATCH v5 07/14] memory-hotplug: move pgdat_resize_lock into sparse_remove_one_section()
` [PATCH v5 08/14] memory-hotplug: Common APIs to support page tables hot-remove
` [PATCH v5 09/14] memory-hotplug: remove page table of x86_64 architecture
` [PATCH v5 10/14] memory-hotplug: remove memmap of sparse-vmemmap
` [PATCH v5 11/14] memory-hotplug: Integrated __remove_section() of CONFIG_SPARSEMEM_VMEMMAP
` [PATCH v5 12/14] memory-hotplug: memory_hotplug: clear zone when removing the memory
` [PATCH v5 13/14] memory-hotplug: remove sysfs file of node
` [PATCH v5 14/14] memory-hotplug: free node_data when a node is offlined

[PATCH] ACPI / PM: Rework the handling of devices depending on power resources
 2012-12-31  0:51 UTC  (4+ messages)
` [Update][PATCH] "
  ` [Update 2][PATCH] "
    ` [Update 3][PATCH] "

[PATCH] ACPI / scan: Treat power resources in a special way
 2012-12-31  0:46 UTC 

[PATCH 0/3] ACPICA: Reduce source code differences between Linux and ACPICA
 2012-12-31  0:26 UTC  (4+ messages)
` [PATCH 1/3] ACPICA: Cleanup PM_TIMER_FREQUENCY definition
` [PATCH 2/3] ACPICA: Cleanup table handler naming conflicts
` [PATCH 3/3] ACPICA: Add new statistics interface

[PATCH 00/27] ACPICA 20121220 Release
 2012-12-31  0:11 UTC  (27+ messages)
` [PATCH 01/27] ACPICA: Resources: New interface, AcpiWalkResourceBuffer
` [PATCH 02/27] ACPICA: Change exception code for LoadTable operator
` [PATCH 03/27] ACPICA: Eliminate some small unnecessary pathname functions
` [PATCH 04/27] ACPICA: Add root node optimization to internal get namespace node function
` [PATCH 05/27] ACPICA: Lint changes, no functional change
` [PATCH 06/27] ACPICA: Add time macros for various timer/time manipulation
` [PATCH 07/27] ACPICA: Add header file support for the ACPI 5 TPM2 ACPI table
` [PATCH 08/27] ACPICA: Resource Manager: Add a pointer cast for a namespace node
` [PATCH 09/27] ACPICA: DEBUG_PRINT macros: Update to improve performance
` [PATCH 10/27] ACPICA: FUNCTION_TRACE macros: Check if debug is enabled up-front
` [PATCH 11/27] ACPICA: Eliminate superfluous return_UINT8 and return_UINT32 macros
` [PATCH 12/27] ACPICA: Update ACPI_IS_DEBUG_ENABLED macro
` [PATCH 13/27] ACPICA: Deploy new ACPI_IS_DEBUG_ENABLED macro in debug output code
` [PATCH 14/27] ACPICA: Merge all debug output macros into a single file, acoutput
` [PATCH 15/27] ACPICA: iASL: Finish support for CSRT table
` [PATCH 16/27] ACPICA: iASL: Finish support for the TPM2 table
` [PATCH 17/27] ACPICA: Update for non-configured ACPI_IS_DEBUG_ENABLED macro
` [PATCH 18/27] ACPICA: Fix possible memory leak in dispatcher error path
` [PATCH 19/27] ACPICA: Resource manager: Add support for ACPI 5 wake bit in IRQ descriptor
` [PATCH 20/27] ACPICA: Namespace: Eliminate dot...dot output during initialization
` [PATCH 21/27] ACPICA: Update ACPICA initialization messages
` [PATCH 22/27] ACPICA: Interpreter: Add warning if 64-bit constant appears in 32-bit table
` [PATCH 23/27] ACPICA: Resources: Support for ACPI 5 wake bit in ExtendedInterrupt descriptor
` [PATCH 24/27] ACPICA: Resources: Split interrupt share/wake bits into two fields
` [PATCH 25/27] ACPICA: Interpreter: Fix Store() when implicit conversion is not possible
` [PATCH 27/27] ACPICA: Update version to 20121220

[PATCH 1/1] thermal: Check cooling device's current state before declaring it inactive
 2012-12-30 18:57 UTC 

[PATCH v9 00/10] ZPODD Patches
 2012-12-28 21:16 UTC  (13+ messages)
` [PATCH v9 06/10] ata: zpodd: check zero power ready status

[PATCH v7 1/3] aerdrv: Trace Event for AER
 2012-12-27  1:33 UTC  (6+ messages)
` [PATCH v7 2/3] aerdrv: Enhanced AER logging

[PATCH] ACPI: Rework acpi_get_child() to be more efficient
 2012-12-26 22:42 UTC  (2+ messages)
` [Update][PATCH] "

[PATCH] ACPI: return first _ADR match for acpi_get_child
 2012-12-26 15:15 UTC  (7+ messages)

ACPI issue?
 2012-12-25  2:36 UTC 

"Windows 2012" OSI causes backlight problems on current ThinkPad firmware
 2012-12-25  2:10 UTC  (3+ messages)

[PATCH] ACPI / power: Remove useless message from device registering routine
 2012-12-23 23:43 UTC 

[PATCH 0/6] ACPI: Change the ACPI namespace scanning code ordering
 2012-12-21 22:23 UTC  (29+ messages)
` [PATCH rev.2 1/6] ACPI: Separate adding ACPI device objects from probing ACPI drivers
    ` [PATCH 0/16] ACPI: Rework ACPI namespace scanning for devices
      ` [PATCH 1/16] ACPI: Separate adding ACPI device objects from probing ACPI drivers
      ` [PATCH 2/16] ACPI: Change the ordering of PCI root bridge driver registrarion
      ` [PATCH 3/16] ACPI: Make acpi_bus_add() and acpi_bus_start() visibly different
      ` [PATCH 4/16] ACPI: Reduce the usage of struct acpi_bus_ops
      ` [PATCH 5/16] ACPI: Replace struct acpi_bus_ops with enum type
      ` [PATCH 6/16] ACPI: Change the ordering of acpi_bus_check_add()
      ` [PATCH 7/16] ACPI / PCI: Fold acpi_pci_root_start() into acpi_pci_root_add()
      ` [PATCH 8/16] ACPI: Remove acpi_start_single_object() and acpi_bus_start()
      ` [PATCH 9/16] ACPI: Remove the arguments of acpi_bus_add() that are not used
      ` [PATCH 10/16] ACPI: Drop the second argument of acpi_bus_scan()
      ` [PATCH 11/16] ACPI: Replace ACPI device add_type field with a match_driver flag
      ` [PATCH 12/16] ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argument
      ` [PATCH 13/16] ACPI: Add .setup() and .cleanup() callbacks to struct acpi_bus_type
      ` [PATCH 14/16] ACPI / PCI: Rework the setup and cleanup of device wakeup
      ` [PATCH 15/16] ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.c
      ` [PATCH 16/16] ACPI: Drop ACPI device .bind() and .unbind() callbacks

[PATCH 0/2] Introduce ec_access userspace tool
 2012-12-21  7:20 UTC  (5+ messages)
` [PATCH 1/2] tools/power/acpi: Introduce ec_access.c - tool to access the Embedded Controller (EC) safely for debugging purposes
` [PATCH 2/2] tools acpidump: acpidump must be run as root - install it into /usr/sbin

[PATCH 0/1] acpi_get_sleep_type_data(): accept package with one element
 2012-12-20 21:39 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH] ACPI: Remove unused struct acpi_pci_root.id member
 2012-12-20 21:20 UTC  (4+ messages)

[PATCH 00/15] ACPICA 20121114 Release
 2012-12-20  1:09 UTC  (9+ messages)
` [RESEND PATCH v2 00/19] "
  ` [PATCH v2 15/19] ACPICA: Add macros to extract flag bits from resource descriptors
  ` [PATCH v2 16/19] ACPICA: Enhance the ACPI_GETx and ACPI_SETx macros
  ` [PATCH v2 18/19] ACPICA: AcpiGetObjectInfo: optimize exit for mutex failure
  ` [RESEND PATCH v2 02/19] ACPICA: Update compilation environment settings
  ` [RESEND PATCH v2 04/19] ACPICA: Cleanup source to reduce differences between Linux and ACPICA
  ` [RESEND PATCH v2 08/19] ACPICA: Enhance error messages
  ` [RESEND PATCH v2 19/19] ACPICA: Update version to 20121114

[PATCH v2 0/1] gpio: add Lynxpoint chipset gpio driver
 2012-12-19 17:24 UTC  (3+ messages)
` [PATCH v2 1/1] "

Linux ACPI 5.0 _PSE(Power State for Enumeration) and _PRE (Power Resources for Enumeration) support
 2012-12-19 10:17 UTC  (2+ messages)

[RFC PATCH] Scripts: Add binary diff utility
 2012-12-19  5:41 UTC 


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