public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-03 05:21:00 to 2014-06-16 09:18:24 UTC [more...]

[PATCH] ACPICA: Add mutex to avoid race condition of reference count of notify object
 2014-06-16  9:14 UTC  (3+ messages)

[PATCH] ACPI/Battery: Retry to get Battery information if failed during probing
 2014-06-16  2:43 UTC  (11+ messages)

[PATCH v2 0/7] ACPI/EC: Critical bug fixes related to EC and event handling
 2014-06-15  0:42 UTC  (8+ messages)
  ` [PATCH v2 1/7] ACPI/EC: Fix an issue that advance_transaction() processes stale hardware status
  ` [PATCH v2 2/7] ACPI/EC: Add asynchronous command byte write support
  ` [PATCH v2 3/7] ACPI/EC: Remove duplicated ec_wait_ibf0() waiter
  ` [PATCH v2 4/7] ACPI/EC: Fix a race condition in ec_transaction_completed()
  ` [PATCH v2 5/7] ACPI/EC: Update revision due to full asynchrnous command support
  ` [PATCH v2 6/7] ACPICA: Events: Fix edge-triggered GPE by disabling before acknowledging it
  ` [PATCH v2 7/7] ACPI/EC: Add detailed fields debugging support of EC_SC(R)

[PATCH] ACPI: use kstrto*() instead of simple_strto*()
 2014-06-13 19:49 UTC 

[PATCH v3 0/5] APEI: Make APEI architecture independent
 2014-06-13 14:01 UTC  (13+ messages)
` [PATCH v3 1/5] apei, mce: Factor out APEI architecture specific MCE calls
` [PATCH v3 2/5] acpi, apei, ghes: Introduce ARCH_HAS_ACPI_APEI_NMI to make NMI error notification a GHES feature
` [PATCH v3 3/5] acpi, apei, ghes: Introduce more generic mechanism to init/deinit GHES error notifications
` [PATCH v3 4/5] apei, ghes, nmi: Factor out NMI arch-specific calls
` [PATCH v3 5/5] acpi, apei, ghes: Factor out ioremap virtual memory for IRQ and NMI context

[PATCH 1/2] ACPI / battery: use callback for setting up quirks
 2014-06-13  8:46 UTC  (5+ messages)
` [PATCH 2/2] ACPI / battery: add quirk for Acer Aspire V5-573G

New eMCA trace event interface V4
 2014-06-13  7:09 UTC  (20+ 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 v5] CPER: Adjust code flow of some functions
` [PATCH 4/7 v2] RAS, debugfs: Add debugfs interface for RAS subsystem
` [PATCH 5/7 v7] trace, RAS: Add eMCA trace event interface
` [PATCH 6/7 v4] trace, eMCA: Add a knob to adjust where to save event log
` [PATCH 7/7] RAS, extlog: Adjust init flow
` [PATCH 5/7 REVISION] trace, RAS: Add eMCA trace event interface

video: X sets brightness to zero after resume
 2014-06-13  7:35 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH 0/7] ACPI/EC: Critical bug fixes related to EC and event handling
 2014-06-13  6:52 UTC  (8+ messages)
` [PATCH 1/7] ACPI/EC: Fix an issue that advance_transaction() processes stale hardware status
` [PATCH 2/7] ACPI/EC: Add asynchronous command byte write support
` [PATCH 3/7] ACPI/EC: Remove duplicated ec_wait_ibf0() waiter
` [PATCH 4/7] ACPI/EC: Fix a race condition in ec_transaction_completed()
` [PATCH 5/7] ACPI/EC: Update revision due to full asynchrnous command support
` [PATCH 6/7] ACPICA: Events: Fix edge-triggered GPE by disabling before acknowledging it
` [PATCH 7/7] ACPI/EC: Add detailed fields debugging support of EC_SC(R)

[PATCH] ACPICA: Restore error table definitions to reduce source code differences between Linux and ACPICA upstream
 2014-06-13  0:41 UTC  (5+ messages)

[RFC v2 0/3] ACPI Platform Communication Channel driver
 2014-06-12 17:14 UTC  (7+ messages)
` [RFC v2 1/3] Mailbox: Add support for ACPI
` [RFC v2 2/3] ACPI: Add support for Platform Communication Channel
` [RFC v2 3/3] PCC test driver

[GIT PULL] More ACPI and power management updates for v3.16-rc1
 2014-06-12 17:07 UTC 

[PATCH] acpi/battery: fix wrong value of capacity_now reported by few battery types when fully charged (resend)
 2014-06-12 14:58 UTC 

[PATCH] acpi/battery: fix wrong value of capacity_now reported by few battery types when fully charged
 2014-06-12 14:32 UTC 

[PATCH v2 0/5] APEI: Make APEI architecture independent
 2014-06-12 13:08 UTC  (8+ messages)
` [PATCH v2 1/5] apei, mce: Factor out APEI architecture specific MCE calls
` [PATCH v2 2/5] acpi, apei, ghes: Introduce ACPI_APEI_NMI to make NMI error notification a GHES feature

[Patch V4 00/42] use irqdomain to dynamically allocate IRQ for IOAPIC
 2014-06-12 12:40 UTC  (60+ messages)
