summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-032-3/+3
|\
| * Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ...Ingo Molnar2015-08-121-2/+2
| |\
| | * atomic: Replace atomic_{set,clear}_mask() usagePeter Zijlstra2015-07-271-2/+2
| * | jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra2015-08-031-1/+1
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-011-6/+0
|\ \ \
| * | | s390/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-6/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-08-3123-767/+857
|\ \ \ \
| * | | | s390/jump_label: Use %*ph to print small buffersAlexander Kuleshov2015-08-271-6/+3
| * | | | s390/nmi: initialize control register 0 earlierHeiko Carstens2015-08-191-1/+1
| * | | | s390/setup: fix novx parameterMartin Schwidefsky2015-08-191-8/+7
| * | | | s390/facilities: remove transactional-execution bitsHeiko Carstens2015-08-191-2/+2
| * | | | s390/numa: re-add DIE sched_domain_topology_levelMichael Holzheu2015-08-191-0/+1
| * | | | s390/vdso: emit a GNU hashMartin Schwidefsky2015-08-072-2/+2
| * | | | s390/topology: remove topology lockMichael Holzheu2015-08-071-7/+4
| * | | | s390/vtime: limit MT scaling value updatesMartin Schwidefsky2015-08-041-1/+11
| * | | | s390/numa: add core infrastructurePhilipp Hachtmann2015-08-033-14/+19
| * | | | KVM: s390: use pid of cpu thread for sampling taggingChristian Borntraeger2015-08-032-7/+4
| * | | | s390/kernel: remove save_fpu_regs() parameter and use __LC_CURRENT insteadHendrik Brueckner2015-08-037-40/+38
| * | | | s390/smp: add missing __init annotation to __smp_store_cpu_state()Heiko Carstens2015-07-291-2/+2
| * | | | s390/sclp: convert early sclp console code to CMartin Schwidefsky2015-07-294-355/+172
| * | | | s390/nmi: use the normal asynchronous stack for machine checksMartin Schwidefsky2015-07-221-16/+9
| * | | | s390/kernel: squeeze a few more cycles out of the system call handlerMartin Schwidefsky2015-07-221-41/+34
| * | | | s390/kvm: integrate HANDLE_SIE_INTERCEPT into cleanup_criticalMartin Schwidefsky2015-07-221-118/+123
| * | | | s390/kvm: fix interrupt race with HANDLE_SIE_INTERCEPTMartin Schwidefsky2015-07-221-10/+4
| * | | | s390/module: enable generic CPU feature modalias using s390 ELF hwcapsHendrik Brueckner2015-07-222-1/+10
| * | | | s390/kernel: lazy restore fpu registersHendrik Brueckner2015-07-229-62/+369
| * | | | s390/kernel: dynamically allocate FP register save areaHendrik Brueckner2015-07-222-7/+24
| * | | | s390/kernel: introduce fpu-internal.h with fpu helper functionsHendrik Brueckner2015-07-226-152/+103
| * | | | s390/kernel: use test_fp_ctl() to verify the floating-point control wordHendrik Brueckner2015-07-222-6/+6
| | |_|/ | |/| |
* | | | Merge tag 'kvm-4.3-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-08-311-3/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | KVM: s390: host STP toleration for VMsFan Zhang2015-08-041-3/+13
| |/ /
* | | s390/cachinfo: add missing facility check to init_cache_level()Heiko Carstens2015-07-281-0/+2
|/ /
* | s390: adapt entry.S to the move of thread_structMartin Schwidefsky2015-07-203-14/+18
|/
* revert "s390/mm: make hugepages_supported a boot time decision"Dominik Dingel2015-07-171-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-07-153-22/+35
|\
| * s390/nmi: fix vector register corruptionHeiko Carstens2015-07-131-21/+30
| * s390/process: fix sfpc inline assemblyHeiko Carstens2015-07-131-1/+1
| * s390/sclp: clear upper register halves in _sclp_print_earlyMartin Schwidefsky2015-07-071-0/+4
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-1/+1
|\ \ | |/ |/|
| * kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-06-304-100/+103
|\ \
| * | s390/kdump: fix compile for !SMPHeiko Carstens2015-06-291-23/+21
| * | s390/kdump: fix nosmt kernel parameterMichael Holzheu2015-06-254-59/+62
| * | s390/smp: cleanup core vs. cpu in the SCLP interfaceMartin Schwidefsky2015-06-251-24/+25
| * | s390/smp: fix sigp cpu detection loopMartin Schwidefsky2015-06-251-1/+2
| * | s390/kdump: fix REGSET_VX_LOW vector register ELF notesMichael Holzheu2015-06-251-1/+1
* | | clone: support passing tls argument via C rather than pt_regs magicJosh Triplett2015-06-251-1/+1
* | | s390/mm: make hugepages_supported a boot time decisionDominik Dingel2015-06-251-0/+2
|/ /
* | mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck2015-06-241-2/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-06-241-1/+1
|\ \
OpenPOWER on IntegriCloud