| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'linus' into x86/apic | Ingo Molnar | 2009-02-22 | 1 | -1/+1 |
|\ |
|
| * | Bernhard has moved | Bernhard Walle | 2009-02-18 | 1 | -1/+1 |
| | | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
*-------. \ | Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/... | Ingo Molnar | 2009-02-13 | 1 | -2/+2 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| | | | | * | iscsi_ibft.c fix compilation warning | Jaswinder Singh Rajput | 2009-02-11 | 1 | -2/+2 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge branch 'core/percpu' into x86/core | Ingo Molnar | 2009-01-28 | 1 | -4/+8 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Merge branch 'linus' into core/percpu | Ingo Molnar | 2009-01-27 | 1 | -2/+2 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | cpumask: use cpumask_var_t in dcdbas.c | Mike Travis | 2009-01-11 | 1 | -4/+8 |
| | |/ /
| |/| | |
|
* | | | | DMI: Introduce dmi_first_match to make the interface more flexible | Rafael J. Wysocki | 2009-01-27 | 1 | -19/+55 |
| |/ /
|/| | |
|
* | | | dell_rbu: use scnprintf() instead of less secure sprintf() | Pavel Roskin | 2009-01-17 | 1 | -2/+2 |
|/ / |
|
* | | Make various things static | Roel Kluin | 2009-01-08 | 1 | -3/+3 |
* | | dcdbas: export functionality for use in other drivers | Matthew Garrett | 2009-01-08 | 2 | -4/+7 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2009-01-06 | 1 | -1/+1 |
|\ \ |
|
| * | | dmi: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 1 | -1/+1 |
* | | | dmi: fix kernel-doc notation | Randy Dunlap | 2009-01-06 | 1 | -2/+4 |
|/ / |
|
* | | DMI: add dmi_match | Jiri Slaby | 2008-12-29 | 1 | -0/+16 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2008-12-28 | 1 | -5/+2 |
|\ \ |
|
| * \ | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-11-11 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| * | | drivers: replace NIPQUAD() | Harvey Harrison | 2008-10-31 | 1 | -2/+1 |
| * | | net: replace %p6 with %pI6 | Harvey Harrison | 2008-10-29 | 1 | -1/+1 |
| * | | misc: replace NIP6_FMT with %p6 format specifier | Harvey Harrison | 2008-10-28 | 1 | -3/+1 |
| | | | |
| \ \ | |
*-. \ \ | Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',... | Ingo Molnar | 2008-12-23 | 1 | -0/+11 |
|\ \ \ \
| | |/ /
| |_| /
|/| | |
|
| * | | x86: vmware: look for DMI string in the product serial key | Alok Kataria | 2008-11-04 | 1 | -0/+11 |
| |/ |
|
* | | trivial: dmi_scan typo | Alan Cox | 2008-11-07 | 1 | -3/+3 |
|/ |
|
* | x86: sysfs: kill owner field from attribute | Parag Warudkar | 2008-10-20 | 1 | -1/+0 |
* | Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-10-16 | 1 | -6/+16 |
|\ |
|
| * | dmi scan: warn about too early calls to dmi_check_system() | Ingo Molnar | 2008-09-18 | 1 | -6/+16 |
* | | drivers/firmware/iscsi_ibft.c: make 3 functions static | Adrian Bunk | 2008-10-16 | 1 | -9/+9 |
|/ |
|
* | ibft: fix target info parsing in ibft module | Mike Christie | 2008-09-02 | 1 | -2/+1 |
* | firmware/memmap: cleanup | Bernhard Walle | 2008-08-12 | 1 | -18/+43 |
* | iscsi_ibft_find: fix modpost warning | Jan Beulich | 2008-07-30 | 1 | -1/+0 |
* | Merge branch 'linus' into cpus4096 | Ingo Molnar | 2008-07-28 | 1 | -2/+4 |
|\ |
|
| * | firmware: fix memmap printk format warnings | Randy Dunlap | 2008-07-26 | 1 | -2/+4 |
* | | cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu | Mike Travis | 2008-07-26 | 1 | -2/+1 |
|/ |
|
* | dell_rbu: use memory_read_from_buffer() | Akinobu Mita | 2008-07-25 | 1 | -25/+3 |
* | dcdbas: use memory_read_from_buffer() | Akinobu Mita | 2008-07-25 | 1 | -11/+2 |
* | cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptr | Mike Travis | 2008-07-18 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 2008-07-14 | 1 | -1/+1 |
|\ |
|
| * | dell_rbu: firmware data is const | Greg Kroah-Hartman | 2008-07-10 | 1 | -1/+1 |
* | | sysfs: add /sys/firmware/memmap | Bernhard Walle | 2008-07-08 | 3 | -0/+216 |
* | | Merge branch 'linus' into tmp.x86.mpparse.new | Ingo Molnar | 2008-07-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | edd: fix incorrect return of 1 from module_init | Alexey Dobriyan | 2008-06-06 | 1 | -1/+1 |
* | | x86 boot: add header comment to dmi.h stating what it is | Paul Jackson | 2008-05-25 | 1 | -0/+5 |
|/ |
|
* | edd: add default mode CONFIG_EDD_OFF=n, override with edd={on,off} | Tim Gardner | 2008-04-29 | 1 | -0/+9 |
* | firmware: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-29 | 2 | -14/+14 |
* | drivers: fix integer as NULL pointer warnings | Harvey Harrison | 2008-04-28 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2008-04-21 | 4 | -0/+1088 |
|\ |
|
| * | Firmware: add iSCSI iBFT Support | Konrad Rzeszutek | 2008-04-19 | 4 | -0/+1088 |
* | | Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil... | Linus Torvalds | 2008-04-21 | 1 | -1/+0 |
|\ \ |
|
| * | | drivers: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | 2008-04-18 | 1 | -1/+0 |
| |/ |
|
* | | generic: use new set_cpus_allowed_ptr function | Mike Travis | 2008-04-19 | 1 | -2/+2 |
|/ |
|