| Commit message (Expand) | Author | Age | Files | Lines |
* | [MIPS] Fix double inclusions | Nicolas Kaiser | 2006-11-30 | 1 | -11/+4 |
* | [MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irq | Atsushi Nemoto | 2006-11-30 | 3 | -2/+5 |
* | [MIPS] IRQ cleanups | Atsushi Nemoto | 2006-11-30 | 1 | -22/+6 |
* | [MIPS] Fix Bonito bootup message. | Ralf Baechle | 2006-11-28 | 1 | -1/+1 |
* | [MIPS] Fix warning in mips-boards generic PCI | Yoichi Yuasa | 2006-11-01 | 1 | -1/+1 |
* | [MIPS] 16K & 64K page size fixes | Ralf Baechle | 2006-11-01 | 1 | -1/+1 |
* | [MIPS] VSMP: Synchronize cp0 counters on bootup. | Ralf Baechle | 2006-10-31 | 1 | -2/+3 |
* | [MIPS] Flags must be unsigned long. | Ralf Baechle | 2006-10-31 | 1 | -1/+1 |
* | [MIPS] Cleanup remaining references to mips_counter_frequency. | Ralf Baechle | 2006-10-21 | 2 | -2/+2 |
* | [MIPS] Malta: Fix uninitialized regs pointer. | Ralf Baechle | 2006-10-19 | 1 | -1/+2 |
* | [MIPS] Malta: Fix build for non-MIPS32/64 configuration. | Ralf Baechle | 2006-10-09 | 1 | -6/+6 |
* | [MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions. | Ralf Baechle | 2006-10-09 | 2 | -2/+0 |
* | [MIPS] Complete fixes after removal of pt_regs argument to int handlers. | Ralf Baechle | 2006-10-08 | 6 | -45/+44 |
* | [MIPS] Atlas: update interrupt handling | Maciej W. Rozycki | 2006-09-27 | 3 | -22/+92 |
* | [MIPS] Patch to arch/mips/mips-boards/generic/time.c | Kevin D. Kissell | 2006-09-27 | 1 | -21/+36 |
* | [MIPS] MIPSsim: Build fix, rename sim_timer_setup -> plat_timer_setup. | Ralf Baechle | 2006-07-13 | 1 | -1/+1 |
* | [MIPS] Remove unused code. | Ralf Baechle | 2006-07-13 | 3 | -249/+1 |
* | [MIPS] Atlas, Malta, SEAD: Don't disable interrupts in mips_time_init(). | Ralf Baechle | 2006-07-13 | 1 | -5/+1 |
* | [MIPS] Replace board_timer_setup function pointer by plat_timer_setup. | Ralf Baechle | 2006-07-13 | 5 | -9/+1 |
* | [MIPS] MIPSsim: Delete redeclaration of ll_local_timer_interrupt. | Ralf Baechle | 2006-07-13 | 1 | -2/+0 |
* | [MIPS] Malta: Fix build of certain configs. | Ralf Baechle | 2006-07-13 | 1 | -24/+26 |
* | [MIPS] Eleminate interrupt migration helper use. | Ralf Baechle | 2006-07-13 | 1 | -1/+1 |
* | [PATCH] tty: Remove include of screen_info.h from tty.h | Jon Smirl | 2006-07-10 | 1 | -1/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 13 | -13/+0 |
* | [PATCH] genirq: rename desc->handler to desc->chip | Ingo Molnar | 2006-06-29 | 1 | -1/+1 |
* | [MIPS] Cleanup memory managment initialization. | Ralf Baechle | 2006-06-19 | 4 | -4/+4 |
* | [MIPS] C99-ify struct resource initialization. | Ralf Baechle | 2006-06-19 | 1 | -5/+5 |
* | [MIPS] Remove unused instances of prom_build_cpu_map. | Ralf Baechle | 2006-06-19 | 2 | -40/+0 |
* | [MIPS] Malta: Handle byteswapping hardare bug in big endian mode. | Elizabeth Oldham | 2006-06-19 | 1 | -0/+9 |
* | [MIPS] 24K LV: Add core card id. | Chris Dearman | 2006-04-27 | 3 | -0/+5 |
* | [MIPS] kgdb: Let gcc compute the array size itself. | Ralf Baechle | 2006-04-19 | 1 | -1/+1 |
* | [MIPS] MT: Improved multithreading support. | Ralf Baechle | 2006-04-19 | 8 | -85/+203 |
* | [MIPS] Rewrite all the assembler interrupt handlers to C. | Ralf Baechle | 2006-04-19 | 10 | -375/+317 |
* | [MIPS] Fix the crime against humanity that mipsIRQ.S is. | Ralf Baechle | 2006-04-19 | 7 | -47/+243 |
* | [MIPS] Fixup damage done by 22a9835c350782a5c3257343713932af3ac92ee0. | Ralf Baechle | 2006-04-19 | 2 | -4/+6 |
* | [MIPS] Replace redundant declarations of _end by <asm/sections.h>. | Ralf Baechle | 2006-04-19 | 2 | -7/+3 |
* | [MIPS] Rewrite spurious_interrupt from assembler to C. | Ralf Baechle | 2006-04-19 | 2 | -2/+6 |
* | [PATCH] mips: fixed collision of rtc function name | Yoichi Yuasa | 2006-03-27 | 2 | -2/+2 |
* | [PATCH] unify PFN_* macros | Dave Hansen | 2006-03-27 | 2 | -10/+4 |
* | [PATCH] remove set_page_count() outside mm/ | Nick Piggin | 2006-03-22 | 2 | -2/+2 |
* | [MIPS] War on whitespace: cleanup initial spaces followed by tabs. | Ralf Baechle | 2006-03-21 | 4 | -4/+4 |
* | Merge master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds | 2006-02-08 | 3 | -6/+6 |
|\ |
|
| * | [SERIAL] uart_port flags member should use UPF_* | Russell King | 2006-02-05 | 3 | -3/+3 |
| * | [SERIAL] uart_port iotype member should use UPIO_* | Russell King | 2006-02-05 | 3 | -3/+3 |
* | | [MIPS] Rename _machine_power_off to pm_power_off so the kernel builds again. | Ralf Baechle | 2006-02-07 | 1 | -2/+3 |
|/ |
|
* | MIPS: Oprofile: Fixup the loose ends in the plumbing. | Ralf Baechle | 2006-01-10 | 1 | -3/+17 |
* | MIPS: MIPS boards: Get rid of useless SMP/non-SMP casing. | Ralf Baechle | 2006-01-10 | 1 | -13/+2 |
* | [MIPS] SEAD: More build fixes. | Ralf Baechle | 2005-11-17 | 2 | -13/+3 |
* | Support for MIPSsim, the cycle accurate MIPS simulator. | Ralf Baechle | 2005-10-29 | 11 | -0/+1070 |
* | Virtual SMP support for the 34K. | Ralf Baechle | 2005-10-29 | 1 | -5/+46 |