aboutsummaryrefslogtreecommitdiff
path: root/drivers/pnp/pnpbios
AgeCommit message (Expand)AuthorFilesLines
2017-03-16x86: Remap GDT tables in the fixmap sectionGravatar Thomas Garnier 1-5/+5
2017-01-19Make static usermode helper binaries constantGravatar Greg Kroah-Hartman 1-2/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-07-27PNP: pnpbios: add header file to fix build errorsGravatar Randy Dunlap 1-0/+1
2016-07-05PNP: make pnpbios core explicitly non-modularGravatar Paul Gortmaker 1-2/+1
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2016-05-02pnp: pnpbios: Add explicit X86_32 dependency to PNPBIOSGravatar William Breathitt Gray 1-1/+1
2016-04-22x86, drivers/pnpbios: Replace paravirt_enabled() check with legacy device checkGravatar Luis R. Rodriguez 1-1/+2
2015-01-25pnpbios: bail out on strange errorsGravatar Alan Cox 1-1/+2
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Gravatar Andi Kleen 1-1/+1
2014-02-13asmlinkage, pnp: Make variables used from assembler code visibleGravatar Andi Kleen 1-4/+5
2014-01-07PNPBIOS: check return value of pnp_add_device()Gravatar Dmitry Torokhov 1-3/+9
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-8/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2013-04-23pnp: use %*phC to dump small buffersGravatar Andy Shevchenko 1-3/+2
2013-04-18powerpc: remove PReP platformGravatar Paul Bolle 1-8/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Gravatar Al Viro 1-2/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2013-01-26drivers/pnp/pnpbios: remove depends on CONFIG_EXPERIMENTALGravatar Kees Cook 1-2/+2
2012-11-28pnpbios: remove CONFIG_HOTPLUG ifdefsGravatar Bill Pemberton 1-13/+7
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 2-2/+0
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Gravatar Joe Perches 1-6/+6
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-10-27PNP: Compile all pnp built-in stuff in one module namespaceGravatar Thomas Renninger 1-2/+3
2010-10-18Update broken web addresses in the kernel.Gravatar Justin P. Mattock 1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 2-2/+0
2009-12-16pnpbios: convert to seq_fileGravatar Alexey Dobriyan 1-75/+129
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 1-4/+4
2009-08-10x86: Introduce GDT_ENTRY_INIT(), initialize bad_bios_desc staticallyGravatar Akinobu Mita 1-3/+2
2009-08-08x86: Introduce GDT_ENTRY_INIT()Gravatar Akinobu Mita 1-4/+1
2009-07-19x86: Introduce set_desc_base() and set_desc_limit()Gravatar Akinobu Mita 1-10/+11
2009-04-02pnpbios: propagate kthread_run() errorGravatar Erik Ekman 1-4/+3
2009-04-02pnpbios: fix warning if CONFIG_HOTPLUG=nGravatar Erik Ekman 1-6/+7
2009-01-01percpu: fix percpu accessors to potentially !cpu_possible() cpus: pnpbiosGravatar Rusty Russell 1-1/+1
2008-10-23Merge branch 'linus' into testGravatar Len Brown 1-3/+3
2008-10-15Merge commit 'origin'Gravatar Benjamin Herrenschmidt 1-1/+1
2008-10-10PNP: remove old CONFIG_PNP_DEBUG optionGravatar Bjorn Helgaas 1-4/+0
2008-10-10PNP: convert to using pnp_dbg()Gravatar Bjorn Helgaas 2-11/+11
2008-10-10PnP: move pnpacpi/pnpbios_init to after PCI initGravatar Linus Torvalds 1-1/+1
2008-09-23powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checksGravatar Kumar Gala 1-2/+2
2008-07-16PNP: convert resource options to single linked listGravatar Bjorn Helgaas 1-36/+31
2008-07-16PNP: remove extra 0x100 bit from option priorityGravatar Bjorn Helgaas 1-3/+3
2008-07-16PNP: centralize resource option allocationsGravatar Bjorn Helgaas 1-70/+50
2008-07-16PNP: introduce pnp_irq_mask_t typedefGravatar Bjorn Helgaas 1-1/+1
2008-07-16PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEMGravatar Bjorn Helgaas 1-2/+2
2008-07-16PNP: replace pnp_resource_table with dynamically allocated resourcesGravatar Bjorn Helgaas 1-26/+69
2008-05-01PNP: fix printk format warningsGravatar Randy Dunlap 1-2/+4
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 6-205/+299
2008-04-29proc: remove proc_busGravatar Alexey Dobriyan 1-2/+2