Age | Commit message (Expand) | Author | Files | Lines |
2008-04-29 | PNP: make generic pnp_add_irq_resource() | Bjorn Helgaas | 1 | -24/+7 |
2008-04-29 | PNP: remove pnp_resource_table references from resource decoders | Bjorn Helgaas | 1 | -36/+46 |
2008-04-29 | PNP: make pnp_resource_table private to PNP core | Bjorn Helgaas | 1 | -4/+4 |
2008-04-29 | PNP: convert encoders to use pnp_get_resource(), not pnp_resource_table | Bjorn Helgaas | 1 | -8/+14 |
2008-04-29 | PNP: use dev_printk when possible | Bjorn Helgaas | 1 | -22/+14 |
2008-04-29 | PNP: add pnp_init_resources(struct pnp_dev *) interface | Bjorn Helgaas | 2 | -3/+2 |
2008-04-29 | PNP: add debug output to encoders | Bjorn Helgaas | 2 | -14/+46 |
2008-04-29 | PNP: remove more pnp_resource_table arguments | Bjorn Helgaas | 3 | -33/+33 |
2008-04-29 | PNP: remove pnp_resource_table from internal get/set interfaces | Bjorn Helgaas | 1 | -6/+4 |
2008-04-29 | PNP: add debug output to option registration | Bjorn Helgaas | 1 | -23/+31 |
2008-04-29 | PNP: add pnp_alloc_dev() | Bjorn Helgaas | 1 | -11/+2 |
2008-04-29 | PNP: add pnp_eisa_id_to_string() | Bjorn Helgaas | 2 | -24/+4 |
2008-04-29 | PNP: change pnp_add_id() to allocate its own pnp_id structures | Bjorn Helgaas | 2 | -9/+6 |
2008-04-29 | PNP: make pnp_add_id() internal to PNP core | Bjorn Helgaas | 1 | -0/+1 |
2008-04-29 | PNP: turn on -DDEBUG when CONFIG_PNP_DEBUG is set | Bjorn Helgaas | 1 | -0/+4 |
2008-02-15 | Dont touch fs_struct in drivers | Jan Blunck | 1 | -2/+0 |
2008-02-06 | pnp: declare PNP option parsing functions as __init | Thomas Renninger | 2 | -17/+18 |
2008-01-30 | git-x86: drivers/pnp/pnpbios/bioscalls.c build fix | Andrew Morton | 1 | -1/+4 |
2007-10-17 | PNP: simplify PNPBIOS insert_device | Bjorn Helgaas | 1 | -14/+14 |
2007-10-17 | pnp: avoid a small unlikely memory leak in proc_read_escd() | Jesper Juhl | 1 | -2/+3 |
2007-10-10 | drivers/firmware: const-ify DMI API and internals | Jeff Garzik | 1 | -1/+1 |
2007-08-24 | PNP: remove MODULE infrastructure | Bjorn Helgaas | 1 | -43/+0 |
2007-08-24 | PNP: fix up after Lindent | Bjorn Helgaas | 3 | -5/+7 |
2007-07-26 | PNP: fix up after Lindent | Bjorn Helgaas | 4 | -190/+103 |
2007-07-26 | PNP: Lindent all source files | Bjorn Helgaas | 4 | -407/+496 |
2007-07-18 | usermodehelper: Tidy up waiting | Jeremy Fitzhardinge | 1 | -1/+1 |
2007-07-17 | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 1 | -0/+1 |
2007-07-16 | Use menuconfig objects: PNP | Jan Engelhardt | 1 | -1/+1 |
2007-05-08 | PNP: notice whether we have PNP devices (PNPBIOS or PNPACPI) | Bjorn Helgaas | 1 | -0/+1 |
2007-05-08 | pnpbios: convert to use the kthread API | Eric W. Biederman | 1 | -9/+7 |
2007-02-11 | [PATCH] Remove unnecessary memset(0) calls after kzalloc() calls. | Robert P. J. Day | 1 | -1/+0 |
2006-12-13 | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 1 | -1/+1 |
2006-12-13 | [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() | Robert P. J. Day | 3 | -19/+19 |
2006-12-07 | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 1 | -1/+2 |
2006-12-07 | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 1 | -0/+1 |
2006-12-07 | [PATCH] paravirt: Allow disable power management under hypervisor | Rusty Russell | 1 | -1/+2 |
2006-10-01 | [PATCH] update legacy io handling for pmac | Olaf Hering | 1 | -0/+8 |
2006-08-01 | [PATCH] Fix swsusp with PNP BIOS | Ondrej Zary | 1 | -1/+1 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2006-03-23 | [PATCH] PnPBIOS: Missing SMALL_TAG_ENDDEP tag | Rene Herman | 1 | -5/+1 |
2006-01-06 | [PATCH] x86: Fixed pnp bios limits | Zachary Amsden | 1 | -11/+4 |
2006-01-06 | [PATCH] x86: Pnp byte granularity | Zachary Amsden | 1 | -1/+4 |
2006-01-06 | [PATCH] x86: Pnp segments in segment h | Zachary Amsden | 1 | -9/+0 |
2006-01-06 | [PATCH] x86: GDT alignment fix | Zachary Amsden | 1 | -9/+13 |
2006-01-05 | [PATCH] keep pnpbios usermod_helper away from hotplug_path[] | Kay Sievers | 1 | -5/+3 |
2005-10-31 | [PATCH] fix missing includes | Tim Schmielau | 1 | -0/+2 |
2005-09-08 | [PATCH] pnp: consolidate kmalloc wrappers | Bjorn Helgaas | 4 | -31/+20 |
2005-07-28 | [PATCH] drivers/pnp/pnpbios/rsparser.c: fix compile error with PCI=n | Adrian Bunk | 1 | -1/+1 |
2005-07-13 | [ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc... | Len Brown | 1 | -1/+1 |
2005-07-12 | [ACPI] PNPACPI vs sound IRQ | David Shaohua Li | 1 | -1/+1 |