summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-04irqchip: mips-gic: Use cpumask_first_and() in gic_set_affinity()Paul Burton1-6/+6
2017-09-04irqchip: mips-gic: Clean up mti, reserved-cpu-vectors handlingPaul Burton1-7/+7
2017-09-04irqchip: mips-gic: Use pcpu_masks to avoid reading GIC_SH_MASK*Paul Burton1-21/+31
2017-09-04irqchip: mips-gic: Make pcpu_masks a per-cpu variablePaul Burton1-9/+8
2017-09-04irqchip: mips-gic: Inline gic_basic_init()Paul Burton1-27/+19
2017-09-04irqchip: mips-gic: Inline __gic_init()Paul Burton1-60/+55
2017-09-04irqchip: mips-gic: Remove linux/irqchip/mips-gic.hPaul Burton1-14/+0
2017-09-04MIPS: Remove unnecessary inclusions of linux/irqchip/mips-gic.hPaul Burton3-3/+0
2017-09-04MIPS: VDSO: Avoid use of linux/irqchip/mips-gic.hPaul Burton2-8/+3
2017-09-04irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.hPaul Burton7-13/+32
2017-09-04irqchip: mips-gic: Remove gic_presentPaul Burton2-8/+0
2017-09-04MIPS: Use mips_gic_present() in place of gic_presentPaul Burton5-23/+17
2017-09-04irqchip: mips-gic: Remove gic_init()Paul Burton2-10/+0
2017-09-04irqchip: mips-gic: Remove __gic_irq_dispatch() forward declarationPaul Burton1-2/+0
2017-09-04irqchip: mips-gic: Remove gic_get_usm_range()Paul Burton2-25/+0
2017-09-04MIPS: VDSO: Drop gic_get_usm_range() usagePaul Burton1-10/+5
2017-09-04irqchip: mips-gic: Move various definitions to the driverPaul Burton3-24/+16
2017-09-04irqchip: mips-gic: Remove GIC_CPU_INT* macrosPaul Burton1-8/+0
2017-09-04MIPS: GIC: Move GIC_LOCAL_INT_* to asm/mips-gic.hPaul Burton2-10/+24
2017-09-04irqchip: mips-gic: Convert remaining local reg access to new accessorsPaul Burton2-100/+12
2017-09-04irqchip: mips-gic: Convert local int mask access to new accessorsPaul Burton2-59/+7
2017-09-04irqchip: mips-gic: Convert remaining shared reg access to new accessorsPaul Burton2-28/+8
2017-09-04irqchip: mips-gic: Remove gic_map_to_vpe()Paul Burton2-15/+2
2017-09-04irqchip: mips-gic: Remove gic_map_to_pin()Paul Burton2-17/+1
2017-09-04irqchip: mips-gic: Remove gic_set_dual_edge()Paul Burton2-40/+5
2017-09-04irqchip: mips-gic: Remove gic_set_trigger()Paul Burton2-18/+6
2017-09-04irqchip: mips-gic: Remove gic_set_polarity()Paul Burton2-17/+5
2017-09-04irqchip: mips-gic: Drop gic_(re)set_mask() functionsPaul Burton2-19/+3
2017-09-04irqchip: mips-gic: Simplify gic_local_irq_domain_map()Paul Burton2-47/+16
2017-09-04irqchip: mips-gic: Simplify shared interrupt pending/mask readsPaul Burton2-24/+11
2017-09-04MIPS: Add __ioread64_copyPaul Burton3-1/+45
2017-09-04irqchip: mips-gic: Remove gic_read_local_vp_id()Paul Burton2-25/+0
2017-09-04MIPS: CPS: Read GIC_VL_IDENT directly, not via irqchip driverPaul Burton1-1/+1
2017-09-04irqchip: mips-gic: Remove counter access functionsPaul Burton2-117/+0
2017-09-01MIPS: Malta: Use new GIC accessor functionsPaul Burton1-3/+3
2017-08-30clocksource: mips-gic-timer: Use new GIC accessor functionsPaul Burton1-6/+31
2017-08-30MIPS: GIC: Introduce asm/mips-gic.h with accessor functionsPaul Burton3-7/+300
2017-08-30irqchip: mips-gic: SYNC after enabling GIC regionJames Hogan1-1/+4
2017-08-30MIPS: Don't use dma_cache_sync to implement fd_cacheflushChristoph Hellwig1-2/+2
2017-08-30MIPS: generic: Bump default NR_CPUS to 16Paul Burton1-1/+1
2017-08-30MIPS: generic: Don't explicitly disable CONFIG_USB_SUPPORTPaul Burton1-1/+0
2017-08-30MIPS: Make CONFIG_MIPS_MT_SMP default yPaul Burton6-4/+2
2017-08-30MIPS: Prevent direct use of generic_defconfigPaul Burton1-0/+13
2017-08-30MIPS: NI 169445: Only include in 32r2el kernelsPaul Burton1-0/+3
2017-08-30MIPS: SEAD-3: Only include in 32 bit kernels by defaultPaul Burton1-0/+2
2017-08-30MIPS: generic: Allow filtering enabled boards by requirementsPaul Burton3-2/+99
2017-08-30MIPS: CPS: Detect CPUs in secondary clustersPaul Burton1-29/+51
2017-08-30MIPS: CPS: Cluster support for topology functionsPaul Burton7-48/+136
2017-08-30MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton20-30/+28
2017-08-30MIPS: SMP: Allow boot_secondary SMP op to return errorsPaul Burton14-15/+37