summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
* MIPS: BCM47XX: Get rid of calls to KSEG1ADDRRafał Miłecki2014-11-241-12/+32
* MIPS: Move gic.h to include/linux/irqchip/mips-gic.hAndrew Bresticker2014-11-2417-342/+16
* irqchip: mips-gic: Use proper iomem accessorsAndrew Bresticker2014-11-241-65/+7
* MIPS: Malta: Stop using GIC REG macrosAndrew Bresticker2014-11-241-9/+9
* MIPS: SEAD3: Stop using GIC REG macrosAndrew Bresticker2014-11-241-4/+4
* irqchip: mips-gic: Export function to read counter widthAndrew Bresticker2014-11-242-8/+2
* MIPS: Malta: Use gic_read_count() to read GIC timerAndrew Bresticker2014-11-241-11/+3
* MIPS: SEAD3: Use generic plat_irq_dispatchAndrew Bresticker2014-11-241-22/+1
* MIPS: Malta: Use generic plat_irq_dispatchAndrew Bresticker2014-11-241-92/+0
* irqchip: mips-gic: Remove unnecessary globalsAndrew Bresticker2014-11-241-5/+0
* irqchip: mips-gic: Support local interruptsAndrew Bresticker2014-11-248-57/+56
* irqchip: mips-gic: Use separate edge/level irq_chipsAndrew Bresticker2014-11-241-1/+0
* irqchip: mips-gic: Probe for number of external interruptsAndrew Bresticker2014-11-243-2/+2
* irqchip: mips-gic: Stop using per-platform mapping tablesAndrew Bresticker2014-11-249-229/+93
* irqchip: mips-gic: Use IRQ domainsAndrew Bresticker2014-11-243-24/+0
* irqchip: mips-gic: Implement irq_set_type callbackAndrew Bresticker2014-11-241-0/+9
* irqchip: mips-gic: Remove platform irq_ack/irq_eoi callbacksAndrew Bresticker2014-11-243-39/+0
* MIPS: Move GIC to drivers/irqchip/Andrew Bresticker2014-11-246-418/+11
* MIPS: Move MIPS_GIC_IRQ_BASE into platform irq.hAndrew Bresticker2014-11-243-4/+6
* MIPS: Malta: Move MSC01 interrupt baseAndrew Bresticker2014-11-241-4/+4
* MIPS: sead3: Do not overlap CPU/GIC IRQ rangesAndrew Bresticker2014-11-241-1/+1
* MIPS: SEAD3: Remove sead3-serial.cAndrew Bresticker2014-11-241-45/+0
* MIPS: Remove gic_{enable,disable}_interrupt()Andrew Bresticker2014-11-243-46/+0
* MIPS: smp-cps: Enable all hardware interrupts on secondary CPUsAndrew Bresticker2014-11-241-2/+2
* MIPS: Add hook to get C0 performance counter interruptAndrew Bresticker2014-11-249-36/+51
* MIPS: i8259: Use IRQ domainsAndrew Bresticker2014-11-242-5/+20
* MIPS: Set vint handler when mapping CPU interruptsAndrew Bresticker2014-11-241-0/+4
* MIPS: Provide a generic plat_irq_dispatchAndrew Bresticker2014-11-241-0/+18
* MIPS: Rename mips_cpu_intc_init() -> mips_cpu_irq_of_init()Andrew Bresticker2014-11-243-5/+5
* MIPS: Always use IRQ domains for CPU IRQsAndrew Bresticker2014-11-242-25/+12
* MIPS: cpu: Add 'noftlb' kernel command line option to disable the FTLBMarkos Chandras2014-11-241-2/+62
* mips: Convert pr_warning to pr_warnJoe Perches2014-11-249-68/+52
* MIPS: pci-rt3883: Remove odd locking in PCI config space access codeSergey Ryazanov2014-11-241-9/+0
* MIPS: pci-ar7{1x, 24}x: remove odd locking in PCI config space access codeSergey Ryazanov2014-11-242-36/+0
* MIPS: MSP71xx: remove odd locking in PCI config space access codeSergey Ryazanov2014-11-241-12/+0
* MIPS: NILE4: Remove odd locking in PCI config space access codeSergey Ryazanov2014-11-241-11/+1
* MIPS: Add arch_trigger_all_cpu_backtrace() functionEunbong Song2014-11-242-0/+21
* MIPS: Remove useless parenthesesRalf Baechle2014-11-2418-46/+42
* MIPS: jump_label.c: Handle the microMIPS J instruction encodingMaciej W. Rozycki2014-11-192-10/+38
* MIPS: jump_label.c: Correct the span of the J instructionMaciej W. Rozycki2014-11-191-2/+2
* MIPS: Zero variable read by get_user / __get_user in case of an error.Ralf Baechle2014-11-191-1/+4
* MIPS: lib: memcpy: Restore NOP on delay slot before returning to callerMarkos Chandras2014-11-191-0/+1
* MIPS: tlb-r4k: Add missing HTW stop/start sequencesMarkos Chandras2014-11-191-0/+4
* MIPS: asm: uaccess: Add v1 register to clobber list on EVAMarkos Chandras2014-11-191-3/+4
* MIPS: oprofile: Fix backtrace on 64-bit kernelAaro Koskinen2014-11-191-1/+1
* MIPS: Loongson: Set Loongson-3's ISA level to MIPS64R1Huacai Chen2014-11-192-3/+4
* MIPS: Loongson: Fix the write-combine CCA value settingHuacai Chen2014-11-191-1/+1
* MIPS: IP27: Fix __node_distances undefined errorJames Cowgill2014-11-191-0/+1
* MIPS: Loongson3: Fix __node_distances undefined errorJames Cowgill2014-11-191-0/+1
* MIPS: Fix build with binutils 2.24.51+Manuel Lauss2014-11-0714-17/+118