summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ide: ide_config_drive_speed() bugfixesBartlomiej Zolnierkiewicz2007-08-201-2/+2
* ide: add cable detection for early UDMA66 devices (take 3)Bartlomiej Zolnierkiewicz2007-08-203-23/+38
* ide-pmac: fix drive->init_speed reportingBartlomiej Zolnierkiewicz2007-08-201-11/+3
* ide: config_drive_for_dma() fixesBartlomiej Zolnierkiewicz2007-08-203-26/+10
* ide-cris: fix ->set_pio_mode method to set transfer mode on the deviceBartlomiej Zolnierkiewicz2007-08-201-0/+2
* ide: fix hidden dependencies on CONFIG_IDE_GENERICBartlomiej Zolnierkiewicz2007-08-203-0/+11
* ide: make CONFIG_IDE_GENERIC default to NTejun Heo2007-08-201-2/+1
* Fix <math-emu/soft-fp.h> tpyoAl Viro2007-08-181-1/+1
* x86: properly initialize temp insn buffer for paravirt patchingChris Wright2007-08-181-0/+2
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-08-183-6/+6
|\
| * [ARM] 4549/1: KS8695: Fix build errorsAndrew Victor2007-08-141-4/+4
| * [ARM] 4546/1: s3c2410: fix architecture typo for s3c2442Krzysztof Helt2007-08-141-1/+1
| * [ARM] 4544/1: arm: fix section mismatch in pxa fbSam Ravnborg2007-08-111-1/+1
* | x86_64: Check for .cfi_rel_offset in CFI probeAndi Kleen2007-08-182-4/+4
* | x86_64: Change PMDS invocation to single macroAndi Kleen2007-08-181-2/+1
* | x86_64: Fix to keep watchdog disabled by default for i386/x86_64Daniel Gollub2007-08-185-7/+9
* | x86_64: Fail dma_alloc_coherent on dma less devicesAndi Kleen2007-08-181-0/+4
* | fix random hang in forcedeth driver when using netconsoleTimo Jantunen2007-08-181-5/+5
* | i386: Fix a couple busy loops in mach_wakecpu.h:wait_for_init_deassert()Satyam Sharma2007-08-182-2/+4
* | Add some help texts to recently-introduced kconfig itemsJan Engelhardt2007-08-1811-0/+64
* | Enable partitions for lguest block deviceRusty Russell2007-08-181-3/+6
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh64-2.6Linus Torvalds2007-08-183-5/+18
|\ \
| * | sh64: arch/sh64/kernel/setup.c: duplicate include removal.Michal Piotrowski2007-08-121-4/+0
| * | sh64: arch/sh64/kernel/signal.c: duplicate include removalJesper Juhl2007-08-121-1/+0
| * | sh64: Add missing dma_sync_single_for_*().Paul Mundt2007-08-101-0/+18
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.23Linus Torvalds2007-08-184-1/+28
|\ \ \
| * | | sh: remove extraneous ; on scif_sercon_putc wait loopAndy Whitcroft2007-08-171-1/+1
| * | | sh: Add missing dma_sync_single_range_for_*().Paul Mundt2007-08-101-0/+19
| * | | sh: panic on machvec section misalignment.Paul Mundt2007-08-071-0/+7
| * | | sh: Fix PTRACE_PEEKTEXT/PEEKDATA fallout from generic_ptrace_peekdata().Paul Mundt2007-08-041-0/+1
* | | | Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds2007-08-183-26/+36
|\ \ \ \
| * | | | hwmon: (smsc47m1) restore missing name attributeJean Delvare2007-08-121-0/+2
| * | | | hwmon: (w83627ehf) don't assume bank 0Jean Delvare2007-08-121-5/+3
| * | | | hwmon: (w83627ehf) read fan_div values during probeMark M. Hoffman2007-08-121-19/+29
| * | | | hwmon: fix w83781d temp sensor type settingMark M. Hoffman2007-08-111-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-08-1824-57/+105
|\ \ \ \
| * | | | Cross-compilation between e.g. i386 -> 64bit could break -> work around itThomas Renninger2007-08-171-1/+2
| * | | | [IA64] Enable early console for Ski simulatorPeter Chubb2007-08-171-0/+7
| * | | | [IA64] forbid ptrace changes psr.ri to 3Shaohua Li2007-08-171-3/+7
| * | | | [IA64] Failure to grow RBSAndrew Burgess2007-08-161-3/+11
| * | | | [IA64] Fix processor_get_freqAlex Williamson2007-08-151-4/+2
| * | | | [IA64] SGI Altix : fix a force_interrupt bug on altixMike Habeck2007-08-131-1/+4
| * | | | [IA64] Update arch/ia64/configs/* s/SLAB/SLUB/Christoph Lameter2007-08-137-8/+7
| * | | | [IA64] get back PT_IA_64_UNWIND program headerDavid Mosberger-Tang2007-08-131-1/+3
| * | | | [IA64] need NOTES in vmlinux.lds.SDavid Mosberger-Tang2007-08-131-4/+4
| * | | | [IA64] make unwinder stop at last frame of the bootloaderDavid Mosberger-Tang2007-08-131-0/+1
| * | | | [IA64] Clean up CPE handler registrationRuss Anderson2007-08-131-15/+19
| * | | | [IA64] Include Kconfig.preemptSatyam Sharma2007-08-131-11/+1
| * | | | [IA64] SN2 needs platform specific irq_to_vector() function.Kenji Kaneshige2007-08-136-1/+28
| * | | | [IA64] Use atomic64_read to read an atomic64_t.Andreas Schwab2007-08-131-2/+2
OpenPOWER on IntegriCloud