summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | MIPS: lantiq: Convert the fpi bus driver to a platform_driverHauke Mehrtens2017-09-043-0/+89
| * | | | | | watchdog: lantiq: access boot cause register through regmapHauke Mehrtens2017-09-041-5/+69
| * | | | | | mtd: lantiq-flash: drop check of boot selectHauke Mehrtens2017-09-041-6/+0
| * | | | | | irqchip: mips-gic: Let the core set struct irq_common_data affinityPaul Burton2017-09-041-2/+1
| * | | | | | irqchip: mips-gic: Use cpumask_first_and() in gic_set_affinity()Paul Burton2017-09-041-6/+6
| * | | | | | irqchip: mips-gic: Clean up mti, reserved-cpu-vectors handlingPaul Burton2017-09-041-7/+7
| * | | | | | irqchip: mips-gic: Use pcpu_masks to avoid reading GIC_SH_MASK*Paul Burton2017-09-041-21/+31
| * | | | | | irqchip: mips-gic: Make pcpu_masks a per-cpu variablePaul Burton2017-09-041-9/+8
| * | | | | | irqchip: mips-gic: Inline gic_basic_init()Paul Burton2017-09-041-27/+19
| * | | | | | irqchip: mips-gic: Inline __gic_init()Paul Burton2017-09-041-60/+55
| * | | | | | irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.hPaul Burton2017-09-041-1/+0
| * | | | | | irqchip: mips-gic: Remove gic_presentPaul Burton2017-09-041-2/+0
| * | | | | | irqchip: mips-gic: Remove gic_init()Paul Burton2017-09-041-7/+0
| * | | | | | irqchip: mips-gic: Remove __gic_irq_dispatch() forward declarationPaul Burton2017-09-041-2/+0
| * | | | | | irqchip: mips-gic: Remove gic_get_usm_range()Paul Burton2017-09-041-14/+0
| * | | | | | irqchip: mips-gic: Move various definitions to the driverPaul Burton2017-09-041-0/+16
| * | | | | | irqchip: mips-gic: Convert remaining local reg access to new accessorsPaul Burton2017-09-041-56/+12
| * | | | | | irqchip: mips-gic: Convert local int mask access to new accessorsPaul Burton2017-09-041-7/+7
| * | | | | | irqchip: mips-gic: Convert remaining shared reg access to new accessorsPaul Burton2017-09-041-8/+8
| * | | | | | irqchip: mips-gic: Remove gic_map_to_vpe()Paul Burton2017-09-041-9/+2
| * | | | | | irqchip: mips-gic: Remove gic_map_to_pin()Paul Burton2017-09-041-7/+1
| * | | | | | irqchip: mips-gic: Remove gic_set_dual_edge()Paul Burton2017-09-041-23/+5
| * | | | | | irqchip: mips-gic: Remove gic_set_trigger()Paul Burton2017-09-041-13/+6
| * | | | | | irqchip: mips-gic: Remove gic_set_polarity()Paul Burton2017-09-041-12/+5
| * | | | | | irqchip: mips-gic: Drop gic_(re)set_mask() functionsPaul Burton2017-09-041-15/+3
| * | | | | | irqchip: mips-gic: Simplify gic_local_irq_domain_map()Paul Burton2017-09-041-41/+16
| * | | | | | irqchip: mips-gic: Simplify shared interrupt pending/mask readsPaul Burton2017-09-041-18/+11
| * | | | | | irqchip: mips-gic: Remove gic_read_local_vp_id()Paul Burton2017-09-041-8/+0
| * | | | | | irqchip: mips-gic: Remove counter access functionsPaul Burton2017-09-041-95/+0
| * | | | | | clocksource: mips-gic-timer: Use new GIC accessor functionsPaul Burton2017-08-301-6/+31
| * | | | | | MIPS: GIC: Introduce asm/mips-gic.h with accessor functionsPaul Burton2017-08-301-7/+6
| * | | | | | irqchip: mips-gic: SYNC after enabling GIC regionJames Hogan2017-08-301-1/+4
| * | | | | | MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton2017-08-301-1/+1
| * | | | | | MIPS: Unify checks for sibling CPUsPaul Burton2017-08-302-2/+2
| * | | | | | MIPS: Abstract CPU core & VP(E) ID access through accessor functionsPaul Burton2017-08-301-1/+1
| * | | | | | MIPS: CM: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton2017-08-291-2/+2
| * | | | | | MIPS: Alchemy: Threaded carddetect irqs for devboardsManuel Lauss2017-08-291-14/+19
* | | | | | | Merge tag 'pci-v4.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-161-11/+2
|\ \ \ \ \ \ \
| * | | | | | | Revert "PCI: Avoid race while enabling upstream bridges"Bjorn Helgaas2017-09-151-11/+2
* | | | | | | | Merge tag 'drm-fixes-for-v4.14-rc1' of git://people.freedesktop.org/~airlied/...Linus Torvalds2017-09-1628-160/+236
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-09-1328-160/+236
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drm/amdgpu: revert "fix deadlock of reservation between cs and gpu reset v2"Christian König2017-09-131-4/+0
| | * | | | | | | | drm/amdgpu: remove duplicate return statementColin Ian King2017-08-241-1/+0
| | * | | | | | | | drm/amdgpu: check memory allocation failureChristophe JAILLET2017-08-241-0/+3
| | * | | | | | | | drm/amd/amdgpu: fix BANK_SELECT on Vega10 (v2)Roger He2017-08-242-6/+4
| | * | | | | | | | drm/amdgpu: inline amdgpu_ttm_do_bind againChristian König2017-08-241-27/+18
| | * | | | | | | | drm/amdgpu: fix amdgpu_ttm_bindChristian König2017-08-243-19/+30
| | * | | | | | | | drm/amdgpu: remove the GART copy hackChristian König2017-08-241-17/+5
| | * | | | | | | | drm/ttm:fix wrong decoding of bo_countMonk Liu2017-08-241-2/+2
| | * | | | | | | | drm/ttm: fix missing inc bo_countMonk Liu2017-08-241-0/+1