summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'fortglx/4.15/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2017-10-312-15/+41
| |\ \
| | * | rtc: Allow rtc drivers to specify the tv_nsec value for ntpJason Gunthorpe2017-10-302-15/+41
| * | | scsi: smartpqi: Convert timers to use timer_setup()Kees Cook2017-10-271-5/+4
| * | | scsi: libiscsi: Convert timers to use timer_setup()Kees Cook2017-10-271-10/+6
| * | | scsi: libfc: Convert timers to use timer_setup()Kees Cook2017-10-271-11/+10
| * | | scsi: isci: Convert timers to use timer_setup()Kees Cook2017-10-275-18/+16
| * | | scsi: gdth: Convert timers to use timer_setup()Kees Cook2017-10-271-4/+2
| * | | scsi: fcoe: Convert timers to use timer_setup()Kees Cook2017-10-273-9/+10
| * | | scsi: dc395x: Convert timers to use timer_setup()Kees Cook2017-10-271-8/+5
| * | | scsi: bnx2i: Convert timers to use timer_setup()Kees Cook2017-10-273-14/+7
| * | | scsi: be2iscsi: Convert timers to use timer_setup()Kees Cook2017-10-271-11/+7
| * | | scsi: aic94xx: Convert timers to use timer_setup()Kees Cook2017-10-274-15/+12
| | |/ | |/|
| * | ahci: Convert timers to use timer_setup()Kees Cook2017-10-192-5/+7
| * | libata: Convert timers to use timer_setup()Kees Cook2017-10-173-6/+5
| * | timer: Remove meaningless .data/.function assignmentsKees Cook2017-10-174-9/+2
| * | timer: Fix two mistakes in callback conversionsKees Cook2017-10-052-2/+1
| * | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-0527-33/+33
| * | timer: Remove users of expire and data arguments to DEFINE_TIMERKees Cook2017-10-051-2/+2
| * | timer: Remove last user of TIMER_INITIALIZERKees Cook2017-10-051-7/+5
| * | timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook2017-10-054-31/+29
| * | timer: Remove init_timer_pinned() in favor of timer_setup()Kees Cook2017-10-051-5/+4
| * | timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Kees Cook2017-10-059-55/+35
| * | timer: Remove init_timer_pinned_deferrable() in favor of timer_setup()Kees Cook2017-10-051-6/+7
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-1419-331/+1503
|\ \ \
| * \ \ Merge tag 'irqchip-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-11-096-54/+396
| |\ \ \
| | * | | irqchip: mips-gic: Print warning if inherited GIC base is usedMatt Redfearn2017-11-091-0/+2
| | * | | irqchip/mips-gic: Add pr_fmt and reword pr_* messagesMatt Redfearn2017-11-091-4/+7
| | * | | irqchip/stm32: Move the wakeup on interrupt maskLudovic Barre2017-11-071-5/+5
| | * | | irqchip/stm32: Fix initial valuesLudovic Barre2017-11-071-0/+9
| | * | | irqchip/stm32: Add stm32h7 supportLudovic Barre2017-11-071-0/+42
| | * | | irqchip/stm32: Add multi-bank managementLudovic Barre2017-11-071-46/+103
| | * | | irqchip/stm32: Select GENERIC_IRQ_CHIPLudovic Barre2017-11-071-0/+1
| | * | | irqchip/exiu: Add support for Socionext Synquacer EXIU controllerArd Biesheuvel2017-11-072-0/+228
| | * | | irqchip/gic-v3-its: Fix VPE activate callback return valueMarc Zyngier2017-11-071-1/+1
| * | | | Merge tag 'irqchip-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-11-0274-562/+988
| |\| | |
| | * | | irqchip: mips-gic: Make IPI bitmaps staticPaul Burton2017-11-021-2/+2
| | * | | irqchip: mips-gic: Share register writes in gic_set_type()Paul Burton2017-11-021-23/+23
| | * | | irqchip: mips-gic: Remove gic_vpes variablePaul Burton2017-11-021-5/+0
| | * | | irqchip: mips-gic: Use num_possible_cpus() to reserve IPIsPaul Burton2017-11-021-5/+7
| | * | | irqchip: mips-gic: Configure EIC when CPUs come onlinePaul Burton2017-11-021-7/+5
| | * | | irqchip: mips-gic: Mask local interrupts when CPUs come onlinePaul Burton2017-11-021-10/+4
| | * | | irqchip: mips-gic: Use irq_cpu_online to (un)mask all-VP(E) IRQsPaul Burton2017-11-021-16/+56
| | * | | irqchip: mips-gic: Inline gic_local_irq_domain_map()Paul Burton2017-11-021-36/+22
| | * | | irqchip/meson-gpio: add support for Meson8 SoCsMartin Blumenstingl2017-11-021-0/+5
| | * | | irqchip/gic: Deal with broken firmware exposing only 4kB of GICv2 CPU interfaceMarc Zyngier2017-11-021-9/+62
| | * | | irqchip/gic-v3-its: Setup VLPI properties at map timeMarc Zyngier2017-11-021-2/+16
| | * | | Merge tag 'v4.14-rc3' into irq/irqchip-4.15Marc Zyngier2017-11-0271-453/+792
| | |\ \ \ | | | | |/ | | | |/|
| * | / | irqchip/meson: Disable COMPILE_TESTThomas Gleixner2017-10-201-1/+1
| |/ / /
| * | | irqchip/aspeed-i2c-ic: Fix return value check in aspeed_i2c_ic_of_init()Wei Yongjun2017-10-191-2/+2
| * | | irqchip/meson: Add support for gpio interrupt controllerJerome Brunet2017-10-193-0/+423