aboutsummaryrefslogtreecommitdiff
path: root/drivers/pnp
AgeCommit message (Expand)Author
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-06-24PNP: moved EXPORT_SYMBOL so that it immediately followed its function/variableJinchao Wang
2021-06-09PNP: pnpbios: Use list_for_each_entry() instead of list_for_each()Zou Wei
2021-06-07PNP: use DEVICE_ATTR_RO macroZhen Lei
2021-05-17PNP: Switch over to dev_dbg()Heiner Kallweit
2021-05-17PNP: Remove pnp_alloc()Heiner Kallweit
2021-05-17drivers: pnp: isapnp: proc.c: Remove unnecessary local variablesAnupama K Patil
2021-05-13drivers: pnp: proc.c: Removed unnecessary variblesAnupama K Patil
2021-01-22PNP: pnpbios: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun
2021-01-22PNP: add printf attribute to log functionTom Rix
2020-10-27PNP: fix kernel-doc markupsMauro Carvalho Chehab
2020-10-08PNP: remove the now unused pnp_find_card() functionChristoph Hellwig
2020-09-25PNP: quirks: Fix duplicate included pci.hTian Tao
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-15PNPBIOS: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-23PNP: isapnp: remove defined but not used function 'isapnp_checksum'yu kuai
2020-01-15PNP: isapnp: remove set but not used variable 'checksum'yu kuai
2019-07-15docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-02-24ACPI/ACPICA: Trivial: fix spelling mistakes and fix whitespace formattingErik Schmauss
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-06-07Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-04-20media: sound, isapnp: allow building more drivers with COMPILE_TESTMauro Carvalho Chehab
2017-12-16PNP: pnpbios: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych
2017-12-13PNP: remove unneeded kallsyms includeSergey Senozhatsky
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2017-06-28ACPI / PM: Consolidate device wakeup settings codeRafael J. Wysocki
2017-05-29PNP / ACPI: remove FSF addressAndy Shevchenko
2017-05-29PNP / ACPI: join strings back for better maintenanceAndy Shevchenko
2017-05-29PNP / ACPI: add support for GpioInt resource typeJagadish Krishnamoorthy
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier
2017-01-19Make static usermode helper binaries constantGreg Kroah-Hartman
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-08-16PNP: isapnp: make core more explicitly non-modularPaul Gortmaker
2016-07-27PNP: pnpbios: add header file to fix build errorsRandy Dunlap
2016-07-26Merge tag 'pnp-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2016-07-15x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski
2016-07-05PNP: make pnpbios core explicitly non-modularPaul Gortmaker
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-05-02pnp: pnpbios: Add explicit X86_32 dependency to PNPBIOSWilliam Breathitt Gray
2016-04-22x86, drivers/pnpbios: Replace paravirt_enabled() check with legacy device checkLuis R. Rodriguez