]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 May 2015 02:54:50 +0000 (19:54 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 May 2015 02:54:50 +0000 (19:54 -0700)
commit0deacfbeac1161c8c3ec4f8f95c6f8dc9587be65
tree8772e7dc91ca5393cdea9fd687287a12093c85f1
parent96ddf57b8a70e2506db8cdbcc6c26b7feb5385d2
parent13bf679e8147c11de6fd32e4fba12924908ceee5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux

Pull s390 fixes from Martin Schwidefsky:
 "Bug fixes.

  Three for our crypto code, two for eBPF, and one memory management fix
  to get machines with memory > 8TB working"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/mm: correct return value of pmd_pfn
  s390/crypto: fix stckf loop
  s390/zcrypt: Fix invalid domain handling during ap module unload
  s390/bpf: Fix gcov stack space problem
  s390/zcrypt: fixed ap poll timer behavior
  s390/bpf: Adjust ALU64_DIV/MOD to match interpreter change