aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-12s390/smp: fix false positive kmemleak of mcesa data structureChristian Borntraeger1-0/+3
2017-03-22Merge branch 'guarded-storage' into 'features' to make merging withMartin Schwidefsky1-5/+38
2017-03-22s390/smp: fix ipl from cpu with non-zero addressHeiko Carstens1-3/+2
2017-03-22s390: add a system call for guarded storageMartin Schwidefsky1-5/+38
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>Ingo Molnar1-0/+1
2017-02-17s390: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-19/+13
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-25/+11
2016-12-07s390/smp: initialize cpu_present_mask in setup_archHeiko Carstens1-13/+9
2016-12-07s390/smp: use smp_get_base_cpu() helper functionHeiko Carstens1-2/+2
2016-11-22locking/spinlocks, s390: Implement vcpu_is_preempted(cpu)Christian Borntraeger1-2/+7
2016-11-11s390: move cputime accounting fields from thread_info to thread_structMartin Schwidefsky1-3/+2
2016-11-11s390: move thread_info into task_structHeiko Carstens1-1/+0
2016-11-09s390/smp: Convert to hotplug state machineSebastian Andrzej Siewior1-26/+11
2016-11-09s390/smp: Make cpu notifier symetricThomas Gleixner1-1/+2
2016-07-18s390/smp: clean up a conditionDan Carpenter1-1/+1
2016-06-28s390/smp: use basic blocks for sigp inline assembliesHeiko Carstens1-7/+1
2016-06-13s390/mm: simplify the TLB flushing codeMartin Schwidefsky1-6/+2
2016-05-06sched: Allow per-cpu kernel threads to run on online && !activePeter Zijlstra (Intel)1-1/+1
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner1-1/+1
2016-01-19s390: remove superfluous memblock_alloc() return value checksHeiko Carstens1-2/+0
2016-01-11s390: rename struct _lowcore to struct lowcoreHeiko Carstens1-8/+8
2015-12-18s390/smp: save timestamp on external callsHeiko Carstens1-0/+2
2015-11-27s390/dump: cleanup CPU save area handlingMartin Schwidefsky1-23/+14
2015-11-27s390/dump: rework CPU register dump codeMartin Schwidefsky1-51/+61
2015-11-27s390/dump: remove SAVE_AREA_BASEMartin Schwidefsky1-2/+2
2015-11-27s390/dump: streamline oldmem copy functionsMartin Schwidefsky1-2/+2
2015-11-27s390/kdump: remove code to create ELF notes in the crashed systemMartin Schwidefsky1-6/+2
2015-10-14s390/cpumf: rework program parameter setting to detect guest samplesChristian Borntraeger1-0/+2
2015-10-14s390/diag: add tracepoint for diagnose callsMartin Schwidefsky1-2/+2
2015-10-14s390/diag: add a statistic for diagnose callsMartin Schwidefsky1-2/+6
2015-07-29s390/smp: add missing __init annotation to __smp_store_cpu_state()Heiko Carstens1-2/+2
2015-06-29s390/kdump: fix compile for !SMPHeiko Carstens1-23/+21
2015-06-25s390/kdump: fix nosmt kernel parameterMichael Holzheu1-30/+40
2015-06-25s390/smp: cleanup core vs. cpu in the SCLP interfaceMartin Schwidefsky1-24/+25
2015-06-25s390/smp: fix sigp cpu detection loopMartin Schwidefsky1-1/+2
2015-05-13s390/sclp: get rid of sclp_get_mtid() and sclp_get_mtid_max()David Hildenbrand1-2/+3
2015-05-13s390/sclp: unify basic sclp access by exposing "struct sclp"David Hildenbrand1-2/+2
2015-05-13s390/sclp: prepare smp_fill_possible_mask for global "struct sclp"David Hildenbrand1-4/+4
2015-04-13s390/smp: wait until secondaries are active & onlineHeiko Carstens1-1/+2
2015-03-25s390: remove 31 bit supportHeiko Carstens1-33/+0
2015-02-12s390/smp: reduce size of struct pcpuHeiko Carstens1-27/+27
2015-01-22s390/smp: remove check for CONFIG_ZFCPDUMPPaul Bolle1-1/+1
2015-01-22s390: add SMT supportMartin Schwidefsky1-56/+205
2014-10-27s390/ftrace,kprobes: allow to patch first instructionHeiko Carstens1-1/+0
2014-10-09s390/kdump: add support for vector extensionMichael Holzheu1-6/+25
2014-10-09s390: add support for vector extensionMartin Schwidefsky1-0/+3
2014-10-09s390/idle: consolidate idle functions and definitionsMartin Schwidefsky1-37/+2
2014-10-09s390/nohz: use a per-cpu flag for arch_needs_cpuMartin Schwidefsky1-0/+1