summaryrefslogtreecommitdiffstats
path: root/include/asm-mips
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] mm: mremap correct rmap accountingHugh Dickins2007-01-301-10/+0Star
* [MIPS] Fix wrong checksum calculation on 64-bit MIPSAtsushi Nemoto2007-01-241-1/+2
* [MIPS] vr41xx: need one more nop with mtc0_tlbw_hazard()Yoichi Yuasa2007-01-241-1/+1
* [MIPS] Fix APM buildRalf Baechle2007-01-241-0/+2
* [MIPS] SMTC: Instant IPI replay.Ralf Baechle2007-01-231-0/+22
* [MIPS] SMTC build fixAtsushi Nemoto2007-01-081-3/+3
* [MIPS] csum_partial and copy in parallelAtsushi Nemoto2007-01-081-12/+19
* [PATCH] Optimize D-cache alias handling on forkRalf Baechle2006-12-131-0/+2
* [PATCH] MIPS: Fix COW D-cache aliasing on forkAtsushi Nemoto2006-12-131-10/+6Star
* [MIPS] IP27: Don't drag <asm/sn/arch.h> into topology.h.Ralf Baechle2006-12-121-1/+0Star
* [MIPS] IP27: Move definition of nic_t to its sole user.Ralf Baechle2006-12-122-1/+2
* [MIPS] IP27: Don't include <asm/sn/arch.h>.Ralf Baechle2006-12-121-2/+0Star
* [MIPS] compat.h uses struct pt_regs so needs to include ptrace.h.Ralf Baechle2006-12-121-0/+1
* [MIPS] Move die and die_if_kernel() from system.h to ptrace.hRalf Baechle2006-12-102-9/+8Star
* [MIPS] Fix build of several IDE drivers by providing pci_get_legacy_ide_irqRalf Baechle2006-12-101-0/+6
* [PATCH] add STB810 support (Philips PNX8550-based)Vitaly Wool2006-12-091-0/+1
* [MIPS] Rename SNI_RM200_PCI to just SNI_RM preparing for more RM machinesThomas Bogendoerfer2006-12-094-1/+1
* [PATCH] tty: preparatory structures for termios revampAlan Cox2006-12-081-0/+11
* [PATCH] cleanup asm/setup.h userspace visibilityAdrian Bunk2006-12-071-2/+0Star
* [PATCH] Pass struct dev pointer to dma_cache_sync()Ralf Baechle2006-12-071-1/+1
* [PATCH] Add struct dev pointer to dma_is_consistent()Ralf Baechle2006-12-071-1/+1
* [PATCH] remove kernel syscallsArnd Bergmann2006-12-071-262/+0Star
* [PATCH] mm: k{,um}map_atomic() vs in_atomic()Peter Zijlstra2006-12-071-2/+8
* [PATCH] mm: pagefault_{disable,enable}()Peter Zijlstra2006-12-071-2/+2
* [MIPS] Import updates from i386's i8259.cAtsushi Nemoto2006-12-061-8/+29
* [MIPS] pte_offset(dir,addr): parenthesis fixFranck Bui-Huu2006-12-062-5/+5
* [PATCH] Centralise definitions of sector_t and blkcnt_tMatthew Wilcox2006-12-051-10/+0Star
* [MIPS] Cleanup memory barriers for weakly ordered systems.Ralf Baechle2006-12-046-209/+218
* [MIPS] Fix atomic.h build errors.Ralf Baechle2006-12-041-1/+1
* [MIPS] Use SYSVIPC_COMPAT to fix various problems on N32Atsushi Nemoto2006-12-041-0/+68
* [MIPS] klconfig add missing bracketMariusz Kozlowski2006-12-041-1/+1
* [NET]: MIPS checksum annotations and cleanups.Al Viro2006-12-031-29/+26Star
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-12-0219-182/+170Star
|\
| * [MIPS] Remove duplicate ISA DMA code for 0 DMA channel case.Ralf Baechle2006-11-301-0/+2
| * [MIPS] Remove unused definition of cpu_to_lelongp()Ralf Baechle2006-11-301-2/+0Star
| * [MIPS] Remove userspace proofing from <asm/bitops.h>.Ralf Baechle2006-11-301-42/+21Star
| * [MIPS] Remove old junk left from old atomic_lock.Ralf Baechle2006-11-301-9/+1Star
| * [MIPS] Use conditional traps for BUG_ON on MIPS II and better.Ralf Baechle2006-11-302-2/+12
| * [MIPS] mips HPT cleanup: make clocksource_mips publicAtsushi Nemoto2006-11-301-4/+4
| * [MIPS] do_IRQ cleanupAtsushi Nemoto2006-11-301-6/+0Star
| * [MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irqAtsushi Nemoto2006-11-301-1/+1
| * [MIPS] IRQ cleanupsAtsushi Nemoto2006-11-301-2/+0Star
| * [MIPS] mips hpt cleanup: get rid of mips_hpt_initAtsushi Nemoto2006-11-301-1/+0Star
| * [MIPS] Fix alignment hole in struct cache_desc; shrink struct.Ralf Baechle2006-11-301-5/+5
| * [MIPS] Remove unused R10000 performance counter definitions.Ralf Baechle2006-11-301-56/+0Star
| * [MIPS] Add support for kexecNicolas Schichan2006-11-301-0/+32
| * [MIPS] Load modules to CKSEG0 if CONFIG_BUILD_ELF64=nAtsushi Nemoto2006-11-301-0/+13
| * [MIPS] Rewrite GALILEO_INL/GALILEO_OUTL to GT_READ/GT_WRITEYoichi Yuasa2006-11-303-28/+43
| * [MIPS] Use "long" for 64-bit values on 64-bit kernel.Atsushi Nemoto2006-11-301-18/+22
| * [MIPS] Introduce __pa_symbol()Franck Bui-Huu2006-11-301-0/+1