1. 19 Sep, 2020 2 commits
    • Linus Torvalds's avatar
      Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux · c8d1a46f
      Linus Torvalds authored
      Pull i2c fixes from Wolfram Sang:
       "Another bunch of fixes for I2C.
      
        Jean's i801 patch is a cleanup on top of Volker's i801 patch, but it
        will make dependency handling much easier if those two go together"
      
      * 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
        i2c: mxs: use MXS_DMA_CTRL_WAIT4END instead of DMA_CTRL_ACK
        i2c: mediatek: Send i2c master code at more than 1MHz
        i2c: mediatek: Fix generic definitions for bus frequency
        i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_devices()
        i2c: i801: Simplify the suspend callback
        i2c: i801: Fix resume bug
        i2c: aspeed: Mask IRQ status to relevant bits
      c8d1a46f
    • Linus Torvalds's avatar
      Merge tag 's390-5.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux · eb5f95f1
      Linus Torvalds authored
      Pull s390 fixes from Vasily Gorbik:
      
       - Fix order in trace_hardirqs_off_caller() to make locking state
         consistent even if the IRQ tracer calls into lockdep again. Touches
         common code. Acked-by Peter Zijlstra.
      
       - Correctly handle secure storage violation exception to avoid kernel
         panic triggered by user space misbehaviour.
      
       - Switch the idle->seqcount over to using raw_write_*() to avoid
        "suspicious RCU usage".
      
       - Fix memory leaks on hard unplug in pci code.
      
       - Use kvmalloc instead of kmalloc for larger allocations in zcrypt.
      
       - Add few missing __init annotations to static functions to avoid
         section mismatch complains when functions are not inlined.
      
      * tag 's390-5.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
        s390: add 3f program exception handler
        lockdep: fix order in trace_hardirqs_off_caller()
        s390/pci: fix leak of DMA tables on hard unplug
        s390/init: add missing __init annotations
        s390/zcrypt: fix kmalloc 256k failure
        s390/idle: fix suspicious RCU usage
      eb5f95f1
  2. 18 Sep, 2020 15 commits
  3. 17 Sep, 2020 11 commits
  4. 16 Sep, 2020 12 commits