summaryrefslogtreecommitdiff
path: root/drivers/acpi/bus.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-29ACPI: bus: Fix NULL pointer check in acpi_bus_get_private_data()Vamshi K Sthambamkadi1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-14/+1
2019-03-25ACPI: use different default debug value than ACPICAErik Schmauss1-3/+0
2019-02-27ACPI / bus: Respect PRP0001 when retrieving device match dataAndy Shevchenko1-0/+14
2019-02-07ACPI: Set debug output flags independent of ACPICAErik Schmauss1-0/+3
2019-01-15ACPI: EC: Look for ECDT EC after calling acpi_load_tables()Rafael J. Wysocki1-12/+12
2018-11-26ACPI / glue: Add acpi_platform_notify() functionHeikki Krogerus1-1/+0
2018-10-18ACPI: probe ECDT before loading AML tables regardless of module-level code flagErik Schmauss1-28/+16
2018-09-06ACPI / bus: Only call dmi_check_system() on X86Jean Delvare1-6/+7
2018-08-09ACPI: bus: Fix a pointer coding style issueTom Todd1-1/+1
2018-07-20Revert "ACPI / bus: Parse tables as term_list for Dell XPS 9570 and Precision...Kai Heng Feng1-31/+7
2018-03-18ACPICA: Rename a global for clarity, no functional changeBob Moore1-3/+3
2018-02-12device property: Constify device_get_match_data()Andy Shevchenko1-2/+2
2018-02-12ACPI / bus: Rename acpi_get_match_data() to acpi_device_get_match_data()Andy Shevchenko1-2/+2
2018-02-12ACPI / bus: Remove checks in acpi_get_match_data()Andy Shevchenko1-6/+0
2018-02-12ACPI / bus: Do not traverse through non-existed device tableAndy Shevchenko1-25/+38
2018-02-09Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+38
2018-02-06ACPI / bus: Parse tables as term_list for Dell XPS 9570 and Precision M5530Kai Heng Feng1-7/+31
2018-02-04ACPI / bus: Do not call _STA on battery devices with unmet dependenciesHans de Goede1-0/+6
2018-02-04ACPI: export acpi_bus_get_status_handle()Hans de Goede1-0/+1
2017-12-13ACPI / bus: Introduce acpi_get_match_data() functionSinan Kaya1-0/+18
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-2/+2
2017-07-20ACPICA: Tables: Change table duplication check to be related to acpi_gbl_veri...Lv Zheng1-3/+0
2017-07-10Merge branches 'acpi-spcr', 'acpi-osi', 'acpi-bus', 'acpi-scan' and 'acpi-misc'Rafael J. Wysocki1-2/+6
2017-07-04ACPI / bus: handle ACPI hotplug schedule errors completelyLee, Chun-Yi1-2/+6
2017-06-07ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko1-23/+0
2017-06-05ACPI / bus: Switch to use new generic UUID APIAndy Shevchenko1-3/+3
2017-04-27ACPI / bus: Introduce a list of ids for "always present" devicesHans de Goede1-0/+5
2017-03-11Revert "x86/acpi: Set persistent cpuid <-> nodeid mapping when booting"Dou Liyang1-1/+0
2017-02-07ACPI / bus: Introduce acpi_of_modalias() equiv of of_modalias_node()Dan O'Donovan1-0/+42
2016-12-22Merge branches 'acpica' and 'acpi-scan'Rafael J. Wysocki1-1/+1
2016-12-21ACPI / osl: Remove deprecated acpi_get_table_with_size()/early_acpi_os_unmap_...Lv Zheng1-1/+1
2016-11-30sched/x86: Change CONFIG_SCHED_ITMT to CONFIG_SCHED_MC_PRIOTim Chen1-1/+1
2016-11-24acpi/bus: Set _OSC for diverse core supportSrinivas Pandruvada1-0/+3
2016-11-24acpi/bus: Enable HWP CPPC objectsSrinivas Pandruvada1-0/+7
2016-10-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2016-10-03Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2016-09-26ACPI / bus: Adjust ACPI subsystem initialization for new table loading modeLv Zheng1-2/+4
2016-09-21x86/acpi: Set persistent cpuid <-> nodeid mapping when bootingGu Zheng1-0/+1
2016-09-12ACPI: I/O Remapping Table (IORT) initial supportTomasz Nowicki1-0/+2
2016-07-25Merge branches 'acpi-processor', 'acpi-cppc', 'acpi-apei' and 'acpi-sleep'Rafael J. Wysocki1-1/+13
2016-07-25Merge branches 'acpi-bus', 'acpi-pci', 'acpica' and 'acpi-doc'Rafael J. Wysocki1-14/+62
2016-07-21ACPI / processor_idle: Add support for Low Power Idle(LPI) statesSudeep Holla1-1/+13
2016-07-08ACPI: add support for ACPI reconfiguration notifiersOctavian Purdila1-0/+9
2016-07-06ACPI / bus: Support for platform initiated graceful shutdownPrakash, Prashanth1-0/+54
2016-07-06ACPI / bus: Correct the comments about acpi_subsystem_init()Baoquan He1-2/+1
2016-06-23ACPI / bus: Use acpi_handle_debug() in acpi_print_osc_error()Rafael J. Wysocki1-12/+7
2016-06-07ACPI / EC: Fix a boot EC regresion by restoring boot EC support for the DSDT ECLv Zheng1-1/+1
2016-04-09ACPI 2.0 / ECDT: Enable correct ECDT initialization orderLv Zheng1-14/+25
2016-04-02Merge branch 'acpi-processor'Rafael J. Wysocki1-0/+3