summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] Fix build.Ralf Baechle2007-12-011-1/+5
* [MIPS] vpe: Add missing "space"Joe Perches2007-11-261-2/+2
* [MIPS] 64-bit Sibyte kernels need DMA32.Ralf Baechle2007-11-261-1/+30
* [MIPS] Only build r4k clocksource for systems that work ok with it.Ralf Baechle2007-11-264-25/+98
* [MIPS] Handle R4000/R4400 mfc0 from count register.Ralf Baechle2007-11-262-59/+40
* [MIPS] time: Fix negated condition in cevt-r4k driver.Ralf Baechle2007-11-261-1/+1
* [MIPS] N32 needs to use the compat version of sys_nfsservctl.Ralf Baechle2007-11-151-1/+1
* [MIPS] irq_cpu: use handle_percpu_irq handler to avoid dropping interrupts.Ralf Baechle2007-11-153-3/+3
* [MIPS] Sibyte: Fix name of clocksource.Ralf Baechle2007-11-151-1/+1
* [MIPS] vpe: handle halting TCs in an errata safe way.Nigel Stephens2007-11-151-4/+10
* [MIPS] Sibyte: Stop timers before programming next even.Ralf Baechle2007-11-152-0/+2
* [MIPS] Sibyte: Increase minimum oneshot timer interval to two ticks.Ralf Baechle2007-11-152-2/+2
* [MIPS] Fix shadow register support.Ralf Baechle2007-11-153-65/+10
* [MIPS] Fix typo in R3000 TRACE_IRQFLAGS codeAtsushi Nemoto2007-11-151-1/+1
* [MIPS] Sibyte: pin timer interrupt to their cores.Ralf Baechle2007-11-152-0/+6
* mips: undo locking on error path returnsRoel Kluin2007-11-141-0/+1
* Use i8253.c lock for PC speaker on MIPS, too.Ralf Baechle2007-11-021-1/+1
* [MIPS] i8253: Cleanup.Ralf Baechle2007-11-021-11/+12
* [MIPS] Sibyte: Split and move clock code.Ralf Baechle2007-11-025-0/+425
* [MIPS] time: Code cleanupsAtsushi Nemoto2007-11-021-46/+11
* [MIPS] time: Remove now unused local_timer_interrupt.Ralf Baechle2007-11-021-16/+0
* [MIPS] vmlinux.ld.S: correctly indent .data sectionFranck Bui-Huu2007-10-291-15/+17
* [MIPS] Store sign-extend register values for PTRACE_GETREGSAtsushi Nemoto2007-10-292-11/+11
* [MIPS] Add len and addr validation for MAP_FIXED mappings.David Daney2007-10-291-2/+7
* [MIPS] IRIX: Fix off-by-one error in signal compat code.Ralf Baechle2007-10-291-2/+6
* [MIPS] time: Replace plat_timer_setup with modern APIs.Ralf Baechle2007-10-291-7/+18
* [MIPS] time: Make c0_compare_int_usable fasterAtsushi Nemoto2007-10-291-4/+10
* [MIPS] time: Fix cevt-r4k.c for 64-bit kernelAtsushi Nemoto2007-10-291-2/+2
* [MIPS] txx9tmr clockevent/clocksource driverAtsushi Nemoto2007-10-292-0/+172
* [MIPS] Add mips_hpt_frequency check to mips_clockevent_init().Yoichi Yuasa2007-10-291-1/+1
* [MIPS] time: Cause platform definitions of plat_timer_setup to cause error.Ralf Baechle2007-10-291-5/+12
* [MIPS] vpe: Use p_paddr instead of p_vaddr loader.Ralf Baechle2007-10-291-2/+2
* [MIPS] time: set clock before clockevent_delta2ns() in GT641xx.Yoichi Yuasa2007-10-291-1/+1
* [MIPS] time: Use non-interrupt locks in GT641xx clockevent driverYoichi Yuasa2007-10-291-6/+4
* [MIPS] SMTC: Allow control over TC assignment to vpe0.Kevin D. Kissell2007-10-291-13/+44
* [MIPS] time: Make c0_compare_int_usable more bullet proofAtsushi Nemoto2007-10-221-2/+2
* [MIPS] time: Add GT641xx timer0 clockevent driverYoichi Yuasa2007-10-222-0/+145
* [MIPS] time: Fix calculation in clockevent_set_clock()Atsushi Nemoto2007-10-221-2/+2
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-10-192-64/+29
|\
| * [MIPS] time: Helpers to compute clocksource/event shift and mult values.Ralf Baechle2007-10-191-8/+31
| * [MIPS] SMTC: Build fix.Ralf Baechle2007-10-191-0/+1
| * [MIPS] time: Delete dead code.Ralf Baechle2007-10-191-59/+0
* | Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan2007-10-191-1/+1
* | pid namespaces: round up the APIPavel Emelianov2007-10-193-5/+5
|/
* [MIPS] time: Move R4000 clockevent device code to separate configurable fileRalf Baechle2007-10-184-241/+285
* [MIPS] time: Delete dead cycles_per_jiffy, mips_timer_ack and null_timer_ackRalf Baechle2007-10-181-21/+0
* [MIPS] Always do the ARC64_TWIDDLE_PC thing.Thomas Bogendoerfer2007-10-181-11/+5
* [MIPS] Probe for usability of cp0 compare interrupt.Ralf Baechle2007-10-171-0/+47
* [MIPS] SYNC emulation for MIPS I processorsMaciej W. Rozycki2007-10-171-78/+86