summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
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-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
2013-10-10mips: add explicit includes of prom.hRob Herring3-0/+4
2013-10-10mips: use common of_flat_dt_get_machine_nameRob Herring1-14/+1
2013-10-09of: remove early_init_dt_setup_initrd_archRob Herring1-10/+0
2013-10-09mips: use early_init_dt_scanRob Herring2-39/+3
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar38-84/+409
2013-10-07MIPS: stack protector: Fix per-task canary switchJames Hogan3-3/+3
2013-10-04sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra1-10/+9
2013-10-02MIPS: Fix forgotten preempt_enable() when CPU has inclusive pcachesYoichi Yuasa1-0/+2
2013-09-30MIPS: Alchemy: MTX-1: fix incorrect placement of __initdata tagBartlomiej Zolnierkiewicz1-1/+1
2013-09-25MIPS: mm: Move some checks out of 'for' loop in DMA operationsJayachandran C1-8/+4
2013-09-25sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra1-3/+2
2013-09-25sched, arch: Create asm/preempt.hPeter Zijlstra1-0/+1
2013-09-24MIPS: cpu-features.h: s/MIPS53/MIPS64/Maciej W. Rozycki1-1/+1
2013-09-19MIPS: Fix invalid symbolic link fileMadhavan Srinivasan1-1/+1
2013-09-19MIPS: PCI: pci-bcm1480: Include missing vt.h headerMarkos Chandras1-0/+1
2013-09-19MIPS: Disable usermode switching of the FR bit for MIPS R5 CPUs.Ralf Baechle1-0/+13
2013-09-19MIPS: Add MIPS R5 config5 register.Ralf Baechle1-0/+7
2013-09-19MIPS: PCI: Use pci_resource_to_user to map pci memory space properlyWolfgang Grandegger1-0/+12
2013-09-18MIPS: 74K/1074K: Correct erratum workaround.Maciej W. Rozycki1-8/+18
2013-09-18MIPS: Cleanup CP0 PRId and CP1 FPIR register access masksMaciej W. Rozycki12-45/+77
2013-09-18MIPS: Remove useless comment about kprobe from arch/mips/MakefileWu Zhangjin1-3/+0
2013-09-18MIPS: Fix VGA_MAP_MEM macro.Leonid Yegoshin1-1/+2
2013-09-18MIPS: Reimplement get_cycles().Ralf Baechle1-1/+32
2013-09-17MIPS: Optimize current_cpu_type() for better code.Ralf Baechle19-19/+236
2013-09-17MIPS: Fix accessing to per-cpu data when flushing the cacheRalf Baechle1-0/+5
2013-09-17MIPS: Provide nice way to access boot CPU's data.Ralf Baechle1-0/+1
2013-09-16Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds6-8/+49
2013-09-13MIPS: kernel: vpe: Make vpe_attrs an array of pointers.Markos Chandras1-1/+1
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+0
2013-09-13MIPS: Fix SMP core calculations when using MT support.Leonid Yegoshin1-2/+11