Skip to content
Snippets Groups Projects
Select Git revision
  • 36cb531d867a48ea6942696c68eb8a08df1b1d02
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

linux

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Linus Torvalds authored
    Pull parisc fixes from Helge Deller:
    
     - The majority of lines changed are due to regenerated defconfig files.
    
     - The support for the Page Deallocation Table (PDT) which was merged in
       the merge window for 4.13 contained a bug which crashes the kernel if
       a bad page is reported by firmware. This is now fixed and the kernel
       messages will show which memory slot holds the broken DIMM.
    
     - Commit 3a166fc2 ("kbuild: handle libs-y archives separately from
       built-in.o archives") broke linking the parisc kernel due to
       millicode symbols which can't be reached then any longer. This was
       fixed by modifying the parisc vmlinux.lds linker script.
    
     - If the stack checker panics on stack overflow, avoid recursive
       panics.
    
     - Some parisc machines can't physically power off and thus instead
       start after some time to flood the console by presumably detected
       soft lockups. Avoid this by disabling the lockup detectors before
       entering the endless for-next loop.
    
     - Dave Anglin provided fixes which prevents TLB speculation on flushed
       pages on PA8800/PA9000 CPUs.
    
     - Arvind Yadav sent a trivial patch to constify the attribute_group
       structure in our firmware on-board-flash storage driver
       (pdc_stable.c)
    
    * 'parisc-4.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
      parisc: Extend disabled preemption in copy_user_page
      parisc: Prevent TLB speculation on flushed pages on CPUs that only support equivalent aliases
      parisc: Suspend lockup detectors before system halt
      parisc: Show DIMM slot number which holds broken memory module
      parisc: Add function to return DIMM slot of physical address
      parisc: Fix crash when calling PDC_PAT_MEM PDT firmware function
      parisc: regenerate defconfig files
      parisc: pdc_stable: constify attribute_group structures.
      parisc: Merge millicode routines via linker script
      parisc: Disable further stack checks when panic occurs during stack check
    36cb531d
    History
    Name Last commit Last update