aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] Add empty argument parenthesis to GCC_IMM_ASMRalf Baechle2008-05-122-3/+3
* [MIPS] msp_hwbutton.c: minor irq handler cleanupsJeff Garzik2008-05-121-4/+1
* [MIPS] unexport __kmap_atomic_to_pageAdrian Bunk2008-05-121-1/+0
* [MIPS] Initialize max_pfn again.Ralf Baechle2008-05-121-0/+1
* [MIPS] IRIX: Handle do_brk() error return correctly.Ralf Baechle2008-05-121-4/+7
* [MIPS] MT: Functional fixes and a little reformatting of APRP supportKevin D. Kissell2008-05-124-25/+51
* [MIPS] Don't use max_pfn which is no longer initialized these days.Ralf Baechle2008-05-121-1/+1
* [MIPS] ip27-timer: fix unsigned irq < 0Roel Kluin2008-05-121-2/+2
* [MIPS] Fixes necessary for non-SMP kernels and non-relocatable binariesKevin D. Kissell2008-05-121-8/+15
* [MIPS] Alchemy: SMBus resource fixSergei Shtylyov2008-05-122-3/+3
* Linux 2.6.26-rc2Linus Torvalds2008-05-111-1/+1
* Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-05-1113-104/+189
|\
| * i2c: Convert some more new-style drivers to use module aliasingJean Delvare2008-05-115-1/+29
| * i2c: Match dummy devices by typeJean Delvare2008-05-113-8/+10
| * i2c-sibyte: Mark i2c_sibyte_add_bus() as staticMaciej W. Rozycki2008-05-111-1/+1
| * i2c-sibyte: Correct a comment about frequencyMaciej W. Rozycki2008-05-111-2/+2
| * i2c: Improve the functionality documentationJean Delvare2008-05-111-43/+52
| * i2c: Improve smbus-protocol documentationDavid Brownell2008-05-111-35/+46
| * i2c-piix4: Blacklist two mainboardsJean Delvare2008-05-111-2/+30
| * i2c-piix4: Increase the intitial delay for the ServerWorks CSB5David Milburn2008-05-111-3/+12
| * i2c-mpc: Compare to NO_IRQ instead of zeroJon Smirl2008-05-111-9/+7
* | Add new 'cond_resched_bkl()' helper functionLinus Torvalds2008-05-113-4/+6
|/
* usb-serial: Add ThinkOptics WavITBernhard Beck2008-05-111-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-05-1130-159/+149
|\
| * sparc: Fix debugger syscall restart interactions.David S. Miller2008-05-1117-119/+115
| * sparc: Fix ptrace() detach.David S. Miller2008-05-114-0/+8
| * sparc32: Don't twiddle PT_DTRACE in exec.David S. Miller2008-05-101-5/+0
| * sparc video: remove open boot prom codeRobert Reif2008-05-0812-35/+26
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-05-111-6/+3
|\ \
| * | [libata] revert new check-ready Status register logicJeff Garzik2008-05-091-6/+3
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-05-1023-226/+289
|\ \ \
| * \ \ Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/nico/...Russell King2008-05-09323-3407/+5589
| |\ \ \
| | * | | [ARM] Orion: clean up addr-map.c after window setting code purgeLennert Buytenhek2008-05-091-16/+3
| | * | | [ARM] Orion: pass proper t_clk into mv643xx_ethLennert Buytenhek2008-05-091-0/+1
| | * | | [ARM] Orion: use mv643xx_eth driver mbus window handlingLennert Buytenhek2008-05-093-49/+7
| | |/ /
| * | | [ARM] 5033/1: Unbreak corgi_ssp by registering ssp drivers earlier.Dmitry Baryshkov2008-05-091-5/+7
| * | | [ARM] pxa: Fix RCSR handlingRussell King2008-05-089-17/+8
| * | | [ARM] lubbock: fix compilationAlexey Dobriyan2008-05-081-1/+1
| * | | Merge branch 'irq-fix' of git://www.modarm9.com/gitsrc/pub/people/ukleinek/li...Russell King2008-05-071-7/+15
| |\ \ \
| | * | | ns9xxx: fix sparse warningUwe Kleine-König2008-04-251-1/+1
| | * | | ns9xxx: check for irq lockupsUwe Kleine-König2008-04-251-0/+5
| | * | | ns9xxx: fix handle_prio_irq to unmask irqs with lower priorityUwe Kleine-König2008-04-251-6/+9
| * | | | [ARM] 5032/1: Added cpufreq support for pxa27x CPURobert Jarzmik2008-05-071-80/+186
| * | | | [ARM] 5031/1: Indentation correction in cpu-pxa.c.Robert Jarzmik2008-05-071-47/+51
| * | | | [ARM] 5028/1: pxafb: fix broken "backward compatibility way" in framebufferGuennadi Liakhovetski2008-05-071-4/+4
| * | | | [ARM] 4882/2: Correction for S3C2410 clkout generationDavide Rizzo2008-05-071-2/+2
| * | | | [ARM] 5027/1: Fixed random memory corruption on pxa suspend cycle.Robert Jarzmik2008-05-046-23/+17
| * | | | [ARM] 5024/1: Fix some minor clk issues in the MMCI PL18x driverLinus Walleij2008-05-041-1/+13
| * | | | [ARM] 5023/1: Fix broken gpio interrupts on ep93xxRyan Mallon2008-05-041-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-05-1015-110/+136
|\ \ \ \ \