| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-05-21 | sysfs: add struct file* to bin_attr callbacks |  Chris Wright | 3 | -9/+9 |
| 2010-04-07 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip |  Linus Torvalds | 1 | -3/+8 |
| 2010-04-01 | ibft, x86: Change reserve_ibft_region() to find_ibft_region() |  Yinghai Lu | 1 | -3/+8 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h |  Tejun Heo | 7 | -2/+5 |
| 2010-03-07 | Driver core: Constify struct sysfs_ops in struct kobj_type |  Emese Revfy | 4 | -4/+4 |
| 2010-03-06 | memory-hotplug: create /sys/firmware/memmap entry for new memory |  akpm@linux-foundation.org | 1 | -21/+36 |
| 2010-02-28 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ |  David S. Miller | 1 | -5/+3 |
| 2010-02-26 | drivers/firmware/iscsi_ibft.c: remove NIPQUAD_FMT, use %pI4 |  Joe Perches | 1 | -5/+3 |
| 2010-01-07 | drivers/firmware/iscsi_ibft.c: use %pM to show MAC address |  hartleys | 1 | -5/+1 |
| 2009-12-15 | firmware: only allow EDD on x86 |  Mike Frysinger | 1 | -2/+2 |
| 2009-12-15 | drivers/firmware/dmi_scan.c: use %pUB to print UUIDs |  Joe Perches | 1 | -4/+1 |
| 2009-12-11 | firmware_class: make request_firmware_nowait more useful |  Johannes Berg | 1 | -2/+7 |
| 2009-12-04 | DMI: allow omitting ident strings in DMI tables |  Dmitry Torokhov | 1 | -3/+12 |
| 2009-10-05 | iSCSI/iBFT: use proper address translation |  Jan Beulich | 2 | -3/+3 |
| 2009-09-22 | mm: don't use alloc_bootmem_low() where not strictly needed |  Jan Beulich | 1 | -1/+1 |
| 2009-09-15 | driver model: constify attribute groups |  David Brownell | 1 | -1/+1 |
| 2009-09-08 | dmi: extend dmi_get_year() to dmi_get_date() |  Tejun Heo | 1 | -18/+58 |
| 2009-09-08 | dmi: fix date handling in dmi_get_year() |  Tejun Heo | 1 | -2/+3 |
| 2009-06-17 | Pull for-2.6.31 into release |  Tony Luck | 1 | -2/+2 |
| 2009-06-17 | [IA64] Convert ia64 to use int-ll64.h |  Matthew Wilcox | 1 | -2/+2 |
| 2009-06-16 | firmware_map: fix hang with x86/32bit |  Yinghai Lu | 1 | -7/+9 |
| 2009-06-10 | [libata] ahci: Restore SB600 SATA controller 64 bit DMA |  Shane Huang | 1 | -0/+1 |
| 2009-05-02 | ibft: fix the display of a few fields in the NIC attribute structure in sysfs |  Ashutosh Naik | 1 | -2/+2 |
| 2009-04-07 | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) |  Yang Hongyang | 1 | -1/+1 |
| 2009-03-30 | dmi: Let dmi_walk() users pass private data |  Jean Delvare | 1 | -7/+11 |
| 2009-02-22 | Merge branch 'linus' into x86/apic |  Ingo Molnar | 1 | -1/+1 |
| 2009-02-18 | Bernhard has moved |  Bernhard Walle | 1 | -1/+1 |
| 2009-02-13 | Merge 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/core |  Ingo Molnar | 1 | -2/+2 |
| 2009-02-11 | iscsi_ibft.c fix compilation warning |  Jaswinder Singh Rajput | 1 | -2/+2 |
| 2009-01-28 | Merge branch 'core/percpu' into x86/core |  Ingo Molnar | 1 | -4/+8 |
| 2009-01-27 | Merge branch 'linus' into core/percpu |  Ingo Molnar | 1 | -2/+2 |
| 2009-01-27 | DMI: Introduce dmi_first_match to make the interface more flexible |  Rafael J. Wysocki | 1 | -18/+54 |
| 2009-01-17 | dell_rbu: use scnprintf() instead of less secure sprintf() |  Pavel Roskin | 1 | -2/+2 |
| 2009-01-11 | cpumask: use cpumask_var_t in dcdbas.c |  Mike Travis | 1 | -4/+8 |
| 2009-01-08 | Make various things static |  Roel Kluin | 1 | -3/+3 |
| 2009-01-08 | dcdbas: export functionality for use in other drivers |  Matthew Garrett | 2 | -4/+7 |
| 2009-01-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 |  Linus Torvalds | 1 | -1/+1 |
| 2009-01-06 | dmi: fix kernel-doc notation |  Randy Dunlap | 1 | -2/+4 |
| 2009-01-06 | dmi: struct device - replace bus_id with dev_name(), dev_set_name() |  Kay Sievers | 1 | -1/+1 |
| 2008-12-29 | DMI: add dmi_match |  Jiri Slaby | 1 | -0/+16 |
| 2008-12-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 |  Linus Torvalds | 1 | -5/+2 |
| 2008-12-23 | Merge 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 Molnar | 1 | -0/+11 |
| 2008-11-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 |  David S. Miller | 1 | -3/+3 |
| 2008-11-07 | trivial: dmi_scan typo |  Alan Cox | 1 | -3/+3 |
| 2008-11-04 | x86: vmware: look for DMI string in the product serial key |  Alok Kataria | 1 | -0/+11 |
| 2008-10-31 | drivers: replace NIPQUAD() |  Harvey Harrison | 1 | -2/+1 |
| 2008-10-29 | net: replace %p6 with %pI6 |  Harvey Harrison | 1 | -1/+1 |
| 2008-10-28 | misc: replace NIP6_FMT with %p6 format specifier |  Harvey Harrison | 1 | -3/+1 |
| 2008-10-20 | x86: sysfs: kill owner field from attribute |  Parag Warudkar | 1 | -1/+0 |
| 2008-10-16 | Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -6/+16 |