public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-03-26 14:51:29 to 2012-04-01 08:01:54 UTC [more...]

[PATCH] ACPI: evaluate _PS3 when entering D3 Cold
 2012-04-01 15:34 UTC  (12+ messages)

ACPI & Power Management patches for Linux-3.4
 2012-04-01  6:53 UTC  (83+ messages)
` [PATCH 01/76] x86, acpi, tboot: Have a ACPI os prepare sleep instead of calling tboot_sleep
  ` [PATCH 02/76] tboot: Add return values for tboot_sleep
  ` [PATCH 03/76] ACPI: ignore FADT reset-reg-sup flag
  ` [PATCH 04/76] ACPICA: Fix regression in FADT revision checks
  ` [PATCH 05/76] cpuidle: Add common time keeping and irq enabling
  ` [PATCH 06/76] ARM: at91: Consolidate time keeping and irq enable
  ` [PATCH 07/76] ARM: kirkwood: "
  ` [PATCH 08/76] ARM: davinci: "
  ` [PATCH 09/76] ARM: omap: Consolidate OMAP3 "
  ` [PATCH 10/76] ARM: omap: Consolidate OMAP4 "
  ` [PATCH 11/76] ARM: shmobile: Consolidate "
  ` [PATCH 12/76] SH: "
  ` [PATCH 13/76] drivers/thermal/thermal_sys.c: fix build warning
  ` [PATCH 14/76] thermal_sys: remove unnecessary line continuations
  ` [PATCH 15/76] thermal_sys: remove obfuscating used-once macros
  ` [PATCH 16/76] thermal_sys: kernel style cleanups
  ` [PATCH 17/76] thermal_sys: convert printks to pr_<level>
    ` [linux-pm] "
  ` [PATCH 18/76] thermal: add support for thermal sensor present on SPEAr13xx machines
  ` [PATCH 19/76] thermal/spear_thermal: replace readl/writel with lighter _relaxed variants
  ` [PATCH 20/76] thermal: spear13xx: checking for NULL instead of IS_ERR()
  ` [PATCH 21/76] thermal: Fix for setting the thermal zone mode to enable/disable
  ` [PATCH 22/76] ARM: davinci: Fix for cpuidle consolidation changes
  ` [PATCH 23/76] ACPICA: Update _REV return value to 5
  ` [PATCH 24/76] ACPICA: ACPI 5: Support for new FADT SleepStatus, SleepControl registers
  ` [PATCH 25/76] ACPICA: Move ACPI timer prototypes to public acpixf file
  ` [PATCH 26/76] ACPICA: Support for custom ACPICA build for ACPI 5 reduced hardware
  ` [PATCH 27/76] ACPICA: Expand OSL memory read/write interfaces to 64 bits
  ` [PATCH 28/76] ACPICA: ACPI 5: Update debug output for new notify values
  ` [PATCH 29/76] ACPICA: Add acpi_os_physical_table_override interface
  ` [PATCH 30/76] ACPICA: Distill multiple sleep method functions to a single function
  ` [PATCH 31/76] ACPICA: Split sleep/wake functions into two files
  ` [PATCH 32/76] ACPICA: Add table-driven dispatch for sleep/wake functions
  ` [PATCH 33/76] ACPICA: Update to version 20120215
  ` [PATCH 34/76] ACPICA: Clarify METHOD_NAME* defines for full-pathname cases
  ` [PATCH 35/76] ACPICA: Change exception code for invalid pathname in acpi_evaluate_object
  ` [PATCH 36/76] ACPICA: Debugger: Add missing object info to namespace dump
  ` [PATCH 37/76] ACPICA: Sleep/Wake interfaces: optionally execute _GTS and _BFS
  ` [PATCH 38/76] ACPI: Move module parameter gts and bfs to sleep.c
  ` [PATCH 39/76] tools turbostat: add summary option
  ` [PATCH 40/76] tools turbostat: reduce measurement overhead due to IPIs
  ` [PATCH 41/76] tools turbostat: harden against cpu online/offline
  ` [PATCH 42/76] ACPI: ec: Do request_region outside WARN()
  ` [PATCH 43/76] ACPI: Make ACPI interrupt threaded
  ` [PATCH 44/76] ACPICA: Object repair code: Support to add Package wrappers
  ` [PATCH 45/76] ACPICA: Update to version 20120320
  ` [PATCH 46/76] ACPI: Introduce ACPI D3_COLD state support
    ` [linux-pm] "
  ` [PATCH 47/76] ACPI: Add interface to register/unregister device to/from power resources
  ` [PATCH 48/76] cpuidle: add a sysfs entry to disable specific C state for debug purpose
  ` [PATCH 49/76] cpuidle: use the driver's state_count as default
  ` [PATCH 50/76] cpuidle: remove useless array definition in cpuidle_structure
  ` [PATCH 51/76] cpuidle: remove unused 'governor_data' field
  ` [PATCH 52/76] ACPI, PCI: Move acpi_dev_run_wake() to ACPI core
  ` [PATCH 53/76] ACPI: Evaluate thermal trip points before reading temperature
  ` [PATCH 54/76] ACPI: Ensure thermal limits match CPU frequencies
  ` [PATCH 55/76] ACPI / PM: print physical addresses consistently with other parts of kernel
  ` [PATCH 56/76] ACPI: Add CPU hotplug support for processor device objects
  ` [PATCH 57/76] ACPI / Video: blacklist some samsung laptops
  ` [PATCH 58/76] idle, x86: Allow off-lined CPU to enter deeper C states
  ` [PATCH 59/76] cpuidle: power_usage should be declared signed integer
  ` [PATCH 60/76] ACPI, APEI, Fix ERST header length check
  ` [PATCH 61/76] ACPI, APEI, EINJ, limit the range of einj_param
  ` [PATCH 62/76] ACPI, APEI, EINJ, new parameter to control trigger action
  ` [PATCH 63/76] Update documentation for parameter *notrigger* in einj.txt
  ` [PATCH 64/76] ACPI, APEI: Fix incorrect APEI register bit width check and usage
  ` [PATCH 65/76] ACPI: processor_driver: add missing kfree
  ` [PATCH 66/76] ACPI: Fix use-after-free in acpi_map_lsapic
  ` [PATCH 67/76] PNPACPI: Fix device ref leaking in acpi_pnp_match
  ` [PATCH 68/76] ACPI: consistently use should_use_kmap()
  ` [PATCH 69/76] ACPI: Fix unprotected smp_processor_id() in acpi_processor_cst_has_changed()
  ` [PATCH 70/76] ACPI: Clean redundant codes in scan.c
  ` [PATCH 71/76] CPER failed to handle generic error records with multiple sections
  ` [PATCH 72/76] ACPI: Fix logic for removing mappings in 'acpi_unmap'
  ` [PATCH 73/76] ACPI: export acpi_kobj
  ` [PATCH 74/76] ACPI: Add support for exposing BGRT data
  ` [PATCH 75/76] Disable MCP limit exceeded messages from Intel IPS driver
  ` [PATCH 76/76] ACPI throttling: fix endian bug in acpi_read_throttling_status()

