summaryrefslogtreecommitdiffstats
path: root/drivers/pnp/pnpbios
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-201-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-051-1/+1
* asmlinkage, pnp: Make variables used from assembler code visibleAndi Kleen2014-02-131-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/+1
|\
| * powerpc: remove PReP platformPaul Bolle2013-04-181-8/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-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/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | drivers/pnp/pnpbios: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-261-2/+2
|/
* pnpbios: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-13/+7
* Remove all #inclusions of asm/system.hDavid Howells2012-03-282-2/+0
* 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/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-2/+0
* 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/+2
* x86: Introduce GDT_ENTRY_INIT()Akinobu Mita2009-08-081-4/+1
* x86: Introduce set_desc_base() and set_desc_limit()Akinobu Mita2009-07-191-10/+11
* pnpbios: propagate kthread_run() errorErik Ekman2009-04-021-4/+3
* pnpbios: fix warning if CONFIG_HOTPLUG=nErik Ekman2009-04-021-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-101-4/+0
* | PNP: convert to using pnp_dbg()Bjorn Helgaas2008-10-102-11/+11
|/
* PNP: convert resource options to single linked listBjorn Helgaas2008-07-161-36/+31
* PNP: remove extra 0x100 bit from option priorityBjorn Helgaas2008-07-161-3/+3
* PNP: centralize resource option allocationsBjorn Helgaas2008-07-161-70/+50
* PNP: introduce pnp_irq_mask_t typedefBjorn Helgaas2008-07-161-1/+1
* PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEMBjorn Helgaas2008-07-161-2/+2
* PNP: replace pnp_resource_table with dynamically allocated resourcesBjorn Helgaas2008-07-161-26/+69
* PNP: fix printk format warningsRandy Dunlap2008-05-011-2/+4
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-04-306-205/+299
|\
| * PNPBIOS: remove include/linux/pnpbios.hBjorn Helgaas2008-04-295-4/+137