linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-08 17:35:29 to 2015-03-16 21:01:43 UTC [more...]

[PATCH] ACPI: Adjust the return value of _REV on x86
 2015-03-16 21:01 UTC  (3+ messages)

[PATCH v10 00/21] Introduce ACPI for ARM64 based on ACPI 5.1
 2015-03-16 18:41 UTC  (47+ messages)
` [PATCH v10 01/21] ACPI / table: Use pr_debug() instead of pr_info() for MADT table scanning
` [PATCH v10 02/21] ACPI: add arm64 to the platforms that use ioremap
` [PATCH v10 03/21] ARM64: allow late use of early_ioremap
` [PATCH v10 04/21] ARM64 / ACPI: Get RSDP and ACPI boot-time tables
` [PATCH v10 05/21] ACPI: fix acpi_os_ioremap for arm64
` [PATCH v10 06/21] ACPI / sleep: Introduce CONFIG_ACPI_GENERIC_SLEEP
` [PATCH v10 07/21] ARM64 / ACPI: Introduce PCI stub functions for ACPI
` [PATCH v10 08/21] ARM64 / ACPI: Introduce early_param "acpi=" to enable/disable ACPI
` [PATCH v10 09/21] ARM64 / ACPI: If we chose to boot from acpi then disable FDT
` [PATCH v10 10/21] ARM64 / ACPI: Get PSCI flags in FADT for PSCI init
` [PATCH v10 11/21] ACPI / table: Print GIC information when MADT is parsed
` [PATCH v10 12/21] ARM64 / ACPI: Parse MADT for SMP initialization
` [PATCH v10 13/21] ACPI / processor: Introduce phys_cpuid_t for CPU hardware ID
` [PATCH v10 14/21] ACPI / processor: Make it possible to get CPU hardware ID via GICC
` [PATCH v10 15/21] ARM64 / ACPI: Introduce ACPI_IRQ_MODEL_GIC and register device's gsi
` [PATCH v10 16/21] irqchip: Add GICv2 specific ACPI boot support
` [PATCH v10 17/21] clocksource / arch_timer: Parse GTDT to initialize arch timer
` [PATCH v10 18/21] ARM64 / ACPI: Select ACPI_REDUCED_HARDWARE_ONLY if ACPI is enabled on ARM64
` [PATCH v10 19/21] ARM64 / ACPI: Enable ARM64 in Kconfig
` [PATCH v10 20/21] Documentation: ACPI for ARM64
` [PATCH v10 21/21] ARM64 / ACPI: additions of ACPI documentation for arm64

[PATCH v3 0/9] PCI: MMCONFIG clean up
 2015-03-16 14:38 UTC  (14+ messages)
` [PATCH v3 1/9] x86, pci: Clean up comment about buggy MMIO config space access for AMD Fam10h CPUs
` [PATCH v3 2/9] x86, pci: Abstract PCI config accessors and use AMD Fam10h workaround exclusively
` [PATCH v3 3/9] x86, pci: Reorder logic of pci_mmconfig_insert() function
` [PATCH v3 4/9] x86, pci, acpi: Move arch-agnostic MMCONFIG (aka ECAM) and ACPI code out of arch/x86/ directory
` [PATCH v3 5/9] pci, acpi, mcfg: Provide generic implementation of MCFG code initialization
` [PATCH v3 6/9] x86, pci: mmconfig_{32,64}.c code refactoring - remove code duplication
` [PATCH v3 7/9] x86, pci, ecam: mmconfig_64.c becomes default implementation for ECAM driver
` [PATCH v3 8/9] pci, acpi, mcfg: Share ACPI PCI config space accessors
` [PATCH v3 9/9] pci, ecam: Improve naming for ecam.c content and areas where it is used

[update][PATCH v10 06/21] ACPI / sleep: Introduce CONFIG_ACPI_GENERIC_SLEEP
 2015-03-16 12:14 UTC  (3+ messages)

[resend PATCH] driver core: property: support for generic property
 2015-03-16  9:47 UTC  (9+ messages)

[PATCH] ACPI: Disable Vista compatibility for Sony VGN-SR19XN
 2015-03-16  9:35 UTC 

[PATCH] ACPI / blacklist: blacklist Win8 OSI for HP Pavilion dv6
 2015-03-14 12:46 UTC  (3+ messages)