[PATCH v2 0/2] ACPI D3Cold state support
 2012-04-01  6:50 UTC  (4+ messages)
` [PATCH v2 1/2] ACPI: Introduce ACPI D3_COLD "
` [PATCH v2 2/2] ACPI: Add interface to register/unregister device to/from power resources

[PATCH] cpuidle: Fix panic in CPU off-lining with no idle driver
 2012-04-01  3:37 UTC 

[PATCH v3 0/7] SATA ZPODD support
 2012-03-31 10:45 UTC  (21+ messages)
` [PATCH v3 1/7] libata-acpi: set acpi state for SATA port
` [PATCH v3 2/7] libata-acpi: add ata port runtime D3Cold support
` [PATCH v3 3/7] libata-acpi: register/unregister device to/from power resource
` [PATCH v3 4/7] libata: detech Device Attention support
` [PATCH v3 5/7] libata: tell scsi layer device supports runtime power off
` [PATCH v3 6/7] PM / Runtime: Add can_power_off flag to subsys data
` [PATCH v3 7/7] [SCSI] sr: adds Zero-power ODD support

[PATCH v3 0/3] ACPI/PM D3Cold state support
 2012-03-31 15:31 UTC  (7+ messages)
` [PATCH v3 1/3] ACPI: Introduce ACPI D3_COLD "
` [PATCH v3 2/3] ACPI: Add interface to register/unregister device to/from power resources
` [PATCH v3 3/3] PM / Runtime: Add may_power_off flag to subsys data

