linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-14 13:21:33 to 2014-05-19 19:53:58 UTC [more...]

[RFC][PATCH 0/3] PM / sleep: Avoid resuming runtime-suspended devices during system suspend
 2014-05-19 19:53 UTC  (12+ messages)
` [RFC][PATCH 2/3] PM / sleep: Mechanism to avoid resuming runtime-suspended devices unnecessarily

[Patch Part1 V2 00/29] use irqdomain to dynamically allocate IRQ for IOAPIC
 2014-05-19 16:23 UTC  (30+ messages)
` [Patch Part1 V2 01/29] x86, irq: update high address field when updating affinity for MSI IRQ
` [Patch Part1 V2 02/29] genirq, trivial: improve documentation to match current implementation
` [Patch Part1 V2 03/29] x86, mpparse: use pr_lvl() helper utilities to replace printk(KERN_LVL)
` [Patch Part1 V2 04/29] x86, mpparse: simplify arch/x86/include/asm/mpspec.h
` [Patch Part1 V2 05/29] x86, PCI, ACPI: use kmalloc_node() to optimize for performance
` [Patch Part1 V2 06/29] x86, acpi, irq: kill static function irq_to_gsi()
` [Patch Part1 V2 07/29] x86, ACPI, trivial: minor improvements to arch/x86/kernel/acpi/boot.c
` [Patch Part1 V2 08/29] x86, ACPI, irq: enhance error handling in function acpi_register_gsi()
` [Patch Part1 V2 09/29] x86, ACPI, irq: fix possible eror in GSI to IRQ mapping for legacy IRQ
` [Patch Part1 V2 10/29] x86, irq, trivial: minor improvements of IRQ related code
` [Patch Part1 V2 11/29] x86, ioapic: kill unused global variable timer_through_8259
` [Patch Part1 V2 12/29] x86, ioapic: kill static variable nr_irqs_gsi
` [Patch Part1 V2 13/29] x86, ioapic: introduce helper utilities to walk ioapics and pins
` [Patch Part1 V2 14/29] x86, ioapic: use irq_cfg() instead of irq_get_chip_data() for better readability
` [Patch Part1 V2 15/29] x86, irq: reorganize IO_APIC_get_PCI_irq_vector() to prepare for irqdomain
` [Patch Part1 V2 16/29] x86, irq: introduce some helper utilities to improve readability
` [Patch Part1 V2 17/29] x86, ACPI, irq: consolidate algorithm of mapping (ioapic, pin) to IRQ number
` [Patch Part1 V2 18/29] x86, irq: introduce mechanisms to support dynamically allocate IRQ for IOAPIC
` [Patch Part1 V2 19/29] x86, irq: enhance mp_register_ioapic() to support irqdomain
` [Patch Part1 V2 20/29] x86, ACPI, irq: provide basic irqdomain support
` [Patch Part1 V2 21/29] x86, mpparse, "
` [Patch Part1 V2 22/29] x86, devicetree, irq: use common mechanism to support irqdomain
` [Patch Part1 V2 23/29] x86, SFI, irq: provide basic irqdomain support
` [Patch Part1 V2 24/29] x86, irq: introduce two helper functions to support irqdomain map operation
` [Patch Part1 V2 25/29] x86, irq, ACPI: use common irqdomain map interface to program IOAPIC pins
` [Patch Part1 V2 26/29] x86, irq, mpparse: "
` [Patch Part1 V2 27/29] x86, irq, SFI: "
` [Patch Part1 V2 28/29] x86, irq, devicetree: "
` [Patch Part1 V2 29/29] x86, irq: clean up unused IOAPIC interface

[RFC Patch Part1 V1 00/30] use irqdomain to dynamically allocate IRQ for IOAPIC pin
 2014-05-19 14:04 UTC  (36+ messages)
