summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorLines
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright-9/+9
2010-04-07Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-3/+8
2010-04-01ibft, x86: Change reserve_ibft_region() to find_ibft_region()Yinghai Lu-3/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-2/+5
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy-4/+4
2010-03-06memory-hotplug: create /sys/firmware/memmap entry for new memoryakpm@linux-foundation.org-21/+36
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller-5/+3
2010-02-26drivers/firmware/iscsi_ibft.c: remove NIPQUAD_FMT, use %pI4Joe Perches-5/+3
2010-01-07drivers/firmware/iscsi_ibft.c: use %pM to show MAC addresshartleys-5/+1
2009-12-15firmware: only allow EDD on x86Mike Frysinger-2/+2
2009-12-15drivers/firmware/dmi_scan.c: use %pUB to print UUIDsJoe Perches-4/+1
2009-12-11firmware_class: make request_firmware_nowait more usefulJohannes Berg-2/+7
2009-12-04DMI: allow omitting ident strings in DMI tablesDmitry Torokhov-3/+12
2009-10-05iSCSI/iBFT: use proper address translationJan Beulich-3/+3
2009-09-22mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich-1/+1
2009-09-15driver model: constify attribute groupsDavid Brownell-1/+1
2009-09-08dmi: extend dmi_get_year() to dmi_get_date()Tejun Heo-18/+58
2009-09-08dmi: fix date handling in dmi_get_year()Tejun Heo-2/+3
2009-06-17Pull for-2.6.31 into releaseTony Luck-2/+2
2009-06-17[IA64] Convert ia64 to use int-ll64.hMatthew Wilcox-2/+2
2009-06-16firmware_map: fix hang with x86/32bitYinghai Lu-7/+9
2009-06-10[libata] ahci: Restore SB600 SATA controller 64 bit DMAShane Huang-0/+1
2009-05-02ibft: fix the display of a few fields in the NIC attribute structure in sysfsAshutosh Naik-2/+2
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang-1/+1
2009-03-30dmi: Let dmi_walk() users pass private dataJean Delvare-7/+11
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar-1/+1
2009-02-18Bernhard has movedBernhard Walle-1/+1
2009-02-13Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/...Ingo Molnar-2/+2
2009-02-11iscsi_ibft.c fix compilation warningJaswinder Singh Rajput-2/+2
2009-01-28Merge branch 'core/percpu' into x86/coreIngo Molnar-4/+8
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