aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2006-10-02[PATCH] namespaces: add nsproxySerge E. Hallyn1-0/+2
2006-10-01[PATCH] kill wall_jiffiesAtsushi Nemoto1-11/+1
2006-09-30[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]David Howells1-2/+2
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto1-1/+1
2006-09-27[PATCH] sysctl: Allow /proc/sys without sys_sysctlEric W. Biederman1-2/+2
2006-09-27[MIPS] setup.c: use early_param() for early command line parsingFranck Bui-Huu1-112/+60
2006-09-27[MIPS] setup.c: remove MAXMEM macroFranck Bui-Huu1-9/+3
2006-09-27[MIPS] setup.c: do not inline functionsFranck Bui-Huu1-2/+2
2006-09-27[MIPS] setup.c: remove useless includes.Franck Bui-Huu1-14/+0
2006-09-27[MIPS] setup.c: move initrd code inside dedicated functionsFranck Bui-Huu1-58/+86
2006-09-27[MIPS] setup.c: cleanup bootmem_init()Franck Bui-Huu1-78/+57
2006-09-27[MIPS] get_wchan(): remove uses of mfinfo[64]Franck Bui-Huu1-82/+50
2006-09-27[MIPS] get_frame_info(): null function size means size is unknownFranck Bui-Huu1-2/+10
2006-09-27[MIPS] unwind_stack(): return ra if an exception occured at the first instruc...Franck Bui-Huu1-2/+5
2006-09-27[MIPS] The o32 fstatat syscall behaves differently on 32 and 64 bit kernelsRichard Sandiford1-1/+1
2006-09-27[MIPS] Move definition of IRIX compat constant into IRIX compat code.Ralf Baechle1-0/+3
2006-09-27[MIPS] TLS: set_thread_area returns asmlinkage int not void.Ralf Baechle1-1/+3
2006-09-27[MIPS] TLS: Delete unused sys32_set_thread_areaRalf Baechle1-6/+0
2006-09-27[MIPS] Reduce race between cpu_wait() and need_resched() checkingAtsushi Nemoto1-17/+45
2006-09-27[MIPS] Wire up set_robust_list(2) and get_robust_list(2)Atsushi Nemoto4-1/+9
2006-09-27[MIPS] Make prepare_frametrace() not clobber v0Atsushi Nemoto1-3/+7
2006-09-27[MIPS] MT: Fix setting of XTC.Elizabeth Oldham1-0/+6
2006-09-27[MIPS] SMTC Build fix.Ralf Baechle1-1/+1
2006-09-27[MIPS] Avoid double signal restarting.Ralf Baechle3-1/+3
2006-09-27[MIPS] MT: Initialise all writable bits in Cause register to zero.Chris Dearman1-1/+1
2006-09-27[MIPS] Add missing returns in signal code.Ralf Baechle2-0/+4
2006-09-27[MIPS] IRIX: Crapectopy.Ralf Baechle1-15/+40
2006-09-27[MIPS] Don't call try_to_freeze in do_signal & co.Ralf Baechle3-12/+0
2006-09-27[MIPS] Improve unwind_stack()Franck Bui-Huu2-25/+34
2006-09-27[MIPS] Make get_frame_info() more robustFranck Bui-Huu1-8/+6
2006-09-27[MIPS] Simplify dump_stack()Franck Bui-Huu1-11/+9
2006-09-27[MIPS] Make frame_info_init() more readable.Franck Bui-Huu1-9/+9
2006-09-27[MIPS] Miscellaneous cleanup in prologue analysis codeFranck Bui-Huu1-19/+14
2006-09-27[MIPS] Remove unused MODULE_RANGE macro.Franck Bui-Huu1-5/+0
2006-09-27[MIPS] Make get_frame_info() more readable.Franck Bui-Huu1-31/+36
2006-09-27[MIPS] N32 rt_sigqueueinfo uses O32 padding, not N64Peter Watkins1-1/+1
2006-09-27[MIPS] dump_stack() based on prologue code analysisAtsushi Nemoto2-23/+141
2006-09-27[MIPS] Rearrange show_stack, show_traceAtsushi Nemoto1-28/+23
2006-09-27[MIPS] Honour "panic_on_oops" sysctl.Maxime Bizon1-0/+11
2006-07-13[MIPS] Replace board_timer_setup function pointer by plat_timer_setup.Ralf Baechle2-4/+3
2006-07-13[MIPS] SMTC: Reformat to Linux style.Ralf Baechle1-29/+29
2006-07-13[MIPS] TRACE_IRQFLAGS_SUPPORT support.Ralf Baechle9-2/+46
2006-07-13[MIPS] MIPS MT: Fix build error.Yoichi Yuasa1-0/+1
2006-07-13[MIPS] Panic on fp exception in kernel mode.Chris Dearman1-0/+2
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] Wire up vmsplice(2) and move_pages(2).Ralf Baechle4-0/+8
2006-07-13[MIPS] Eleminate interrupt migration helper use.Ralf Baechle7-10/+10
2006-07-13[MIPS] Don't include obsolete <linux/config.h>.Ralf Baechle2-2/+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] 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 Smirl1-1/+1
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 Gleixner4-5/+5
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel29-29/+0
2006-06-29Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds15-28/+36
2006-06-29[MIPS] Remove BSD and Sys V compat data types.Ralf Baechle2-5/+5
2006-06-29[MIPS] MIPS32/MIPS64 secondary cache managementChris Dearman1-2/+0
2006-06-29[MIPS] Fix configuration of R2 CPU features and multithreading.Ralf Baechle1-6/+9
2006-06-29[MIPS] Fix use of ehb instruction for non-R2 configurations.Ralf Baechle6-15/+15
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[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar7-12/+12
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-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] Cleanup memory managment initialization.Ralf Baechle1-13/+43
2006-06-19[MIPS] APM emu supportRodolfo Giometti2-0/+607
2006-06-19[MIPS] C99-ify struct resource initialization.Ralf Baechle1-2/+2
2006-06-19[MIPS] Unify mips_fpu_soft_struct and mips_fpu_hard_structs.Atsushi Nemoto6-69/+52
2006-06-19[MIPS] Fix fpu_save_double on 64-bit.Atsushi Nemoto1-5/+8
2006-06-06[MIPS] Fix sparsemem support.Chad Reese1-2/+1
2006-06-06[MIPS] Fix compiler warnings (field width, unused variable)Atsushi Nemoto2-7/+9
2006-06-06[MIPS] Fix sparse warnings about too big constants.Atsushi Nemoto2-5/+5
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] Print more information if we're struck by a machine check exception.Ralf Baechle1-2/+17
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-01[MIPS] Treat R14000 like R10000.Kumba2-0/+10
2006-06-01[MIPS] Use generic STABS_DEBUG macro.Atsushi Nemoto1-5/+2
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 Dearman2-0/+5
2006-06-01[MIPS] Add missing 34K processor IDsNigel Stephens1-0/+1
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-26[PATCH] fix mips sys32_p{read,write}Al Viro1-62/+2
2006-04-19[MIPS] Make mips_srs_init static.Ralf Baechle1-1/+1
2006-04-19[MIPS] FPU affinity for MT ASE.Ralf Baechle5-1/+67
2006-04-19[MIPS] MT: Improved multithreading support.Ralf Baechle23-29/+2447
2006-04-19[MIPS] kpsd and other AP/SP improvements.Ralf Baechle4-380/+1195
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] Rewrite all the assembler interrupt handlers to C.Ralf Baechle2-0/+16
2006-04-19[MIPS] Rewrite spurious_interrupt from assembler to C.Ralf Baechle2-26/+5
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] Some formatting fixes.Ralf Baechle1-3/+3
2006-04-19[MIPS] Fixup printk in mips_srs_init.Ralf Baechle1-1/+2
2006-04-19[MIPS] Remove redundant initialization of sr_allocated.Ralf Baechle1-2/+0
2006-04-19[MIPS] Make set_vi_srs_handler static.Ralf Baechle1-1/+1
2006-04-11[PATCH] No arch-specific strpbrk implementationsKyle McMartin1-1/+0
2006-04-02Manual merge with Linus.Dmitry Torokhov19-284/+162
2006-03-31[PATCH] unexport get_wchanAdrian Bunk1-1/+0
2006-03-28[PATCH] remove add_parent()'s parent argumentOleg Nesterov1-2/+2
2006-03-27[PATCH] mips: fixed collision of rtc function nameYoichi Yuasa1-11/+11
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-14Input: pcspkr - separate device and driver registrationMichael Neuling2-0/+30
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