Help with debugging intermittent crash on resume from hibernation
 2015-03-14  3:02 UTC 

[PATCH] include/linux: fix checkpatch issues
 2015-03-14  0:59 UTC 

[PATCH] x86/PCI: Fully disable devices before releasing IRQ resource
 2015-03-13 21:45 UTC  (12+ messages)
      ` [Bugfix] x86/PCI: Release PCI IRQ resource only if PCI device is disabled when unbinding

[GIT PULL] Power management and ACPI fixes for 4.0-rc
 2015-03-13 21:18 UTC 

[PATCH] PNP / ACPI: Use ACPI_COMPANION_SET() during initialization
 2015-03-13 15:34 UTC  (2+ messages)

[PATCH] ACPI / scan: fix fixed event handler return value
 2015-03-13  5:52 UTC 

[RFC][PATCH 0/2] PNP: Avoid potential error code path problems
 2015-03-13  0:44 UTC  (6+ messages)
` [RFC][PATCH 1/2] PNP: Convert pnp_lock into a mutex
` [RFC][PATCH 2/2] PNP: Avoid leaving unregistered device objects in lists
` [RFC v2][PATCH 0/2] PNP: Avoid potential error code path problems
  ` [RFC v2][PATCH 1/2] PNP: Convert pnp_lock into a mutex
  ` [RFC v2][PATCH 2/2] PNP: Avoid leaving unregistered device objects in lists

[PATCH] acpi: battery: make warning greppable
 2015-03-12 23:48 UTC 

[PATCH v6 00/22] power_supply: Allow safe usage of power supply
 2015-03-12 23:11 UTC  (31+ messages)
` [PATCH v6 01/22] compal-laptop: Fix leaking hwmon device
` [PATCH v6 02/22] compal-laptop: Check return value of power_supply_register
` [PATCH v6 03/22] power_supply: Add driver private data
` [PATCH v6 04/22] power_supply: Move run-time configuration to separate structure
  ` [PATCH v6 04/22] ACPI: Move run-time power supply "
` [PATCH v6 05/22] power_supply: Add API for safe access of power supply function attrs
` [PATCH v6 06/22] power_supply: sysfs: Use power_supply_*() API for accessing "
` [PATCH v6 07/22] power_supply: 88pm860x_charger: "
` [PATCH v6 08/22] power_supply: ab8500: "
` [PATCH v6 09/22] mfd: "
` [PATCH v6 10/22] power_supply: apm_power: "
` [PATCH v6 11/22] power_supply: bq2415x_charger: "
` [PATCH v6 12/22] power_supply: charger-manager: "
` [PATCH v6 13/22] power_supply: Change ownership from driver to core
  ` [PATCH v6 13/22] ACPI: Change power supply "
` [PATCH v6 14/22] power_supply: Add power_supply_put for decrementing device reference counter
  ` [PATCH v6 15/22] power_supply: Increment power supply use counter when obtaining references
  ` [PATCH v6 16/22] power_supply: charger-manager: Decrement the power supply's device reference counter
` [PATCH v6 17/22] x86/olpc/xo1/sci: Use newly added power_supply_put API
` [PATCH v6 18/22] x86/olpc/xo15/sci: "
` [PATCH v6 19/22] power_supply: 88pm860x_charger: Decrement the power supply's device reference counter
` [PATCH v6 20/22] power_supply: bq2415x_charger: "
` [PATCH v6 21/22] mfd: ab8500: "
` [PATCH v6 22/22] arm: mach-pxa: "

[LKP] [mm/hotplug] 27356f54c8c:
 2015-03-12 22:44 UTC 

[PATCH] ACPI / EC: Remove non-standard log emphasis
 2015-03-12 22:42 UTC  (5+ messages)
` [PATCH 0/2] ACPI / EC: Enhance logging/debugging
  ` [PATCH 1/2] ACPI / EC: Cleanup logging/debugging splitter support

[PATCH] acpi: The count field of counter_show() function should be an unsigned value
 2015-03-12 22:41 UTC  (2+ messages)

[RFC PATCH 0/2] acpi: video: Allow forcing native backlight on non win8 laptops
 2015-03-12 22:40 UTC  (13+ messages)
