aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] bitops: use non atomic operations for minix_*_bit() and ext2_*_bit()Akinobu Mita2006-03-261-3/+3
* [PATCH] 2TB files: add blkcnt_tTakashi Sato2006-03-261-0/+5
* [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsDavide Libenzi2006-03-251-0/+1
* [PATCH] abstract type/size specification for assemblyJan Beulich2006-03-241-1/+3
* [PATCH] remove ISA legacy functions: remove the helpersAl Viro2006-03-241-13/+0
* It's UTF-8Alexey Dobriyan2006-03-221-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2006-03-211-0/+4
|\
| * [PATCH] USB: EHCI for AU1200Jordan Crouse2006-03-201-0/+4
* | [MIPS] War on whitespace: cleanup initial spaces followed by tabs.Ralf Baechle2006-03-214-9/+9
* | [MIPS] Reformat __xchg().Ralf Baechle2006-03-211-4/+4
* | [MIPS] Remove CONFIG_BUILD_ELF64.Ralf Baechle2006-03-213-27/+4
* | [MIPS] Further sparsification for 32-bit compat code.Atsushi Nemoto2006-03-211-4/+4
* | [MIPS] Signal cleanupAtsushi Nemoto2006-03-211-1/+19
* | [MIPS] Make I/O helpers more customizableAtsushi Nemoto2006-03-214-57/+66
* | [MIPS] sc-rm7k.c cleanupAtsushi Nemoto2006-03-211-0/+1
* | [MIPS] MIPS64 R2 optimizations for 64-bit endianess swapping.Ralf Baechle2006-03-211-0/+18
* | [MIPS] Add early console for Cobalt.Peter Horton2006-03-211-0/+2
|/
* [MIPS] Sibyte: Fix race in sb1250_gettimeoffset().Ralf Baechle2006-03-181-1/+1
* [MIPS] Sibyte: Fix M_SCD_TIMER_INIT and M_SCD_TIMER_CNT wrong field width.Ralf Baechle2006-03-181-2/+3
* [MIPS] Work around bad code generation for <asm/io.h>.Ralf Baechle2006-03-181-3/+15
* [MIPS] local_r4k_flush_cache_page fixAtsushi Nemoto2006-03-183-1/+6
* [MIPS] SB1: Fix interrupt disable hazard.Ralf Baechle2006-03-181-77/+103
* [MIPS] Undefine scr_writew and scr_readw in <asm/vga.h>.Ralf Baechle2006-03-091-0/+3
* [MIPS] Fix build error on processors that don's support copy-on-write.Ralf Baechle2006-02-281-0/+18
* [MIPS] Fix atomic*_sub_if_positive return value.Ralf Baechle2006-02-271-0/+12
* [MIPS] SMP: Fix initialization order bug.Ralf Baechle2006-02-271-2/+9
* [MIPS] Use "=R" constraint to avoid compiler errors in cmpxchg().Ralf Baechle2006-02-271-4/+4
* [MIPS] Follow Uli's latest *at syscall changes.Ralf Baechle2006-02-211-3/+3
* [MIPS] Fixes for uaccess.h with gcc >= 4.0.1Atsushi Nemoto2006-02-211-3/+3
* [PATCH] add asm-generic/mman.hMichael S. Tsirkin2006-02-151-10/+12
* [PATCH] madvise MADV_DONTFORK/MADV_DOFORKMichael S. Tsirkin2006-02-141-0/+2
* [MIPS] Fix CPU type bitmasks for MIPS III, IV and V.Maciej W. Rozycki2006-02-141-3/+3
* [MIPS] Get rid of kludgery needed to keep stdargs of old compilers working.Ralf Baechle2006-02-141-17/+0
* [MIPS] More uaccess.h fixes with gcc >= 4.0.1.Ralf Baechle2006-02-141-1/+4
* [MIPS] Add protected_blast_icache_range, blast_icache_range, etc.Atsushi Nemoto2006-02-141-33/+41
* [MIPS] Fold non-__mips64 case into CONFIG_32BIT case.Ralf Baechle2006-02-141-3/+1
* [MIPS] RM200: Give RM200 it's own timex.h.Ralf Baechle2006-02-142-10/+14
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-02-084-10/+62
|\
| * [MIPS] Add 'const' to readb and friendsAtsushi Nemoto2006-02-081-1/+1
| * [MIPS] Wire up new syscalls.Ralf Baechle2006-02-081-7/+57
| * [MIPS] Make do_signal return void.Ralf Baechle2006-02-081-1/+1
| * [MIPS] Add support for TIF_RESTORE_SIGMASK.Ralf Baechle2006-02-082-2/+4
* | [PATCH] mips: namespace pollution - mem_... -> __mem_... in io.hAl Viro2006-02-081-16/+16
|/
* [PATCH] remove bogus asm/bug.h includes.Al Viro2006-02-071-1/+0
* [MIPS] TX49x7: Fix reporting of the CPU name and PCI clockSergei Shtylylov2006-02-071-0/+10
* [MIPS] TX49 MFC0 bug workaroundAtsushi Nemoto2006-02-071-6/+17
* [MIPS] MIPS R2 optimized endianess swapping.Ralf Baechle2006-02-071-0/+29
* [MIPS] Remove buggy inline version of memscan.Ralf Baechle2006-02-071-22/+0
* [MIPS] Remove wrong __user tags.Atsushi Nemoto2006-02-071-2/+1
* [MIPS] Cleanup fls implementation.Ralf Baechle2006-02-071-26/+32