summaryrefslogtreecommitdiffstats
path: root/drivers/pnp
AgeCommit message (Expand)AuthorLines
2018-06-07Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig-71/+7
2018-04-20media: sound, isapnp: allow building more drivers with COMPILE_TESTMauro Carvalho Chehab-1/+1
2017-12-16PNP: pnpbios: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych-4/+1
2017-12-13PNP: remove unneeded kallsyms includeSergey Senozhatsky-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+16
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig-1/+1
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds-13/+25
2017-06-28ACPI / PM: Consolidate device wakeup settings codeRafael J. Wysocki-3/+3
2017-05-29PNP / ACPI: remove FSF addressAndy Shevchenko-4/+0
2017-05-29PNP / ACPI: join strings back for better maintenanceAndy Shevchenko-9/+9
2017-05-29PNP / ACPI: add support for GpioInt resource typeJagadish Krishnamoorthy-0/+16
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier-5/+5
2017-01-19Make static usermode helper binaries constantGreg Kroah-Hartman-2/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-2/+2
2016-08-16PNP: isapnp: make core more explicitly non-modularPaul Gortmaker-4/+1
2016-07-27PNP: pnpbios: add header file to fix build errorsRandy Dunlap-0/+1
2016-07-26Merge tag 'pnp-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-2/+1
2016-07-15x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski-1/+1
2016-07-05PNP: make pnpbios core explicitly non-modularPaul Gortmaker-2/+1
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2016-05-02pnp: pnpbios: Add explicit X86_32 dependency to PNPBIOSWilliam Breathitt Gray-1/+1
2016-04-22x86, drivers/pnpbios: Replace paravirt_enabled() check with legacy device checkLuis R. Rodriguez-1/+2
2016-03-09PNP / ACPI: add ACPI_RESOURCE_TYPE_SERIAL_BUS as a valid typeHarb Abdulhamid-0/+4
2016-02-03PNP: Add Haswell-ULT to Intel MCH size workaroundJosh Boyer-0/+1
2016-01-04PNP: respect PNP_DRIVER_RES_DO_NOT_CHANGE when detachingHeiner Kallweit-1/+5
2016-01-03PNP: Add Broadwell to Intel MCH size workaroundChristophe Le Roy-0/+1
2015-09-15ACPI / scan: constify struct acpi_hardware_id::idRasmus Villemoes-2/+2
2015-08-10cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams-2/+0
2015-07-06ACPI / PNP: Reserve ACPI resources at the fs_initcall_sync stageRafael J. Wysocki-26/+9
2015-06-19Merge branches 'pnp' and 'pm-tools'Rafael J. Wysocki-5/+5
2015-06-18ACPI / PNP: Avoid conflicting resource reservationsRafael J. Wysocki-9/+26
2015-05-05PNP / ACPI: use unsigned int in pnpacpi_encode_resources()Fabian Frederick-1/+1
2015-05-05PNP / ACPI: use u8 instead of int in acpi_resource_extended_irq contextFabian Frederick-4/+4
2015-04-14Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-39/+67
2015-03-18PNP: Avoid leaving unregistered device objects in listsRafael J. Wysocki-13/+40
2015-03-18PNP: Convert pnp_lock into a mutexRafael J. Wysocki-27/+29
2015-03-16PNP / ACPI: Use ACPI_COMPANION_SET() during initializationRafael J. Wysocki-3/+2
2015-03-12PNP: Don't check for overlaps with unassigned PCI BARsBjorn Helgaas-3/+6
2015-02-21Merge branches 'pnp', 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki-2/+4
2015-02-15Merge tag 'tty-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+1
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+2
2015-02-03ACPI: Return translation offset when parsing ACPI address space resourcesJiang Liu-14/+15
2015-02-02PNP: Allow console to override ACPI device sleepPeter Hurley-1/+1
2015-01-26ACPICA: Resources: Provide common part for struct acpi_resource_address struc...Lv Zheng-8/+8
2015-01-25pnpbios: bail out on strange errorsAlan Cox-1/+2
2015-01-22PNP: Switch from __check_region() to __request_region()Jakub Sitnicki-2/+4
2014-10-14PNP: replace strnicmp with strncasecmpRasmus Villemoes-12/+12
2014-07-23ACPI / PNP: Use ACPI_COMPANION() instead of ACPI_HANDLE()Rafael J. Wysocki-28/+23
2014-07-07ACPI / PNP: do ACPI binding directlyZhang Rui-38/+3