aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/sclp_early.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-08s390/sclp: get rid of common response code handlingHeiko Carstens1-16/+11
2017-02-08s390/sclp: make early sclp code readableHeiko Carstens1-120/+58
2016-12-07s390/smp: initialize cpu_present_mask in setup_archHeiko Carstens1-0/+31
2016-06-10s390/sclp: detect storage-key facilityDavid Hildenbrand1-0/+1
2016-06-10s390/sclp: detect interlock-and-broadcast-suppression facilityDavid Hildenbrand1-0/+1
2016-06-10s390/sclp: detect PFMF interpretation facilityDavid Hildenbrand1-1/+3
2016-06-10s390/sclp: detect conditional-external-interception facilityDavid Hildenbrand1-0/+1
2016-06-10s390/sclp: detect intervention bypass facilityDavid Hildenbrand1-0/+1
2016-06-10s390/sclp: detect guest-storage-limit-suppressionDavid Hildenbrand1-0/+1
2016-06-10s390/sclp: detect cmmaDavid Hildenbrand1-0/+1
2016-06-10s390/sclp: detect guest-PER enhancementDavid Hildenbrand1-0/+1
2016-06-10s390/sclp: detect 64-bit-SCAO facilityDavid Hildenbrand1-0/+1
2016-05-09s390/sclp: Add hmfai fieldAlexander Yarygin1-1/+5
2015-12-15KVM: s390: consider system MHA for guest storageGuenther Hutzl1-1/+7
2015-11-30s390/sclp: introduce check for SIEDavid Hildenbrand1-0/+1
2015-11-30s390/sclp: introduce checks for ESCA and HVSEugene (jno) Dvurechenski1-1/+6
2015-07-01s390/sclp: fix compile errorSebastian Ott1-0/+1
2015-06-25s390/smp: cleanup core vs. cpu in the SCLP interfaceMartin Schwidefsky1-5/+5
2015-05-13s390/sclp: move sclp_facilities into "struct sclp"David Hildenbrand1-2/+1
2015-05-13s390/sclp: get rid of sclp_get_mtid() and sclp_get_mtid_max()David Hildenbrand1-12/+0
2015-05-13s390/sclp: unify basic sclp access by exposing "struct sclp"David Hildenbrand1-84/+21
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+8
2015-01-23s390/sclp: introduce check for the SIGP Interpretation FacilityDavid Hildenbrand1-0/+8
2015-01-22s390: add SMT supportMartin Schwidefsky1-10/+39
2014-09-25s390/sclp: reduce dependency on event type masksMartin Schwidefsky1-1/+1
2014-05-16s390/sclp: add sclp_get_ibc functionMichael Mueller1-1/+11
2014-04-22KVM: s390/sclp: correctly set eca siif bitHeiko Carstens1-1/+21
2014-03-17s390/smp: limit number of cpus in possible cpu maskHeiko Carstens1-2/+21
2014-02-24s390/sclp_early: Return correct HSA block count also for zeroMichael Holzheu1-3/+5
2013-12-16s390/sclp_early: Add function to detect sclp console capabilitiesHendrik Brueckner1-16/+30
2013-12-16s390/sclp_early: Pass sccb pointer to every *_detect() functionHendrik Brueckner1-21/+16
2013-12-16s390/sclp_early: Replace early_read_info_sccb with sccb_earlyHendrik Brueckner1-8/+4
2013-12-16s390/sclp_early: Get rid of sclp_early_read_info_sccb_validHendrik Brueckner1-20/+16
2013-12-02s390/sclp: replace uninitialized early_event_mask_sccb variable with sccb_earlyHendrik Brueckner1-3/+2
2013-11-15s390/sclp: Consolidate early sclp init calls to sclp_early_detect()Michael Holzheu1-18/+9
2013-11-15s390/sclp: Move early code from sclp_cmd.c to sclp_early.cMichael Holzheu1-0/+162
2013-11-15s390/sclp: Determine HSA size dynamically for zfcpdumpMichael Holzheu1-0/+111