aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Gravatar Yang Hongyang 1-1/+1
2009-03-30dmi: Let dmi_walk() users pass private dataGravatar Jean Delvare 1-7/+11
2009-02-22Merge branch 'linus' into x86/apicGravatar Ingo Molnar 1-1/+1
2009-02-18Bernhard has movedGravatar Bernhard Walle 1-1/+1
2009-02-13Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/...Gravatar Ingo Molnar 1-2/+2
2009-02-11iscsi_ibft.c fix compilation warningGravatar Jaswinder Singh Rajput 1-2/+2
2009-01-28Merge branch 'core/percpu' into x86/coreGravatar Ingo Molnar 1-4/+8
2009-01-27Merge branch 'linus' into core/percpuGravatar Ingo Molnar 1-2/+2
2009-01-27DMI: Introduce dmi_first_match to make the interface more flexibleGravatar Rafael J. Wysocki 1-19/+55
2009-01-17dell_rbu: use scnprintf() instead of less secure sprintf()Gravatar Pavel Roskin 1-2/+2
2009-01-11cpumask: use cpumask_var_t in dcdbas.cGravatar Mike Travis 1-4/+8
2009-01-08Make various things staticGravatar Roel Kluin 1-3/+3
2009-01-08dcdbas: export functionality for use in other driversGravatar Matthew Garrett 2-4/+7
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 1-1/+1
2009-01-06dmi: fix kernel-doc notationGravatar Randy Dunlap 1-2/+4
2009-01-06dmi: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-1/+1
2008-12-29DMI: add dmi_matchGravatar Jiri Slaby 1-0/+16
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-5/+2
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Gravatar Ingo Molnar 1-0/+11
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-3/+3
2008-11-07trivial: dmi_scan typoGravatar Alan Cox 1-3/+3
2008-11-04x86: vmware: look for DMI string in the product serial keyGravatar Alok Kataria 1-0/+11
2008-10-31drivers: replace NIPQUAD()Gravatar Harvey Harrison 1-2/+1
2008-10-29net: replace %p6 with %pI6Gravatar Harvey Harrison 1-1/+1
2008-10-28misc: replace NIP6_FMT with %p6 format specifierGravatar Harvey Harrison 1-3/+1
2008-10-20x86: sysfs: kill owner field from attributeGravatar Parag Warudkar 1-1/+0
2008-10-16Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-6/+16
2008-10-16drivers/firmware/iscsi_ibft.c: make 3 functions staticGravatar Adrian Bunk 1-9/+9
2008-09-18dmi scan: warn about too early calls to dmi_check_system()Gravatar Ingo Molnar 1-6/+16
2008-09-02ibft: fix target info parsing in ibft moduleGravatar Mike Christie 1-2/+1
2008-08-12firmware/memmap: cleanupGravatar Bernhard Walle 1-18/+43
2008-07-30iscsi_ibft_find: fix modpost warningGravatar Jan Beulich 1-1/+0
2008-07-28Merge branch 'linus' into cpus4096Gravatar Ingo Molnar 1-2/+4
2008-07-26firmware: fix memmap printk format warningsGravatar Randy Dunlap 1-2/+4
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuGravatar Mike Travis 1-2/+1
2008-07-25dell_rbu: use memory_read_from_buffer()Gravatar Akinobu Mita 1-25/+3
2008-07-25dcdbas: use memory_read_from_buffer()Gravatar Akinobu Mita 1-11/+2
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrGravatar Mike Travis 1-1/+2
2008-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitGravatar David Woodhouse 1-1/+1
2008-07-10dell_rbu: firmware data is constGravatar Greg Kroah-Hartman 1-1/+1
2008-07-08sysfs: add /sys/firmware/memmapGravatar Bernhard Walle 3-0/+216
2008-07-08Merge branch 'linus' into tmp.x86.mpparse.newGravatar Ingo Molnar 1-1/+1
2008-06-06edd: fix incorrect return of 1 from module_initGravatar Alexey Dobriyan 1-1/+1
2008-05-25x86 boot: add header comment to dmi.h stating what it isGravatar Paul Jackson 1-0/+5
2008-04-29edd: add default mode CONFIG_EDD_OFF=n, override with edd={on,off}Gravatar Tim Gardner 1-0/+9
2008-04-29firmware: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 2-14/+14
2008-04-28drivers: fix integer as NULL pointer warningsGravatar Harvey Harrison 1-1/+1
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Gravatar Linus Torvalds 4-0/+1088
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Gravatar Linus Torvalds 1-1/+0
2008-04-19Firmware: add iSCSI iBFT SupportGravatar Konrad Rzeszutek 4-0/+1088