summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorLines
2009-01-27Merge branch 'linus' into core/percpuIngo Molnar-2/+2
2009-01-27DMI: Introduce dmi_first_match to make the interface more flexibleRafael J. Wysocki-19/+55
2009-01-17dell_rbu: use scnprintf() instead of less secure sprintf()Pavel Roskin-2/+2
2009-01-11cpumask: use cpumask_var_t in dcdbas.cMike Travis-4/+8
2009-01-08Make various things staticRoel Kluin-3/+3
2009-01-08dcdbas: export functionality for use in other driversMatthew Garrett-4/+7
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds-1/+1
2009-01-06dmi: fix kernel-doc notationRandy Dunlap-2/+4
2009-01-06dmi: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers-1/+1
2008-12-29DMI: add dmi_matchJiri Slaby-0/+16
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-5/+2
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar-0/+11
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-3/+3
2008-11-07trivial: dmi_scan typoAlan Cox-3/+3
2008-11-04x86: vmware: look for DMI string in the product serial keyAlok Kataria-0/+11
2008-10-31drivers: replace NIPQUAD()Harvey Harrison-2/+1
2008-10-29net: replace %p6 with %pI6Harvey Harrison-1/+1
2008-10-28misc: replace NIP6_FMT with %p6 format specifierHarvey Harrison-3/+1
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar-1/+0
2008-10-16Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+16
2008-10-16drivers/firmware/iscsi_ibft.c: make 3 functions staticAdrian Bunk-9/+9
2008-09-18dmi scan: warn about too early calls to dmi_check_system()Ingo Molnar-6/+16
2008-09-02ibft: fix target info parsing in ibft moduleMike Christie-2/+1
2008-08-12firmware/memmap: cleanupBernhard Walle-18/+43
2008-07-30iscsi_ibft_find: fix modpost warningJan Beulich-1/+0
2008-07-28Merge branch 'linus' into cpus4096Ingo Molnar-2/+4
2008-07-26firmware: fix memmap printk format warningsRandy Dunlap-2/+4
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis-2/+1
2008-07-25dell_rbu: use memory_read_from_buffer()Akinobu Mita-25/+3
2008-07-25dcdbas: use memory_read_from_buffer()Akinobu Mita-11/+2
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis-1/+2
2008-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse-1/+1
2008-07-10dell_rbu: firmware data is constGreg Kroah-Hartman-1/+1
2008-07-08sysfs: add /sys/firmware/memmapBernhard Walle-0/+216
2008-07-08Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar-1/+1
2008-06-06edd: fix incorrect return of 1 from module_initAlexey Dobriyan-1/+1
2008-05-25x86 boot: add header comment to dmi.h stating what it isPaul Jackson-0/+5
2008-04-29edd: add default mode CONFIG_EDD_OFF=n, override with edd={on,off}Tim Gardner-0/+9
2008-04-29firmware: replace remaining __FUNCTION__ occurrencesHarvey Harrison-14/+14
2008-04-28drivers: fix integer as NULL pointer warningsHarvey Harrison-1/+1
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds-0/+1088
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds-1/+0
2008-04-19Firmware: add iSCSI iBFT SupportKonrad Rzeszutek-0/+1088
2008-04-19generic: use new set_cpus_allowed_ptr functionMike Travis-2/+2
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox-1/+0
2008-04-04ipmi: change device node ordering to reflect probe orderCarol Hebert-1/+1
2008-02-23dmi: prevent linked list corruptionJean Delvare-7/+1
2008-02-23dmi: don't save the same device twiceJean Delvare-30/+44
2008-02-08SMBIOS/DMI: add type 41 = Onboard Devices Extended InformationWim Van Sebroeck-0/+25
2008-02-07dmi: Let drivers walk the DMI tableJean Delvare-14/+48