1. 15 1月, 2018 6 次提交
  2. 10 1月, 2018 11 次提交
  3. 09 1月, 2018 8 次提交
  4. 08 1月, 2018 5 次提交
  5. 07 1月, 2018 6 次提交
  6. 06 1月, 2018 4 次提交
    • H
      parisc: qemu idle sleep support · 310d8278
      Helge Deller 提交于
      Add qemu idle sleep support when running under qemu with SeaBIOS PDC
      firmware.
      
      Like the power architecture we use the "or" assembler instructions,
      which translate to nops on real hardware, to indicate that qemu shall
      idle sleep.
      Signed-off-by: NHelge Deller <deller@gmx.de>
      Cc: Richard Henderson <rth@twiddle.net>
      CC: stable@vger.kernel.org # v4.9+
      310d8278
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input · 65c64d18
      Linus Torvalds 提交于
      Pull input fixes from Dmitry Torokhov:
       "Just a few driver fixups, nothing exciting"
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
        Input: xen-kbdfront - do not advertise multi-touch pressure support
        Input: hideep - fix compile error due to missing include file
        Input: elants_i2c - do not clobber interrupt trigger on x86
        Input: joystick/analog - riscv has get_cycles()
        Input: elantech - add new icbody type 15
        Input: ims-pcu - fix typo in the error message
      65c64d18
    • L
      Merge tag 'iommu-v4.15-rc7' of git://github.com/awilliam/linux-vfio · 313243aa
      Linus Torvalds 提交于
      Pull IOMMU fixes from Alex Williamson:
       "Fixes via Will Deacon for arm-smmu-v3.
      
         - Fix duplicate Stream ID handling in arm-smmu-v3
      
         - Fix arm-smmu-v3 page table ops double free"
      
      * tag 'iommu-v4.15-rc7' of git://github.com/awilliam/linux-vfio:
        iommu/arm-smmu-v3: Cope with duplicated Stream IDs
        iommu/arm-smmu-v3: Don't free page table ops twice
      313243aa
    • L
      Merge tag 'arc-4.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc · f84d595a
      Linus Torvalds 提交于
      Pull ARC fixes from Vineet Gupta:
      
       - platform updates for setting up clock correctly
      
       - fixes to accomodate newer gcc (__builtin_trap, removed inline asm
         modifier)
      
       - other fixes
      
      * tag 'arc-4.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc:
        ARC: handle gcc generated __builtin_trap for older compiler
        ARC: handle gcc generated __builtin_trap()
        ARC: uaccess: dont use "l" gcc inline asm constraint modifier
        ARC: [plat-axs103] refactor the quad core DT quirk code
        ARC: [plat-axs103]: Set initial core pll output frequency
        ARC: [plat-hsdk]: Get rid of core pll frequency set in platform code
        ARC: [plat-hsdk]: Set initial core pll output frequency
        ARC: [plat-hsdk] Switch DisplayLink driver from fbdev to DRM
        arc: do not use __print_symbol()
        ARC: Fix detection of dual-issue enabled
      f84d595a