aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pnp/pnpbios
Commit message (Expand)AuthorAgeFilesLines
* 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
| * PNP: make generic pnp_add_mem_resource()Bjorn Helgaas2008-04-291-17/+6
| * PNP: make generic pnp_add_io_resource()Bjorn Helgaas2008-04-291-17/+6
| * PNP: make generic pnp_add_dma_resource()Bjorn Helgaas2008-04-291-22/+4
| * PNP: make generic pnp_add_irq_resource()Bjorn Helgaas2008-04-291-24/+7
| * PNP: remove pnp_resource_table references from resource decodersBjorn Helgaas2008-04-291-36/+46
| * PNP: make pnp_resource_table private to PNP coreBjorn Helgaas2008-04-291-4/+4
| * PNP: convert encoders to use pnp_get_resource(), not pnp_resource_tableBjorn Helgaas2008-04-291-8/+14
| * PNP: use dev_printk when possibleBjorn Helgaas2008-04-291-22/+14
| * PNP: add pnp_init_resources(struct pnp_dev *) interfaceBjorn Helgaas2008-04-292-3/+2
| * PNP: add debug output to encodersBjorn Helgaas2008-04-292-14/+46
| * PNP: remove more pnp_resource_table argumentsBjorn Helgaas2008-04-293-33/+33
| * PNP: remove pnp_resource_table from internal get/set interfacesBjorn Helgaas2008-04-291-6/+4
| * PNP: add debug output to option registrationBjorn Helgaas2008-04-291-23/+31
| * PNP: add pnp_alloc_dev()Bjorn Helgaas2008-04-291-11/+2
| * PNP: add pnp_eisa_id_to_string()Bjorn Helgaas2008-04-292-24/+4
| * PNP: change pnp_add_id() to allocate its own pnp_id structuresBjorn Helgaas2008-04-292-9/+6
| * PNP: make pnp_add_id() internal to PNP coreBjorn Helgaas2008-04-291-0/+1
| * PNP: turn on -DDEBUG when CONFIG_PNP_DEBUG is setBjorn Helgaas2008-04-291-0/+4
* | proc: remove proc_busAlexey Dobriyan2008-04-291-2/+2
|/
* Dont touch fs_struct in driversJan Blunck2008-02-141-2/+0
* pnp: declare PNP option parsing functions as __initThomas Renninger2008-02-062-17/+18
* git-x86: drivers/pnp/pnpbios/bioscalls.c build fixAndrew Morton2008-01-301-1/+4