aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-29DMI: add dmi_matchJiri Slaby1-0/+16
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-5/+2
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog'...Ingo Molnar1-0/+11
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2008-11-07trivial: dmi_scan typoAlan Cox1-3/+3
2008-11-04x86: vmware: look for DMI string in the product serial keyAlok Kataria1-0/+11
2008-10-31drivers: replace NIPQUAD()Harvey Harrison1-2/+1
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-1/+1
2008-10-28misc: replace NIP6_FMT with %p6 format specifierHarvey Harrison1-3/+1
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar1-1/+0
2008-10-16Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+16
2008-10-16drivers/firmware/iscsi_ibft.c: make 3 functions staticAdrian Bunk1-9/+9
2008-09-18dmi scan: warn about too early calls to dmi_check_system()Ingo Molnar1-6/+16
2008-09-02ibft: fix target info parsing in ibft moduleMike Christie1-2/+1
2008-08-12firmware/memmap: cleanupBernhard Walle1-18/+43
2008-07-30iscsi_ibft_find: fix modpost warningJan Beulich1-1/+0
2008-07-28Merge branch 'linus' into cpus4096Ingo Molnar1-2/+4
2008-07-26firmware: fix memmap printk format warningsRandy Dunlap1-2/+4
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis1-2/+1
2008-07-25dell_rbu: use memory_read_from_buffer()Akinobu Mita1-25/+3
2008-07-25dcdbas: use memory_read_from_buffer()Akinobu Mita1-11/+2
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis1-1/+2
2008-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse1-1/+1
2008-07-10dell_rbu: firmware data is constGreg Kroah-Hartman1-1/+1
2008-07-08sysfs: add /sys/firmware/memmapBernhard Walle3-0/+216
2008-07-08Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar1-1/+1
2008-06-06edd: fix incorrect return of 1 from module_initAlexey Dobriyan1-1/+1
2008-05-25x86 boot: add header comment to dmi.h stating what it isPaul Jackson1-0/+5
2008-04-29edd: add default mode CONFIG_EDD_OFF=n, override with edd={on,off}Tim Gardner1-0/+9
2008-04-29firmware: replace remaining __FUNCTION__ occurrencesHarvey Harrison2-14/+14
2008-04-28drivers: fix integer as NULL pointer warningsHarvey Harrison1-1/+1
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds4-0/+1088
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds1-1/+0
2008-04-19Firmware: add iSCSI iBFT SupportKonrad Rzeszutek4-0/+1088
2008-04-19generic: use new set_cpus_allowed_ptr functionMike Travis1-2/+2
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-04ipmi: change device node ordering to reflect probe orderCarol Hebert1-1/+1
2008-02-23dmi: prevent linked list corruptionJean Delvare1-7/+1
2008-02-23dmi: don't save the same device twiceJean Delvare1-30/+44
2008-02-08SMBIOS/DMI: add type 41 = Onboard Devices Extended InformationWim Van Sebroeck1-0/+25
2008-02-07dmi: Let drivers walk the DMI tableJean Delvare1-14/+48
2008-02-07Merge branches 'release' and 'dmi' into releaseLen Brown1-9/+0
2008-02-06dcdbas: add DMI-based module autloadingMatt Domsch1-1/+2
2008-02-06Remove inclusions of <linux/autoconf.h>Ralf Baechle1-1/+0
2008-02-03DMI: remove duplicate helper routineLen Brown1-9/+0
2008-02-03drivers/firmware/: Spelling fixesJoe Perches1-1/+1
2008-01-30x86: left over fix for leak of early_ioremp in dmi_scanYinghai Lu1-0/+1
2008-01-30x86: fix DMI ioremap leakIngo Molnar1-0/+1
2008-01-30x86: fix DMI out of memory problemsParag Warudkar1-3/+21
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2-4/+4