summaryrefslogtreecommitdiffstats
path: root/drivers/pnp/pnpbios
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150Thomas Gleixner2019-05-302-28/+2Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-71/+7Star
* PNP: pnpbios: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2017-12-161-4/+1Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-141-1/+1
* x86: Remap GDT tables in the fixmap sectionThomas Garnier2017-03-161-5/+5
* Make static usermode helper binaries constantGreg Kroah-Hartman2017-01-191-2/+3
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* PNP: pnpbios: add header file to fix build errorsRandy Dunlap2016-07-271-0/+1
* PNP: make pnpbios core explicitly non-modularPaul Gortmaker2016-07-051-2/+1Star
* Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-211-1/+1
|\
| * pnp: pnpbios: Add explicit X86_32 dependency to PNPBIOSWilliam Breathitt Gray2016-05-021-1/+1
* | x86, drivers/pnpbios: Replace paravirt_enabled() check with legacy device checkLuis R. Rodriguez2016-04-221-1/+2
|/
* pnpbios: bail out on strange errorsAlan Cox2015-01-251-1/+2
* asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen2014-05-061-1/+1
* asmlinkage, pnp: Make variables used from assembler code visibleAndi Kleen2014-02-141-4/+5
* PNPBIOS: check return value of pnp_add_device()Dmitry Torokhov2014-01-071-3/+9
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-05-021-8/+1Star
|\
| * powerpc: remove PReP platformPaul Bolle2013-04-181-8/+1Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-2/+2
|\ \
| * | procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-2/+2
| |/
* / pnp: use %*phC to dump small buffersAndy Shevchenko2013-04-231-3/+2Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-231-1/+1
* | drivers/pnp/pnpbios: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-261-2/+2
|/
* pnpbios: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-13/+7Star
* Remove all #inclusions of asm/system.hDavid Howells2012-03-282-2/+0Star
* treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-6/+6
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* PNP: Compile all pnp built-in stuff in one module namespaceThomas Renninger2010-10-271-2/+3
* Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+0Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-2/+0Star
* pnpbios: convert to seq_fileAlexey Dobriyan2009-12-161-75/+129
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-4/+4
* x86: Introduce GDT_ENTRY_INIT(), initialize bad_bios_desc staticallyAkinobu Mita2009-08-101-3/+2Star
* x86: Introduce GDT_ENTRY_INIT()Akinobu Mita2009-08-081-4/+1Star
* x86: Introduce set_desc_base() and set_desc_limit()Akinobu Mita2009-07-191-10/+11
* pnpbios: propagate kthread_run() errorErik Ekman2009-04-031-4/+3Star
* pnpbios: fix warning if CONFIG_HOTPLUG=nErik Ekman2009-04-031-6/+7
* percpu: fix percpu accessors to potentially !cpu_possible() cpus: pnpbiosRusty Russell2009-01-011-1/+1
* Merge branch 'linus' into testLen Brown2008-10-231-3/+3
|\
| * Merge commit 'origin'Benjamin Herrenschmidt2008-10-151-1/+1
| |\
| | * PnP: move pnpacpi/pnpbios_init to after PCI initLinus Torvalds2008-10-101-1/+1
| * | powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checksKumar Gala2008-09-231-2/+2
| |/
* | PNP: remove old CONFIG_PNP_DEBUG optionBjorn Helgaas2008-10-111-4/+0Star
* | PNP: convert to using pnp_dbg()Bjorn Helgaas2008-10-112-11/+11
|/
* PNP: convert resource options to single linked listBjorn Helgaas2008-07-161-36/+31Star
* PNP: remove extra 0x100 bit from option priorityBjorn Helgaas2008-07-161-3/+3
* PNP: centralize resource option allocationsBjorn Helgaas2008-07-161-70/+50Star