summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* mips: sg_page() falloutJens Axboe2007-10-231-0/+1
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-10-2319-288/+432
|\
| * [MIPS] time: Make c0_compare_int_usable more bullet proofAtsushi Nemoto2007-10-221-2/+2
| * [MIPS] Kbuild: Use the new cc-cross-prefix feature.Ralf Baechle2007-10-222-20/+10Star
| * [MIPS] Malta: Delete dead code.Ralf Baechle2007-10-221-13/+0Star
| * [MIPS] time: Add GT641xx timer0 clockevent driverYoichi Yuasa2007-10-226-22/+188
| * [MIPS] time: SMP-proofing of Sibyte clockevent/clocksource code.Ralf Baechle2007-10-226-165/+158Star
| * [MIPS] time: SMP/NUMA-proofing of IP27 HUB RT timer code.Ralf Baechle2007-10-222-64/+72
| * [MIPS] time: Fix calculation in clockevent_set_clock()Atsushi Nemoto2007-10-221-2/+2
* | Update arch/ to use sg helpersJens Axboe2007-10-221-9/+7Star
|/
* typo fixesMatt LaPlante2007-10-201-1/+1
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-193-3/+3
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-10-1919-705/+249Star
|\
| * [MIPS] Kill duplicated setup_irq() for cp0 timerAtsushi Nemoto2007-10-1910-80/+0Star
| * [MIPS] Sibyte: Finish conversion to modern time APIs.Ralf Baechle2007-10-196-167/+82Star
| * [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
| * [MIPS] MIPSsim: Strip defconfig file to the bones.Ralf Baechle2007-10-191-394/+138Star
* | Combine instrumentation menus in kernel/Kconfig.instrumentationMathieu Desnoyers2007-10-192-24/+1Star
* | Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan2007-10-191-1/+1
* | remove asm/bitops.h includesJiri Slaby2007-10-193-3/+3
* | pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-1/+1
* | pid namespaces: round up the APIPavel Emelianov2007-10-193-5/+5
* | task cgroups: enable cgroups by default in some configsPaul Jackson2007-10-192-0/+2
|/
* [MIPS] time: Move R4000 clockevent device code to separate configurable fileRalf Baechle2007-10-188-241/+318
* [MIPS] time: Delete dead cycles_per_jiffy, mips_timer_ack and null_timer_ackRalf Baechle2007-10-181-21/+0Star
* [MIPS] IP32: Retire use of plat_timer_setup.Ralf Baechle2007-10-181-6/+0Star
* [MIPS] Jazz: Retire use of plat_timer_setup.Ralf Baechle2007-10-182-9/+5Star
* [MIPS] IP27: Convert to clock_event_device.Ralf Baechle2007-10-182-66/+94
* [MIPS] JMR3927: Convert to clock_event_device.Ralf Baechle2007-10-181-19/+47
* [MIPS] Always do the ARC64_TWIDDLE_PC thing.Thomas Bogendoerfer2007-10-181-11/+5Star
* [MIPS] IP22: Fix hang due to messing with timer interrupt handlerThomas Bogendoerfer2007-10-171-9/+0Star
* [MIPS] Sibyte: Fix typos in sibyte clockevent driversAtsushi Nemoto2007-10-172-5/+5
* [MIPS] Alchemy: replace last remaining instance of au_ffs with ffs.Ralf Baechle2007-10-171-1/+1
* [MIPS] Alchemy: Reformat PM code.Ralf Baechle2007-10-171-3/+4
* [MIPS] Alchemy: Fix build by conversion to irq_cpu.c.Ralf Baechle2007-10-172-119/+133
* [MIPS] MTX1: Enable CONFIG_CROSSCOMPILE in defconfig.Ralf Baechle2007-10-171-1/+1
* [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
* [MIPS] Fix modpost warning in raw binary builds.Ralf Baechle2007-10-171-1/+3
* spin_lock_unlocked cleanupsRoel Kluin2007-10-171-1/+1
* lk201: remove obsolete driverMaciej W. Rozycki2007-10-171-1/+0Star
* Remove dma_cache_(wback|inv|wback_inv) functionsRalf Baechle2007-10-171-2/+0Star
* remove include/asm-*/ipc.hAdrian Bunk2007-10-172-2/+2
* core_pattern: ignore RLIMIT_CORE if core_pattern is a pipeNeil Horman2007-10-171-3/+2Star
* Use list_head in binfmt handlingAlexey Dobriyan2007-10-171-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2007-10-162-5/+5
|\
| * kbuild: enable 'make AFLAGS=...' to add additional options to ASSam Ravnborg2007-10-151-1/+1
| * kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg2007-10-142-4/+4