| Commit message (Expand) | Author | Age | Files | Lines |
* | [NET]: MIPS checksum annotations and cleanups. | Al Viro | 2006-12-02 | 1 | -29/+26 |
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2006-12-01 | 19 | -182/+170 |
|\ |
|
| * | [MIPS] Remove duplicate ISA DMA code for 0 DMA channel case. | Ralf Baechle | 2006-11-30 | 1 | -0/+2 |
| * | [MIPS] Remove unused definition of cpu_to_lelongp() | Ralf Baechle | 2006-11-30 | 1 | -2/+0 |
| * | [MIPS] Remove userspace proofing from <asm/bitops.h>. | Ralf Baechle | 2006-11-30 | 1 | -42/+21 |
| * | [MIPS] Remove old junk left from old atomic_lock. | Ralf Baechle | 2006-11-30 | 1 | -9/+1 |
| * | [MIPS] Use conditional traps for BUG_ON on MIPS II and better. | Ralf Baechle | 2006-11-30 | 2 | -2/+12 |
| * | [MIPS] mips HPT cleanup: make clocksource_mips public | Atsushi Nemoto | 2006-11-30 | 1 | -4/+4 |
| * | [MIPS] do_IRQ cleanup | Atsushi Nemoto | 2006-11-30 | 1 | -6/+0 |
| * | [MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irq | Atsushi Nemoto | 2006-11-30 | 1 | -1/+1 |
| * | [MIPS] IRQ cleanups | Atsushi Nemoto | 2006-11-30 | 1 | -2/+0 |
| * | [MIPS] mips hpt cleanup: get rid of mips_hpt_init | Atsushi Nemoto | 2006-11-30 | 1 | -1/+0 |
| * | [MIPS] Fix alignment hole in struct cache_desc; shrink struct. | Ralf Baechle | 2006-11-30 | 1 | -5/+5 |
| * | [MIPS] Remove unused R10000 performance counter definitions. | Ralf Baechle | 2006-11-30 | 1 | -56/+0 |
| * | [MIPS] Add support for kexec | Nicolas Schichan | 2006-11-30 | 1 | -0/+32 |
| * | [MIPS] Load modules to CKSEG0 if CONFIG_BUILD_ELF64=n | Atsushi Nemoto | 2006-11-30 | 1 | -0/+13 |
| * | [MIPS] Rewrite GALILEO_INL/GALILEO_OUTL to GT_READ/GT_WRITE | Yoichi Yuasa | 2006-11-30 | 3 | -28/+43 |
| * | [MIPS] Use "long" for 64-bit values on 64-bit kernel. | Atsushi Nemoto | 2006-11-30 | 1 | -18/+22 |
| * | [MIPS] Introduce __pa_symbol() | Franck Bui-Huu | 2006-11-30 | 1 | -0/+1 |
| * | [MIPS] Make __pa() aware of XKPHYS/CKSEG0 address mix for 64 bit kernels | Franck Bui-Huu | 2006-11-30 | 1 | -2/+7 |
| * | [MIPS] page.h: remove __pa() usages. | Franck Bui-Huu | 2006-11-30 | 3 | -4/+6 |
* | | Driver core: add dev_archdata to struct device | Benjamin Herrenschmidt | 2006-12-01 | 1 | -0/+7 |
|/ |
|
* | [PATCH] make au1xxx-ide compile again | Manuel Lauss | 2006-11-22 | 1 | -4/+2 |
* | [MIPS] Make irq number allocator generally available for fixing EV64120. | Ralf Baechle | 2006-11-06 | 1 | -0/+4 |
* | [MIPS] Don't use R10000 llsc workaround version for all llsc-full processors. | Ralf Baechle | 2006-11-02 | 1 | -1/+1 |
* | [MIPS] 16K & 64K page size fixes | Ralf Baechle | 2006-11-01 | 3 | -2/+4 |
* | [MIPS] Fixup migration to GENERIC_TIME | Atsushi Nemoto | 2006-10-31 | 3 | -30/+3 |
* | [MIPS] VSMP: Synchronize cp0 counters on bootup. | Ralf Baechle | 2006-10-31 | 1 | -0/+2 |
* | [MIPS] MIPS doesn't need compat_sys_getdents. | Ralf Baechle | 2006-10-30 | 1 | -0/+1 |
* | [MIPS] Wire up getcpu(2) and epoll_wait(2) syscalls. | Ralf Baechle | 2006-10-30 | 1 | -6/+12 |
* | [MIPS] Fix aliasing bug in copy_to_user_page / copy_from_user_page | Ralf Baechle | 2006-10-21 | 2 | -18/+15 |
* | [MIPS] Fix iounmap argument to const volatile. | Ralf Baechle | 2006-10-19 | 1 | -2/+2 |
* | [MIPS] Reserve syscall numbers for kexec_load. | Ralf Baechle | 2006-10-19 | 1 | -6/+9 |
* | [MIPS] More vr41xx pt_regs fixups | Yoichi Yuasa | 2006-10-19 | 1 | -1/+1 |
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2006-10-11 | 3 | -56/+22 |
|\ |
|
| * | [MIPS] Cleanup definitions of speed_t and tcflag_t. | Ralf Baechle | 2006-10-11 | 1 | -9/+3 |
| * | [MIPS] Optimize and cleanup get_saved_sp, set_saved_sp | Atsushi Nemoto | 2006-10-11 | 1 | -45/+19 |
| * | [MIPS] <asm/irq.h> does not need pt_regs anymore. | Atsushi Nemoto | 2006-10-11 | 1 | -2/+0 |
* | | [PATCH] Consolidate check_signature | Matthew Wilcox | 2006-10-11 | 1 | -26/+0 |
|/ |
|
* | [MIPS] Make sure cpu_has_fpu is used only in atomic context | Atsushi Nemoto | 2006-10-09 | 1 | -2/+4 |
* | [MIPS] Alchemy: nuke usbdev; it's useless as is ... | Ralf Baechle | 2006-10-09 | 1 | -73/+0 |
* | IRQ: Use the new typedef for interrupt handler function pointers | David Howells | 2006-10-09 | 1 | -1/+1 |
* | [MIPS] DEC: pt_regs fixes for buserror handlers | Ralf Baechle | 2006-10-09 | 3 | -6/+3 |
* | [MIPS] Complete fixes after removal of pt_regs argument to int handlers. | Ralf Baechle | 2006-10-08 | 8 | -15/+31 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 2 | -2/+3 |
* | [MIPS] PNX8550 fixups | Vitaly Wool | 2006-10-04 | 1 | -0/+14 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-10-03 | 1 | -1/+1 |
|\ |
|
| * | fix file specification in comments | Uwe Zeisberger | 2006-10-03 | 1 | -1/+1 |
* | | [MIPS] Remove IT8172-based platforms, ITE 8172G and Globespan IVR support. | Yoichi Yuasa | 2006-10-03 | 8 | -852/+0 |
* | | [MIPS] Let gcc align 'struct pt_regs' on 8 bytes boundary | Franck Bui-Huu | 2006-10-03 | 1 | -2/+1 |
|/ |
|