` [RFC Patch Part1 V1 01/30] genirq, trivial: improve documentation to match current implementation
` [RFC Patch Part1 V1 02/30] x86, mpparse: use pr_lvl() helper utilities to replace printk(KERN_LVL)
` [RFC Patch Part1 V1 03/30] x86, mpparse: simplify arch/x86/include/asm/mpspec.h
` [RFC Patch Part1 V1 04/30] x86, PCI, ACPI: use kmalloc_node() to optimize for performance
` [RFC Patch Part1 V1 05/30] x86, acpi, irq: kill static function irq_to_gsi()
` [RFC Patch Part1 V1 06/30] x86, ACPI, trivial: minor improvements to arch/x86/kernel/acpi/boot.c
` [RFC Patch Part1 V1 07/30] x86, ACPI, irq: enhance error handling in function acpi_register_gsi()
` [RFC Patch Part1 V1 08/30] x86, ACPI, irq: fix possible eror in GSI to IRQ mapping for legacy IRQ
` [RFC Patch Part1 V1 09/30] x86, irq, trivial: minor improvements of IRQ related code
` [RFC Patch Part1 V1 10/30] x86, ioapic: kill unused global variable timer_through_8259
  ` [RFC Patch Part1 V1 11/30] x86, ioapic: replace get_nr_irqs_gsi() with arch_dynirq_lower_bound(0)
` [RFC Patch Part1 V1 12/30] x86, ioapic: kill static variable nr_irqs_gsi
` [RFC Patch Part1 V1 13/30] x86, ioapic: introduce helper utilities to walk ioapics and pins
` [RFC Patch Part1 V1 14/30] x86, ioapic: use irq_cfg() instead of irq_get_chip_data() for better readability
` [RFC Patch Part1 V1 15/30] x86, irq: update high address field when updating affinity for MSI IRQ
` [RFC Patch Part1 V1 16/30] x86, irq: reorganize IO_APIC_get_PCI_irq_vector() to prepare for irqdomain
` [RFC Patch Part1 V1 17/30] x86, irq: introduce some helper utilities to improve readability
` [RFC Patch Part1 V1 18/30] x86, ACPI, irq: consolidate algorithm of mapping (ioapic, pin) to IRQ number
` [RFC Patch Part1 V1 19/30] x86, irq: introduce mechanisms to support dynamically allocate IRQ for IOAPIC
` [RFC Patch Part1 V1 20/30] x86, irq: enhance mp_register_ioapic() to support irqdomain
` [RFC Patch Part1 V1 21/30] x86, ACPI, irq: provide basic irqdomain support
` [RFC Patch Part1 V1 22/30] x86, mpparse, "
` [RFC Patch Part1 V1 23/30] x86, devicetree, irq: use common mechanism to support irqdomain
` [RFC Patch Part1 V1 24/30] x86, SFI, irq: provide basic irqdomain support
` [RFC Patch Part1 V1 25/30] x86, irq: introduce two helper functions to support irqdomain map operation
` [RFC Patch Part1 V1 26/30] x86, irq, ACPI: use common irqdomain map interface to program IOAPIC pins
` [RFC Patch Part1 V1 27/30] x86, irq, mpparse: "
` [RFC Patch Part1 V1 28/30] x86, irq, SFI: "
` [RFC Patch Part1 V1 29/30] x86, irq, devicetree: "
` [RFC Patch Part1 V1 30/30] x86, irq: clean up unused IOAPIC interface

RFC: Cleanup firmware backlight control method selection
 2014-05-19 12:18 UTC  (6+ messages)

[PATCHv2 0/4] ACPI / LPSS: Solution for two issues seen on Asus T100
 2014-05-19 11:42 UTC  (18+ messages)
