summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/smp.c
AgeCommit message (Expand)Author
2020-01-12s390/smp: fix physical to logical CPU map for SMTHeiko Carstens
2019-01-31s390/smp: Fix calling smp_call_ipl_cpu() from ipl CPUDavid Hildenbrand
2019-01-31s390/smp: fix CPU hotplug deadlock with CPU rescanGerald Schaefer
2018-04-29s390: introduce execute-trampolines for branchesMartin Schwidefsky
2018-04-29s390: add options to change branch prediction behaviour for the kernelMartin Schwidefsky
2018-04-29s390/alternative: use a copy of the facility bit maskMartin Schwidefsky
2016-07-18s390/smp: clean up a conditionDan Carpenter
2016-06-28s390/smp: use basic blocks for sigp inline assembliesHeiko Carstens
2016-06-13s390/mm: simplify the TLB flushing codeMartin Schwidefsky
2016-05-06sched: Allow per-cpu kernel threads to run on online && !activePeter Zijlstra (Intel)
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner
2016-01-19s390: remove superfluous memblock_alloc() return value checksHeiko Carstens
2016-01-11s390: rename struct _lowcore to struct lowcoreHeiko Carstens
2015-12-18s390/smp: save timestamp on external callsHeiko Carstens
2015-11-27s390/dump: cleanup CPU save area handlingMartin Schwidefsky
2015-11-27s390/dump: rework CPU register dump codeMartin Schwidefsky
2015-11-27s390/dump: remove SAVE_AREA_BASEMartin Schwidefsky
2015-11-27s390/dump: streamline oldmem copy functionsMartin Schwidefsky
2015-11-27s390/kdump: remove code to create ELF notes in the crashed systemMartin Schwidefsky
2015-10-14s390/cpumf: rework program parameter setting to detect guest samplesChristian Borntraeger
2015-10-14s390/diag: add tracepoint for diagnose callsMartin Schwidefsky
2015-10-14s390/diag: add a statistic for diagnose callsMartin Schwidefsky
2015-07-29s390/smp: add missing __init annotation to __smp_store_cpu_state()Heiko Carstens
2015-06-29s390/kdump: fix compile for !SMPHeiko Carstens
2015-06-25s390/kdump: fix nosmt kernel parameterMichael Holzheu
2015-06-25s390/smp: cleanup core vs. cpu in the SCLP interfaceMartin Schwidefsky
2015-06-25s390/smp: fix sigp cpu detection loopMartin Schwidefsky
2015-05-13s390/sclp: get rid of sclp_get_mtid() and sclp_get_mtid_max()David Hildenbrand
2015-05-13s390/sclp: unify basic sclp access by exposing "struct sclp"David Hildenbrand
2015-05-13s390/sclp: prepare smp_fill_possible_mask for global "struct sclp"David Hildenbrand
2015-04-13s390/smp: wait until secondaries are active & onlineHeiko Carstens
2015-03-25s390: remove 31 bit supportHeiko Carstens
2015-02-12s390/smp: reduce size of struct pcpuHeiko Carstens
2015-01-22s390/smp: remove check for CONFIG_ZFCPDUMPPaul Bolle
2015-01-22s390: add SMT supportMartin Schwidefsky
2014-10-27s390/ftrace,kprobes: allow to patch first instructionHeiko Carstens
2014-10-09s390/kdump: add support for vector extensionMichael Holzheu
2014-10-09s390: add support for vector extensionMartin Schwidefsky
2014-10-09s390/idle: consolidate idle functions and definitionsMartin Schwidefsky
2014-10-09s390/nohz: use a per-cpu flag for arch_needs_cpuMartin Schwidefsky
2014-09-25s390/rwlock: use directed yield for write-locked rwlocksMartin Schwidefsky
2014-05-20s390/smp: Avoid busy loop after halt and "begin" on z/VMMichael Holzheu
2014-05-20s390/dump: Remove CONFIG_ZFCPDUMPMichael Holzheu
2014-05-20s390/spinlock: optimize spinlock code sequencePhilipp Hachtmann
2014-04-09s390/smp: fix smp_stop_cpu() for !CONFIG_SMPHeiko Carstens
2014-04-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-04-03s390/mm,tlb: optimize TLB flushing for zEC12Martin Schwidefsky
2014-04-03s390/irq: Use defines for external interruption codesThomas Huth
2014-03-20s390, smp: Fix CPU hotplug callback registrationSrivatsa S. Bhat