1. 15 Jan, 2018 19 commits
  2. 10 Jan, 2018 11 commits
  3. 09 Jan, 2018 8 commits
  4. 07 Jan, 2018 2 commits
    • Linus Torvalds's avatar
      Linux 4.15-rc7 · b2cd1df6
      Linus Torvalds authored
      b2cd1df6
    • Linus Torvalds's avatar
      Merge branch 'parisc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux · b84449dc
      Linus Torvalds authored
      Pull parisc fixes from Helge Deller:
      
       - Many small fixes to show the real physical addresses of devices
         instead of hashed addresses.
      
       - One important fix to unbreak 32-bit SMP support: We forgot to 16-byte
         align the spinlocks in the assembler code.
      
       - Qemu support: The host will get a chance to sleep when the parisc
         guest is idle. We use the same mechanism as the power architecture by
         overlaying the "or %r10,%r10,%r10" instruction which is simply a nop
         on real hardware.
      
      * 'parisc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
        parisc: qemu idle sleep support
        parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernel
        parisc: Show unhashed EISA EEPROM address
        parisc: Show unhashed HPA of Dino chip
        parisc: Show initial kernel memory layout unhashed
        parisc: Show unhashed hardware inventory
      b84449dc