aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2006-07-13[MIPS] sparsemem: fix crash in show_memAtsushi Nemoto1-0/+2
2006-07-13[MIPS] vr41xx: Update workpad setup functionYoichi Yuasa1-5/+10
2006-07-13[MIPS] vr41xx: Update e55 setup functionYoichi Yuasa1-5/+10
2006-07-13[MIPS] vr41xx: Removed old v2.4 VRC4173 driverYoichi Yuasa3-590/+1
2006-07-13[MIPS] vr41xx: Move IRQ numbers to asm-mips/vr41xx/irq.hYoichi Yuasa5-2/+4
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] IP22 Fix brown paper bag in RTC code.Julien BLACHE1-1/+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 Baechle37-89/+34
2006-07-13[MIPS] Nuke redeclarations of board_time_init.Ralf Baechle2-2/+0
2006-07-13[MIPS] Remove redeclarations of setup_irq().Ralf Baechle4-6/+3
2006-07-13[MIPS] Nuke redeclarations of board_timer_setup.Ralf Baechle2-2/+2
2006-07-13[MIPS] Print out TLB handler assembly for debugging.Thiemo Seufer1-88/+71
2006-07-13[MIPS] SMTC: Reformat to Linux style.Ralf Baechle1-29/+29
2006-07-13[MIPS] MIPSsim: Delete redeclaration of ll_local_timer_interrupt.Ralf Baechle1-2/+0
2006-07-13[MIPS] IP27: Reformatting.Ralf Baechle1-4/+4
2006-07-13[MIPS] IP27: Invoke setup_irq for timer interrupt so proc stats will be shown.Ralf Baechle1-0/+4
2006-07-13[MIPS] IP27: irq_chip startup method returns unsigned int.Ralf Baechle1-1/+2
2006-07-13[MIPS] IP27: struct irq_desc member handler was renamed to chip.Ralf Baechle1-1/+1
2006-07-13[MIPS] Remove vmlinux.rm200 target from makefile.Yoichi Yuasa1-4/+2
2006-07-13[MIPS] vr41xx: Replace magic number for P4K bit with symbol.Yoichi Yuasa1-1/+1
2006-07-13[MIPS] vr41xx: Changed workaround to recommended methodYoichi Yuasa1-4/+3
2006-07-13[MIPS] Oprofile: Fix build failure due to warning and -Werror.Thiemo Seufer1-0/+2
2006-07-13[MIPS] TRACE_IRQFLAGS_SUPPORT support.Ralf Baechle10-2/+50
2006-07-13[MIPS] Do not count pages in holes with sparsememAtsushi Nemoto1-25/+40
2006-07-13[MIPS] Sparsemem fixesAtsushi Nemoto1-0/+1
2006-07-13[MIPS] IP32: Fix wreckage caused by recent SA_* constant replacement.Thiemo Seufer1-4/+4
2006-07-13[MIPS] VR41xx: Set VR41_CONF_BP only for PrId 0x0c80.Yoichi Yuasa1-1/+3
2006-07-13[MIPS] MIPS MT: Fix build error.Yoichi Yuasa1-0/+1
2006-07-13[MIPS] BCM1480: Fix fatal typo in the rewritten interrupt handler.Thiemo Seufer1-1/+1
2006-07-13[MIPS] Sibyte: Improve interrupt latency again for sb1250/bcm1480Thiemo Seufer2-8/+9
2006-07-13[MIPS] Use the proper technical term for naming some of the cache macros.Ralf Baechle1-4/+4
2006-07-13[MIPS] IP22: Remove SYS_SUPPORTS_SMP test code.Ralf Baechle1-1/+0
2006-07-13[MIPS] Panic on fp exception in kernel mode.Chris Dearman1-0/+2
2006-07-13[MIPS] Malta: Fix build of certain configs.Ralf Baechle1-24/+26
2006-07-13[MIPS] au1xxx: Support both YAMON and U-BootDomen Puncer1-12/+14
2006-07-13[MIPS] Save 2k text size in cpu-probeThiemo Seufer1-1/+1
2006-07-13[MIPS] Uses MIPS_CONF_AR instead of magic constants.Thiemo Seufer1-2/+2
2006-07-13[MIPS] Make SPARSEMEM selectable on QEMU.Atsushi Nemoto1-0/+4
2006-07-13[MIPS] Make SPARSEMEM selectable on QEMU.Atsushi Nemoto1-0/+4
2006-07-13[MIPS] Au1000: Remove au1000 code.Yoichi Yuasa8-609/+0
2006-07-13[MIPS] Wire up vmsplice(2) and move_pages(2).Ralf Baechle4-0/+8
2006-07-13[MIPS] Eleminate interrupt migration helper use.Ralf Baechle39-95/+95
2006-07-13[MIPS] Don't include obsolete <linux/config.h>.Ralf Baechle19-19/+0
2006-07-13[MIPS] Use KERN_DEBUG to log the SDBBP messagesChris Dearman1-3/+3
2006-07-13[MIPS] Less noise on multithreading exceptions.Chris Dearman2-10/+8
2006-07-13[MIPS] Update defconfigs to 2.6.18-rc1.Ralf Baechle48-877/+2360
2006-07-13[MIPS] IP27: Don't destroy interrupt routing information on shutdown irq.Ralf Baechle1-2/+0
2006-07-13[MIPS] Avoid interprocessor function calls.Ralf Baechle1-5/+30
2006-07-10[PATCH] FDPIC: Move roundup() into linux/kernel.hDavid Howells1-2/+0
2006-07-10[PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl4-4/+4
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2-4/+4
2006-07-02[PATCH] irq-flags: MIPS: Use the new IRQF_ constantsThomas Gleixner20-36/+36
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel169-169/+0
2006-06-29Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds45-423/+476
2006-06-29[MIPS] Remove BSD and Sys V compat data types.Ralf Baechle11-42/+42
2006-06-29[MIPS] 74K: Assume it will also have an AR bit in config7Ralf Baechle1-0/+1
2006-06-29[MIPS] Treat CPUs with AR bit as physically indexed.Ralf Baechle1-3/+8
2006-06-29[MIPS] Oprofile: Support VSMP on 34K.Ralf Baechle1-42/+106
2006-06-29[MIPS] MIPS32/MIPS64 S-cache fix and cleanupAtsushi Nemoto1-32/+3
2006-06-29[MIPS] excite: PCI makefile needs to use += if it wants a chance to work.Ralf Baechle1-1/+1
2006-06-29[MIPS] excite: plat_setup -> plat_mem_setup.Ralf Baechle1-1/+1
2006-06-29[MIPS] au1xxx: export dbdma functionsDomen Puncer1-0/+4
2006-06-29[MIPS] au1xxx: dbdma, no sleeping under spin_lockDomen Puncer1-1/+1
2006-06-29[MIPS] Early printk for IP27.Ralf Baechle3-27/+25
2006-06-29[MIPS] Fix handling of 0 length I & D caches.Chris Dearman1-23/+41
2006-06-29[MIPS] Typo fixes.Chris Dearman1-3/+3
2006-06-29[MIPS] MIPS32/MIPS64 secondary cache managementChris Dearman5-7/+168
2006-06-29[MIPS] Remove first timer interrupt setup in wrppmc_timer_setup()Yoichi Yuasa1-4/+0
2006-06-29[MIPS] Fix configuration of R2 CPU features and multithreading.Ralf Baechle2-34/+53
2006-06-29[MIPS] Fix build error: don't offer SMP on systems that don't have SMP.Ralf Baechle3-3/+12
2006-06-29[MIPS] Limit MIPS_MT to MIPS32R2 only.Ralf Baechle1-0/+2
2006-06-29[MIPS] Remove set_c0_status(ST0_IM) from wrppmc's irq.c.Yoichi Yuasa1-3/+0
2006-06-29[MIPS] Remove unused system type name for DDB5074 and DDB5476.Yoichi Yuasa1-2/+0
2006-06-29[MIPS] Removes unused functions for GT64120Yoichi Yuasa2-148/+0
2006-06-29[MIPS] Fix use of ehb instruction for non-R2 configurations.Ralf Baechle6-15/+15
2006-06-29[MIPS] Consistent formatting for Qemu makefile segment.Ralf Baechle1-0/+1
2006-06-29[MIPS] Wire up tee(2).Ralf Baechle4-0/+4
2006-06-29[MIPS] Only register RAM as resources if UNCAC_BASE != IO_BASE.Ralf Baechle1-0/+3
2006-06-29[MIPS] Fix the build error of Wind River PPMC board, rewrite irq code to CMark.Zhan5-66/+16
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2-4/+4
2006-06-29[PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPUIngo Molnar1-0/+5
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar36-70/+70
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-2/+2
2006-06-27[PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki1-1/+1
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman2-4/+4
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds3-9/+9
2006-06-26[PATCH] oprofile: Fix unnecessary clevernessMarkus Armbruster1-1/+1
2006-06-26spelling fixesAndreas Mohr1-2/+2
2006-06-26fix paniced->panicked typosLee Revell2-7/+7
2006-06-25[PATCH] kernel/sys.c: cleanupsAdrian Bunk2-3/+2
2006-06-23[PATCH] mips: fix number of mremap argumentsYoichi Yuasa1-1/+1
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-6/+6
2006-06-19[MIPS] Make timer interrupt frequency configurable from kconfig.Atsushi Nemoto50-1/+510
2006-06-19[MIPS] Support for the RM9000-based Basler eXcite smart camera platform.Ralf Baechle18-7/+3215
2006-06-19[MIPS] Support for the R5500-based NEC EMMA2RH Mark-eins boarddmitry pervushin17-0/+2693
2006-06-19[MIPS] Support SNI RM200C SNI in big endian mode and R5000 processors.Thomas Bogendoerfer5-12/+175
2006-06-19[MIPS] Random fixes for sb1250Thiemo Seufer1-2/+6
2006-06-19[MIPS] Fix bcm1480 compileThiemo Seufer1-0/+2
2006-06-19[MIPS] Remove support for NEC DDB5476.Ralf Baechle59-2303/+1
2006-06-19[MIPS] Remove support for NEC DDB5074.Ralf Baechle58-1144/+1
2006-06-19[MIPS] Cleanup memory managment initialization.Ralf Baechle33-45/+75
2006-06-19[MIPS] Remove unused function alloc_pci_controller.Ralf Baechle1-5/+0
2006-06-19[MIPS] IP27: Extract pci_ops into separate file.Ralf Baechle3-292/+308
2006-06-19[MIPS] IP27: Use symbolic constants instead of magic numbers.Ralf Baechle1-2/+1
2006-06-19[MIPS] vr41xx: remove unnecessay items from vr41xx/Kconfig.Yoichi Yuasa1-7/+0
2006-06-19[MIPS] IP27: Cleanup N/M mode configuration.Ralf Baechle1-5/+20
2006-06-19[MIPS] APM emu supportRodolfo Giometti3-0/+633
2006-06-19[MIPS] SN: Rename SGI_SN0_N_MODE -> SGI_SN_N_MODE.Ralf Baechle3-3/+3
2006-06-19[MIPS] Cleanup ARCH_DISCONTIGMEM_ENABLE and NUMA configuration.Ralf Baechle2-17/+23
2006-06-19[MIPS] C99-ify struct resource initialization.Ralf Baechle18-150/+395
2006-06-19[MIPS] Remove duplicate declarations from Alchemy code.Ralf Baechle1-4/+0
2006-06-19[MIPS] arch/mips/au1000/time.c cleanupSergei Shtylyov1-7/+2
2006-06-19[MIPS] Remove unused instances of prom_build_cpu_map.Ralf Baechle2-40/+0
2006-06-19[MIPS] Qemu system shutdown supportThiemo Seufer3-1/+39
2006-06-19[MIPS] Unify mips_fpu_soft_struct and mips_fpu_hard_structs.Atsushi Nemoto9-92/+70
2006-06-19[MIPS] Remove prototype for non-existing function.Ralf Baechle1-1/+0
2006-06-19[MIPS] Wind River 4KC PPMC Eval Board SupportMark.Zhan12-0/+1336
2006-06-19[MIPS] Au1xxx: board specific irq code cleanupHerbert Valerio Riedel11-22/+22
2006-06-19[MIPS] IP27: Fix collision with hardcoded interrupt number.Ralf Baechle2-3/+60
2006-06-19[PATCH] Fix BCM1480 doubled process accounting times.[MIPS] James E Wilson1-8/+9
2006-06-19[MIPS] Mark PNX8550 support broken.Ralf Baechle1-0/+2
2006-06-19[MIPS] Fix optimization for size build.Ralf Baechle6-0/+120
2006-06-19[MIPS] IP22: Fix ISA driver builds if CONFIG_EISA is selected.Ralf Baechle1-0/+4
2006-06-19[MIPS] Cobalt: Fix undefined reference to disable_early_printk.Yoichi Yuasa1-0/+5
2006-06-19[MIPS] Fix fpu_save_double on 64-bit.Atsushi Nemoto1-5/+8
2006-06-19[MIPS] Malta: Handle byteswapping hardare bug in big endian mode.Elizabeth Oldham1-0/+9
2006-06-05Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds8-8/+8
2006-06-06[MIPS] Fix sparsemem support.Chad Reese2-3/+2
2006-06-06[MIPS] Fix compiler warnings (field width, unused variable)Atsushi Nemoto6-11/+21
2006-06-06[MIPS] Fix sparse warnings about too big constants.Atsushi Nemoto2-5/+5
2006-06-06[MIPS] IP32: Fix warnings.Ralf Baechle1-2/+2
2006-06-06[MIPS] SB1: Only pass1 FPUs are broken beyond recovery.Ralf Baechle1-1/+1
2006-06-06[MIPS] open() forces O_LARGEFILE for o32 on 64bit kernelsThiemo Seufer1-1/+1
2006-06-06[MIPS] Au1xx0: fix prom_getenv() to handle YAMON style environmentSergei Shtylyov1-15/+9
2006-06-06[MIPS] Save write-only Config.OD from being clobberedSergei Shtylyov2-0/+39
2006-06-06[MIPS] Print more information if we're struck by a machine check exception.Ralf Baechle1-2/+17
2006-06-06[MIPS] Fix modpost warning: Rename op_model_xxx to op_model_xxx_ops.Atsushi Nemoto3-21/+21
2006-06-06[MIPS] Ignore unresolved weak symbols in modules.Atsushi Nemoto1-0/+6
2006-06-06[MIPS] Fix SMP now that fixup_cpu_present_map is gone.Ralf Baechle1-1/+4
2006-06-05[SERIAL] typo: buad -> baudHorst Schirmeier8-8/+8
2006-06-01[MIPS] Treat R14000 like R10000.Kumba5-0/+16
2006-06-01[MIPS] Remove EXPERIMENTAL from PAGE_SIZE_16KBRalf Baechle1-6/+4
2006-06-01[MIPS] Fix deadlock on MP with cache aliases.Ralf Baechle1-9/+30
2006-06-01[MIPS] Use generic STABS_DEBUG macro.Atsushi Nemoto1-5/+2
2006-06-01[MIPS] Create consistency in "system type" selection.Martin Michlmayr1-43/+43
2006-06-01[MIPS] Use generic DWARF_DEBUGAtsushi Nemoto1-10/+3
2006-06-01[MIPS] Fix kgdb exception handler from user mode.Atsushi Nemoto1-3/+5
2006-06-01[MIPS] Update struct sigcontext member namesDaniel Jacobowitz2-32/+2
2006-06-01[MIPS] Remove support for sysmips(2) SETNAME and MIPS_RDNVRAM operations.Ralf Baechle1-24/+0
2006-06-01[MIPS] Fix detection and handling of the 74K processor.Chris Dearman5-0/+11
2006-06-01[MIPS] Add missing 34K processor IDsNigel Stephens2-0/+2
2006-06-01[MIPS] AU1xxx mips_timer_interrupt() fixesHerbert Valerio Riedel2-0/+2
2006-06-01[MIPS] Fix typoRalf Baechle1-1/+1
2006-05-01[PATCH] drop task argument of audit_syscall_{entry,exit}Al Viro1-2/+2
2006-04-27[MIPS] Fix branch emulation for floating-point exceptions.Ralf Baechle1-1/+1
2006-04-27[MIPS] Cleanup inode->r_dev usage.Ralf Baechle2-9/+8
2006-04-27[MIPS] Update MIPS defconfigs.Ralf Baechle46-1768/+2316
2006-04-27[MIPS] Get rid of CONFIG_ADVANCED.Ralf Baechle1-27/+23
2006-04-27[MIPS] Kconfig: Clarify description of CROSSCOMPILE.Ralf Baechle1-1/+7
2006-04-27[MIPS] 24K LV: Add core card id.Chris Dearman3-0/+5
2006-04-27[MIPS] Sparse: fix sparse for 64-bit kernels.Atsushi Nemoto1-1/+4
2006-04-27[MIPS] Use __ffs() instead of ffs() in ip32_irq0().Atsushi Nemoto1-3/+4
2006-04-27[MIPS] Fix ip27 build.Atsushi Nemoto1-1/+1
2006-04-27[MIPS] Oprofile: fix sparse warning.Ralf Baechle1-1/+1
2006-04-27[MIPS] Fix oprofile module unloadingRalf Baechle1-1/+2
2006-04-26[PATCH] fix mips sys32_p{read,write}Al Viro1-62/+2
2006-04-19[MIPS] Use __ffs() instead of ffs() for waybit calculation.Atsushi Nemoto2-9/+9
2006-04-19[MIPS] Fix Makefile bugs for MIPS32/MIPS64 R1 and R2.Ralf Baechle1-4/+4
2006-04-19[MIPS] Handle IDE PIO cache aliases on SMP.Ralf Baechle5-0/+15
2006-04-19[MIPS] Make mips_srs_init static.Ralf Baechle1-1/+1
2006-04-19[MIPS] kgdb: Let gcc compute the array size itself.Ralf Baechle1-1/+1
2006-04-19[MIPS] FPU affinity for MT ASE.Ralf Baechle6-1/+72
2006-04-19[MIPS] MT: Improved multithreading support.Ralf Baechle35-155/+2796
2006-04-19[MIPS] kpsd and other AP/SP improvements.Ralf Baechle5-380/+1205
2006-04-19[MIPS] R2: Instruction hazard barrier.Ralf Baechle1-0/+15
2006-04-19[MIPS] R2: Implement shadow register allocation without spinlock.Ralf Baechle1-23/+18
2006-04-19[MIPS] Fix VR41xx build errors.Yoichi Yuasa1-0/+13
2006-04-19[MIPS] Fix tx49_blast_icache32_page_indexed.Atsushi Nemoto1-1/+2
2006-04-19[MIPS] Enable SCHED_NO_NO_OMIT_FRAME_POINTER for MIPS.Atsushi Nemoto1-0/+4
2006-04-19[MIPS] Rewrite all the assembler interrupt handlers to C.Ralf Baechle100-3388/+1114
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 Baechle5-10/+7
2006-04-19[MIPS] JMR3927 build fixes for the RTC code.Ralf Baechle1-30/+30
2006-04-19[MIPS] EV96100: ev96100_cpu_irq needs a struct pt_regs argument.Ralf Baechle1-1/+1
2006-04-19[MIPS] EV96100: Fix over two year old typo in variable name.Ralf Baechle1-1/+1
2006-04-19[MIPS] Ocelot 3: Fix build errors after the recent move of Marvell headers.Ralf Baechle1-12/+12
2006-04-19[MIPS] ITE: Glue build.Ralf Baechle1-0/+1
2006-04-19[MIPS] Jaguar: Fix build errors after the recent move of Marvell headers.Ralf Baechle1-18/+18
2006-04-19[MIPS] ITE8172: Fix build error due to missmatching prototypes.Ralf Baechle1-3/+0
2006-04-19[MIPS] Fix CONFIG_LIMITED_DMA build.Ralf Baechle1-0/+2
2006-04-19[MIPS] PNX8550 build fix.Ralf Baechle1-0/+1
2006-04-19[MIPS] Rewrite spurious_interrupt from assembler to C.Ralf Baechle17-44/+39
2006-04-19[MIPS] Fix breakage due to the grand makefile crapectomy.Ralf Baechle1-2/+2
2006-04-19[MIPS] Sort out duplicate exports.Ralf Baechle2-17/+0
2006-04-19[MIPS] Wire up sync_file_range(2).Ralf Baechle5-0/+14
2006-04-19[MIPS] Wire splice syscall.Ralf Baechle4-0/+4
2006-04-19[MIPS] Fix vectored interrupt support in TLB exception handler generator.Ralf Baechle1-2/+2