messages from 2014-03-20 13:17:21 to 2014-04-08 11:45:57 UTC [more...]
[PATCH V2] ACPI: Update the ownership and developers for ACPI in Kconfig
2014-04-08 12:01 UTC (2+ messages)
[PATCH] ACPI: Update the ownership and developers for ACPI in Kconfig
2014-04-08 11:08 UTC (5+ messages)
Add new eMCA trace event interface
2014-04-08 7:59 UTC (9+ messages)
` [PATCH 1/5] trace, RAS: Add basic RAS trace event
` [PATCH 2/5] CPER: Adjust code flow of some functions
` [PATCH 3/5] trace, RAS: Add eMCA trace event interface
` [PATCH 4/5] trace, eMCA: Add a knob to adjust where to save event log
` [PATCH 4/5 v2] "
` [PATCH 5/5] trace, AER: Move trace into unified interface
[PATCH 0/4] ACPICA: Fix some mis-ordered inclusions
2014-04-08 7:57 UTC (5+ messages)
` [PATCH 1/4] ACPICA: Add <acpi/platform/aclinuxxf.h> to remove mis-ordered inclusion of <acpi/actypes.h> from <acpi/platform/aclinux.h>
` [PATCH 2/4] ACPICA: Add <asm/acenv.h> to remove mis-ordered inclusion of <asm/acpi.h> "
` [PATCH 3/4] ACPICA: Cleanup redudant definitions that already have defaults in <acpi/platform/acenv.h>
` [PATCH 4/4] ACPICA: Remove deprecated _LINUX definitions for ACPICA
Adding interrupt support to gpio-ich driver (possibly via SCI)
2014-04-08 4:02 UTC (5+ messages)
[PATCH 0/2] ACPI: Fix issues related to the DSDT customization
2014-04-08 2:49 UTC (3+ messages)
` [PATCH 1/2] ACPI: Fix the issue that auto SSDT loading is conflict with customized SSDT that is included by the customized DSDT
` [PATCH 2/2] ACPI: Fix the issue that the DSDT local copy is conflict with "
[PATCH] Favor native backlight interface for ThinkPad Helix
2014-04-08 2:49 UTC (2+ messages)
Introduce acpi_validate and ec_acces in tools/power/acpi
2014-04-08 2:34 UTC (9+ messages)
` [PATCH 1/4] tools/power/acpi: Minor bugfixes
` [PATCH 2/4] tools/power/acpi: Make makefile work per subdirectory
` [PATCH 3/4] tools/power/acpi: Introduce acpi_validate with manpage for easy validation of ACPI BIOS tables
` [PATCH 4/4] tools/power/acpi: Introduce ec_access.c - tool to access the Embedded Controller (EC) safely for debugging purposes
Haswell systems & i801 i2c driver
2014-04-07 20:56 UTC (3+ messages)
atualização conta de e-mail
2014-04-07 17:15 UTC
[PATCH V5 00/12] ACPI: change the way of enumerating PNPACPI/Platform devices
2014-04-07 16:06 UTC (13+ messages)
` [PATCH V5 01/12] ACPI: introduce .match() callback for ACPI scan handler
` [PATCH V5 02/12] PNPACPI: use whilte list for pnpacpi device enumeration
` [PATCH V5 03/12] ACPI: remove ids that does not comply with the ACPI PNP id rule
` [PATCH V5 04/12] ACPI: remove unsupported serial PNP ids from acpi pnp scan handler id lsit
` [PATCH V5 05/12] ACPI: check and enumerate CMOS RTC devices explicitly
` [PATCH V5 06/12] ACPI: introduce platform_id flag
` [PATCH V5 07/12] ACPI: use platform bus as the default bus for _HID enumeration
` [PATCH V5 08/12] ACPI: introduce dummy lpss scan handler
` [PATCH V5 09/12] ACPI: introduce acpi platform exclude id list
` [PATCH V5 10/12] ACPI: introduce dummy container scan handler
` [PATCH V5 11/12] ACPI: introduce dummy memory hotplug "
` [PATCH V5 12/12] ACPI: introduce .handle_children flag for acpi "
[PATCH] ACPI / dock: Drop dock_device_ids[] table
2014-04-05 21:15 UTC
[PATCH 00/28] ACPICA: 20140325 Release
2014-04-04 4:40 UTC (29+ messages)
` [PATCH 01/28] ACPICA: Add EXPORT_SYMBOL macros for install/remove SCI handler interfaces
` [PATCH 02/28] ACPICA: utstring: Check array index bound before use
` [PATCH 03/28] ACPICA: Update comments for ACPICA name - no functional change
` [PATCH 04/28] ACPICA: gcc-specific: Fix possible issue with the strchr function
` [PATCH 05/28] ACPICA: Unload operator: Emit a warning if and when it is ever used
` [PATCH 06/28] ACPICA: Disassembler: Add support to decode _HID and _CID values
` [PATCH 07/28] ACPICA: Disassembler: Add decoding of Notify() values
` [PATCH 08/28] ACPICA: Update use of acpi_os_wait_events_complete interface
` [PATCH 09/28] ACPI: Merge divergence of the commmit: ACPICA: Linux-specific header: Update support for Linux/acpi applications
` [PATCH 10/28] ACPICA: Linux-specific header: Add support for PPC64 compilation
` [PATCH 11/28] ACPICA: Add a missing field for debug dump of mutex objects
` [PATCH 12/28] ACPICA: Remove indent divergences to reduce the difficulties of maintaining the revised ACPICA commits
` [PATCH 13/28] ACPICA: Tables: Fix the issues in handling virtual addressed tables
` [PATCH 14/28] ACPICA: Tables: Fix the issue that multiple ACPI_FREE()s are invoked for same pointer around acpi_tb_add_table()
` [PATCH 15/28] ACPICA: Tables: Cleanup split INSTALLED/VALIDATED table state logics
` [PATCH 16/28] ACPICA: Tables: Fix the issue that table validations are not balanced
` [PATCH 17/28] ACPICA: Tables: Fix the issue that table checksums are not always verified before installation
` [PATCH 18/28] ACPICA: Tables: Cleanup ACPI_TABLE_ORIGIN_xxx flags
` [PATCH 19/28] ACPICA: Tables: Avoid SSDT installation when acpi_gbl_disable_ssdt_table_load is specified
` [PATCH 20/28] ACPICA: Tables: Add acpi_install_table() API to be invoked by OSPM early table installation
` [PATCH 21/28] ACPICA: Table Manager: Misc cleanup and renames, no functional change
` [PATCH 22/28] ACPICA: Table Manager: Split tbinstal.c into two files
` [PATCH 23/28] ACPICA: acpidump: Add support to generate acpidump release
` [PATCH 24/28] ACPICA: acpidump: Update new structures and add missing file
` [PATCH 25/28] ACPICA: acpidump: Update Makefile to use new acpidump
` [PATCH 26/28] ACPICA: acpidump: Remove old acpidump source
` [PATCH 27/28] ACPICA: acpidump: Update manual file
` [PATCH 28/28] ACPICA: Update version to 20140325
Problem: Fan speed bugs (serious)
2014-04-03 23:41 UTC
Coverity CID 134632: acpi_hw_build_pci_list() memory leak
2014-04-03 18:39 UTC (5+ messages)
How to pass I2C platform_data under ACPI
2014-04-03 15:05 UTC (8+ messages)
` [Linaro-acpi] "
How to i2c pass platform_data under ACPI
2014-04-03 4:48 UTC
[PATCH] linux/thermal.h: Rename KELVIN_TO_CELSIUS to DECI_KELVIN_TO_CELSIUS
2014-04-03 2:42 UTC (3+ messages)
Problem with recognizing lid state from 3.13.7 on i686
2014-04-02 20:42 UTC (2+ messages)
[GIT PULL] More ACPI and power management updates for v3.15-rc1
2014-04-02 0:47 UTC
[GIT PULL][Update] ACPI and power management updates for v3.15-rc1
2014-04-01 23:00 UTC (2+ messages)
[REGRESSION 3.14-rc6] Samsung N150 lid does not "open" after suspend to RAM
2014-04-01 18:02 UTC (23+ messages)
[PATCH V4 00/11] ACPI: change the way of enumerating PNPACPI/Platform devices
2014-03-31 5:24 UTC (5+ messages)
` [PATCH V4 07/11] ACPI: use platform bus as the default bus for _HID enumeration
pci_hp_register failed with error -16 (3.10.33)
2014-03-30 18:49 UTC
BAR 14: can't assign mem (size 0x200000)
2014-03-30 0:14 UTC (2+ messages)
[PATCH] ACPI: Fixed wrong variable usage in thermal driver
2014-03-29 13:25 UTC
[Patch v1 1/4] iio: imu: inv_mpu6050: Add compatibity with MPU6500
2014-03-29 10:59 UTC (8+ messages)
` [Patch v1 2/4] iio: imu: inv_mpu6050: Enable default bypass mode
` [Patch v1 3/4] iio: imu: Enable checking of presence of device
` [Patch v1 4/4] iio: imu: inv_mpu6050: ACPI enumeration
Subject: [PATCH 2/3] acpi:Remove whitespaces from tabs
2014-03-28 13:44 UTC
[PATCH 1/3] acpi: Fixed code indent errors and use linux libs
2014-03-28 0:44 UTC
RFC: APEI hardware reduced profile
2014-03-27 9:17 UTC (6+ messages)
[PATCH] Revert "ACPI / processor: Make it possible to get APIC ID via GIC"
2014-03-26 0:36 UTC
[PATCH 03/19] drivers: thermal: make usage of CONFIG_THERMAL_HWMON optional
2014-03-25 10:49 UTC
[bisected] NULL pointer dereference in acpi_gpiochip_add (on modprobe ssb)
2014-03-25 8:05 UTC (7+ messages)
[asus-nb-wmi] thermal device detected by asus-nb-wmi platform driver
2014-03-24 12:11 UTC (4+ messages)
[PATCH][Resend] ACPI / processor_core: Rework _PDC related stuff to make it more arch-independent
2014-03-24 9:51 UTC
[PATCH 0/5] ACPICA: Merge auto-serialization support to reduce source code differences between Linux and ACPICA upstream
2014-03-24 6:49 UTC (6+ messages)
` [PATCH 1/5] ACPICA: Remove global option to serialize all control methods
` [PATCH 2/5] ACPICA: Add auto-serialization support for ill-behaved "
` [PATCH 3/5] ACPICA: Add additional named objects for the auto-serialize method scan
` [PATCH 4/5] ACPICA: Ignore sync_level for methods that have been auto-serialized
` [PATCH 5/5] ACPICA: Enable auto-serialization as a default kernel behavior
[PATCH] Fix northbridge quirk to assign correct NUMA node
2014-03-24 6:03 UTC (2+ messages)
[GIT PULL] ACPI and power management updates for v3.15-rc1
2014-03-24 1:59 UTC
(unknown),
2014-03-23 13:48 UTC
[Patch v1 1/2] iio: ak8975 : Add AK8963 compatibility mode support
2014-03-22 12:46 UTC (5+ messages)
` [Patch v1 2/2] iio: ak8975: Added ACPI enumeration
ACPI and PM material for v3.15-rc1 (current queue)
2014-03-22 2:08 UTC (4+ messages)
BUSINESS PROPOSAL OF $44.5MILLION.USD
2014-03-21 9:54 UTC
Info: mapping multiple BARs. Your kernel is fine
2014-03-20 20:55 UTC (12+ messages)
[PATCH 0/3] amd/pci: Add AMD hostbridge supports for newer AMD systems
2014-03-20 17:42 UTC (10+ messages)
[RFC] ACPI: Add new function to get table entries
2014-03-20 14:59 UTC (13+ messages)
` [Linaro-acpi] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox