aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2006-03-27[PATCH] unify PFN_* macrosDave Hansen1-8/+1
2006-03-26[PATCH] consolidate sys32/compat_adjtimexStephen Rothwell3-63/+2
2006-03-26[PATCH] create struct compat_timex and use it everywhereStephen Rothwell1-14/+1
2006-03-25[PATCH] sys_alarm() unsigned signed conversion fixupThomas Gleixner1-21/+1
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton2-8/+6
2006-03-21[MIPS] Separate CPU entries in /proc/cpuinfo with a blank line.Martin Michlmayr1-0/+1
2006-03-21[MIPS] sys_mmap2 offset argument should always be shifted 12, not PAGE_SHIFT.H. Peter Anvin2-1/+8
2006-03-21[MIPS] War on whitespace: cleanup initial spaces followed by tabs.Ralf Baechle5-15/+15
2006-03-21[MIPS] Remove CONFIG_BUILD_ELF64.Ralf Baechle1-11/+0
2006-03-21[MIPS] Further sparsification for 32-bit compat code.Atsushi Nemoto2-84/+88
2006-03-21[MIPS] fix wrong __user usage in _sysn32_rt_sigsuspendAtsushi Nemoto1-1/+2
2006-03-21[MIPS] Signal cleanupAtsushi Nemoto4-32/+16
2006-03-21[MIPS] Reformat all of signal32.c with tabs instead of space for consistencyMartin Michlmayr1-6/+6
2006-03-21[MIPS] Delete unused sys32_waitpid.Ralf Baechle1-6/+0
2006-03-18[MIPS] Protect more of timer_interrupt() by xtime_lock.Ralf Baechle1-2/+4
2006-03-09[MIPS] Momentum: Resurrect after things were moved around a while ago.Ralf Baechle1-3/+5
2006-03-09[MIPS] Discard .exit.text at runtime.Ralf Baechle1-1/+3
2006-03-01[MIPS] Use USECS_PER_SEC / HZ instead of tick_usec in do_gettimeofday.Atsushi Nemoto1-2/+3
2006-02-27[MIPS] Use generic compat routines for readdir, getdentsAtsushi Nemoto3-57/+3
2006-02-27[MIPS] SMP: Fix initialization order bug.Ralf Baechle3-7/+11
2006-02-24[PATCH] flags parameter for linkatUlrich Drepper1-1/+1
2006-02-21[MIPS] jiffies_to_compat_timeval fixAtsushi Nemoto2-4/+6
2006-02-21[MIPS] Add topology_init.Rojhalat Ibrahim1-0/+20
2006-02-21[MIPS] N32: Make sure pointer is good before passing it to sys_waitid().Ralf Baechle1-0/+3
2006-02-21[MIPS] N32: Fix N32 rt_sigtimedwait and rt_sigsuspend breakage.Ralf Baechle3-21/+35
2006-02-21[MIPS] Reformat _sys32_rt_sigsuspend with tabs instead of space for consistency.Ralf Baechle1-1/+1
2006-02-21[MIPS] Make do_signal32 return void.Martin Michlmayr1-5/+3
2006-02-21[MIPS] Add support for TIF_RESTORE_SIGMASK for signal32Martin Michlmayr1-27/+41
2006-02-21[MIPS] Make integer overflow exceptions in kernel mode fatal.Ralf Baechle1-1/+3
2006-02-14[MIPS] Fix typo in _sys32_rt_sigreturn and _sysn32_rt_sigreturn.Atsushi Nemoto2-2/+2
2006-02-14[MIPS] RM9000: Fix buggy I-cache workaround.Thomas Koeller1-1/+1
2006-02-14[MIPS] MT: Propagate config7 into VPE.Ralf Baechle1-0/+3
2006-02-14[MIPS] MT: Fix c0 back-to-back hazard.Ralf Baechle1-0/+2
2006-02-14[MIPS] Rewrite get_wchan and its helper functions using kallsyms_lookup.Atsushi Nemoto1-81/+77
2006-02-14[MIPS] Remove commented out function prom_build_cpu_map.Ralf Baechle1-29/+0
2006-02-13[PATCH] MIPS 32bit machines need fstatat64 support.Yoichi Yuasa1-1/+1
2006-02-08[MIPS] Sparse: Add __user tags to syscall.cAtsushi Nemoto1-22/+26
2006-02-08[MIPS] Wire up new syscalls.Ralf Baechle4-0/+68
2006-02-08[MIPS] Make do_signal return void.Ralf Baechle2-6/+5
2006-02-08[MIPS] Add support for TIF_RESTORE_SIGMASK.Ralf Baechle4-44/+58
2006-02-07[MIPS] Clear ST0_RE on bootup.Ralf Baechle1-1/+1
2006-02-07[MIPS] Fix linker script to work for non-4K page size.Ralf Baechle1-5/+6
2006-02-07[MIPS] Fix minor sparse warningsAtsushi Nemoto3-2/+4
2006-02-07[MIPS] Sparse: Add some __user tags to signal functions.Atsushi Nemoto4-42/+45
2006-02-07[MIPS] Sparse: Fix some compiler/sparse warnings in ptrace32.cAtsushi Nemoto1-7/+15
2006-02-07[MIPS] Get rid of CONFIG_SB1_PASS_1_WORKAROUNDS #ifdef crapola.Ralf Baechle1-4/+3
2006-02-07[MIPS] Rename _machine_power_off to pm_power_off so the kernel builds again.Ralf Baechle1-4/+6
2006-02-07[MIPS] Check function pointers are non-zero before calling.Ralf Baechle1-4/+6
2006-02-07[MIPS] Revert "mips: add pm_power_off"Ralf Baechle1-6/+0
2006-02-07[MIPS] RTLX compile fixes.Ralf Baechle1-0/+4
2006-02-07[MIPS] Remove stray .set mips3 resulting in 64-bit instruction in 32-bit kern...Ralf Baechle1-1/+1
2006-02-01[PATCH] mips: gdb-stub.c: fix parse error before ; tokenAlexey Dobriyan1-1/+1
2006-01-16[PATCH] mips: add pm_power_offYoichi Yuasa1-0/+6
2006-01-12[PATCH] mips: task_stack_page()Al Viro1-3/+3
2006-01-12[PATCH] mips: task_thread_info()Al Viro5-9/+8
2006-01-12[PATCH] mips: task_pt_regs()Al Viro3-15/+7
2006-01-11[PATCH] capable/capability.h (arch/)Randy Dunlap2-0/+2
2006-01-10Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds7-30/+71
2006-01-10[PATCH] sanitize building of fs/compat_ioctl.cChristoph Hellwig2-52/+1
2006-01-10MIPS: Namespace pollution: dump_regs() -> elf_dump_regs()Al Viro1-2/+2
2006-01-10MIPS: Oprofile: Fixup the loose ends in the plumbing.Ralf Baechle1-1/+25
2006-01-10MIPS: Introduce machinery for testing for MIPSxxR1/2.Ralf Baechle2-8/+33
2006-01-10MIPS: Rename MIPS_CPU_ISA_M{32,64} -> MIPS_CPU_ISA_M{32,64}R1.Ralf Baechle2-7/+7
2006-01-10MIPS: MT: Fix 32-bit dependencies.Ralf Baechle1-4/+4
2006-01-10MIPS: DSP: Put DSPcontrol register into the right place in the signal frame.Ralf Baechle1-1/+1
2006-01-10MIPS: DSP: eleminate used_dsp.Ralf Baechle2-12/+4
2006-01-09[PATCH] Fix more "if ((err = foo() < 0))" typosAlexey Dobriyan1-1/+2
2006-01-08[PATCH] use ptrace_get_task_struct in various placesChristoph Hellwig1-20/+6
2006-01-04Relax the rw_verify_area() error checking.Linus Torvalds1-2/+2
2005-12-01[MIPS] Avoid duplicate do_syscall_trace calls on return from sigreturn.Ralf Baechle3-8/+0
2005-12-01[MIPS] Fix register handling in syscalls when debugging.Ralf Baechle4-4/+12
2005-12-01[MIPS] Fix return path of sysmips(MIPS_ATOMIC_SET, ...)Ralf Baechle2-26/+2
2005-12-01[MIPS] Generate SIGILL againDaniel Jacobowitz1-2/+3
2005-12-01[MIPS] R10000 and R12000 need to set MIPS_CPU_4K_CACHE ...Ralf Baechle1-2/+2
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin2-1/+5
2005-11-09[PATCH] remove ioctl32_handler_tChristoph Hellwig1-3/+1
2005-11-07Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds5-170/+146
2005-11-07Fix return type of setup_frame variantsAtsushi Nemoto2-8/+8
2005-11-07IRIX: Use schedule_timeout_interruptible.Ralf Baechle1-2/+1
2005-11-07VPE loader janitoringRalf Baechle1-56/+44
2005-11-07Turn rtlx upside down.Ralf Baechle1-104/+93
2005-11-07[PATCH] consolidate sys_ptrace()Christoph Hellwig1-50/+5
2005-10-30[PATCH] jiffies_64 cleanupThomas Gleixner1-4/+0
2005-10-30[PATCH] unify sys_ptrace prototypeChristoph Hellwig1-1/+1
2005-10-30[PATCH] Don't uselessly export task_struct to userspace in core dumpsEric W. Biederman1-11/+6
2005-10-29[PATCH] mm: mm_init set_mm_countersHugh Dickins1-1/+0
2005-10-29Remove useless casts of kmalloc return values.Ralf Baechle1-3/+1
2005-10-29Add support for SB1A CPU.Andrew Isaacson2-0/+4
2005-10-29Sibyte fixesAndrew Isaacson1-1/+1
2005-10-29Get 64-bit right in the kgdb stub.Ralf Baechle1-3/+2
2005-10-29Sys_lookup_dcookie arguments occupy 4 argument slots.Ralf Baechle1-1/+1
2005-10-29FPU emulator garbage collection.Ralf Baechle1-3/+3
2005-10-29Don't print file name and line in die and die_if_kernel.Ralf Baechle1-14/+2
2005-10-29Date: Fri Jan 14 03:03:23 2005 +0000Ralf Baechle1-1/+1
2005-10-29Fixup a few lose ends in explicit support for MIPS R1/R2.Ralf Baechle3-4/+4
2005-10-29Protect manipulation of c0_status against preemption and multithreading.Ralf Baechle2-12/+47
2005-10-29Detect 4KSD and treat it like 4KSc.Ralf Baechle1-0/+1
2005-10-29Define and initialize kdb_lock using DEFINE_SPINLOCK.Ralf Baechle1-6/+8
2005-10-29Make kgdb_wait static.Ralf Baechle1-1/+1
2005-10-29Cleanup the mess in cpu_cache_init.Ralf Baechle1-7/+18
2005-10-29Support for MIPSsim, the cycle accurate MIPS simulator.Ralf Baechle1-1/+1
2005-10-29Switch Sibyte profiling driver to ->compat_ioctlRalf Baechle1-6/+0
2005-10-29Revise MIPS 64-bit ptrace interfaceDaniel Jacobowitz3-1/+211
2005-10-29Fix excessive signal latencies.Ralf Baechle1-1/+1
2005-10-29Move genrtc.c's functions into <asm/rtc.h>Ralf Baechle2-66/+0
2005-10-29Virtual SMP support for the 34K.Ralf Baechle5-7/+391
2005-10-29MT bulletproofing.Ralf Baechle2-14/+75
2005-10-29Display presence of SmartMIPS, DSP and MT ASEs in /proc/cpuinfo.Ralf Baechle1-2/+5
2005-10-29Delete old junk.Ralf Baechle1-1/+0
2005-10-29Spelling fix.Ralf Baechle1-1/+1
2005-10-29Inlining will result in back-to-back mtc0 mfc0 instructions. Break theRalf Baechle1-0/+2
2005-10-29sys is only used for native o32 ...Ralf Baechle1-3/+3
2005-10-29R4600 has 32 FPRs.Thiemo Seufer1-1/+2
2005-10-29Make sure that the processor is actually online or die spectacularly.Ralf Baechle1-0/+5
2005-10-29Avoid SMP cacheflushes. This is a minor optimization of startup butRalf Baechle1-0/+2
2005-10-29Philips PNX8550 support: MIPS32-like core with 2 Trimedias on it.Pete Popov3-1/+24
2005-10-29More AP / SP bits for the 34K, the Malta bits and things. Still wantsRalf Baechle6-17/+1890
2005-10-29Move Origin crapola into a machine-specific header file.Ralf Baechle1-37/+6
2005-10-29Prevent gcc from optimizing a few functions away completly.Ralf Baechle1-2/+2
2005-10-29Detect the MIPS R2 vectored interrupt, external interrupt controllerRalf Baechle1-0/+6
2005-10-29New kernel option nowait allows disabling the use of the wait instruction.Ralf Baechle1-0/+16
2005-10-29Use an irq_enable_hazard hazard barrier in unmask_mips_irq. ThisRalf Baechle1-0/+2
2005-10-29Add inotify syscalls for MIPS.Ralf Baechle4-1/+12
2005-10-29Mark a few variables __read_mostly.Ralf Baechle2-7/+11
2005-10-29Detect the 34K.Ralf Baechle2-0/+6
2005-10-29Setup_frame is now returning a success value.Ralf Baechle4-25/+32
2005-10-29Temporary hack for Qemu and MIPSsim until they get a proper ELF loader.Ralf Baechle1-0/+12
2005-10-29Rename CONFIG_CPU_MIPS{32,64} to CONFIG_CPU_MIPS{32|64}_R1.Ralf Baechle3-4/+4
2005-10-29Avoid defining variables in the middle of a block which breaks olderRalf Baechle1-4/+10
2005-10-29Always use ".set mips3" rather than select between "mips2" or "mips3"Maciej W. Rozycki1-2/+2
2005-10-29Use correct names for bits in the R3k cp0.status register.Maciej W. Rozycki1-26/+41
2005-10-29Mark __die() "noreturn" for real.Maciej W. Rozycki1-2/+3
2005-10-29Redo RM9000 workaround which along with other DSP ASE changes wasRalf Baechle4-57/+84
2005-10-29Enable a suitable ISA for the assembler around ll/sc so that codeMaciej W. Rozycki1-4/+8
2005-10-29For MIPS32/MIPS64 cp0.config.mt == 1 implies a standard (R4k-style)Maciej W. Rozycki1-5/+1
2005-10-29Support the MIPS32 / MIPS64 DSP ASE.Ralf Baechle14-82/+308
2005-10-2964-bit fixes for Alchemy code ;)Ralf Baechle1-6/+5
2005-10-29Fix tasteless #ifdef mess in audit_arch(), minor cleanups.Ralf Baechle1-17/+12
2005-10-29__compute_return_epc() uses CFC1 instruction which might result in aRalf Baechle1-3/+7
2005-10-29sys_nfsservctl() needs translation.Maciej W. Rozycki1-1/+1
2005-10-29No point in checking cpu_has_tlb before we've computed the CPU options.Ralf Baechle1-4/+4
2005-10-29Cleanup decoding of MIPSxx config registers.Ralf Baechle2-44/+105
2005-10-29Fix preemption and SMP problems in the FP emulator code.Ralf Baechle1-2/+17
2005-10-29Ustat needs a wrapper on n32.Thiemo Seufer1-1/+1
2005-10-29We pass a kernel pointer to do_sigaltstack in sys32_sigaltstack, soRalf Baechle1-0/+4
2005-10-29NPTL, round one.Ralf Baechle11-7/+118
2005-10-29Fix BogoMIPS display on UP and some minor cosmetical things.Ralf Baechle2-2/+0
2005-10-29fcntl64 needs to be wrapped for n32.Thiemo Seufer1-1/+1
2005-10-29Fix one more case of computing the return EPC after the registers haveRalf Baechle1-1/+1
2005-10-29When simulating ll/sc compute the return EPC before modifying theRalf Baechle1-2/+3
2005-10-29Detect the 4KEcR2 and for now detect handle it like the 4KEc.Ralf Baechle1-0/+4
2005-10-29Fixed buglet with previous patch that broke non au1x builds.Pete Popov1-9/+7
2005-10-29Remove CONFIG_PM dependency from au1x wait in cpu_probe.Pete Popov1-24/+19
2005-10-29Fix 64bit SMP TLB handler and stack frame handling, optimize 32bit SMPThiemo Seufer1-0/+1
2005-10-29Use compat_sigval_t in struct compat_siginfo.Ralf Baechle1-1/+1
2005-10-29Reformatting, remove debugging code.Ralf Baechle1-37/+26
2005-10-29Get rid of the the remains of 2.4-style ramdisk support.Ralf Baechle1-7/+0
2005-10-29Multithreaded core dumps.Ralf Baechle1-0/+8
2005-10-29sys_futex has 6 arguments.Thiemo Seufer1-1/+1
2005-10-29Export shm_align_mask and flush_data_cache_page.Ralf Baechle1-0/+3
2005-10-29Gcc 4.0 fixes.Ralf Baechle1-4/+6
2005-10-29Fix preemption bug.Ralf Baechle1-2/+1
2005-10-29Sparseify MIPS.Ralf Baechle10-478/+489
2005-10-29On 24K we did always disable cache parity protection - obviously notRalf Baechle1-9/+5
2005-10-29ISOify.Ralf Baechle1-60/+60
2005-10-29Base Au1200 2.6 support.Pete Popov2-0/+8
2005-10-29Fix 'prctl' system call for IRIX. At this point IRIX 5.3 static binariesSteven J. Hill1-33/+27
2005-10-29Convert struct hw_interrupt_type initializations to ISO C99 namedRalf Baechle6-61/+56
2005-10-29Merge do_boot_cpu() into the new style __cpu_up().Ralf Baechle1-21/+9
2005-10-29On multiprocessor systems the BogoMIPS for each CPU was reported wasRalf Baechle1-2/+2
2005-10-29Fix wchan implementation, based on earlier by from Atsushi Nemoto.Thiemo Seufer1-58/+77
2005-10-29Improved modules loader, more robust and works on 64bit kernels.Thiemo Seufer4-529/+337
2005-10-29Until I figure out why NFS filesystems are having problems withSteven J. Hill1-103/+123
2005-10-2932-bit compatibility for various timer-related system calls.Ralf Baechle3-10/+60
2005-10-29Update to match the native siginfo structure and code.Ralf Baechle1-2/+9
2005-10-2932-bit compatibility for ptrace GETEVENTMSG operation.Ralf Baechle1-1/+5
2005-10-29Implement 32-bit compatibility for waitid(2).Ralf Baechle4-2/+51
2005-10-29Waitid(2) now has 5 arguments.Ralf Baechle1-1/+1
2005-10-29Use generic compat_sys_wait4 to implement 32-bit wait4(2).Ralf Baechle3-74/+3
2005-10-29Document why calling smp_call_function will deadlock when called withRalf Baechle1-1/+13
2005-10-29Use preempt_schedule_irq.Ralf Baechle1-5/+2
2005-10-29Mask and ack CPU interrupts upon initialization. Keep the stateMaciej W. Rozycki1-1/+6
2005-10-29Signed-off-by: Ralf Baechle <ralf@linux-mips.org>Ralf Baechle2-2/+6
2005-10-29Fix register layout in o32 core dumps on 64-bit systems.Ralf Baechle1-13/+18
2005-10-29Get rid of early_init. There's more need to make this form ofRalf Baechle2-32/+2
2005-10-29Dummy ISA DMA functions for systems that don't have ISA but shareRalf Baechle1-0/+28
2005-10-29Fix build with SMP disabled and preemption enabled.Ralf Baechle1-0/+3
2005-10-29Move the invalid pmd and pte tables from .data to .bss. Fix alignment.Thiemo Seufer1-10/+4
2005-10-29Remove unused arguments from preempt_{start,stop}/local_irq_{en,dis}able.Thiemo Seufer1-18/+17
2005-10-29Fix typos and formatting.Thiemo Seufer1-5/+5
2005-10-29De-optimize and decomplicate the spurious interrupt handler.Thiemo Seufer1-8/+5
2005-09-14[PATCH] error path in setup_arg_pages() misses vm_unacct_memory()Hugh Dickins1-7/+2
2005-09-11mips: rename offsets.c to asm-offsets.cSam Ravnborg1-0/+0
2005-09-10[PATCH] mips: fix-up schedule_timeout() usageNishanth Aravamudan2-17/+3
2005-09-09Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild Linus Torvalds8-8/+8
2005-09-09[PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversionsIngo Molnar2-2/+2
2005-09-09[PATCH] files: lock-free fd look-upDipankar Sarma1-2/+3
2005-09-09kbuild: mips use generic asm-offsets.h supportSam Ravnborg8-8/+8
2005-09-07[PATCH] NTP: ntp-helper functionsjohn stultz2-9/+3
2005-09-07[PATCH] compat: be more consistent about [ug]id_tStephen Rothwell1-8/+8