summaryrefslogtreecommitdiffstats
path: root/arch/mips/dec
Commit message (Expand)AuthorAgeFilesLines
...
* [MIPS] Transform old-style macros to newer "__noreturn"Robert P. J. Day2007-07-102-6/+6
* [MIPS] DEC: Remove call to register_prom_console.Ralf Baechle2007-03-091-3/+0
* [MIPS] Fix and cleanup the mess that a dozen prom_printf variants are.Ralf Baechle2007-03-041-33/+5
* [MIPS] DEC: Remove redeclarations of mips_machgroup and mips_machtype.Ralf Baechle2007-03-041-3/+0
* [MIPS] Kill redundant EXTRA_AFLAGSAtsushi Nemoto2007-02-262-4/+0
* [MIPS] DECstation: Fix irq handlingAtsushi Nemoto2007-02-131-4/+0
* [TC] TURBOchannel support for the DECstationMaciej W. Rozycki2007-02-094-0/+101
* [MIPS] use name instead of typename for each irq_chipAtsushi Nemoto2007-02-062-3/+3
* [MIPS] prom_free_prom_memory cleanupAtsushi Nemoto2007-02-061-14/+3
* [MIPS] Define MIPS_CPU_IRQ_BASE in generic headerAtsushi Nemoto2007-02-061-6/+6
* [MIPS] Fix reported amount of freed memory - it's in kB not bytesThiemo Seufer2007-01-241-1/+1
* [MIPS] *-berr: Header inclusions for DEC bus error handlersMaciej W. Rozycki2006-12-062-0/+3
* [MIPS] Compile __do_IRQ() when really neededFranck Bui-Huu2006-12-062-8/+0
* [MIPS] Do not use handle_level_irq for ioasic_dma_irq_type.Atsushi Nemoto2006-12-061-2/+1
* [MIPS] mips HPT cleanup: make clocksource_mips publicAtsushi Nemoto2006-11-301-2/+2
* [MIPS] do_IRQ cleanupAtsushi Nemoto2006-11-302-1/+7
* [MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irqAtsushi Nemoto2006-11-302-3/+5
* [MIPS] IRQ cleanupsAtsushi Nemoto2006-11-303-111/+20
* [MIPS] Fixup migration to GENERIC_TIMEAtsushi Nemoto2006-10-311-8/+1
* [MIPS] ret_from_irq adjustmentAtsushi Nemoto2006-10-091-7/+4
* [MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions.Ralf Baechle2006-10-091-1/+0
* [MIPS] DEC: pt_regs fixes for buserror handlersRalf Baechle2006-10-093-5/+10
* [MIPS] DEC: pt_regs fixes for dec_intr_halt.Ralf Baechle2006-10-092-2/+2
* [MIPS] Complete fixes after removal of pt_regs argument to int handlers.Ralf Baechle2006-10-081-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-10-031-1/+1
|\
| * fix file specification in commentsUwe Zeisberger2006-10-032-2/+2
* | [MIPS] Fix wreckage after removal of tickadj; convert to GENERIC_TIME.Ralf Baechle2006-10-031-2/+0
* | [MIPS] Remove dead DECstation boot codeMaciej W. Rozycki2006-10-033-139/+0
|/
* [MIPS] Replace board_timer_setup function pointer by plat_timer_setup.Ralf Baechle2006-07-132-3/+1
* [MIPS] Eleminate interrupt migration helper use.Ralf Baechle2006-07-132-3/+3
* [PATCH] irq-flags: MIPS: Use the new IRQF_ constantsThomas Gleixner2006-07-021-2/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-303-3/+0
* [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-292-3/+3
* [MIPS] Make timer interrupt frequency configurable from kconfig.Atsushi Nemoto2006-06-191-1/+1
* [MIPS] Cleanup memory managment initialization.Ralf Baechle2006-06-191-1/+1
* [MIPS] Rewrite all the assembler interrupt handlers to C.Ralf Baechle2006-04-192-10/+3
* [MIPS] Replace redundant declarations of _end by <asm/sections.h>.Ralf Baechle2006-04-191-1/+2
* [MIPS] Rewrite spurious_interrupt from assembler to C.Ralf Baechle2006-04-191-1/+3
* [PATCH] RTC: Remove RTC UIP synchronization on MIPS-based DECMatt Mackall2006-03-281-36/+11
* [PATCH] mips: fixed collision of rtc function nameYoichi Yuasa2006-03-271-2/+2
* [PATCH] remove set_page_count() outside mm/Nick Piggin2006-03-221-1/+1
* [MIPS] War on whitespace: cleanup initial spaces followed by tabs.Ralf Baechle2006-03-211-1/+1
* [MIPS] Rename _machine_power_off to pm_power_off so the kernel builds again.Ralf Baechle2006-02-071-1/+2
* Use rtc_lock to protect RTC operationsAtsushi Nemoto2005-11-071-2/+22
* Make static what ought to be static.Maciej W. Rozycki2005-10-291-7/+7
* Use physical addresses at the interface level, letting drivers remapMaciej W. Rozycki2005-10-297-39/+66
* Actual handlers for bus errors for Pmax and 3min.Maciej W. Rozycki2005-10-292-0/+338
* System-specific handling of bus errors for DECstation variationsMaciej W. Rozycki2005-10-294-19/+29
* Fix types for firmware arguments. Don't define unneeded messages.Maciej W. Rozycki2005-10-291-7/+9
* Deal with the bloody KSEG vs CKSEG horror...Maciej W. Rozycki2005-10-293-9/+10