aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2010-08-17Make do_execve() take a const filename pointerGravatar David Howells 1-3/+7
2010-08-15Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 1-0/+1
2010-08-14defconfig reductionGravatar Sam Ravnborg 48-53599/+228
2010-08-13Mark arguments to certain syscalls as being constGravatar David Howells 1-1/+1
2010-08-12MIPS: Fix gen_nand probe structures contentsGravatar Marek Vasut 1-0/+1
2010-08-11dma-mapping: remove dma_is_consistent APIGravatar FUJITA Tomonori 2-9/+0
2010-08-11dma-mapping: unify dma_get_cache_alignment implementationsGravatar FUJITA Tomonori 1-7/+0
2010-08-11dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNGravatar FUJITA Tomonori 3-4/+4
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-2/+0
2010-08-10tty: Add EXTPROC support for LINEMODEGravatar hyc@symas.com 2-1/+3
2010-08-10tty: remove remaining Hayes ESP ioctlsGravatar Greg Kroah-Hartman 1-2/+0
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+8
2010-08-09kmap_atomic: make kunmap_atomic() harder to misuseGravatar Cesar Eduardo Barros 2-4/+4
2010-08-09add f_flags to struct statfs(64)Gravatar Christoph Hellwig 1-4/+8
2010-08-07remove needless ISA_DMA_THRESHOLDGravatar FUJITA Tomonori 1-2/+0
2010-08-06Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 1-4/+0
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2010-08-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Gravatar Linus Torvalds 2-75/+155
2010-08-05Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-2/+4
2010-08-05kgdb,mips: remove unused kgdb_cpu_doing_single_step operationsGravatar Jason Wessel 1-7/+1
2010-08-05kgdb,mips: Individual register get/set for mipsGravatar Jason Wessel 2-68/+154
2010-08-05MIPS: PowerTV: Separate PowerTV USB support from non-USB codeGravatar David VomLehn 5-229/+432
2010-08-05MIPS: strip the un-needed sections of vmlinuzGravatar Wu Zhangjin 1-0/+3
2010-08-05MIPS: Clean up the calculation of VMLINUZ_LOAD_ADDRESSGravatar Wu Zhangjin 2-13/+14
2010-08-05MIPS: Clean up arch/mips/boot/compressed/decompress.cGravatar Wu Zhangjin 1-24/+14
2010-08-05MIPS: Clean up arch/mips/boot/compressed/ld.scriptGravatar Wu Zhangjin 1-34/+17
2010-08-05MIPS: Unify the suffix of compressed vmlinux.binGravatar Wu Zhangjin 2-8/+61
2010-08-05MIPS: PowerTV: Add Gaia platform definitions.Gravatar David VomLehn 6-11/+708
2010-08-05MIPS: BCM47xx: Fix nvram_getenv return value.Gravatar Hauke Mehrtens 2-2/+5
2010-08-05MIPS: Octeon: Allow more than 3.75GB of memory with PCIeGravatar David Daney 4-14/+87
2010-08-05MIPS: Clean up notify_die() usage.Gravatar David Daney 1-10/+15
2010-08-05MIPS: Remove unused task_struct.trap_no field.Gravatar David Daney 3-4/+1
2010-08-05MIPS: kprobe: Add support.Gravatar David Daney 9-2/+695
2010-08-05MIPS: Add instrunction format for BREAK and SYSCALLGravatar David Daney 1-1/+14
2010-08-05MIPS: kprobes: Define regs_return_value()Gravatar David Daney 1-0/+1
2010-08-05MIPS: Ritually kill stupid printk.Gravatar Ralf Baechle 5-5/+0
2010-08-05MIPS: Octeon: Disallow MSI-X interrupt and fall back to MSI interrupts.Gravatar Chandrakala Chavva 2-0/+33
2010-08-05MIPS: Octeon: Support 256 MSI on PCIeGravatar David Daney 2-118/+178
2010-08-05MIPS: Decode core number for R2 CPUs.Gravatar David Daney 1-0/+3
2010-08-05MIPS: SMTC: Use %p to format pointersGravatar Kulikov Vasiliy 1-2/+1
2010-08-05MIPS: Loongson: Remove unused macro LOONGSON_PERFCNT_IRQGravatar Wu Zhangjin 1-1/+0
2010-08-05MIPS: Loongson: Oprofile: add a new do_perfcnt_IRQ()Gravatar Wu Zhangjin 3-4/+10
2010-08-05MIPS: Loongson: Remove set_irq_trigger_mode()Gravatar Wu Zhangjin 4-18/+8
2010-08-05MIPS: Define ST0_NMI in asm/mipsregs.hGravatar David Daney 1-0/+1
2010-08-05MIPS: Export __cpu_number_map and __cpu_logical_map.Gravatar David Daney 1-0/+4
2010-08-05MIPS: Octeon: Export prom_putchar().Gravatar David Daney 1-1/+5
2010-08-05MIPS: uasm: Add option to export uasm API.Gravatar David Daney 4-63/+110
2010-08-05MIPS: uasm: Add BBIT0 and BBIT1 instructionsGravatar David Daney 2-1/+25
2010-08-05MIPS: uasm: Add drotr32 and uasm_i_drotr_safe.Gravatar David Daney 2-5/+18
2010-08-05MIPS: Octeon: Implement delays with cycle counter.Gravatar David Daney 4-13/+58