summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | [WATCHDOG] WDIOC_GETSTATUS and WDIOC_GETBOOTSTATUS clean-upWim Van Sebroeck2007-07-235-0/+14
| * | [WATCHDOG] VFS clean-upWim Van Sebroeck2007-07-233-3/+3
| * | [WATCHDOG] davinci_wdt clean-upWim Van Sebroeck2007-07-231-5/+2
| * | [WATCHDOG] mpc5200_wdt clean-upWim Van Sebroeck2007-07-231-2/+30
| * | [WATCHDOG] davinci watchdog driverVladimir Barinov2007-07-233-0/+297
| * | [WATCHDOG] Blackfin on-chip watchdog driverBryan Wu2007-07-234-0/+514
| * | [WATCHDOG] mpc5200 watchdog (GPT0)Domen Puncer2007-07-233-0/+263
* | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-08-01175-6779/+836
|\ \ \
| * | | [MIPS] Add smp_call_function_single()Peter Watkins2007-07-311-0/+55
| * | | [MIPS] thread_info.h: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-07-311-3/+2
| * | | [MIPS] Kexec: Fix several 64-bit bugs.Ralf Baechle2007-07-311-38/+40
| * | | [MIPS] Kexec: Fix several warnings.Ralf Baechle2007-07-311-5/+8
| * | | [MIPS] DDB5477: Remove supportYoichi Yuasa2007-07-3165-3916/+0
| * | | [MIPS] Fulong: Remove unneeded header fileSongmao Tian2007-07-312-14/+0
| * | | [MIPS] Cobalt: Enable UART on RaQ1Martin Michlmayr2007-07-311-2/+2
| * | | [MIPS] Remove unused GROUP_TOSHIBA_NAMESYoichi Yuasa2007-07-311-3/+0
| * | | [MIPS] remove some duplicate includesJesper Juhl2007-07-313-3/+0
| * | | [MIPS] Oprofile: Fix rm9000 performance counter handlerDajie Tan2007-07-311-0/+1
| * | | [MIPS] Use -Werror on subdirectories which build cleanly.Ralf Baechle2007-07-3127-1/+53
| * | | [MIPS] Yosemite: Fix warning.Ralf Baechle2007-07-311-6/+11
| * | | [MIPS] PMON: Fix cpustart declaration.Ralf Baechle2007-07-311-1/+1
| * | | [MIPS] Yosemite: Only build ll_ht_smp_irq_handler() if HYPERTRANSPORT.Ralf Baechle2007-07-311-0/+2
| * | | [MIPS] Yosemite: Fix build error due to undeclared titan_mailbox_irq().Ralf Baechle2007-07-311-0/+2
| * | | [MIPS] Yosemite: Don't declare titan_mailbox_irq() as asmlinkage.Ralf Baechle2007-07-311-1/+1
| * | | [MIPS] Yosemite: Fix warnings in i2c-yoesmite by deleting the unused code.Ralf Baechle2007-07-312-189/+3
| * | | [MIPS] Delete unused arch/mips/gt64120/common/Ralf Baechle2007-07-312-106/+0
| * | | [MIPS] Fix build warning in unaligned load/store emulator.Ralf Baechle2007-07-311-31/+20
| * | | [MIPS] IP32: Don't ignore request_irq's return value.Ralf Baechle2007-07-311-1/+2
| * | | [MIPS] IP27: Fix warning.Ralf Baechle2007-07-311-7/+9
| * | | [MIPS] BCM1480: Include <linux/module.h>.Ralf Baechle2007-07-311-0/+1
| * | | [MIPS] Remove Momentum Ocelot support.Ralf Baechle2007-07-3159-2002/+2
| * | | [MIPS] Fix archhelp.Ralf Baechle2007-07-312-4/+8
| * | | [MIPS] Cleanup default bootfile format rule mess.Ralf Baechle2007-07-311-27/+8
| * | | [MIPS] Replace use of stext with _stext.Ralf Baechle2007-07-312-3/+2
| * | | [MIPS] Fix build breakage due to duplicate cpu_clock definitionRalf Baechle2007-07-315-11/+11
| * | | [MIPS] ARC: Fix modpost warnings.Ralf Baechle2007-07-311-11/+11
| * | | [MIPS] SMTC: Fix modpost warning.Ralf Baechle2007-07-311-1/+1
| * | | [MIPS] Fix modpost warning.Ralf Baechle2007-07-311-1/+1
| * | | [MIPS] rtlx: Fix modpost warningRalf Baechle2007-07-311-1/+1
| * | | [MIPS] Add missing declaration for mips_ihb().Ralf Baechle2007-07-311-1/+6
| * | | [MIPS] MTI: Add CoreFPGA4 ID.Chris Dearman2007-07-313-0/+3
| * | | [MIPS] RP: Sysfs interface for stopping RP programRalf Baechle2007-07-311-0/+18
| * | | [MIPS] RP: Pass number of TCs available to RP program in $2.Ralf Baechle2007-07-311-9/+73
| * | | [MIPS] MT: Enable coexistence of AP/SP with VSMP and SMTC.Ralf Baechle2007-07-317-169/+203
| * | | [MIPS] SMTC: Safety net for i8259A interrupts.Kevin D. Kissell2007-07-311-0/+12
| * | | [MIPS] SMTC: smtc_timer_broadcast ignores its arguments, make it void.Ralf Baechle2007-07-312-3/+3
| * | | [MIPS] SMTC: Declare static what should be static.Ralf Baechle2007-07-311-2/+2
| * | | [MIPS] SMTC: Statically initialize irq_ipi[].Ralf Baechle2007-07-311-6/+6
| * | | [MIPS] rbtx4938: Fix warningsAtsushi Nemoto2007-07-311-1/+1
| * | | [MIPS] Sort system types alphabeticallyYoichi Yuasa2007-07-311-100/+100