summaryrefslogtreecommitdiffstats
path: root/drivers/pnp/pnpbios
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+6Star
| * PNP: make generic pnp_add_io_resource()Bjorn Helgaas2008-04-291-17/+6Star
| * PNP: make generic pnp_add_dma_resource()Bjorn Helgaas2008-04-291-22/+4Star
| * PNP: make generic pnp_add_irq_resource()Bjorn Helgaas2008-04-291-24/+7Star
| * 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/+14Star
| * PNP: add pnp_init_resources(struct pnp_dev *) interfaceBjorn Helgaas2008-04-292-3/+2Star
| * 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/+4Star
| * PNP: add debug output to option registrationBjorn Helgaas2008-04-291-23/+31
| * PNP: add pnp_alloc_dev()Bjorn Helgaas2008-04-291-11/+2Star
| * PNP: add pnp_eisa_id_to_string()Bjorn Helgaas2008-04-292-24/+4Star
| * PNP: change pnp_add_id() to allocate its own pnp_id structuresBjorn Helgaas2008-04-292-9/+6Star
| * 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-151-2/+0Star
* 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
* PNP: simplify PNPBIOS insert_deviceBjorn Helgaas2007-10-171-14/+14
* pnp: avoid a small unlikely memory leak in proc_read_escd()Jesper Juhl2007-10-171-2/+3
* drivers/firmware: const-ify DMI API and internalsJeff Garzik2007-10-101-1/+1
* PNP: remove MODULE infrastructureBjorn Helgaas2007-08-241-43/+0Star
* PNP: fix up after LindentBjorn Helgaas2007-08-243-5/+7
* PNP: fix up after LindentBjorn Helgaas2007-07-264-190/+103Star
* PNP: Lindent all source filesBjorn Helgaas2007-07-264-407/+496
* usermodehelper: Tidy up waitingJeremy Fitzhardinge2007-07-181-1/+1
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-0/+1
* Use menuconfig objects: PNPJan Engelhardt2007-07-161-1/+1
* PNP: notice whether we have PNP devices (PNPBIOS or PNPACPI)Bjorn Helgaas2007-05-081-0/+1
* pnpbios: convert to use the kthread APIEric W. Biederman2007-05-081-9/+7Star
* [PATCH] Remove unnecessary memset(0) calls after kzalloc() calls.Robert P. J. Day2007-02-111-1/+0Star
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* [PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day2006-12-133-19/+19
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-12-071-1/+2
|\
| * [PATCH] paravirt: Allow disable power management under hypervisorRusty Russell2006-12-071-1/+2
* | [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-071-0/+1
|/
* [PATCH] update legacy io handling for pmacOlaf Hering2006-10-011-0/+8
* [PATCH] Fix swsusp with PNP BIOSOndrej Zary2006-07-311-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] PnPBIOS: Missing SMALL_TAG_ENDDEP tagRene Herman2006-03-231-5/+1Star