summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
...
* | sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-213-9/+9
|/
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-04-071-3/+8
|\
| * ibft, x86: Change reserve_ibft_region() to find_ibft_region()Yinghai Lu2010-04-011-3/+8
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-307-2/+5
|/
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-074-4/+4
* memory-hotplug: create /sys/firmware/memmap entry for new memoryakpm@linux-foundation.org2010-03-061-21/+36
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-02-281-5/+3
|\
| * drivers/firmware/iscsi_ibft.c: remove NIPQUAD_FMT, use %pI4Joe Perches2010-02-261-5/+3
* | drivers/firmware/iscsi_ibft.c: use %pM to show MAC addresshartleys2010-01-071-5/+1
|/
* firmware: only allow EDD on x86Mike Frysinger2009-12-151-2/+2
* drivers/firmware/dmi_scan.c: use %pUB to print UUIDsJoe Perches2009-12-151-4/+1
* firmware_class: make request_firmware_nowait more usefulJohannes Berg2009-12-111-2/+7
* DMI: allow omitting ident strings in DMI tablesDmitry Torokhov2009-12-041-3/+12
* iSCSI/iBFT: use proper address translationJan Beulich2009-10-052-3/+3
* mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich2009-09-221-1/+1
* driver model: constify attribute groupsDavid Brownell2009-09-151-1/+1
* dmi: extend dmi_get_year() to dmi_get_date()Tejun Heo2009-09-081-18/+58
* dmi: fix date handling in dmi_get_year()Tejun Heo2009-09-081-2/+3
* Pull for-2.6.31 into releaseTony Luck2009-06-171-2/+2
|\
| * [IA64] Convert ia64 to use int-ll64.hMatthew Wilcox2009-06-171-2/+2
* | firmware_map: fix hang with x86/32bitYinghai Lu2009-06-161-7/+9
|/
* [libata] ahci: Restore SB600 SATA controller 64 bit DMAShane Huang2009-06-101-0/+1
* ibft: fix the display of a few fields in the NIC attribute structure in sysfsAshutosh Naik2009-05-021-2/+2
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* dmi: Let dmi_walk() users pass private dataJean Delvare2009-03-301-7/+11
* Merge branch 'linus' into x86/apicIngo Molnar2009-02-221-1/+1
|\
| * Bernhard has movedBernhard Walle2009-02-181-1/+1
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/...Ingo Molnar2009-02-131-2/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | | | | * iscsi_ibft.c fix compilation warningJaswinder Singh Rajput2009-02-111-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'core/percpu' into x86/coreIngo Molnar2009-01-281-4/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'linus' into core/percpuIngo Molnar2009-01-271-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | cpumask: use cpumask_var_t in dcdbas.cMike Travis2009-01-111-4/+8
| | |/ / | |/| |
* | | | DMI: Introduce dmi_first_match to make the interface more flexibleRafael J. Wysocki2009-01-271-19/+55
| |/ / |/| |
* | | dell_rbu: use scnprintf() instead of less secure sprintf()Pavel Roskin2009-01-171-2/+2
|/ /
* | Make various things staticRoel Kluin2009-01-081-3/+3
* | dcdbas: export functionality for use in other driversMatthew Garrett2009-01-082-4/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-01-061-1/+1
|\ \
| * | dmi: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-1/+1
* | | dmi: fix kernel-doc notationRandy Dunlap2009-01-061-2/+4
|/ /
* | DMI: add dmi_matchJiri Slaby2008-12-291-0/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-281-5/+2
|\ \
| * \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-111-3/+3
| |\ \ | | |/
| * | drivers: replace NIPQUAD()Harvey Harrison2008-10-311-2/+1
| * | net: replace %p6 with %pI6Harvey Harrison2008-10-291-1/+1
| * | misc: replace NIP6_FMT with %p6 format specifierHarvey Harrison2008-10-281-3/+1
| | |
| \ \
*-. \ \ Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar2008-12-231-0/+11
|\ \ \ \ | | |/ / | |_| / |/| |
| * | x86: vmware: look for DMI string in the product serial keyAlok Kataria2008-11-041-0/+11
| |/
* | trivial: dmi_scan typoAlan Cox2008-11-071-3/+3
|/
* x86: sysfs: kill owner field from attributeParag Warudkar2008-10-201-1/+0
* Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-161-6/+16
|\
OpenPOWER on IntegriCloud