summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2013-10-30MIPS: ptrace: Use tracehook helpers.Ralf Baechle1-41/+5
2013-10-30MIPS: O32 / 32-bit: Always copy 4 stack arguments.Ralf Baechle2-433/+401
2013-10-30MIPS: Provide arch_syscall_addr.Ralf Baechle3-0/+50
2013-10-30MIPS: 32-bit: Remove unused gas macros fifty and mille.Ralf Baechle1-14/+0
2013-10-30MIPS: Enable entries for SIGSYS in struct siginfo.Ralf Baechle1-0/+9
2013-10-30MIPS: 64-bit: Mark native syscall table as data object.Ralf Baechle1-1/+2
2013-10-30MIPS: compat: Mark N32 syscall table as data object.Ralf Baechle1-0/+1
2013-10-30MIPS: compat: Export O32 syscall table and rename to avoid duplicate symbol.Ralf Baechle1-5/+5
2013-10-30MIPS: mm: Use scratch for PGD when !CONFIG_MIPS_PGD_C0_CONTEXTJayachandran C3-40/+58
2013-10-30MIPS: Tell R4k SC and MC variations apartMaciej W. Rozycki1-4/+24
2013-10-30MIPS: DECstation CPU feature overridesMaciej W. Rozycki1-0/+87
2013-10-30DEC: Whitespace cleanupMaciej W. Rozycki9-18/+18
2013-10-30MIPS: DECstation I/O ASIC DMA interrupt classesMaciej W. Rozycki2-8/+37
2013-10-30MIPS: Remove unnecessary platform dma helper functionsFelix Fietkau8-76/+1
2013-10-30MIPS: Cobalt: Move to 8250/16550 serial early printk driverYoichi Yuasa4-21/+4
2013-10-30MIPS: Add 8250/16550 serial early printk driverYoichi Yuasa4-0/+83
2013-10-30MIPS: ZBOOT: Support LZ4 compression schemeFlorian Fainelli3-1/+8
2013-10-30MIPS: ZBOOT: Define program header for text loadable segmentFlorian Fainelli1-1/+4
2013-10-30MIPS: ZBOOT: Support XZ compression schemeFlorian Fainelli3-1/+13
2013-10-30MIPS: Kbuild: Do not allow building vmlinuz when !ZBOOTFlorian Fainelli1-0/+6
2013-10-30MIPS: Fix start of free memory when using initrdGreg Ungerer1-5/+14
2013-10-30MIPS: Quiet the building output of vmlinux.32 and vmlinux.64Wu Zhangjin1-2/+6
2013-10-30MIPS: Panic messages should not end in \n.Ralf Baechle11-13/+13
2013-10-30MIPS: Use NUMA_NO_NODE instead of -1 for node ID.Ralf Baechle1-1/+2
2013-10-30MIPS: of/pci: Use of_pci_range_parserAndrew Murray1-32/+18
2013-10-30MIPS: BCM47XX: Fix detected clock on Asus WL520GC and WL520GUHauke Mehrtens1-0/+11
2013-10-30MIPS: BCM47XX: Fix clock detection for BCM5354 with 200MHz clockHauke Mehrtens1-0/+12
2013-10-30MIPS: BCM47XX: Get GPIO pin from nvram configurationHauke Mehrtens2-0/+22
2013-10-30MIPS: BCM47XX: Print board name in /proc/cpuinfoHauke Mehrtens1-1/+26
2013-10-30MIPS: BCM47XX: Add board detectionHauke Mehrtens4-0/+422
2013-10-30MIPS: Kconfig: CMP support needs to select SMP as wellMarkos Chandras1-0/+1
2013-10-30MIPS: Move definition of SMP processor id register to header fileJayachandran C4-80/+49
2013-10-30MIPS: ath79: Remove ar933x_uart_platform.h headerGabor Juhos2-24/+0
2013-10-30MIPS: ath79: simplify platform_get_resource_byname/devm_ioremap_resourceJulia Lawall2-12/+0
2013-10-30MIPS: SMP: kill redundant call of generic_smp_call_function_single_interrupt()Jiang Liu1-1/+0
2013-10-30MIPS: Perf: Fix 74K cache mapDeng-Cheng Zhu1-2/+2
2013-10-24of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code.Grant Likely2-32/+2
2013-10-24of/irq: simplify args to irq_create_of_mappingGrant Likely2-2/+2
2013-10-24of/irq: Replace of_irq with of_phandle_argsGrant Likely2-7/+4
2013-10-24of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely2-2/+2
2013-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-5/+7
2013-10-24mips: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter1-0/+1
2013-10-17Powerpc KVM work is based on a commit after rc4.Gleb Natapov8-14/+12
2013-10-17kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V1-2/+3
2013-10-14treewide: Fix common typo in "identify"Maxime Jayat1-2/+2
2013-10-14KVM: mips: Get rid of KVM_HPAGE definesChristoffer Dall1-7/+0
2013-10-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2013-10-11Merge branch 'core/urgent' into sched/coreIngo Molnar1-1/+1
2013-10-11compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar1-1/+1
2013-10-10of: implement pci_address_to_pio as weak functionRob Herring1-11/+0