Age | Commit message (Expand) | Author | Files | Lines |
2008-04-29 | edd: add default mode CONFIG_EDD_OFF=n, override with edd={on,off} | Tim Gardner | 1 | -0/+9 |
2008-04-29 | firmware: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2 | -14/+14 |
2008-04-28 | drivers: fix integer as NULL pointer warnings | Harvey Harrison | 1 | -1/+1 |
2008-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 4 | -0/+1088 |
2008-04-21 | Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil... | Linus Torvalds | 1 | -1/+0 |
2008-04-19 | Firmware: add iSCSI iBFT Support | Konrad Rzeszutek | 4 | -0/+1088 |
2008-04-19 | generic: use new set_cpus_allowed_ptr function | Mike Travis | 1 | -2/+2 |
2008-04-18 | drivers: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | 1 | -1/+0 |
2008-04-04 | ipmi: change device node ordering to reflect probe order | Carol Hebert | 1 | -1/+1 |
2008-02-23 | dmi: prevent linked list corruption | Jean Delvare | 1 | -7/+1 |
2008-02-23 | dmi: don't save the same device twice | Jean Delvare | 1 | -30/+44 |
2008-02-08 | SMBIOS/DMI: add type 41 = Onboard Devices Extended Information | Wim Van Sebroeck | 1 | -0/+25 |
2008-02-07 | dmi: Let drivers walk the DMI table | Jean Delvare | 1 | -14/+48 |
2008-02-07 | Merge branches 'release' and 'dmi' into release | Len Brown | 1 | -9/+0 |
2008-02-06 | dcdbas: add DMI-based module autloading | Matt Domsch | 1 | -1/+2 |
2008-02-06 | Remove inclusions of <linux/autoconf.h> | Ralf Baechle | 1 | -1/+0 |
2008-02-03 | DMI: remove duplicate helper routine | Len Brown | 1 | -9/+0 |
2008-02-03 | drivers/firmware/: Spelling fixes | Joe Perches | 1 | -1/+1 |
2008-01-30 | x86: left over fix for leak of early_ioremp in dmi_scan | Yinghai Lu | 1 | -0/+1 |
2008-01-30 | x86: fix DMI ioremap leak | Ingo Molnar | 1 | -0/+1 |
2008-01-30 | x86: fix DMI out of memory problems | Parag Warudkar | 1 | -3/+21 |
2008-01-24 | Kobject: convert drivers/* from kobject_unregister() to kobject_put() | Greg Kroah-Hartman | 2 | -4/+4 |
2008-01-24 | Kobject: change drivers/firmware/efivars.c to use kobject_init_and_add | Greg Kroah-Hartman | 1 | -3/+3 |
2008-01-24 | Kobject: change drivers/firmware/edd.c to use kobject_init_and_add | Greg Kroah-Hartman | 1 | -5/+5 |
2008-01-24 | kobject: convert efivars to use kobject_create | Greg Kroah-Hartman | 1 | -10/+8 |
2008-01-24 | firmware: change firmware_kset to firmware_kobj | Greg Kroah-Hartman | 2 | -2/+2 |
2008-01-24 | kset: convert edd to use kset_create | Greg Kroah-Hartman | 1 | -7/+7 |
2008-01-24 | kset: convert efivars to use kset_create for the vars sub-subsystem. | Greg Kroah-Hartman | 1 | -12/+10 |
2008-01-24 | kset: convert efivars to use kset_create for the efi subsystem. | Greg Kroah-Hartman | 1 | -10/+9 |
2008-01-24 | kobject: convert efivars to kobj_attr interface | Greg Kroah-Hartman | 1 | -21/+14 |
2008-01-24 | efivars: make new_var and del_var binary sysfs files | Greg Kroah-Hartman | 1 | -28/+23 |
2008-01-24 | kobject: remove struct kobj_type from struct kset | Greg Kroah-Hartman | 2 | -6/+8 |
2008-01-23 | DMI: create dmi_get_slot() | Len Brown | 1 | -0/+8 |
2008-01-23 | DMI: move dmi_available declaration to linux/dmi.h | Len Brown | 1 | -2/+0 |
2008-01-08 | dmi-id: fix for __you_cannot_kmalloc_that_much failure | Jean Delvare | 1 | -5/+14 |
2007-10-19 | define global BIT macro | Jiri Slaby | 1 | -2/+0 |
2007-10-19 | get rid of input BIT* duplicate defines | Jiri Slaby | 1 | -1/+2 |
2007-10-12 | Driver core: rename ktype_edd and ktype_efivar | Greg Kroah-Hartman | 2 | -4/+4 |
2007-10-12 | dmi-id: Possible cleanup | Jean Delvare | 1 | -5/+2 |
2007-10-12 | dmi-id: Use dynamic sysfs attributes | Jean Delvare | 1 | -12/+26 |
2007-10-12 | Driver core: change add_uevent_var to use a struct | Kay Sievers | 1 | -7/+10 |
2007-10-09 | drivers/firmware: const-ify DMI API and internals | Jeff Garzik | 1 | -26/+31 |
2007-07-16 | edd: switch to pci_get based API | Alan Cox | 1 | -2/+5 |
2007-07-16 | serial: convert early_uart to earlycon for 8250 | Yinghai Lu | 1 | -2/+4 |
2007-07-11 | sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys... | Zhang Rui | 2 | -14/+21 |
2007-07-11 | sysfs: kill unnecessary attribute->owner | Tejun Heo | 4 | -9/+8 |
2007-07-11 | DMI-based module autoloading | Lennart Poettering | 4 | -6/+299 |
2007-05-02 | remove "struct subsystem" as it is no longer needed | Greg Kroah-Hartman | 1 | -6/+6 |
2007-02-11 | [PATCH] docbook: add edd firmware interfaces | Randy Dunlap | 1 | -3/+5 |
2007-02-02 | ACPICA: Remove duplicate table definitions (non-conflicting), cont | Alexey Starikovskiy | 1 | -1/+1 |