public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-07-08 16:13:25 to 2013-07-18 00:12:35 UTC [more...]

[PATCH 0/3] Fix backlight issues on some Windows 8 systems
 2013-07-18  0:22 UTC  (22+ messages)
` [PATCH 3/3] i915: Don't provide ACPI backlight interface if firmware expects Windows 8
    ` [Update][PATCH] ACPI / video / i915: Remove ACPI backlight "
` [Update][PATCH 0/3] Fix backlight issues on some Windows 8 systems
  ` [PATCH 3/3] ACPI / video / i915: No ACPI backlight if firmware expects Windows 8

[RFC][PATCH 0/8] ACPI / hotplug / PCI: Consolidation of handling notifications (in progress)
 2013-07-17 23:36 UTC  (83+ messages)
` [RFC][PATCH 1/8] ACPI / PCI: Make bus registration and unregistration symmetric
` [RFC][PATCH 2/8] ACPI / hotplug / PCI: Consolidate acpiphp_enumerate_slots()
` [RFC][PATCH 3/8] ACPI / hotplug / PCI: Always return success after adding a function
` [RFC][PATCH 4/8] ACPI / hotplug / PCI: Hotplug context objects for bridges and functions
    ` [Update][RFC][PATCH "
` [RFC][PATCH 5/8] ACPI / hotplug / PCI: Unified notify handler for hotplug events
` [RFC][PATCH 6/8] ACPI / hotplug / PCI: Drop acpiphp_handle_to_bridge()
` [RFC][PATCH 7/8] ACPI / hotplug / PCI: Pass hotplug context object to event handlers
` [RFC][PATCH 8/8] ACPI / hotplug / PCI: Merge hotplug event handling functions
` [RFC][PATCH 0/30] ACPI / hotplug / PCI: Major rework + Thunderbolt workarounds
  ` [RFC][PATCH 1/30] ACPI / PCI: Make bus registration and unregistration symmetric
  ` [RFC][PATCH 2/30] ACPI / hotplug / PCI: Consolidate acpiphp_enumerate_slots()
  ` [RFC][PATCH 3/30] ACPI / hotplug / PCI: Always return success after adding a function
  ` [RFC][PATCH 4/30] ACPI / hotplug / PCI: Hotplug context objects for bridges and functions
  ` [RFC][PATCH 5/30] ACPI / hotplug / PCI: Unified notify handler for hotplug events
  ` [RFC][PATCH 6/30] ACPI / hotplug / PCI: Rework acpiphp_handle_to_bridge()
  ` [RFC][PATCH 7/30] ACPI / hotplug / PCI: Pass hotplug context objects to event handlers
  ` [RFC][PATCH 8/30] ACPI / hotplug / PCI: Merge hotplug event handling functions
  ` [RFC][PATCH 9/30] ACPI / hotplug / PCI: Drop func field from struct acpiphp_bridge
  ` [RFC][PATCH 10/30] ACPI / hotplug / PCI: Refactor slot allocation code in register_slot()
  ` [RFC][PATCH 11/30] ACPI / hotplug / PCI: Register all devices under the given bridge
  ` [RFC][PATCH 12/30] ACPI / hotplug / PCI: Drop sun field from struct acpiphp_slot
  ` [RFC][PATCH 13/30] ACPI / hotplug / PCI: Use common slot count variable in register_slot()
  ` [RFC][PATCH 14/30] ACPI / hotplug / PCI: Drop flags field from struct acpiphp_bridge
  ` [RFC][PATCH 15/30] ACPI / hotplug / PCI: Embed function struct into struct acpiphp_context
  ` [RFC][PATCH 16/30] ACPI / hotplug / PCI: Drop handle field from struct acpiphp_func
  ` [RFC][PATCH 17/30] ACPI / hotplug / PCI: Drop handle field from struct acpiphp_bridge
  ` [RFC][PATCH 18/30] ACPI / hotplug / PCI: Store parent in functions and bus in slots
  ` [RFC][PATCH 19/30] ACPI / hotplug / PCI: Rework namespace scanning and trimming routines
  ` [RFC][PATCH 20/30] ACPI / hotplug / PCI: Drop redundant checks from check_hotplug_bridge()
  ` [RFC][PATCH 21/30] ACPI / hotplug / PCI: Consolidate slot disabling and ejecting
  ` [RFC][PATCH 22/30] ACPI / hotplug / PCI: Do not queue up event handling work items in vain
  ` [RFC][PATCH 23/30] ACPI / hotplug / PCI: Do not exectute _PS0 and _PS3 directly
  ` [RFC][PATCH 24/30] ACPI / hotplug / PCI: Do not check SLOT_ENABLED in enable_device()
  ` [RFC][PATCH 25/30] ACPI / hotplug / PCI: Allow slots without new devices to be rescanned
  ` [RFC][PATCH 26/30] ACPI / hotplug / PCI: Check for new devices on enabled slots
  ` [RFC][PATCH 27/30] ACPI / hotplug / PCI: Get rid of unused constants in acpiphp.h
  ` [RFC][PATCH 28/30] ACPI / hotplug / PCI: Sanitize acpiphp_get_(latch)|(adapter)_status()
  ` [RFC][PATCH 29/30] ACPI / hotplug / PCI: Redefine enable_device() and disable_device()
  ` [RFC][PATCH 30/30] ACPI / hotplug / PCI: Clean up bridge_mutex usage
  ` [PATCH 0/30] ACPI / hotplug / PCI: Major rework + Thunderbolt workarounds
    ` [PATCH 1/30] ACPI / PCI: Make bus registration and unregistration symmetric
    ` [PATCH 2/30] ACPI / hotplug / PCI: Consolidate acpiphp_enumerate_slots()
    ` [PATCH 3/30] ACPI / hotplug / PCI: Always return success after adding a function
    ` [PATCH 4/30] ACPI / hotplug / PCI: Hotplug context objects for bridges and functions
    ` [PATCH 5/30] ACPI / hotplug / PCI: Unified notify handler for hotplug events
    ` [PATCH 6/30] ACPI / hotplug / PCI: Rework acpiphp_handle_to_bridge()
    ` [PATCH 7/30] ACPI / hotplug / PCI: Pass hotplug context objects to event handlers
    ` [PATCH 8/30] ACPI / hotplug / PCI: Merge hotplug event handling functions
    ` [PATCH 9/30] ACPI / hotplug / PCI: Drop func field from struct acpiphp_bridge
    ` [PATCH 10/30] ACPI / hotplug / PCI: Refactor slot allocation code in register_slot()
    ` [PATCH 11/30] ACPI / hotplug / PCI: Register all devices under the given bridge
    ` [PATCH 12/30] ACPI / hotplug / PCI: Drop sun field from struct acpiphp_slot
    ` [PATCH 13/30] ACPI / hotplug / PCI: Drop flags field from struct acpiphp_bridge
    ` [PATCH 14/30] ACPI / hotplug / PCI: Embed function struct into struct acpiphp_context
    ` [PATCH 15/30] ACPI / hotplug / PCI: Drop handle field from struct acpiphp_func
    ` [PATCH 16/30] ACPI / hotplug / PCI: Drop handle field from struct acpiphp_bridge
    ` [PATCH 17/30] ACPI / hotplug / PCI: Store parent in functions and bus in slots
    ` [PATCH 18/30] ACPI / hotplug / PCI: Rework namespace scanning and trimming routines
    ` [PATCH 19/30] ACPI / hotplug / PCI: Drop redundant checks from check_hotplug_bridge()
    ` [PATCH 20/30] ACPI / hotplug / PCI: Consolidate slot disabling and ejecting
    ` [PATCH 21/30] ACPI / hotplug / PCI: Do not queue up event handling work items in vain
    ` [PATCH 22/30] ACPI / hotplug / PCI: Do not exectute _PS0 and _PS3 directly
    ` [PATCH 23/30] ACPI / hotplug / PCI: Do not check SLOT_ENABLED in enable_device()
    ` [PATCH 24/30] ACPI / hotplug / PCI: Allow slots without new devices to be rescanned
    ` [PATCH 25/30] ACPI / hotplug / PCI: Check for new devices on enabled slots
    ` [PATCH 26/30] ACPI / hotplug / PCI: Get rid of unused constants in acpiphp.h
    ` [PATCH 27/30] ACPI / hotplug / PCI: Sanitize acpiphp_get_(latch)|(adapter)_status()
    ` [PATCH 28/30] ACPI / hotplug / PCI: Redefine enable_device() and disable_device()
    ` [PATCH 29/30] ACPI / hotplug / PCI: Clean up bridge_mutex usage
    ` [PATCH 30/30] ACPI / hotplug / PCI: Get rid of check_sub_bridges()

[Fix PATCH] ACPI / video: ignore BIOS initial backlight value for Fujitsu E753
 2013-07-17 22:35 UTC  (2+ messages)

[PATCH] ACPI:remove panic in case hardware has changed after S4
 2013-07-17 22:09 UTC  (14+ messages)

[PATCH] acpi: blacklist win8 OSI for ASUS Zenbok Prime UX31A
 2013-07-17 22:04 UTC  (7+ messages)

Linux Plumbers ACPI/PM, PCI Microconference
 2013-07-17 14:31 UTC  (2+ messages)

[PATCH] acpi: video: no automatic brightness changes by firmware
 2013-07-17  6:27 UTC  (6+ messages)

[PATCH 0/6] ACPICA 20130626 Release
 2013-07-17  1:49 UTC  (7+ messages)
` [PATCH 1/6] ACPICA: Comment update
` [PATCH 2/6] ACPICA: TableManager: Export acpi_tb_scan_memory_for_rsdp()
` [PATCH 3/6] ACPICA: Disassembler: Expand maximum output string length to 64K
` [PATCH 4/6] ACPICA: Remove restriction of 256 maximum GPEs in any GPE block
` [PATCH 5/6] ACPICA: Fix compiler warnings for casting issues (only some compilers)
` [PATCH 6/6] ACPICA: Update version to 20130626

[PATCH -next] ACPI / dock: fix error return code in dock_add()
 2013-07-17  0:33 UTC 

[PATCH] BGRT: Don't ioremap if image address is in System RAM (was: Re: BGRT Pointer in System RAM)
 2013-07-17  0:08 UTC  (5+ messages)
    ` Fwd: "