[PATCH] ACPI, APEI: Add validation check before GHES error is recorded
 2012-03-31  5:54 UTC  (6+ messages)
      ` [PATCH V2] "

[PATCH V3 0/4] usb/acpi: To bind usb hub ports with acpi when not attached usb devices
 2012-03-31  3:17 UTC  (5+ messages)
` [PATCH V3 1/4] usb: add struct usb_hub_port to store port related members
` [PATCH V3 2/4] usb: move struct usb_device->children to struct usb_hub_port->child
` [PATCH V3 3/4] usb/acpi: add the support of usb hub ports' acpi binding without attached devices
  ` [PATCH V3 4/4] usb/acpi: add usb check for the connect type of usb port

[PATCH] ACPI, psargs: Fix small mem leaks on error paths
 2012-03-31  0:56 UTC  (3+ messages)

[GIT PULL] ACPI & Power Management patches for Linux-3.4-merge
 2012-03-30 21:31 UTC  (6+ messages)
      ` [GIT PULL] ACPI & Power Management patches for Linux-3.4-merge - take 2

[PATCH 1/2] RFC: Prepare PAD for native and xen platform
 2012-03-30 21:13 UTC  (14+ messages)
          ` [Xen-devel] "

[PATCH v2 1/2] ACPI video: Harden video bus adding
 2012-03-30 19:46 UTC  (4+ messages)
  ` [RESEND PATCH "
    ` [RESEND PATCH 2/2] ACPI video: Don't start video device until its associated input device has been allocated

[PATCH] MAINTAINERS: Update git url for ACPI
 2012-03-30 18:40 UTC 

[PATCH V2 0/4] usb/acpi: To bind usb hub ports with acpi when not attached usb devices
 2012-03-30 16:08 UTC  (6+ messages)
  ` [PATCH V2 1/4] usb: add struct usb_hub_port to store port related members
  ` [PATCH V2 3/4] usb/acpi: add the support of usb hub ports' acpi binding without attached devices
` [PATCH V2 2/4] usb: move struct usb_device->children to struct usb_hub_port->child
` [PATCH V2 4/4] usb/acpi: add usb check for the connect type of usb port

[PATCH v2] ACPI: Add CPU hotplug support for processor device objects
 2012-03-30 14:14 UTC  (3+ messages)

Updated throttling fix patchkit
 2012-03-30 12:00 UTC  (5+ messages)
` [PATCH 4/5] ACPI: Do cpufreq clamping for throttling per package v2

[PATCH] ACPI-Thermal: Make Thermal trip points writeable
 2012-03-30 10:05 UTC  (2+ messages)

[PATCH 00/11] Enhancements and bugfixes to PCI hotplug subsystem
 2012-03-30  4:15 UTC  (4+ messages)

[PATCH 0/5] usb/acpi: To bind usb hub ports with acpi when not attached usb devices
 2012-03-29 14:50 UTC  (12+ messages)
` [PATCH 1/5] usb: add struct usb_hub_port to store port related members
` [PATCH 2/5] usb: move struct usb_device->children to struct usb_hub_port->child
` [PATCH 3/5] usb: Add platform_data in the struct usb_hub_port
  ` [PATCH 4/5] usb/acpi: add the support of usb hub ports' acpi binding without attached devices
` [PATCH 5/5] usb/acpi: add usb check for the connect type of usb port

Kernel 3.3 boot panic (with screenshot) - ACPI related?
 2012-03-28 21:20 UTC  (4+ messages)

Hello
 2012-03-27 13:28 UTC 

[PATCH] ACPI: Implement overriding of arbitrary ACPI tables via initrd
 2012-03-27  6:18 UTC  (18+ messages)

[PATCH 2/2] RFC: Xen pad logic
 2012-03-26 16:51 UTC  (8+ messages)

[PATCHv2 0/7] acpi/libata: Express dependencies for devices on dock stations and bays
 2012-03-27  8:11 UTC  (5+ messages)

[PATCH] PCI: Move acpi_dev_run_wake to acpi core
 2012-03-27  7:43 UTC 

See attached personal letter from Frank Makuleke
 2012-03-26 20:10 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox