aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16[MIPS] IP22: Fix warning.Ralf Baechle1-6/+15
2007-10-16[MIPS] vmlinux.lds.S: Handle KPROBES_TEXT.Ralf Baechle1-0/+1
2007-10-16[MIPS] vmlinux.lds.S: Fix handling of .notes in final link.Ralf Baechle1-4/+9
2007-10-16[MIPS] vmlinux.lds.S: Remove duplicate comment.Ralf Baechle1-1/+0
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan1-4/+0
2007-10-14kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg1-1/+1
2007-10-13[MIPS] SMP: Fix use of cpumasks.Ralf Baechle1-3/+3
2007-10-11[MIPS] VPE: reimplement ELF loader.Ralf Baechle1-34/+11
2007-10-11[MIPS] Add BUG_ON assertion for attempt to run kernel on the wrong CPU type.Franck Bui-Huu1-0/+8
2007-10-11[MIPS] SMP: Use ISO C struct initializer for local structs.Ralf Baechle1-10/+13
2007-10-11[MIPS] SMP: Kill useless casts.Ralf Baechle1-7/+7
2007-10-11[MIPS] Kill num_online_cpus() loops.Ralf Baechle3-16/+25
2007-10-11[MIPS] SMP: Implement smp_call_function_mask().Ralf Baechle2-40/+21
2007-10-11[MIPS] Make facility to convert CPU types to strings generally available.Ralf Baechle3-77/+94
2007-10-11[MIPS] checkfiles: Fix "need space after that ','" errors.Ralf Baechle13-36/+36
2007-10-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle22-173/+173
2007-10-11[MIPS] Allow hardwiring of the CPU type to a single type for optimization.Ralf Baechle1-3/+3
2007-10-11[MIPS] i8253 PIT clocksource and clockevent driversRalf Baechle2-0/+214
2007-10-11[MIPS] Dyntick support for SMTC:Ralf Baechle2-48/+130
2007-10-11[MIPS] Implement clockevents for R4000-style cp0 count/compare interruptRalf Baechle4-139/+124
2007-10-11[MIPS] Consolidate all variants of MIPS cp0 timer interrupt handlers.Ralf Baechle2-25/+70
2007-10-11[MIPS] Switch from to_tm to rtc_time_to_tmRalf Baechle1-49/+0
2007-10-11[MIPS] Deforest the function pointer jungle in the time code.Ralf Baechle1-31/+14
2007-10-11[MIPS] Use generic NTP code for all MIPS platformsRalf Baechle1-20/+4
2007-10-11[MIPS] ARC: Get rid of mips_machgroupRalf Baechle1-2/+0
2007-10-11[MIPS] Sibyte: Replace SB1 cachecode with standard R4000 class cache code.Ralf Baechle2-8/+6
2007-10-11[MIPS] R3000 setup for kernel_thread()Maciej W. Rozycki1-2/+2
2007-10-11[MIPS] Introduce a consistent style for vmlinux.lds.Sam Ravnborg1-150/+189
2007-10-11[MIPS] Add GT641xx IRQ routines.Yoichi Yuasa2-0/+132
2007-10-11[MIPS] i8295 cleanups.Yoichi Yuasa1-6/+8
2007-10-11[MIPS] Kill useless volatile keywordRalf Baechle1-2/+2
2007-10-11[MIPS] cleanup struct irqaction initializersThomas Gleixner1-1/+3
2007-10-11[MIPS] Add support for BCM47XX CPUs.Aurelien Jarno2-0/+22
2007-10-11[MIPS] SMTC: Microoptimize atomic_postincrement for non-weak consistency.Ralf Baechle1-1/+1
2007-10-11[MIPS] IRQ Affinity Support for SMTC on Malta PlatformKevin D. Kissell2-0/+66
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