aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-22mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich1-1/+1
2009-09-15driver model: constify attribute groupsDavid Brownell1-1/+1
2009-09-08dmi: extend dmi_get_year() to dmi_get_date()Tejun Heo1-18/+58
2009-09-08dmi: fix date handling in dmi_get_year()Tejun Heo1-2/+3
2009-06-17Pull for-2.6.31 into releaseTony Luck1-2/+2
2009-06-17[IA64] Convert ia64 to use int-ll64.hMatthew Wilcox1-2/+2
2009-06-16firmware_map: fix hang with x86/32bitYinghai Lu1-7/+9
2009-06-10[libata] ahci: Restore SB600 SATA controller 64 bit DMAShane Huang1-0/+1
2009-05-02ibft: fix the display of a few fields in the NIC attribute structure in sysfsAshutosh Naik1-2/+2
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-03-30dmi: Let dmi_walk() users pass private dataJean Delvare1-7/+11
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar1-1/+1
2009-02-18Bernhard has movedBernhard Walle1-1/+1
2009-02-13Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/header-fixes', 'x86/headers' and 'x86/minor-fixes' into x86/coreIngo Molnar1-2/+2
2009-02-11iscsi_ibft.c fix compilation warningJaswinder Singh Rajput1-2/+2
2009-01-28Merge branch 'core/percpu' into x86/coreIngo Molnar1-4/+8
2009-01-27Merge branch 'linus' into core/percpuIngo Molnar1-2/+2
2009-01-27DMI: Introduce dmi_first_match to make the interface more flexibleRafael J. Wysocki1-19/+55
2009-01-17dell_rbu: use scnprintf() instead of less secure sprintf()Pavel Roskin1-2/+2
2009-01-11cpumask: use cpumask_var_t in dcdbas.cMike Travis1-4/+8
2009-01-08Make various things staticRoel Kluin1-3/+3
2009-01-08dcdbas: export functionality for use in other driversMatthew Garrett2-4/+7
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+1
2009-01-06dmi: fix kernel-doc notationRandy Dunlap1-2/+4
2009-01-06dmi: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
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