summaryrefslogtreecommitdiffstats
path: root/include/asm-mips
Commit message (Expand)AuthorAgeFilesLines
* [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
| * [MIPS] Make __pa() aware of XKPHYS/CKSEG0 address mix for 64 bit kernelsFranck Bui-Huu2006-11-301-2/+7
| * [MIPS] page.h: remove __pa() usages.Franck Bui-Huu2006-11-303-4/+6
* | Driver core: add dev_archdata to struct deviceBenjamin Herrenschmidt2006-12-011-0/+7
|/
* [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