1. 07 Oct, 2016 1 commit
  2. 06 Oct, 2016 1 commit
  3. 05 Oct, 2016 2 commits
  4. 25 Sep, 2016 1 commit
    • Helge Deller's avatar
      parisc: Fix self-detected CPU stall warnings on Mako machines · 92420bd0
      Helge Deller authored
      The config option HAVE_UNSTABLE_SCHED_CLOCK is set automatically when compiling
      for SMP. There is no need to clear the stable-clock flag via
      clear_sched_clock_stable() when starting secondary CPUs, and even worse,
      clearing it triggers wrong self-detected CPU stall warnings on 64bit Mako
      machines.
      Signed-off-by: default avatarHelge Deller <deller@gmx.de>
      Cc: stable@vger.kernel.org # 4.7+
      92420bd0
  5. 24 Sep, 2016 1 commit
    • Helge Deller's avatar
      parisc: Report trap type as human readable string · b391667e
      Helge Deller authored
      When faulting on some trap, the kernel currently reports in dmesg:
      
       do_page_fault() command='perl' type=6 address=0xbe400403 in libcrypt-2.24.so[f9086000+9000]
       vm_start = 0x00922000, vm_end = 0x00aed000
      
      With this change the trap type additionally gets reported as human readable
      string which makes it simpler to recognize the type of problem:
      
       do_page_fault() command='perl' type=6 address=0xbe400403 in libcrypt-2.24.so[f9086000+9000]
       trap #6: Instruction TLB miss fault, vm_start = 0x00922000, vm_end = 0x00aed000
      Signed-off-by: default avatarHelge Deller <deller@gmx.de>
      b391667e
  6. 20 Sep, 2016 4 commits
  7. 19 Sep, 2016 29 commits
  8. 18 Sep, 2016 1 commit
    • Linus Torvalds's avatar
      Merge tag 'usb-4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb · b01cf676
      Linus Torvalds authored
      Pull USB fixes from Greg KH:
       "Here are two small fixes, and one new device id, for 4.8-rc7
      
        The fixes solve a build error that was reported in your tree for the
        blackfin arch, and resolve an issue with a number of broken USB
        devices that reported the wrong interval rate.  Included here is also
        a new device id for the usb-serial driver.
      
        All have been in linux-next with no reported issues"
      
      * tag 'usb-4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
        USB: change bInterval default to 10 ms
        usb: musb: Fix tusb6010 compile error on blackfin
        USB: serial: simple: add support for another Infineon flashloader
      b01cf676