| Commit message (Expand) | Author | Age | Files | Lines |
* | [MIPS] IP22: Fix hang due to messing with timer interrupt handler | Thomas Bogendoerfer | 2007-10-17 | 1 | -9/+0 |
* | [MIPS] IP22: Enable -Werror. | Ralf Baechle | 2007-10-16 | 1 | -0/+2 |
* | [MIPS] IP22: Complain if requesting the front panel irq failed. | Ralf Baechle | 2007-10-16 | 1 | -1/+8 |
* | [MIPS] Fix "no space between function name and open parenthesis" warnings. | Ralf Baechle | 2007-10-11 | 2 | -2/+2 |
* | [MIPS] i8253 PIT clocksource and clockevent drivers | Ralf Baechle | 2007-10-11 | 1 | -0/+4 |
* | [MIPS] Implement clockevents for R4000-style cp0 count/compare interrupt | Ralf Baechle | 2007-10-11 | 1 | -1/+1 |
* | [MIPS] Consolidate all variants of MIPS cp0 timer interrupt handlers. | Ralf Baechle | 2007-10-11 | 2 | -13/+2 |
* | [MIPS] Switch from to_tm to rtc_time_to_tm | Ralf Baechle | 2007-10-11 | 1 | -3/+3 |
* | [MIPS] Deforest the function pointer jungle in the time code. | Ralf Baechle | 2007-10-11 | 2 | -14/+3 |
* | [MIPS] IP22: fix wrong argument order | Thomas Bogendoerfer | 2007-09-11 | 1 | -2/+2 |
* | [MIPS] IP22: Fix wrong check for second HPC | Thomas Bogendoerfer | 2007-09-11 | 1 | -2/+2 |
* | [MIPS] IP22: Export sgi_gfxaddr for use by the Newport console driver. | Ralf Baechle | 2007-08-27 | 1 | -0/+1 |
* | [MIPS] IP22: Fix modpost warning. | Ralf Baechle | 2007-08-27 | 1 | -1/+1 |
* | [MIPS] Transform old-style macros to newer "__noreturn" | Robert P. J. Day | 2007-07-10 | 1 | -3/+3 |
* | Convert SGI IP22 and specific drivers to platform_device. | Ralf Baechle | 2007-05-11 | 2 | -1/+178 |
* | [MIPS] IP22: Get rid of volatile in IP22 core code. | Ralf Baechle | 2007-04-27 | 2 | -19/+19 |
* | [MIPS] Misc fixes for plat_irq_dispatch functions | Thiemo Seufer | 2007-03-19 | 1 | -1/+1 |
* | [MIPS] Kill redundant EXTRA_AFLAGS | Atsushi Nemoto | 2007-02-26 | 1 | -2/+0 |
* | [MIPS] use name instead of typename for each irq_chip | Atsushi Nemoto | 2007-02-06 | 2 | -6/+6 |
* | [MIPS] prom_free_prom_memory cleanup | Atsushi Nemoto | 2007-02-06 | 1 | -2/+1 |
* | [MIPS] Define MIPS_CPU_IRQ_BASE in generic header | Atsushi Nemoto | 2007-02-06 | 1 | -3/+2 |
* | [MIPS] Compile __do_IRQ() when really needed | Franck Bui-Huu | 2006-12-06 | 1 | -28/+0 |
* | [MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irq | Atsushi Nemoto | 2006-11-30 | 1 | -1/+1 |
* | [MIPS] IRQ cleanups | Atsushi Nemoto | 2006-11-30 | 2 | -117/+25 |
* | [MIPS] Complete fixes after removal of pt_regs argument to int handlers. | Ralf Baechle | 2006-10-08 | 4 | -24/+23 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 2 | -2/+4 |
* | [PATCH] replace cad_pid by a struct pid | Cedric Le Goater | 2006-10-02 | 1 | -1/+2 |
* | [MIPS] IP22 Fix brown paper bag in RTC code. | Julien BLACHE | 2006-07-13 | 1 | -1/+1 |
* | [MIPS] Replace board_timer_setup function pointer by plat_timer_setup. | Ralf Baechle | 2006-07-13 | 1 | -3/+2 |
* | [MIPS] Remove redeclarations of setup_irq(). | Ralf Baechle | 2006-07-13 | 1 | -2/+1 |
* | [MIPS] Eleminate interrupt migration helper use. | Ralf Baechle | 2006-07-13 | 2 | -7/+7 |
* | [PATCH] irq-flags: MIPS: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -5/+5 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 3 | -3/+0 |
* | [PATCH] genirq: rename desc->handler to desc->chip | Ingo Molnar | 2006-06-29 | 2 | -3/+3 |
* | fix paniced->panicked typos | Lee Revell | 2006-06-26 | 1 | -1/+1 |
* | [MIPS] Cleanup memory managment initialization. | Ralf Baechle | 2006-06-19 | 1 | -1/+1 |
* | [MIPS] Rewrite all the assembler interrupt handlers to C. | Ralf Baechle | 2006-04-19 | 3 | -125/+54 |
* | [PATCH] mips: fixed collision of rtc function name | Yoichi Yuasa | 2006-03-27 | 1 | -2/+2 |
* | [PATCH] Notifier chain update: API changes | Alan Stern | 2006-03-27 | 1 | -1/+1 |
* | [MIPS] IP22: Fix serial console detection | Ralf Baechle | 2006-02-07 | 1 | -2/+8 |
* | [MIPS] Rename _machine_power_off to pm_power_off so the kernel builds again. | Ralf Baechle | 2006-02-07 | 1 | -2/+3 |
* | [MIPS] Get rid of unnecessary prototypes. Fixes and optimizations for HZ > 100. | Ralf Baechle | 2006-02-07 | 1 | -27/+25 |
* | Use rtc_lock to protect RTC operations | Atsushi Nemoto | 2005-11-07 | 1 | -0/+6 |
* | IP22 EISA support update. | Thiemo Seufer | 2005-10-29 | 1 | -81/+67 |
* | Get rid of early_init. There's more need to make this form of | Ralf Baechle | 2005-10-29 | 1 | -5/+1 |
* | [PATCH] mips: nuke trailing whitespace | Ralf Baechle | 2005-09-05 | 6 | -14/+14 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 11 | -0/+1956 |