` [RFC PATCH 2/2] acpi: video: Add force native backlight quirk for Lenovo Ideapad Z570
` [RFC PATCH 1/2] acpi: video: Allow forcing native backlight on non win8 machines
          ` [PATCH update] acpi: video: Allow forcing native backlight on non win8, machines

[update][PATCH v10 13/21] ACPI / processor: Introduce phys_cpuid_t for CPU hardware ID
 2015-03-12 22:35 UTC  (2+ messages)

[PATCH v1 0/4] Unassigned resource fixes
 2015-03-12 22:32 UTC  (6+ messages)
` [PATCH v1 1/4] PNP: Don't check for overlaps with unassigned PCI BARs
` [PATCH v1 2/4] PCI: Mark invalid BARs as unassigned
` [PATCH v1 3/4] PCI: Show driver, BAR#, and resource on pci_ioremap_bar() failure
` [PATCH v1 4/4] PCI: Fail pci_ioremap_bar() on unassigned resources

lening
 2015-03-12 20:08 UTC 

Please kindly read my message
 2015-03-12 19:40 UTC 

[PATCH v4 0/9] PCI: MMCONFIG clean up
 2015-03-12 13:42 UTC  (15+ messages)
` [PATCH v4 1/9] x86, pci: Clean up comment about buggy MMIO config space access for AMD Fam10h CPUs
` [PATCH v4 2/9] x86, pci: Abstract PCI config accessors and use AMD Fam10h workaround exclusively
` [PATCH v4 3/9] x86, pci: Reorder logic of pci_mmconfig_insert() function
` [PATCH v4 4/9] x86, pci, acpi: Move arch-agnostic MMCONFIG (aka ECAM) and ACPI code out of arch/x86/ directory
` [PATCH v4 5/9] pci, acpi, mcfg: Provide generic implementation of MCFG code initialization
` [PATCH v4 6/9] x86, pci: mmconfig_{32,64}.c code refactoring - remove code duplication
` [PATCH v4 7/9] x86, pci, ecam: mmconfig_64.c becomes default implementation for ECAM driver
` [PATCH v4 8/9] pci, acpi, mcfg: Share ACPI PCI config space accessors
` [PATCH v4 9/9] pci, ecam: Improve naming for ecam.c content and areas where it is used

(unknown),
 2015-03-12 11:49 UTC 

[PATCH 0/2] gpio / ACPI: Two minor cleanups related to ACPI_HANDLE()
 2015-03-11  8:43 UTC  (6+ messages)
` [PATCH 1/2] gpio / ACPI: Avoid unnecessary checks in __gpiod_get_index()
` [PATCH 2/2] gpio / ACPI: Use local variable instead of ACPI_HANDLE()

[PATCH 1/3] drivers:pnp Add support for descendants claiming memory address space
 2015-03-11  0:34 UTC  (3+ messages)

[PATCH] TCO Watchdog warning interrupt driver creation
 2015-03-10 16:14 UTC  (5+ messages)

[PATCH v9 00/21] Introduce ACPI for ARM64 based on ACPI 5.1
 2015-03-10 14:16 UTC  (23+ messages)
` [PATCH v9 01/21] ACPI / table: Use pr_debug() instead of pr_info() for MADT table scanning
` [PATCH v9 05/21] ARM64 / ACPI: Get RSDP and ACPI boot-time tables
` [PATCH v9 08/21] ARM64 / ACPI: Introduce PCI stub functions for ACPI
` [PATCH v9 13/21] ARM64 / ACPI: Parse MADT for SMP initialization
` [PATCH v9 18/21] ARM64 / ACPI: Select ACPI_REDUCED_HARDWARE_ONLY if ACPI is enabled on ARM64

[PATCH v2 0/9] PCI: MMCONFIG clean up
 2015-03-10 10:08 UTC  (3+ messages)

[PATCH] ACPI / LPSS: provide con_id for the clkdev
 2015-03-10  7:28 UTC  (3+ messages)

[PATCH] PCI / ACPI: PCI delay optimization from ACPI
 2015-03-10  6:48 UTC  (4+ messages)
  ` [PATCH update] "

[V5 PATCH 0/2] Introduce ACPI support for ahci_platform driver
 2015-03-09 15:20 UTC  (3+ messages)
` [V5 PATCH 1/2] ACPI / scan: Add support for ACPI _CLS device matching

(unknown),
 2015-03-09  4:09 UTC 

PROBLEM: Reboots on graphical load w/Intel HD4000 since Linux 3.10
 2015-03-08 17:35 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).