aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-28MIPSnet: Modernize use platform_device API.Ralf Baechle2-1/+37
2007-04-27[MIPS] update vr41xx KconfigYoichi Yuasa1-36/+56
2007-04-27[MIPS] remove 2 select entries for VR41xxYoichi Yuasa1-2/+0
2007-04-27[MIPS] rename VR41XX to VR4100 seriesYoichi Yuasa1-1/+1
2007-04-27[MIPS] Use DEFINE_SPINLOCK instead of SPIN_LOCK_UNLOCKED.Milind Arun Choudhary1-1/+1
2007-04-27[MIPS] Remove unused _THREAD_SIZE_ORDER from asm-offset.c.Ralf Baechle1-1/+0
2007-04-27[MIPS] Change PCI host bridge setup/resourcesThomas Bogendoerfer2-195/+32
2007-04-27[MIPS] Register PCI host bridge resource earlierThomas Bogendoerfer2-15/+14
2007-04-27[MIPS] Remove pnx8550-v2pci_defconfigYoichi Yuasa1-1540/+0
2007-04-27[MIPS] Add bcm1480 ZBus trace support, fix wait related bugsMark Mason5-66/+106
2007-04-27[MIPS] Remove unused argument from kunmap_coherent().Ralf Baechle2-5/+5
2007-04-27[MIPS] Malta: Delete unused prototype of mips_timer_interrupt.Ralf Baechle1-2/+0
2007-04-27[MIPS] Select ZONE_DMA only if GENERIC_ISA_DMA selectedAtsushi Nemoto2-11/+9
2007-04-27[MIPS] MIPS Tech: Get rid of volatile in core code.Ralf Baechle4-13/+13
2007-04-27[MIPS] IP22: Get rid of volatile in IP22 core code.Ralf Baechle2-19/+19
2007-04-27[MIPS] JMR3927 cleanupAtsushi Nemoto11-1031/+141
2007-04-27[MIPS] merge GT64111 PCI routines and GT64120 PCI_0 routinesYoichi Yuasa9-137/+33
2007-04-27[MIPS] Cobalt: Split PCI codes from setup.cYoichi Yuasa3-28/+48
2007-04-27[MIPS] Cobalt: clean up include filesYoichi Yuasa4-16/+9
2007-04-27[MIPS] Fix AP/SP to work in the reality of modern kernels.Ralf Baechle2-7/+5
2007-04-24[MIPS] Fix oprofile logic to physical counter remappingRalf Baechle1-1/+1
2007-04-20[MIPS] Fix BUG(), BUG_ON() handlingAtsushi Nemoto1-2/+2
2007-04-20[MIPS] Retry {save,restore}_fp_context if failed in atomic context.Atsushi Nemoto3-18/+95
2007-04-20[MIPS] Disallow CpU exception in kernel again.Atsushi Nemoto5-40/+21
2007-04-20[MIPS] Add missing silicon revisions for BCM112xMark Mason1-0/+12
2007-03-29[MIPS] SMTC: Fix recursion in instant IPI replay code.Ralf Baechle1-7/+33
2007-03-29[MIPS] BCM1480: Fix setting of irq affinity.Mark Mason1-2/+2
2007-03-29[MIPS] do_page_fault() needs to use raw_smp_processor_id().Ralf Baechle1-3/+3
2007-03-29[MIPS] SMTC: Fix false trigger of debug code on single VPE.Ralf Baechle1-5/+15
2007-03-29[MIPS] SMTC: irq_{enter,leave} and kstats keeping for relayed timer ints.Ralf Baechle1-0/+5
2007-03-29[MIPS] lockdep: Deal with interrupt disable hazard in TRACE_IRQFLAGSChris Dearman1-0/+31
2007-03-29[MIPS] lockdep: Handle interrupts in R3000 style c0_status register.Chris Dearman1-1/+5
2007-03-29[MIPS] MT: MIPS_MT_SMTC_INSTANT_REPLAY currently conflicts with PREEMPT.Ralf Baechle1-1/+1
2007-03-29[MIPS] EV64120: Include <asm/irq.h> to fix warning.Ralf Baechle1-0/+1
2007-03-29[MIPS] Ocelot: Fix warning.Ralf Baechle1-1/+0
2007-03-29[MIPS] Ocelot: Give PMON_v1_setup a proper prototype.Ralf Baechle1-1/+1
2007-03-24[MIPS] SB1250: Fix bugs/warnings by creative use of volatile.Ralf Baechle5-15/+16
2007-03-24[MIPS] SB1: Fix pile of gcc's bogus format string warnings.Ralf Baechle1-4/+5
2007-03-24[MIPS] Jazz: Fix warning.Ralf Baechle1-1/+2
2007-03-24[MIPS] R3000: local_flush_data_cache_page take a pointer argument.Ralf Baechle1-1/+1
2007-03-24[MIPS] Implement flush_anon_page().Ralf Baechle2-3/+17
2007-03-24[MIPS] SPARSEMEM: The first pfn of zone should be min_low_pfn, not 0.Atsushi Nemoto1-1/+1
2007-03-24[MIPS] Always use virt_to_phys() when translating kernel addressesFranck Bui-Huu1-5/+12
2007-03-19[MIPS] Export except_vec_vi_{mori,lui,ori} as text symbols.Ralf Baechle1-3/+3
2007-03-19[MIPS] mips-boards: More liberal check for mips-board consoleThiemo Seufer1-1/+1
2007-03-19[MIPS] Misc fixes for plat_irq_dispatch functionsThiemo Seufer13-17/+16
2007-03-19[MIPS] Qemu: Fix Symmetric Uniprocessor support.Atsushi Nemoto2-3/+19
2007-03-19[MIPS] VI: TRACE_IRQS_OFF clobbers $v0, so save & restore around call.Ralf Baechle1-0/+10
2007-03-17[MIPS] Kconfig: Move missplaced NR_CPUS default from SMTC to VSMP.Ralf Baechle1-1/+1
2007-03-17[MIPS] RTLX: Handle copy_*_user return values.Ralf Baechle2-29/+35