BGRT Pointer in System RAM
 2013-07-16 21:15 UTC  (9+ messages)

got ACPI power meter device?
 2013-07-16 18:20 UTC 

[PATCH] PCI / hotplug / ACPI: Get rid of check_sub_bridges()
 2013-07-16 11:51 UTC  (7+ messages)

[PATCH] ACPI:remove panic in case hardware has changed after S4
 2013-07-15 13:59 UTC  (9+ messages)

[PATCH] pnp: avoid inaccurate resource name
 2013-07-16  8:23 UTC 

[PATCH] ACPI / memhotplug: Fix a stale pointer in error path
 2013-07-15 16:11 UTC  (11+ messages)

[PATCH] acpi, acpi_pci_irq_enable must return an error if ACPI cannot map an IRQ
 2013-07-15 14:57 UTC 

Re
 2013-07-15  9:46 UTC 

[PATCH] platform samsung-q10: use ACPI instead of direct EC calls
 2013-07-13 23:02 UTC  (4+ messages)

hi
 2013-07-12  8:21 UTC 

[PATCH v2 0/8] Thunderbolt workarounds
 2013-07-11 22:48 UTC  (5+ messages)
` [PATCH v2 3/8] PCI: acpiphp: enable_device(): rescan even if no new devices on slot

[PATCH] ACPI / scan: Always call acpi_bus_scan() for bus check notifications
 2013-07-11 16:15 UTC  (7+ messages)

[PATCH v3 3/3] mce, acpi/apei: Soft-offline a page on firmware GHES notification
 2013-07-10 20:05 UTC  (8+ messages)

[GIT PULL] More ACPI and power management updates for v3.11-rc1
 2013-07-10 12:28 UTC 

[PATCH v3 0/3] Firmware first mode for corrected errors
 2013-07-10  9:17 UTC  (6+ messages)
` [PATCH 4] mce: acpi/apei: Add a sysctl to control page offlining on firmware report

ACPI errors from TPM PPI
 2013-07-09  8:54 UTC  (5+ messages)

[PATCH 0/2] PCI / ACPI cleanups
 2013-07-08 23:44 UTC  (4+ messages)
` [PATCH 0/3] ACPI / hotplug / PCI: Rework of events handling
  ` [PATCH 2/3] ACPI / hotplug / PCI: Hotplug context objects for bridges and functions

[PATCH] efi_pstore: add missing iounmap() on error in erst_exec_move_data()
 2013-07-08 18:34 UTC  (3+ messages)


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