aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-20Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds5-8/+12
2010-10-19MIPS: O32 compat/N32: Fix to use compat syscall wrappers for AIO syscalls.Michel Thebeau2-6/+6
2010-10-19MIPS: jz4740: Fix Kbuild Platform file.David Daney1-1/+1
2010-10-19MIPS: Repair Kbuild make clean breakage.David Daney2-1/+5
2010-10-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds12-44/+53
2010-10-18MIPS: Enable ISA_DMA_API config to fix build failureNamhyung Kim1-0/+4
2010-10-18MIPS: 32-bit: Fix build failure in asm/fcntl.hNamhyung Kim1-0/+1
2010-10-18MIPS: Remove all generated vmlinuz* files on "make clean"Wu Zhangjin1-1/+1
2010-10-18MIPS: do_sigaltstack() expects userland pointersAl Viro2-4/+6
2010-10-18MIPS: Fix error values in case of bad_stackAl Viro2-2/+2
2010-10-18MIPS: Sanitize restart logicsAl Viro7-35/+34
2010-10-18MIPS: secure_computing, syscall audit: syscall number should in r2, not r0.Al Viro1-2/+2
2010-10-18MIPS: Don't block signals if we'd failed to setup a sigframeAl Viro1-0/+3
2010-10-09Define _addr_lsb in siginfo_t for mipsAndi Kleen1-0/+1
2010-10-04MIPS: Octeon: Place cnmips_cu2_setup in __init memory.David Daney1-1/+1
2010-10-04MIPS: Don't place cu2 notifiers in __cpuinitdataDavid Daney1-1/+1
2010-10-04MIPS: Calculate VMLINUZ_LOAD_ADDRESS based on the length of vmlinux.binShmulik Ladkani1-1/+1
2010-10-04MIPS: Alchemy: Resolve prom section mismatchesManuel Lauss1-3/+2
2010-10-04MIPS: Fix syscall 64 bit number comments.Ralf Baechle1-2/+2
2010-10-04MIPS: Hookup fanotify_init, fanotify_mark, and prlimit64 syscalls.David Daney6-9/+37
2010-10-04MIPS: TX49xx: Rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNFUJITA Tomonori1-1/+1
2010-10-04MIPS: N32: Fix getdents64 syscall for n32Bernhard Walle1-1/+1
2010-10-04MIPS: Remove pr_<level> uses of KERN_<level>Joe Perches2-2/+2
2010-10-04MIPS: PNX8550: Sort out machine halt, restart and powerdown functions.Ralf Baechle2-17/+6
2010-10-04MIPS: GIC: Remove dependencies from Malta files.Ralf Baechle4-5/+5
2010-10-04MIPS: Kconfig: Fix and clarify kconfig help text for VSMP and SMTC.Ralf Baechle1-2/+18
2010-10-04MIPS: DMA: Fix computation of DMA flags from device's coherent_dma_mask.Ralf Baechle1-8/+20
2010-10-04MIPS: Audit: Fix hang in entry.S.Ralf Baechle1-1/+2
2010-10-04MIPS: Document why RELOC_HIDE is there.Ralf Baechle1-0/+14
2010-10-04MIPS: Octeon: Determine if helper needs to be builtAndreas Bießmann2-1/+5
2010-10-04MIPS: Use generic atomic64 for 32-bit kernelsDeng-Cheng Zhu2-0/+5
2010-10-04MIPS: RM7000: Symbol should be staticRicardo Mendoza1-1/+1
2010-10-04MIPS: kspd: Adjust confusing if indentationJulia Lawall1-1/+1
2010-10-04MIPS: Fix a typo.Andrea Gelmini1-1/+1
2010-09-14compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin1-1/+1
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-3/+7
2010-08-15Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-0/+1
2010-08-14defconfig reductionSam Ravnborg48-53599/+228
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-1/+1
2010-08-12MIPS: Fix gen_nand probe structures contentsMarek Vasut1-0/+1
2010-08-11dma-mapping: remove dma_is_consistent APIFUJITA Tomonori2-9/+0
2010-08-11dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori1-7/+0
2010-08-11dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNFUJITA Tomonori3-4/+4
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+0
2010-08-10tty: Add EXTPROC support for LINEMODEhyc@symas.com2-1/+3
2010-08-10tty: remove remaining Hayes ESP ioctlsGreg Kroah-Hartman1-2/+0
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-4/+8
2010-08-09kmap_atomic: make kunmap_atomic() harder to misuseCesar Eduardo Barros2-4/+4
2010-08-09add f_flags to struct statfs(64)Christoph Hellwig1-4/+8
2010-08-07remove needless ISA_DMA_THRESHOLDFUJITA Tomonori1-2/+0