` [Patch V4 01/42] x86, irq: update high address field when updating affinity for MSI IRQ
` [Patch V4 02/42] x86, mpparse: use pr_lvl() helper utilities to replace printk(KERN_LVL)
` [Patch V4 03/42] x86, mpparse: simplify arch/x86/include/asm/mpspec.h
` [Patch V4 04/42] x86, acpi: reorganize code to avoid forward declaration in boot.c
` [Patch V4 05/42] x86, PCI, ACPI: use kmalloc_node() to optimize for performance
` [Patch V4 06/42] x86, acpi, irq: kill static function irq_to_gsi()
` [Patch V4 07/42] x86, ACPI, trivial: minor improvements to arch/x86/kernel/acpi/boot.c
` [Patch V4 08/42] x86, ACPI, irq: enhance error handling in function acpi_register_gsi()
` [Patch V4 09/42] x86, ACPI, irq: fix possible eror in GSI to IRQ mapping for legacy IRQ
` [Patch V4 10/42] x86, irq, trivial: minor improvements of IRQ related code
` [Patch V4 11/42] x86, ioapic: kill unused global variable timer_through_8259
` [Patch V4 12/42] x86, ioapic: kill static variable nr_irqs_gsi
` [Patch V4 13/42] x86, ioapic: introduce helper utilities to walk ioapics and pins
` [Patch V4 14/42] x86, ioapic: use irq_cfg() instead of irq_get_chip_data() for better readability
` [Patch V4 15/42] x86, irq: reorganize IO_APIC_get_PCI_irq_vector() to prepare for irqdomain
` [Patch V4 16/42] x86, irq: introduce some helper utilities to improve readability
` [Patch V4 17/42] ce4100, irq: make CE4100 depend on CONFIG_X86_IO_APIC
` [Patch V4 18/42] ce4100, irq: do not set legacy_pic to null_legacy_pic
` [Patch V4 19/42] x86, irq: count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_LEGACY
  ` [Xen-devel] "
` [Patch V4 20/42] x86, irq: simplify arch_early_irq_init()
` [Patch V4 21/42] x86, ACPI, irq: consolidate algorithm of mapping (ioapic, pin) to IRQ number
` [Patch V4 22/42] x86, irq, ACPI: change __acpi_register_gsi to return IRQ number instead of GSI
` [Patch V4 23/42] x86, irq: introduce mechanisms to support dynamically allocate IRQ for IOAPIC
` [Patch V4 24/42] x86, irq: enhance mp_register_ioapic() to support irqdomain
` [Patch V4 25/42] x86, ACPI, irq: provide basic irqdomain support
` [Patch V4 26/42] x86, mpparse, "
` [Patch V4 27/42] x86, SFI, "
` [Patch V4 28/42] x86, devicetree, irq: use common mechanism to support irqdomain
` [Patch V4 29/42] x86, irq: introduce two helper functions to support irqdomain map operation
` [Patch V4 30/42] x86, irq, ACPI: use common irqdomain map interface to program IOAPIC pins
` [Patch V4 31/42] x86, irq, mpparse: "
` [Patch V4 32/42] x86, irq, SFI: "
` [Patch V4 33/42] x86, irq, devicetree: "
` [Patch V4 34/42] x86, irq: clean up unused IOAPIC interface
` [Patch V4 35/42] x86, irq: simplify the way to handle ISA IRQ
` [Patch V4 36/42] genirq: export irq_domain_disassociate() to architecture interrupt drivers
` [Patch V4 37/42] x86, irq: introduce helper functions to release IOAPIC pin
` [Patch V4 38/42] x86, irq, ACPI: release IOAPIC pin when PCI device is disabled
` [Patch V4 39/42] x86, irq, mpparse: "
` [Patch V4 40/42] x86, irq, SFI: "
` [Patch V4 41/42] x86, irq, devicetree: "
` [Patch V4 42/42] x86, irq: clean up irqdomain transition code

[PATCH] ACPI / ia64 / sba_iommu: Restore the working initialization ordering
 2014-06-11 23:34 UTC 

[PATCH] ACPI / hotplug / PCI: Add hotplug contexts to PCI host bridges
 2014-06-11 18:08 UTC  (4+ messages)

Bug Report - [Acer Aspire V5-122P] Unable to adjust screen brightness
 2014-06-11  7:41 UTC  (22+ messages)
                              ` Sluggish performance after resume//Re: "

[PATCH 5/7 v6] trace, RAS: Add eMCA trace event interface
 2014-06-09 10:22 UTC  (17+ messages)

[Patch V3 0/5] I2C ACPI operation region handler
 2014-06-09  7:56 UTC  (10+ messages)
` [Patch V3 4/5] I2C/ACPI: Add i2c ACPI operation region support

[PATCH] ACPICA: Add mutex to avoid race condition of reference count of notify object
 2014-06-09  4:14 UTC 

Permission denied when trying to edit/create acpi thermal trip points
 2014-06-07 16:05 UTC 

[PATCH] Default to using the native backlight control on Windows 8 systems
 2014-06-05 20:27 UTC  (2+ messages)
` [PATCH] ACPI / video: Change the default for video.use_native_backlight to 1

[PATCH] Revert "ACPI / Battery: Remove battery's proc directory" and "ACPI: Remove CONFIG_ACPI_PROCFS_POWER and cm_sbsc.c"
 2014-06-05 13:47 UTC  (2+ messages)

[PATCH] ACPI: Fix bug when acpi reset register is implemented in system memory
 2014-06-05 12:58 UTC  (2+ messages)

[PATCH 1/7] ACPICA: Only include ACPI asm files if ACPI is enabled
 2014-06-05  4:46 UTC  (10+ messages)

[GIT PULL] ACPI and power management updates for v3.16-rc1
 2014-06-04 12:26 UTC 

BUG REPORT backlight acpi: Brightness shortcuts don't work on Fujitsu
 2014-06-04  9:15 UTC  (5+ messages)

[PATCH 1/2] ACPICA: Tables: Add mechanism to control early table checksum verification
 2014-06-03 14:10 UTC  (5+ messages)
` [PATCH v2 0/2] ACPI: Fix a regression of the "

[PATCH] ACPICA: Namespace: Remove _PRP method support
 2014-06-03 13:32 UTC  (2+ messages)


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