1. 08 10月, 2016 1 次提交
    • H
      parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernels · 690d097c
      Helge Deller 提交于
      Increase the initial kernel default page mapping size for SMP kernels to 32MB
      and add a runtime check which panics early if the kernel is bigger than the
      initial mapping size.
      
      This fixes boot crashes of 32bit SMP kernels. Due to the introduction of huge
      page support in kernel 4.4 and it's required initial kernel layout in memory, a
      32bit SMP kernel usually got bigger (in layout, not size) than 16MB.
      
      Cc: stable@vger.kernel.org #4.4+
      Signed-off-by: NHelge Deller <deller@gmx.de>
      690d097c
  2. 07 10月, 2016 2 次提交
  3. 06 10月, 2016 2 次提交
  4. 26 9月, 2016 1 次提交
    • H
      parisc: Fix self-detected CPU stall warnings on Mako machines · 92420bd0
      Helge Deller 提交于
      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: NHelge Deller <deller@gmx.de>
      Cc: stable@vger.kernel.org # 4.7+
      92420bd0
  5. 25 9月, 2016 1 次提交
    • H
      parisc: Report trap type as human readable string · b391667e
      Helge Deller 提交于
      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: NHelge Deller <deller@gmx.de>
      b391667e
  6. 21 9月, 2016 4 次提交
  7. 20 9月, 2016 25 次提交
  8. 19 9月, 2016 4 次提交