summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | s390/kdump: Use "LINUX" ELF note name instead of "CORE"Michael Holzheu2017-02-171-1/+5
| * | | | s390: add no-execute supportMartin Schwidefsky2017-02-0815-132/+277
| * | | | s390: report new vector facilitiesMartin Schwidefsky2017-02-083-2/+10
| * | | | s390: use correct input data address for setup_randomnessHeiko Carstens2017-02-081-1/+1
| * | | | s390/sclp: don't add new lines to each printed stringHeiko Carstens2017-02-082-3/+6
| * | | | s390/sclp: make early sclp code readableHeiko Carstens2017-02-086-15/+16
| * | | | s390/sclp: move early printk code to driversHeiko Carstens2017-02-083-222/+4
| * | | | s390/debug: make debug event time stamps relative to the boot TOD clockMartin Schwidefsky2017-02-073-16/+8
| * | | | s390/topology: correct allocation of topology informationMartin Schwidefsky2017-02-071-1/+1
| * | | | s390: make setup_randomness workHeiko Carstens2017-02-071-3/+3
| * | | | s390: store breaking event address only for program checksMartin Schwidefsky2017-01-311-38/+12
| * | | | s390/prng: Adjust generation of entropy to produce real 256 bits.Harald Freudenberger2017-01-311-16/+24
| * | | | s390/crypto: Extend key length check for AES-XTS in fips mode.Harald Freudenberger2017-01-311-0/+7
| * | | | s390/crypto: Check des3_ede keys for uniqueness in fips modeMatthew Rosato2017-01-311-0/+14
| * | | | s390/bpf: remove redundant check for non-null imageDaniel Borkmann2017-01-161-7/+4
| * | | | s390: provide sclp based boot consoleHeiko Carstens2017-01-165-10/+57
| * | | | s390/sclp: always stay within bounds of the early sccbHeiko Carstens2017-01-161-1/+6
| * | | | s390/sclp: make early sclp irq handler more robustHeiko Carstens2017-01-162-6/+13
| * | | | s390/topology: make "topology=off" parameter workHeiko Carstens2017-01-162-9/+14
| * | | | s390: use false/true when using boolHeiko Carstens2017-01-162-2/+2
| * | | | s390: remove couple of unneeded semicolonsHeiko Carstens2017-01-165-6/+6
| * | | | s390/topology: reduce number of printksHeiko Carstens2017-01-161-5/+3
| * | | | s390/mem_detect: fix memory type of first blockHeiko Carstens2017-01-161-1/+2
| * | | | s390/mem_detect: add debugging outputHeiko Carstens2017-01-161-0/+3
| * | | | s390/setup: call memblock_reserve only for size > 0Heiko Carstens2017-01-161-0/+2
| * | | | s390/pci: use proper endianness annotationsSebastian Ott2017-01-162-5/+5
| * | | | s390: proper type casts for csum_partial invocationsHeiko Carstens2017-01-162-4/+5
| * | | | s390/lib: improve memmove, memset and memcpyHeiko Carstens2017-01-161-15/+13
| * | | | s390/cpumf: get rid of variable length arrayHeiko Carstens2017-01-161-2/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-222-27/+2
|\ \ \ \ \
| * | | | | bpf: fix unlocking of jited image when module ronx not setDaniel Borkmann2017-02-211-1/+1
| * | | | | arch: add ARCH_HAS_SET_MEMORY configDaniel Borkmann2017-02-211-0/+1
| * | | | | bpf: make jited programs visible in tracesDaniel Borkmann2017-02-171-18/+0
| * | | | | bpf: remove stubs for cBPF from arch codeDaniel Borkmann2017-02-171-8/+0
* | | | | | Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-212-6/+2
|\ \ \ \ \ \
| * | | | | | arch: Move CONFIG_DEBUG_RODATA and CONFIG_SET_MODULE_RONX to be commonLaura Abbott2017-02-072-6/+2
* | | | | | | s390, sched/cputime: Remove unused cputime definitionsFrederic Weisbecker2017-02-011-107/+0
* | | | | | | s390, sched/cputime: Make arch_cpu_idle_time() to return nsecsFrederic Weisbecker2017-02-012-3/+4
* | | | | | | sched/cputime: Push time to account_system_time() in nsecsFrederic Weisbecker2017-02-012-4/+4
* | | | | | | sched/cputime: Push time to account_idle_time() in nsecsFrederic Weisbecker2017-02-011-1/+1
* | | | | | | sched/cputime: Push time to account_steal_time() in nsecsFrederic Weisbecker2017-02-011-1/+1
* | | | | | | sched/cputime: Push time to account_user_time() in nsecsFrederic Weisbecker2017-02-011-1/+1
* | | | | | | sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker2017-02-011-3/+3
* | | | | | | sched/cputime: Convert kcpustat to nsecsFrederic Weisbecker2017-02-011-8/+8
* | | | | | | Merge branch 'linus' into sched/core, to pick up fixes and refresh the branchIngo Molnar2017-02-018-54/+84
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | s390/mm: Fix cmma unused transfer from pgste into pteChristian Borntraeger2017-01-241-3/+4
| * | | | | | s390/ptrace: Preserve previous registers for short regset writeMartin Schwidefsky2017-01-241-0/+8
| | |_|_|_|/ | |/| | | |
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-01-201-2/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | / | | | |_|/ | | |/| |
| | * | | KVM: s390: do not expose random data via facility bitmapChristian Borntraeger2017-01-201-2/+2
| | | |/ | | |/|
| * | | s390: update defconfigsHeiko Carstens2017-01-164-48/+67