summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 2.6.23-rc6v2.6.23-rc6Linus Torvalds2007-09-101-1/+1
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-09-105-3/+18
|\
| * libata clear horkage on ata_dev_init()Tejun Heo2007-09-101-0/+1
| * [libata, IDE] add new VIA bridge to VIA PATA driversJoseph Chan2007-09-103-0/+3
| * pata_it821x: fix lost interrupt with atapi devicesJeff Norden2007-09-101-0/+4
| * Fix broken pata_via cable detectionLaurent Riffard2007-09-101-3/+10
* | UML: Fix ELF_CORE_COPY_REGS build botchJeff Dike2007-09-101-21/+21
* | i386: fix a hang on stuck nmi watchdogDaniel Walker2007-09-101-1/+1
* | x86_64: Remove CLFLUSH in text_poke()Andi Kleen2007-09-101-4/+2
* | i386: Fix perfctr watchdog on core duoStephane Eranian2007-09-101-6/+22
* | knfsd: Validate filehandle type in fsid_sourceNeil Brown2007-09-101-5/+15
* | knfsd: Fixed problem with NFS exporting directories which are mounted on.Neil Brown2007-09-101-1/+2
* | Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACHRoland McGrath2007-09-104-3/+1
|/
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-09-1012-60/+27
|\
| * [MIPS] Ocelot: remove remaining bitsYoichi Yuasa2007-09-102-44/+0
| * [MIPS] TLB: Fix instruction bitmasksThiemo Seufer2007-09-101-2/+2
| * [MIPS] R10000: Fix wrong test in dma-default.cMaxime Bizon2007-09-101-1/+1
| * [MIPS] Provide empty irq_enable_hazard definition for legacy and R1 cores.Ralf Baechle2007-09-101-0/+1
| * [MIPS] Sibyte: Remove broken dependency on EXPERIMENTAL from SIBYTE_SB1xxx_SOC.Ralf Baechle2007-09-101-1/+0
| * [MIPS] Kconfig: whitespace cleanup.Ralf Baechle2007-09-101-4/+4
| * [MIPS] PCI: Set need_domain_info if controller domain index is non-zero.Ralf Baechle2007-09-101-0/+1
| * [MIPS] BCM1480: Fix computation of interrupt mask address register.Ralf Baechle2007-09-101-4/+4
| * [MIPS] i8259: Add disable method.Kyungmin Park2007-09-101-0/+1
| * [MIPS] tty: add the new ioctls and definitions.Alan Cox2007-09-103-4/+13
* | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2007-09-103-22/+34
|\ \
| * | i2c-algo-bit: Read block data bugfixDavid Brownell2007-09-091-20/+32
| * | i2c-pxa: Fix adapter numberJean Delvare2007-09-091-1/+1
| * | i2c-gpio: Fix adapter numberDavid Brownell2007-09-091-1/+1
| |/
* | Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds2007-09-102-2/+2
|\ \
| * | hwmon: End of I/O region off-by-oneJean Delvare2007-09-092-2/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2007-09-101-4/+7
|\ \
| * | [CRYPTO] blkcipher: Fix inverted test in blkcipher_get_spotHerbert Xu2007-09-101-1/+1
| * | [CRYPTO] blkcipher: Fix handling of kmalloc page straddlingHerbert Xu2007-09-091-4/+7
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2007-09-101-4/+2
|\ \
| * | firewire: fw-ohci: ignore failure of pci_set_power_state (fix suspend regress...Stefan Richter2007-09-071-4/+2
| |/
* | Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_devLinus Torvalds2007-09-1055-3217/+2446
|\ \
| * | m32r: Rename STI/CLI macrosHirokazu Takata2007-09-062-16/+16
| * | m32r: build fix of entry.SHirokazu Takata2007-09-061-2/+2
| * | m32r: Separate syscall table from entry.SHirokazu Takata2007-09-032-287/+290
| * | m32r: Cosmetic updates of arch/m32r/kernel/entry.SHirokazu Takata2007-09-031-15/+7
| * | m32r: Exit ei_handler directly for no IRQ case or IPI operationsHirokazu Takata2007-09-031-2/+1
| * | m32r: Simplify ei_handler codeHirokazu Takata2007-09-031-202/+39
| * | m32r: Define symbols to unify platform-dependent ICU checksHirokazu Takata2007-09-032-0/+40
| * | m32r: Move dot.gdbinit filesHirokazu Takata2007-09-0310-0/+0
| * | m32r: Rearrange platform-dependent codesHirokazu Takata2007-09-0327-28/+37
| * | m32r: Add defconfig file for the usrv platform.Hirokazu Takata2007-09-031-0/+774
| * | m32r: Update defconfig files for 2.6.23-rc1Hirokazu Takata2007-09-0312-2669/+1244
| * | m32r: Move defconfig files to arch/m32r/configs/Hirokazu Takata2007-09-0311-0/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-09-103-37/+38
|\ \ \
| * | | sched: fix ideal_runtime calculations for reniced tasksPeter Zijlstra2007-09-051-16/+22