summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-12-131-19/+13
|\
| * s390/smp: initialize cpu_present_mask in setup_archHeiko Carstens2016-12-071-13/+9
| * s390/smp: use smp_get_base_cpu() helper functionHeiko Carstens2016-12-071-2/+2
| * s390: move cputime accounting fields from thread_info to thread_structMartin Schwidefsky2016-11-111-3/+2
| * s390: move thread_info into task_structHeiko Carstens2016-11-111-1/+0
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-25/+11
|\ \
| * | s390/smp: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-26/+11
| * | s390/smp: Make cpu notifier symetricThomas Gleixner2016-11-091-1/+2
| |/
* / locking/spinlocks, s390: Implement vcpu_is_preempted(cpu)Christian Borntraeger2016-11-221-2/+7
|/
* s390/smp: clean up a conditionDan Carpenter2016-07-181-1/+1
* s390/smp: use basic blocks for sigp inline assembliesHeiko Carstens2016-06-281-7/+1
* s390/mm: simplify the TLB flushing codeMartin Schwidefsky2016-06-131-6/+2
* sched: Allow per-cpu kernel threads to run on online && !activePeter Zijlstra (Intel)2016-05-061-1/+1
* arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-011-1/+1
* s390: remove superfluous memblock_alloc() return value checksHeiko Carstens2016-01-191-2/+0
* s390: rename struct _lowcore to struct lowcoreHeiko Carstens2016-01-111-8/+8
* s390/smp: save timestamp on external callsHeiko Carstens2015-12-181-0/+2
* s390/dump: cleanup CPU save area handlingMartin Schwidefsky2015-11-271-23/+14
* s390/dump: rework CPU register dump codeMartin Schwidefsky2015-11-271-51/+61
* s390/dump: remove SAVE_AREA_BASEMartin Schwidefsky2015-11-271-2/+2
* s390/dump: streamline oldmem copy functionsMartin Schwidefsky2015-11-271-2/+2
* s390/kdump: remove code to create ELF notes in the crashed systemMartin Schwidefsky2015-11-271-6/+2
* s390/cpumf: rework program parameter setting to detect guest samplesChristian Borntraeger2015-10-141-0/+2
* s390/diag: add tracepoint for diagnose callsMartin Schwidefsky2015-10-141-2/+2
* s390/diag: add a statistic for diagnose callsMartin Schwidefsky2015-10-141-2/+6
* s390/smp: add missing __init annotation to __smp_store_cpu_state()Heiko Carstens2015-07-291-2/+2
* s390/kdump: fix compile for !SMPHeiko Carstens2015-06-291-23/+21
* s390/kdump: fix nosmt kernel parameterMichael Holzheu2015-06-251-30/+40
* 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/sclp: get rid of sclp_get_mtid() and sclp_get_mtid_max()David Hildenbrand2015-05-131-2/+3
* s390/sclp: unify basic sclp access by exposing "struct sclp"David Hildenbrand2015-05-131-2/+2
* s390/sclp: prepare smp_fill_possible_mask for global "struct sclp"David Hildenbrand2015-05-131-4/+4
* s390/smp: wait until secondaries are active & onlineHeiko Carstens2015-04-131-1/+2
* s390: remove 31 bit supportHeiko Carstens2015-03-251-33/+0
* s390/smp: reduce size of struct pcpuHeiko Carstens2015-02-121-27/+27
* s390/smp: remove check for CONFIG_ZFCPDUMPPaul Bolle2015-01-221-1/+1
* s390: add SMT supportMartin Schwidefsky2015-01-221-56/+205
* s390/ftrace,kprobes: allow to patch first instructionHeiko Carstens2014-10-271-1/+0
* s390/kdump: add support for vector extensionMichael Holzheu2014-10-091-6/+25
* s390: add support for vector extensionMartin Schwidefsky2014-10-091-0/+3
* s390/idle: consolidate idle functions and definitionsMartin Schwidefsky2014-10-091-37/+2
* s390/nohz: use a per-cpu flag for arch_needs_cpuMartin Schwidefsky2014-10-091-0/+1
* s390/rwlock: use directed yield for write-locked rwlocksMartin Schwidefsky2014-09-251-6/+0
* s390/smp: Avoid busy loop after halt and "begin" on z/VMMichael Holzheu2014-05-201-9/+0
* s390/dump: Remove CONFIG_ZFCPDUMPMichael Holzheu2014-05-201-5/+3
* s390/spinlock: optimize spinlock code sequencePhilipp Hachtmann2014-05-201-0/+3
* s390/smp: fix smp_stop_cpu() for !CONFIG_SMPHeiko Carstens2014-04-091-15/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-04-081-2/+8
|\
| * s390/mm,tlb: optimize TLB flushing for zEC12Martin Schwidefsky2014-04-031-0/+6