summaryrefslogtreecommitdiffstats
path: root/include/asm-mips
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] make au1xxx-ide compile againManuel Lauss2006-11-231-4/+2Star
* [MIPS] Make irq number allocator generally available for fixing EV64120.Ralf Baechle2006-11-061-0/+4
* [MIPS] Don't use R10000 llsc workaround version for all llsc-full processors.Ralf Baechle2006-11-021-1/+1
* [MIPS] 16K & 64K page size fixesRalf Baechle2006-11-013-2/+4
* [MIPS] Fixup migration to GENERIC_TIMEAtsushi Nemoto2006-10-313-30/+3Star
* [MIPS] VSMP: Synchronize cp0 counters on bootup.Ralf Baechle2006-10-311-0/+2
* [MIPS] MIPS doesn't need compat_sys_getdents.Ralf Baechle2006-10-301-0/+1
* [MIPS] Wire up getcpu(2) and epoll_wait(2) syscalls.Ralf Baechle2006-10-301-6/+12
* [MIPS] Fix aliasing bug in copy_to_user_page / copy_from_user_pageRalf Baechle2006-10-222-18/+15Star
* [MIPS] Fix iounmap argument to const volatile.Ralf Baechle2006-10-191-2/+2
* [MIPS] Reserve syscall numbers for kexec_load.Ralf Baechle2006-10-191-6/+9
* [MIPS] More vr41xx pt_regs fixupsYoichi Yuasa2006-10-191-1/+1
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-10-123-56/+22Star
|\
| * [MIPS] Cleanup definitions of speed_t and tcflag_t.Ralf Baechle2006-10-111-9/+3Star
| * [MIPS] Optimize and cleanup get_saved_sp, set_saved_spAtsushi Nemoto2006-10-111-45/+19Star
| * [MIPS] <asm/irq.h> does not need pt_regs anymore.Atsushi Nemoto2006-10-111-2/+0Star
* | [PATCH] Consolidate check_signatureMatthew Wilcox2006-10-111-26/+0Star
|/
* [MIPS] Make sure cpu_has_fpu is used only in atomic contextAtsushi Nemoto2006-10-101-2/+4
* [MIPS] Alchemy: nuke usbdev; it's useless as is ...Ralf Baechle2006-10-101-73/+0Star
* IRQ: Use the new typedef for interrupt handler function pointersDavid Howells2006-10-091-1/+1
* [MIPS] DEC: pt_regs fixes for buserror handlersRalf Baechle2006-10-093-6/+3Star
* [MIPS] Complete fixes after removal of pt_regs argument to int handlers.Ralf Baechle2006-10-088-15/+31
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-052-2/+3
* [MIPS] PNX8550 fixupsVitaly Wool2006-10-041-0/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-10-041-1/+1
|\
| * fix file specification in commentsUwe Zeisberger2006-10-031-1/+1
* | [MIPS] Remove IT8172-based platforms, ITE 8172G and Globespan IVR support.Yoichi Yuasa2006-10-038-852/+0Star
* | [MIPS] Let gcc align 'struct pt_regs' on 8 bytes boundaryFranck Bui-Huu2006-10-031-2/+1Star
|/
* [PATCH] sched: introduce child field in sched_domainSiddha, Suresh B2006-10-031-0/+1
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-10-027-78/+78
|\
| * [MIPS] Remove unused galileo-boars header filesYoichi Yuasa2006-10-022-67/+0Star
| * [MIPS] Rename SERIAL_PORT_DEFNS for EV64120Yoichi Yuasa2006-10-021-9/+8Star
| * [MIPS] Add UART IRQ number for EV64120Yoichi Yuasa2006-10-021-0/+1
| * [MIPS] Make unwind_stack() can dig into interrupted contextAtsushi Nemoto2006-10-021-1/+1
| * [MIPS] Remove __flush_icache_pageAtsushi Nemoto2006-10-021-2/+0Star
| * [MIPS] lockdep: Add STACKTRACE_SUPPORT and enable LOCKDEP_SUPPORTAtsushi Nemoto2006-10-021-0/+44
| * [MIPS] lockdep: fix TRACE_IRQFLAGS_SUPPORTAtsushi Nemoto2006-10-021-0/+25
* | [PATCH] remove remaining errno and __KERNEL_SYSCALLS__ referencesArnd Bergmann2006-10-021-39/+0Star
|/
* [PATCH] Directed yield: cpu_relax variants for spinlocks and rw-locksMartin Schwidefsky2006-10-011-0/+4
* [MIPS] s/__ASSEMBLER__/__ASSEMBLY__/ for clarity sake.Ralf Baechle2006-09-274-6/+6
* [MIPS] Have headers_install install <asm/cachectl.h> and <asm/sysmips.h>.Ralf Baechle2006-09-271-1/+1
* [MIPS] fstatat syscall namesRichard Sandiford2006-09-271-3/+3
* [MIPS] Remove EV96100 as previously announced.Ralf Baechle2006-09-274-477/+3Star
* [MIPS] Cleanup hazard handling.Ralf Baechle2006-09-271-236/+126Star
* [MIPS] Fix USER_PTRS_PER_PGD for 64K page size.Peter Watkins2006-09-271-1/+5
* [MIPS] Move excite_fpga.h to include/asm-mips/mach-excitethomas@koeller.dyndns.org2006-09-271-0/+80
* [MIPS] Reformat missformated SMTC bits.Ralf Baechle2006-09-271-4/+4
* [MIPS] Qemu does not have D-cache aliasesAtsushi Nemoto2006-09-271-1/+1
* [MIPS] Remove F_SETSIG and F_GETSIG in favor of the asm-generic definitions.Yoichi Yuasa2006-09-271-2/+0Star
* [MIPS] Move definition of IRIX compat constant into IRIX compat code.Ralf Baechle2006-09-271-2/+0Star