aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mips-boards (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-01-30[MIPS] Fix typo of "CONFIG_MT_SMP".Robert P. J. Day1-1/+1
2007-01-30[PATCH] Malta: Fix build if CONFIG_MTD is diabled.Jan Altenberg1-1/+2
2007-01-08[MIPS] Fix build errors on SEADAtsushi Nemoto2-4/+9
2007-01-08[MIPS] Malta: Add missing MTD file.Ralf Baechle1-0/+63
2006-12-12[MIPS] Malta: Resurrect MTD support for onboard flash.Ralf Baechle2-40/+1
2006-11-30[MIPS] Fix double inclusionsNicolas Kaiser1-11/+4
2006-11-30[MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irqAtsushi Nemoto3-2/+5
2006-11-30[MIPS] IRQ cleanupsAtsushi Nemoto1-22/+6
2006-11-28[MIPS] Fix Bonito bootup message.Ralf Baechle1-1/+1
2006-11-01[MIPS] Fix warning in mips-boards generic PCIYoichi Yuasa1-1/+1
2006-11-01[MIPS] 16K & 64K page size fixesRalf Baechle1-1/+1
2006-10-31[MIPS] VSMP: Synchronize cp0 counters on bootup.Ralf Baechle1-2/+3
2006-10-31[MIPS] Flags must be unsigned long.Ralf Baechle1-1/+1
2006-10-21[MIPS] Cleanup remaining references to mips_counter_frequency.Ralf Baechle2-2/+2
2006-10-19[MIPS] Malta: Fix uninitialized regs pointer.Ralf Baechle1-1/+2
2006-10-09[MIPS] Malta: Fix build for non-MIPS32/64 configuration.Ralf Baechle1-6/+6
2006-10-09[MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions.Ralf Baechle2-2/+0
2006-10-08[MIPS] Complete fixes after removal of pt_regs argument to int handlers.Ralf Baechle6-45/+44
2006-09-27[MIPS] Atlas: update interrupt handlingMaciej W. Rozycki3-22/+92
2006-09-27[MIPS] Patch to arch/mips/mips-boards/generic/time.cKevin D. Kissell1-21/+36
2006-07-13[MIPS] MIPSsim: Build fix, rename sim_timer_setup -> plat_timer_setup.Ralf Baechle1-1/+1
2006-07-13[MIPS] Remove unused code.Ralf Baechle3-249/+1
2006-07-13[MIPS] Atlas, Malta, SEAD: Don't disable interrupts in mips_time_init().Ralf Baechle1-5/+1
2006-07-13[MIPS] Replace board_timer_setup function pointer by plat_timer_setup.Ralf Baechle5-9/+1
2006-07-13[MIPS] MIPSsim: Delete redeclaration of ll_local_timer_interrupt.Ralf Baechle1-2/+0
2006-07-13[MIPS] Malta: Fix build of certain configs.Ralf Baechle1-24/+26
2006-07-13[MIPS] Eleminate interrupt migration helper use.Ralf Baechle1-1/+1
2006-07-10[PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel13-13/+0
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-1/+1
2006-06-19[MIPS] Cleanup memory managment initialization.Ralf Baechle4-4/+4
2006-06-19[MIPS] C99-ify struct resource initialization.Ralf Baechle1-5/+5
2006-06-19[MIPS] Remove unused instances of prom_build_cpu_map.Ralf Baechle2-40/+0
2006-06-19[MIPS] Malta: Handle byteswapping hardare bug in big endian mode.Elizabeth Oldham1-0/+9
2006-04-27[MIPS] 24K LV: Add core card id.Chris Dearman3-0/+5
2006-04-19[MIPS] kgdb: Let gcc compute the array size itself.Ralf Baechle1-1/+1
2006-04-19[MIPS] MT: Improved multithreading support.Ralf Baechle8-85/+203
2006-04-19[MIPS] Rewrite all the assembler interrupt handlers to C.Ralf Baechle10-375/+317
2006-04-19[MIPS] Fix the crime against humanity that mipsIRQ.S is.Ralf Baechle7-47/+243
2006-04-19[MIPS] Fixup damage done by 22a9835c350782a5c3257343713932af3ac92ee0.Ralf Baechle2-4/+6
2006-04-19[MIPS] Replace redundant declarations of _end by <asm/sections.h>.Ralf Baechle2-7/+3
2006-04-19[MIPS] Rewrite spurious_interrupt from assembler to C.Ralf Baechle2-2/+6
2006-03-27[PATCH] mips: fixed collision of rtc function nameYoichi Yuasa2-2/+2
2006-03-27[PATCH] unify PFN_* macrosDave Hansen2-10/+4
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin2-2/+2
2006-03-21[MIPS] War on whitespace: cleanup initial spaces followed by tabs.Ralf Baechle4-4/+4
2006-02-08Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds3-6/+6
2006-02-07[MIPS] Rename _machine_power_off to pm_power_off so the kernel builds again.Ralf Baechle1-2/+3
2006-02-05[SERIAL] uart_port flags member should use UPF_*Russell King3-3/+3
2006-02-05[SERIAL] uart_port iotype member should use UPIO_*Russell King3-3/+3