1. 27 Mar, 2020 2 commits
  2. 25 Mar, 2020 6 commits
  3. 23 Mar, 2020 17 commits
  4. 11 Mar, 2020 4 commits
  5. 10 Mar, 2020 5 commits
  6. 06 Mar, 2020 2 commits
  7. 04 Mar, 2020 3 commits
  8. 27 Feb, 2020 1 commit
    • Heiko Carstens's avatar
      s390/mm: remove fake numa support · 701dc81e
      Heiko Carstens authored
      It turned out that fake numa support is rather useless on s390, since
      there are no scenarios where there is any performance or other benefit
      when used.
      
      However it does provide maintenance cost and breaks from time to time.
      Therefore remove it.
      
      CONFIG_NUMA is still supported with a very small backend and only one
      node. This way userspace applications which require NUMA interfaces
      continue to work.
      
      Note that NODES_SHIFT is set to 1 (= 2 nodes) instead of 0 (= 1 node),
      since there is quite a bit of kernel code which assumes that more than
      one node is possible if CONFIG_NUMA is enabled.
      Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
      Signed-off-by: default avatarVasily Gorbik <gor@linux.ibm.com>
      701dc81e