summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy2008-01-251-5/+5
* Driver core: change sysdev classes to use dynamic kobject namesKay Sievers2008-01-251-1/+1
* [MIPS] Replace 40c7869b693b18412491fdcff64682215b739f9e kludgeAtsushi Nemoto2008-01-111-4/+3Star
* [MIPS] Fix CONFIG_BOOT_RAW.Ralf Baechle2008-01-071-1/+2
* [MIPS] Assume R4000/R4400 newer than 3.0 don't have the mfc0 count bugThomas Bogendoerfer2008-01-071-2/+2
* [MIPS] Ensure that ST0_FR is never set on a 32 bit kernelChris Dearman2007-12-142-5/+4Star
* [MIPS] time: Delete weak definition of plat_time_init() due to gcc bug.Ralf Baechle2007-12-141-4/+0Star
* [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/+40Star
* [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-161-1/+1
* [MIPS] irq_cpu: use handle_percpu_irq handler to avoid dropping interrupts.Ralf Baechle2007-11-163-3/+3
* [MIPS] Sibyte: Fix name of clocksource.Ralf Baechle2007-11-161-1/+1
* [MIPS] vpe: handle halting TCs in an errata safe way.Nigel Stephens2007-11-161-4/+10
* [MIPS] Sibyte: Stop timers before programming next even.Ralf Baechle2007-11-162-0/+2
* [MIPS] Sibyte: Increase minimum oneshot timer interval to two ticks.Ralf Baechle2007-11-162-2/+2
* [MIPS] Fix shadow register support.Ralf Baechle2007-11-163-65/+10Star
* [MIPS] Fix typo in R3000 TRACE_IRQFLAGS codeAtsushi Nemoto2007-11-161-1/+1
* [MIPS] Sibyte: pin timer interrupt to their cores.Ralf Baechle2007-11-162-0/+6
* mips: undo locking on error path returnsRoel Kluin2007-11-151-0/+1
* Use i8253.c lock for PC speaker on MIPS, too.Ralf Baechle2007-11-031-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/+11Star
* [MIPS] time: Remove now unused local_timer_interrupt.Ralf Baechle2007-11-021-16/+0Star
* [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/+4Star
* [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/+29Star
|\
| * [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/+0Star