` [PATCHv2 1/4] ACPI / PM: Export rest of the subsys functions
` [PATCHv2 2/4] ACPI / LPSS: custom power domain for LPSS
` [PATCHv2 3/4] clk: new basic clk type for fractional divider
` [PATCHv2 4/4] ACPI / LPSS: support for fractional divider clock
  ` [PATCHv3 "

[Resend Patch 0/9] I2C ACPI operation region handler support
 2014-05-19  9:44 UTC  (21+ messages)
` [Patch V2 "
  ` [Patch V2 5/9] I2C: Add smbus quick read/write helper function
  ` [Patch V2 6/9] I2C: Add smbus word/block process call "
  ` [Patch V2 9/9] I2C/ACPI: Add CONFIG_I2C_ACPI config

[RFC PATCH 0/5] ACPI: thermal: Migrate cpufreq cooling to generic cpu_cooling layer
 2014-05-19  9:20 UTC  (20+ messages)
` [RFC PATCH 1/5] thermal: cpu_cooling: Support passing driver private data
    ` [linux-pm] "
` [RFC PATCH 2/5] thermal: cpu_cooling: Add notifications support for the clients
    ` [linux-pm] "
` [RFC PATCH 3/5] thermal: cpu_cooling: Add support to find nearby frequency levels
    ` [linux-pm] "
` [RFC PATCH 4/5] thermal: cpu_cooling: Release the upper cooling limit checks
    ` [linux-pm] "
` [RFC PATCH 5/5] ACPI: thermal: processor: Use the generic cpufreq infrastructure
    ` [linux-pm] "

[ACPI] WARNING: CPU: 0 PID: 1 at kernel/irq/manage.c:1325 __free_irq()
 2014-05-18  1:47 UTC 

[PATCH v2 0/3] Add acpi_video_unregister_backlight(), use in acer-wmi
 2014-05-17  8:48 UTC  (4+ messages)
` [PATCH v2 1/3] acpi-video: Add an acpi_video_unregister_backlight function
` [PATCH v2 2/3] acer-wmi: Switch to acpi_video_unregister_backlight
` [PATCH v2 3/3] acer-wmi: Add Aspire 5741 to video_vendor_dmi_table

[PATCH] acpi-video: Revert native brightness quirk for ThinkPad T530
 2014-05-17  7:47 UTC  (3+ messages)

[RFC][PATCH 2/3] PM / sleep: Mechanism to avoid resuming runtime-suspended devices unnecessarily
 2014-05-16 22:18 UTC  (12+ messages)
    ` [PATCH 0/3] (was: Re: PM / sleep: Mechanism to avoid resuming runtime-suspended devices unnecessarily)
      ` [PATCH 1/3] PM / sleep: Mechanism to avoid resuming runtime-suspended devices unnecessarily
      ` [PATCH 2/3] PM / sleep: Update device PM documentation to cover direct_complete
      ` [PATCH 3/3][Resend] ACPI / PM: Avoid resuming devices in ACPI PM domain during system suspend
        ` [PATCH 3/3][update] "

[GIT PULL] ACPI and power management fixes for v3.15-rc6
 2014-05-16 21:54 UTC  (2+ messages)

[PATCH] acpi: mv models with win8 brightness problems from win8 blacklist to use_native_backlight
 2014-05-16 18:57 UTC  (3+ messages)

[PATCH 1/2] pinctrl: baytrail: Add back Baytrail-T ACPI ID
 2014-05-16 12:10 UTC  (4+ messages)
` [PATCH 2/2] pinctrl: baytrail: Register GPIO chip after chip->to_irq is set

[PATCH] ACPI / platform: add IDs for Broadcom Bluetooth and GPS chips
 2014-05-16 11:51 UTC  (5+ messages)

[PATCH 0/4] ACPICA: Fix some mis-ordered inclusions
 2014-05-16 12:06 UTC  (3+ messages)
` [PATCH v3 0/4] ACPICA: Cleanups for <acpi/platform/acenv.h> and <acpi/platform/aclinux.h>

[PATCH 0/4] Add acpi_video_unregister_backlight(), use in acer-wmi
 2014-05-16  2:26 UTC  (7+ messages)
` [PATCH 1/4] acpi-video: Don't register acpi_video_resume notifier without backlight devices
` [PATCH 2/4] acpi-video: Add an acpi_video_unregister_backlight function
` [PATCH 3/4] acer-wmi: Switch to acpi_video_unregister_backlight
` [PATCH 4/4] acer-wmi: Add Aspire 5741 to video_vendor_dmi_table

[PATCH] ACPI / PM: Hold ACPI scan lock over the "freeze" sleep state
 2014-05-15 21:29 UTC 

[PATCH 0/4] Add backlight registration notification and use it in acpi-video
 2014-05-15 18:34 UTC  (5+ messages)
` [PATCH 1/4] nouveau: Don't check acpi_video_backlight_support() before registering backlight
` [PATCH 2/4] backlight: Add backlight device (un)registration notification
` [PATCH 3/4] acpi-video: Unregister the backlight device if a raw one shows up later
` [PATCH 4/4] acpi-video: Add use native backlight quirk for the ThinkPad W530

[RFC][PATCH 2/3] PM / sleep: Mechanism to avoid resuming runtime-suspended devices unnecessarily
 2014-05-15 17:35 UTC  (2+ messages)

[PATCH 0/7] APEI: Make APEI architecture independent
 2014-05-15 14:31 UTC  (14+ messages)
` [PATCH 2/7] acpi, apei, ghes: Introduce more generic mechanism to init/deinit GHES error notifications
` [PATCH 6/7] acpi, apei, ghes: Make unmapping functionality independent from architecture
` [PATCH 7/7] acpi, apei, ghes: Factor out ioremap virtual memory for IRQ and NMI context

[PATCH] acpi-video: Add use native backlight quirk for the ThinkPad W530
 2014-05-15  9:34 UTC  (7+ messages)

New eMCA trace event interface
 2014-05-15  8:30 UTC  (8+ messages)
` [PATCH 1/7 v5] trace, RAS: Add basic RAS trace event
` [PATCH 2/7 v3] trace, AER: Move trace into unified interface
` [PATCH 3/7 v4] CPER: Adjust code flow of some functions
` [PATCH 4/7 v2] RAS, debugfs: Add debugfs interface for RAS subsystem
` [PATCH 5/7 v5] trace, RAS: Add eMCA trace event interface
` [PATCH 6/7 v3] trace, eMCA: Add a knob to adjust where to save event log
` [PATCH 7/7] RAS, extlog: Adjust init flow

[PATCH V6 00/11] ACPI: ACPI enumeration rework
 2014-05-15  6:44 UTC  (12+ messages)
` [PATCH V6 01/11] ACPI: introduce .match() callback for ACPI scan handler
` [PATCH V6 02/11] PNPACPI: use whilte list for pnpacpi device enumeration
` [PATCH V6 03/11] ACPI: remove ids that does not comply with the ACPI PNP id rule
` [PATCH V6 04/11] ACPI: remove unsupported serial PNP ids from acpi pnp scan handler id lsit
` [PATCH V6 05/11] ACPI: introduce dummy container scan handler
` [PATCH V6 06/11] ACPI: introduce dummy memory hotplug "
` [PATCH V6 07/11] ACPI: introduce dummy lpss "
` [PATCH V6 08/11] ACPI: introduce platform_id flag
` [PATCH V6 09/11] ACPI: introduce flag .is_master_device
` [PATCH V6 10/11] ACPI: use platform bus as the default bus for _HID enumeration
` [PATCH V6 11/11] ACPI: introduce acpi platform exclude id list

[RFC 0/3] Add acpi_video_unregister_backlight and use it in acer-wmi
 2014-05-15  1:48 UTC  (5+ messages)
` [RFC 1/3] acpi-video: Add an acpi_video_unregister_backlight function

Barrister.Paul williams
 2014-05-14 18:47 UTC 

[PATCH 0/4] ACPI / LPSS: Solution for two issues seen on Asus T100
 2014-05-14 13:55 UTC  (3+ messages)
` [PATCH 3/4] clk: new basic clk type for fractional divider


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