summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] kgdb: add arch support for the kernel's kgdb coreJason Wessel2008-07-304-0/+318
* [MIPS] kgdb: Remove existing implementationJason Wessel2008-07-304-1571/+0
* remove unused #include <linux/dirent.h>'sAdrian Bunk2008-07-251-1/+0
* Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-07-241-1/+1
|\
| * Merge branch 'linus' into timers/nohzIngo Molnar2008-07-1823-5936/+65
| |\
| * | nohz: prevent tick stop outside of the idle loopThomas Gleixner2008-07-181-1/+1
* | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-07-241-0/+1
|\ \ \
| * | | arch/mips/kernel/stacktrace.c: Heiko can't typeAndrew Morton2008-07-231-1/+1
| * | | fix core/stacktrace changes on avr32, mips, shHeiko Carstens2008-07-181-0/+1
| | |/ | |/|
* | | flag parameters: pipeUlrich Drepper2008-07-241-1/+1
* | | PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi2008-07-241-0/+1
* | | device create: mips: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-2/+2
* | | [MIPS] Rename MIPS sys_pipe syscall entry point to something MIPS-specific.Ralf Baechle2008-07-205-5/+12
* | | [MIPS] 32-bit compat: Delete unused sys_truncate64 and sys_ftruncate64.Ralf Baechle2008-07-201-17/+0
|/ /
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-07-1516-5789/+20
|\ \
| * | [MIPS] txx9: Make gpio_txx9 entirely spinlock-safeAtsushi Nemoto2008-07-151-4/+6
| * | [MIPS] MSC01: Cleanup configuration.Ralf Baechle2008-07-151-1/+1
| * | [MIPS] Replace use of print_symbol with new %sP pointer format.Ralf Baechle2008-07-152-10/+9
| * | [MIPS] i8253: make the pit_clockevent variable staticDmitri Vorobiev2008-07-151-1/+1
| * | [MIPS] IRIX: Goodbye and thanks for all the fishRalf Baechle2008-07-159-5751/+0
| * | [MIPS] unexport {allocate,free}_irqnoDmitri Vorobiev2008-07-151-4/+0
| * | [MIPS] fix sparse warning about setup_early_printk()Dmitri Vorobiev2008-07-152-5/+3
| * | [MIPS] Remove obsolete isa_slot_offsetMaciej W. Rozycki2008-07-151-7/+0
| * | [MIPS] Remove board_watchpoint_handlerDavid Daney2008-07-151-6/+0
* | | Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-153-137/+17
|\ \ \
| * | | on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-262-4/+4
| * | | smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-261-2/+2
| * | | mips: convert to generic helpers for IPI function callsJens Axboe2008-06-262-131/+11
* | | | Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-151-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | stacktrace: export save_stack_trace[_tsk]Ingo Molnar2008-07-031-0/+1
| | |/ | |/|
* | | Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-145-9/+14
|\ \ \
| * | | [MIPS] cevt-txx9: Reset timer counter on initializationAtsushi Nemoto2008-07-031-0/+3
| | |/ | |/|
| * | [MIPS] Export smp_call_function and smp_call_function_single.Zenon Fortuna2008-06-161-0/+2
| * | [MIPS] remove CONFIG_CPU_R4000 line from MakefileAdrian Bunk2008-06-051-1/+0
| * | [MIPS] Fix check for valid stack pointer during backtraceThomas Bogendoerfer2008-06-051-7/+9
| |/
| * [PATCH] take init_files to fs/file.cAl Viro2008-05-161-1/+0
* | mips: cdev lock_kernel() pushdownJonathan Corbet2008-05-182-4/+15
|/
* [MIPS] fix warning message on SMP kernelsThiemo Seufer2008-05-121-2/+2
* [MIPS] ELF handling - use SELFMAG instead of numeric constantCyrill Gorcunov2008-05-121-2/+2
* [MIPS] Add empty argument parenthesis to GCC_IMM_ASMRalf Baechle2008-05-121-1/+1
* [MIPS] Initialize max_pfn again.Ralf Baechle2008-05-121-0/+1
* [MIPS] IRIX: Handle do_brk() error return correctly.Ralf Baechle2008-05-121-4/+7
* [MIPS] MT: Functional fixes and a little reformatting of APRP supportKevin D. Kissell2008-05-123-23/+49
* [MIPS] Don't use max_pfn which is no longer initialized these days.Ralf Baechle2008-05-121-1/+1
* [MIPS] Fixes necessary for non-SMP kernels and non-relocatable binariesKevin D. Kissell2008-05-121-8/+15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-05-022-46/+10
|\
| * [PATCH] split linux/file.hAl Viro2008-05-011-0/+1
| * [PATCH] remove horrors with irix tty ioctls handlingAl Viro2008-05-011-46/+9
* | remove div_long_long_remRoman Zippel2008-05-012-4/+6
|/
* mips: use kbuild.h instead of macros in asm-offsets.cChristoph Lameter2008-04-291-260/+218
OpenPOWER on IntegriCloud