1. 03 Apr, 2018 8 commits
  2. 01 Apr, 2018 5 commits
  3. 31 Mar, 2018 25 commits
  4. 30 Mar, 2018 2 commits
    • Michael Ellerman's avatar
      Merge branch 'topic/paca' into next · f437c517
      Michael Ellerman authored
      Bring in yet another series that touches KVM code, and might need to
      be merged into the kvm-ppc branch to resolve conflicts.
      
      This required some changes in pnv_power9_force_smt4_catch/release()
      due to the paca array becomming an array of pointers.
      f437c517
    • Aneesh Kumar K.V's avatar
      powerpc/mm/hash: Don't memset pgd table if not needed · 872a100a
      Aneesh Kumar K.V authored
      We need to zero-out pgd table only if we share the slab cache with
      pud/pmd level caches. With the support of 4PB, we don't share the slab
      cache anymore. Instead of removing the code completely hide it within
      an #ifdef. We don't need to do this with any other page table level,
      because they all allocate table of double the size and we take of
      initializing the first half corrrectly during page table zap.
      Signed-off-by: default avatarAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
      [mpe: Consolidate multiple #if / #ifdef into one]
      Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
      872a100a