summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | ACPI / video: Port to new backlight interface selection APIHans de Goede2015-06-192-165/+137
| | * | | | | | acpi-video-detect: Unregister acpi_video backlight when dmi quirks are addedHans de Goede2015-06-191-0/+3
| | * | | | | | acpi-video-detect: Rewrite backlight interface selection logicHans de Goede2015-06-191-88/+83
| | * | | | | | acpi-video-detect: video: Make video_detect code part of the video moduleHans de Goede2015-06-194-27/+30
| | * | | | | | acpi-video-detect: Move acpi_osi_is_win8 to osl.cHans de Goede2015-06-193-13/+6
| | * | | | | | acpi-video-detect: Move acpi_is_video_device() to acpi/scan.cHans de Goede2015-06-192-60/+56
| | * | | | | | acpi-video-detect: Make acpi_video_get_capabilities a private functionHans de Goede2015-06-191-2/+1
| | * | | | | | acpi-video-detect: Remove the unused acpi_video_dmi_demote_vendor() functionHans de Goede2015-06-191-9/+0
| | * | | | | | Merge branch 'acpi-scan' into acpi-videoRafael J. Wysocki2015-06-163-37/+49
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | * | | | | | ACPI / video: constify ACPI and DMI id tablesMathias Krause2015-06-151-2/+2
| | * | | | | | ACPI / video: Add a parameter to not register the backlight sysfs interfaceHans de Goede2015-06-151-4/+39
| | * | | | | | ACPI / video: Add enable_native_backlight quirk for MacbookPro12,1Hans de Goede2015-06-151-0/+9
| | | |/ / / / | | |/| | | |
| | | | | | |
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'acpi-battery' and 'acpi-processor'Rafael J. Wysocki2015-06-195-44/+41
| |\ \ \ \ \ \ \
| | | * | | | | | ACPI / processor: constify DMI system id tableMathias Krause2015-06-151-1/+1
| | | * | | | | | ACPI / processor: Introduce invalid_phys_cpuid()Hanjun Guo2015-05-132-4/+4
| | | * | | | | | ACPI / processor: return specific error instead of -1Hanjun Guo2015-05-131-3/+3
| | | * | | | | | ACPI / processor: remove phys_id in acpi_processor_get_info()Hanjun Guo2015-05-131-4/+3
| | | * | | | | | ACPI / processor: remove cpu_index in acpi_processor_get_info()Hanjun Guo2015-05-131-6/+4
| | | * | | | | | ACPI / processor: Introduce invalid_logical_cpuid()Hanjun Guo2015-05-132-6/+4
| | * | | | | | | ACPI / battery: mark DMI table as __initconstMathias Krause2015-06-151-3/+5
| | * | | | | | | ACPI / battery: minor tweaks to acpi_battery_units()Mathias Krause2015-06-151-8/+6
| | * | | | | | | ACPI / battery: constify the offset tablesMathias Krause2015-06-151-4/+4
| | * | | | | | | ACPI / battery: ensure acpi_battery_init() has finishLuis Henriques2015-05-141-1/+3
| | * | | | | | | ACPI / battery: drop useless return statementsLuis Henriques2015-05-141-5/+5
| | * | | | | | | ACPI / battery: abort initialization earlier if acpi_disabledLuis Henriques2015-05-141-3/+3
| | |/ / / / / /
| | | | | | | |
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---. \ \ \ \ \ \ Merge branches 'acpi-ac', 'acpi-soc' and 'acpi-assorted'Rafael J. Wysocki2015-06-193-13/+13
| |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | ACPI / HED: constify ACPI device idsMathias Krause2015-06-151-1/+1
| | | | | |/ / / / / | | | | |/| | | | |
| | | * | | | | | | ACPI / LPSS: constify device descriptorsMathias Krause2015-06-151-11/+11
| | | |/ / / / / /
| | * | | | | | | ACPI / AC: constify DMI system id tableMathias Krause2015-06-151-1/+1
| | |/ / / / / /
| * | | | | | | Merge branch 'acpi-ec'Rafael J. Wysocki2015-06-192-103/+256
| |\ \ \ \ \ \ \
| | * | | | | | | ACPI / EC: Fix a code coverity issue when QR_EC transactions are failed.Lv Zheng2015-06-151-1/+13
| | * | | | | | | ACPI / EC: Fix EC_FLAGS_QUERY_HANDSHAKE platforms using new event clearing ti...Lv Zheng2015-06-151-7/+9
| | * | | | | | | ACPI / EC: Add event clearing variation support.Lv Zheng2015-06-151-5/+132
| | * | | | | | | ACPI / EC: Convert event handling work queue into loop style.Lv Zheng2015-06-152-9/+25
| | * | | | | | | ACPI / EC: Cleanup transaction state transition.Lv Zheng2015-06-151-8/+15
| | * | | | | | | ACPI / EC: Remove non-root-caused busy polling quirks.Lv Zheng2015-05-161-32/+3
| | * | | | | | | ACPI / EC: Add module params for polling modes.Lv Zheng2015-05-161-16/+23
| | * | | | | | | ACPI / EC: Fix and clean up register access guarding logics.Lv Zheng2015-05-162-28/+55
| | * | | | | | | ACPI / EC: Remove irqs_disabled() check.Lv Zheng2015-05-161-2/+1
| | * | | | | | | ACPI / EC: Remove storming threashold enlarging quirk.Lv Zheng2015-05-161-15/+0
| | * | | | | | | ACPI / EC: Update acpi_ec_is_gpe_raised() with new GPE status flag.Lv Zheng2015-05-161-1/+1
| | |/ / / / / /
| | | | | | | |
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-----. \ \ \ \ \ \ Merge branches 'acpi-pm', 'acpi-apei', 'acpi-osl' and 'acpi-pci'Rafael J. Wysocki2015-06-197-123/+162
| |\ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | ACPI / PCI: remove stale list_head in struct acpi_prt_entryHanjun Guo2015-05-221-1/+0
| | | | | |/ / / / / /
| | | | * | | | | | | ACPI / osl: use same type for acpi_predefined_names values as in definitionDominik Brodowski2015-05-141-1/+1
| | | | | |/ / / / / | | | | |/| | | | |
| | | * | | | | | | Merge tag 'ras_for_4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/...Rafael J. Wysocki2015-05-041-53/+55
| | | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / / | | | |/| | | | | |
| | | | * | | | | | GHES: Make NMI handler have a single readerJiri Kosina2015-04-271-5/+7
| | | | * | | | | | GHES: Elliminate double-loop in the NMI handlerBorislav Petkov2015-04-271-9/+2
| | | | * | | | | | GHES: Panic right after detectionBorislav Petkov2015-04-271-10/+6
| | | | * | | | | | GHES: Carve out the panic functionalityBorislav Petkov2015-04-271-10/+14
| | | | * | | | | | GHES: Carve out error queueing in a separate functionBorislav Petkov2015-04-271-22/+29
OpenPOWER on IntegriCloud