aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-01[MIPS] vmlinux.lds.S: Handle note sectionsMaciej W. Rozycki1-0/+2
2007-09-28[MIPS] Fix fallocate on o32 binary compat ABIKyle McMartin1-1/+1
2007-09-24[MIPS] SMTC: Make ack_bad_irq() safe with no IM backstop.Ralf Baechle4-22/+8
2007-09-19[MIPS] cpu-bugs64.c: GCC 3.3 constraint workaroundMaciej W. Rozycki1-2/+2
2007-09-14[MIPS] 20Kc: Disable use of WAIT instruction.Ralf Baechle1-1/+8
2007-09-14[MIPS] Add #include <linux/profile.h> to arch/mips/kernel/time.cYoichi Yuasa1-0/+1
2007-09-14[MIPS] N32 needs to use compat_sys_futimesatJohannes Dickgreber1-1/+1
2007-09-14[MIPS] rtlx: Fix build error.Ralf Baechle1-2/+0
2007-09-14[MIPS] rtlx: fix int vs. long bug.Ralf Baechle1-1/+1
2007-09-10[MIPS] i8259: Add disable method.Kyungmin Park1-0/+1
2007-08-27[MIPS] Maintain si_code field properly for FP exceptionsThiemo Seufer1-3/+18
2007-08-27[MIPS] SMTC: Fix duplicate status dumps on NMIThiemo Seufer1-9/+1
2007-08-27[MIPS] Unconditionally writeback and invalidate caches on kexec.Nicolas Schichan1-4/+1
2007-08-27[MIPS] Fix gcc 3.3 warning.Ralf Baechle1-1/+1
2007-08-27[MIPS] Fix invalid semicolon after if statementIlpo Järvinen1-1/+1
2007-08-27[MIPS] MT: Use kallsyms in CPU state dumpRalf Baechle1-2/+5
2007-08-27[MIPS] SMTC: Move MIPS_CPU_IPI_IRQ definition into header.Ralf Baechle1-2/+0
2007-08-27[MIPS] SMP: Scatter __cpuinit over the code as needed.Ralf Baechle1-3/+3
2007-08-27[MIPS] Remove dead code from irq_txx9.cAtsushi Nemoto1-7/+3
2007-08-27[MIPS] Do not discard extra debugging sections.Daniel Jacobowitz1-3/+4
2007-08-27[MIPS] The irq_chip for TX39/TX49 SoCsAtsushi Nemoto2-0/+197
2007-08-27[MIPS] Extract {PGD,PMD,PTE}_ORDER into asm-offset.hRalf Baechle1-0/+4
2007-07-31[MIPS] Add smp_call_function_single()Peter Watkins1-0/+55
2007-07-31[MIPS] Kexec: Fix several 64-bit bugs.Ralf Baechle1-38/+40
2007-07-31[MIPS] Kexec: Fix several warnings.Ralf Baechle1-5/+8
2007-07-31[MIPS] remove some duplicate includesJesper Juhl1-1/+0
2007-07-31[MIPS] Use -Werror on subdirectories which build cleanly.Ralf Baechle1-0/+2
2007-07-31[MIPS] Fix build warning in unaligned load/store emulator.Ralf Baechle1-31/+20
2007-07-31[MIPS] Replace use of stext with _stext.Ralf Baechle1-1/+0
2007-07-31[MIPS] SMTC: Fix modpost warning.Ralf Baechle1-1/+1
2007-07-31[MIPS] rtlx: Fix modpost warningRalf Baechle1-1/+1
2007-07-31[MIPS] RP: Sysfs interface for stopping RP programRalf Baechle1-0/+18
2007-07-31[MIPS] RP: Pass number of TCs available to RP program in $2.Ralf Baechle1-9/+73
2007-07-31[MIPS] MT: Enable coexistence of AP/SP with VSMP and SMTC.Ralf Baechle5-157/+185
2007-07-31[MIPS] SMTC: smtc_timer_broadcast ignores its arguments, make it void.Ralf Baechle1-1/+1
2007-07-31[MIPS] SMTC: Declare static what should be static.Ralf Baechle1-2/+2
2007-07-31[MIPS] SMTC: Statically initialize irq_ipi[].Ralf Baechle1-6/+6
2007-07-31[MIPS] Wire up the fallocate syscall.Ralf Baechle5-0/+11
2007-07-31[MIPS] Fixup secure computing stuff.Ralf Baechle7-17/+31
2007-07-29Remove fs.h from mm.hAlexey Dobriyan2-0/+2
2007-07-24[MIPS] Fix marge error due to conflict in arch/mips/kernel/head.SAtsushi Nemoto1-1/+1
2007-07-24[MIPS] Replace __attribute_used__ with __usedDavid Rientjes5-8/+7
2007-07-20[MIPS] User stack pointer randomisationFranck Bui-Huu1-0/+14
2007-07-20[MIPS] Workaround for RM7000 WAIT instruction aka erratum 38Ralf Baechle1-1/+25
2007-07-19define new percpu interface for shared dataFenghua Yu1-4/+1
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan1-5/+1
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan1-10/+2
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov1-0/+1
2007-07-13[MIPS] Make show_code static and add __user tagAtsushi Nemoto1-3/+3
2007-07-13[MIPS] Add some __user tagsAtsushi Nemoto2-3/+4