Age | Commit message (Expand) | Author | Files | Lines |
2008-12-23 | Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',... | Ingo Molnar | 1 | -0/+11 |
2008-11-07 | trivial: dmi_scan typo | Alan Cox | 1 | -3/+3 |
2008-11-05 | x86: vmware: look for DMI string in the product serial key | Alok Kataria | 1 | -0/+11 |
2008-10-20 | x86: sysfs: kill owner field from attribute | Parag Warudkar | 1 | -1/+0 |
2008-10-17 | Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -6/+16 |
2008-10-16 | drivers/firmware/iscsi_ibft.c: make 3 functions static | Adrian Bunk | 1 | -9/+9 |
2008-09-18 | dmi scan: warn about too early calls to dmi_check_system() | Ingo Molnar | 1 | -6/+16 |
2008-09-03 | ibft: fix target info parsing in ibft module | Mike Christie | 1 | -2/+1 |
2008-08-13 | firmware/memmap: cleanup | Bernhard Walle | 1 | -18/+43 |
2008-07-30 | iscsi_ibft_find: fix modpost warning | Jan Beulich | 1 | -1/+0 |
2008-07-28 | Merge branch 'linus' into cpus4096 | Ingo Molnar | 1 | -2/+4 |
2008-07-27 | firmware: fix memmap printk format warnings | Randy Dunlap | 1 | -2/+4 |
2008-07-26 | cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu | Mike Travis | 1 | -2/+1 |
2008-07-25 | dell_rbu: use memory_read_from_buffer() | Akinobu Mita | 1 | -25/+3 |
2008-07-25 | dcdbas: use memory_read_from_buffer() | Akinobu Mita | 1 | -11/+2 |
2008-07-19 | cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptr | Mike Travis | 1 | -1/+2 |
2008-07-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 1 | -1/+1 |
2008-07-10 | dell_rbu: firmware data is const | Greg Kroah-Hartman | 1 | -1/+1 |
2008-07-08 | sysfs: add /sys/firmware/memmap | Bernhard Walle | 3 | -0/+216 |
2008-07-08 | Merge branch 'linus' into tmp.x86.mpparse.new | Ingo Molnar | 1 | -1/+1 |
2008-06-06 | edd: fix incorrect return of 1 from module_init | Alexey Dobriyan | 1 | -1/+1 |
2008-05-25 | x86 boot: add header comment to dmi.h stating what it is | Paul Jackson | 1 | -0/+5 |
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-29 | drivers: fix integer as NULL pointer warnings | Harvey Harrison | 1 | -1/+1 |
2008-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 4 | -0/+1088 |
2008-04-22 | Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil... | Linus Torvalds | 1 | -1/+0 |
2008-04-20 | 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-19 | drivers: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | 1 | -1/+0 |
2008-04-05 | ipmi: change device node ordering to reflect probe order | Carol Hebert | 1 | -1/+1 |
2008-02-24 | dmi: prevent linked list corruption | Jean Delvare | 1 | -7/+1 |
2008-02-24 | 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-08 | 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-04 | 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-25 | Kobject: convert drivers/* from kobject_unregister() to kobject_put() | Greg Kroah-Hartman | 2 | -4/+4 |
2008-01-25 | Kobject: change drivers/firmware/efivars.c to use kobject_init_and_add | Greg Kroah-Hartman | 1 | -3/+3 |
2008-01-25 | Kobject: change drivers/firmware/edd.c to use kobject_init_and_add | Greg Kroah-Hartman | 1 | -5/+5 |
2008-01-25 | kobject: convert efivars to use kobject_create | Greg Kroah-Hartman | 1 | -10/+8 |
2008-01-25 | firmware: change firmware_kset to firmware_kobj | Greg Kroah-Hartman | 2 | -2/+2 |
2008-01-25 | kset: convert edd to use kset_create | Greg Kroah-Hartman | 1 | -7/+7 |
2008-01-25 | kset: convert efivars to use kset_create for the vars sub-subsystem. | Greg Kroah-Hartman | 1 | -12/+10 |