aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/chsc.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-12s390/cio: export CHPID operating speedPeter Oberparleiter1-2/+18
2024-04-12s390/cio: export measurement data for all CMGsPeter Oberparleiter1-4/+0
2024-04-12s390/cio: export extended channel-path-measurement dataPeter Oberparleiter1-3/+21
2024-04-12s390/cio: rework channel-utilization-block handlingPeter Oberparleiter1-19/+37
2024-04-09s390/chsc: use notifier for AP configuration changesHolger Dengler1-2/+16
2024-03-17s390/cio: use while (i--) pattern to clean upAndy Shevchenko1-1/+1
2024-03-13s390/cio: use new address translation helpersHeiko Carstens1-5/+5
2024-02-09s390/cio: remove unneeded DMA zone allocationPeter Oberparleiter1-2/+2
2023-12-12s390/cio: make sch->lock spinlock pointer a memberHalil Pasic1-9/+9
2023-10-25s390/cio: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-10-25s390/cio: fix virtual vs physical address confusionPeter Oberparleiter1-2/+2
2023-04-13s390/cio: replace zero-length array with flexible-array memberHeiko Carstens1-1/+1
2022-05-11s390/stp: clock_delta should be signedSven Schnelle1-2/+2
2021-06-18s390/cio: dont call css_wait_for_slow_path() inside a lockVineeth Vijayan1-2/+0
2020-11-16s390/cio: Add support for FCES status notificationVineeth Vijayan1-9/+53
2020-11-16s390/cio: Provide Endpoint-Security Mode per CUVineeth Vijayan1-0/+83
2020-10-16Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-0/+21
2020-09-26s390/stp: add support for leap secondsSven Schnelle1-0/+21
2020-09-15s390/cio: Helper functions to read CSSID, IID, and CHIDAlexandra Winter1-4/+7
2020-09-15s390/cio: Add new Operation Code OC3 to PNSOAlexandra Winter1-5/+6
2020-05-28s390/cio, s390/qeth: cleanup PNSO CHSCAlexandra Winter1-20/+20
2020-03-23s390/qdio: pass ISC as parameter to chsc_sadc()Julian Wiedmann1-2/+3
2019-06-19s390/cio: move struct node_descriptor to cio.hJulian Wiedmann1-30/+0
2019-03-28Merge tag 's390-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-0/+13
2019-03-11zcrypt: handle AP Info notification from CHSC SEI commandTony Krowiak1-0/+13
2019-02-05s390/cio: add function chsc_sgib()Michael Mueller1-0/+37
2018-07-17s390/chsc: fix packed-not-aligned warningsSebastian Ott1-9/+9
2018-04-23s390/cio: update chpid descriptor after resource accessibility eventSebastian Ott1-3/+11
2018-03-26s390/chsc: query utility strings via fmt3 channel path descriptorSebastian Ott1-0/+3
2018-03-26s390/cio: rename struct channel_path_descSebastian Ott1-35/+21
2017-11-24s390: cio: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-01-16s390/cio: use cssid for pgid generationSebastian Ott1-0/+46
2017-01-16s390/cio: get rid of variable length arrayHeiko Carstens1-1/+1
2016-09-30s390/cio: fix accidental interrupt enabling during resumeSebastian Ott1-8/+12
2016-07-15s390/chsc: improve channel path descriptor determinationSebastian Ott1-6/+4
2016-07-15s390/chsc: sanitize fmt check for chp_desc determinationSebastian Ott1-2/+3
2016-07-15s390/cio: make fmt1 channel path descriptor optionalSebastian Ott1-1/+1
2016-06-13s390/time: STP sync clock correctionMartin Schwidefsky1-2/+6
2016-01-26s390/cio: update measurement characteristicsSebastian Ott1-2/+15
2016-01-26s390/cio: ensure consistent measurement stateSebastian Ott1-4/+8
2016-01-26s390/cio: fix measurement characteristics memleakSebastian Ott1-14/+2
2015-11-11s390: add support for ipl devices in subchannel sets > 0Sebastian Ott1-20/+17
2015-07-22s390/cio: Implement proper Link Incident Record handlingPeter Oberparleiter1-42/+123
2014-04-17s390/chsc: fix SEI usage on old FW levelsSebastian Ott1-5/+17
2014-02-21s390/cio: Fix missing subchannels after CHPID configure onPeter Oberparleiter1-0/+1
2014-01-14s390/qdio: bridgeport support - CHSC partEugene Crosser1-0/+33
2013-12-16s390/cio: More efficient handling of CHPID availability eventsPeter Oberparleiter1-36/+4
2013-06-26s390/qdio: cleanup chsc SADC usageSebastian Ott1-0/+37
2013-06-26s390/qdio: cleanup chsc SSQD usageSebastian Ott1-0/+23
2013-04-17s390/cio: collect format 1 channel-path description dataPeter Oberparleiter1-5/+6
2013-03-07s390/scm: process availabilitySebastian Ott1-0/+17
2013-02-14s390/chsc: cleanup SEI helper functionsSebastian Ott1-36/+32
2013-01-16s390/chsc: fix SEI usageSebastian Ott1-19/+12
2012-11-30s390/pci: CHSC PCI support for error and availability eventsJan Glauber1-44/+112
2012-09-26s390: add scm notificationSebastian Ott1-0/+17
2012-09-26s390/chsc: implement store SCM informationSebastian Ott1-0/+35
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-2/+1
2011-12-01[S390] cio: fix chsc_chp_varySebastian Ott1-5/+2
2011-05-23[S390] chsc: process channel-path-availability informationSebastian Ott1-1/+34
2011-01-05[S390] cio: obtain mdc value per channel pathSebastian Ott1-0/+19
2010-10-25[S390] css: update descriptor after hibernateSebastian Ott1-2/+3
2010-10-25[S390] cio: update descriptor in chsc_chp_varySebastian Ott1-3/+5
2010-10-25[S390] chsc: use the global page to determine the chp desriptorSebastian Ott1-39/+15
2010-10-25[S390] chsc: consolidate memory allocationsSebastian Ott1-114/+112
2010-10-25[S390] chsc: initialization fixesSebastian Ott1-6/+6
2010-08-09[S390] cio: CHSC SIOSL SupportMichael Ernst1-0/+48
2010-07-19[S390] cio: fix potential overflow in chpid descriptorSebastian Ott1-1/+1
2010-04-22[S390] cio: allow enable_facility from outside init functionsSebastian Ott1-15/+14
2010-02-26[S390] cio: fix storage key handlingHeiko Carstens1-1/+1
2009-06-16[S390] pm: css bus power management callbacksSebastian Ott1-2/+1
2009-03-26[S390] cio: fix rc generation after chsc callSebastian Ott1-0/+1
2009-03-26[S390] split/move machine check handler codeHeiko Carstens1-3/+3
2008-12-25[S390] convert cio printks to pr_xxx macros.Michael Ernst1-2/+6
2008-07-17[S390] cio: Export chsc_error_from_response().Cornelia Huck1-1/+8
2008-07-14[S390] cio: Add chsc subchannel driver.Cornelia Huck1-7/+41
2008-07-14[S390] cio: Repair chpid event handling.Cornelia Huck1-24/+31
2008-07-14[S390] stp support.Martin Schwidefsky1-0/+49
2008-07-14[S390] cio: Cleanup crw interface.Cornelia Huck1-4/+21
2008-07-14[S390] cio: Rework css driver.Cornelia Huck1-202/+16
2008-04-17[S390] cio: fix parallel cm_enable processing.Michael Ernst1-3/+0
2008-04-17[S390] cio: Fix race for "fast" path gone/path back situations.Cornelia Huck1-2/+10
2008-02-05[S390] cio: Clean up chsc response code handling.Cornelia Huck1-92/+55
2008-01-26[S390] drivers/s390: Add missing "space"Joe Perches1-1/+1
2008-01-26[S390] cio: reduce cpu utilization during device scanPeter Oberparleiter1-66/+32
2008-01-26[S390] cio: I/O subchannel specific fields.Cornelia Huck1-2/+3
2008-01-26[S390] cio: css_driver: Use consistent parameters.Cornelia Huck1-8/+8
2007-07-27[S390] cio: Reorganize initialization.Cornelia Huck1-4/+6
2007-07-27[S390] cio: Clean up messages.Cornelia Huck1-8/+8
2007-04-27[S390] cio: cm_enable memory leak.Cornelia Huck1-1/+1
2007-04-27[S390] cio: fix subchannel channel-path data usagePeter Oberparleiter1-196/+107
2007-04-27[S390] cio: replace subchannel evaluation queue with bitmapPeter Oberparleiter1-97/+33
2007-04-27[S390] cio: Re-start path verification after aborting internal I/O.Stefan Bader1-54/+54
2007-04-27[S390] cio: Channel-path configure function.Peter Oberparleiter1-1/+43
2007-04-27[S390] cio: Introduce separate files for channel-path related code.Peter Oberparleiter1-435/+38
2007-04-27[S390] cio: Allow 0 and 1 as input for channel path status attribute.Peter Oberparleiter1-2/+2
2007-04-27[S390] cio: Introduce struct chp_id.Peter Oberparleiter1-80/+98
2007-02-05[S390] Avoid excessive inlining.Heiko Carstens1-5/+5
2007-02-05[S390] Cleanup of CHSC event handling.Peter Oberparleiter1-120/+112
2007-02-05[S390] cio: declare hardware structures packed.Peter Oberparleiter1-8/+8
2007-02-05[S390] cio: Catch operand exceptions on stsch.Cornelia Huck1-1/+1
2007-02-05[S390] cio: Use device_{create,remove}_bin_file.Cornelia Huck1-7/+5
2006-12-08[S390] subchannel lock conversion.Cornelia Huck1-14/+14
2006-12-04[S390] cio: Retry internal operations after vary off.Cornelia Huck1-7/+30
2006-12-04[S390] cio: Use path verification for last path gone after vary off.Cornelia Huck1-10/+12
2006-12-04[S390] Reset infrastructure for re-IPL.Heiko Carstens1-35/+0
2006-10-11[S390] cio: remove casts from/to (void *).Cornelia Huck1-3/+3
2006-10-11[S390] cio: Remove grace period for vary off chpid.Cornelia Huck1-11/+6
2006-10-06[S390] cio: 0 is a valid chpid.Cornelia Huck1-9/+16
2006-09-20[S390] cio: always query all paths on path verification.Peter Oberparleiter1-1/+1
2006-09-20[S390] cio: subchannels in no-path state.Peter Oberparleiter1-1/+2
2006-08-30[S390] cio: no path after machine check.Peter Oberparleiter1-2/+2
2006-08-30[S390] cio: kernel stack overflow.Heiko Carstens1-4/+2
2006-07-12[S390] path grouping and path verifications fixes.Cornelia Huck1-0/+34
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[S390] cio chpid offline.Cornelia Huck1-2/+1
2006-06-29[S390] channel measurement fix.Cornelia Huck1-1/+2
2006-04-28[PATCH] s390: enable interrupts on error pathStefan Bader1-2/+2
2006-04-28[PATCH] s390: fix I/O termination race in cioPeter Oberparleiter1-22/+4
2006-03-24[PATCH] s390: kzalloc() conversion in drivers/s390Eric Sesterhenn1-2/+1
2006-03-24[PATCH] s390: channel path measurementsCornelia Huck1-22/+432
2006-03-06[PATCH] s390: improve response code handling in chsc_enable_facility()Cornelia Huck1-0/+5
2006-02-11[PATCH] s390: fix locking in __chp_add() and s390_subchannel_remove_chpid()Cornelia Huck1-5/+5
2006-02-01[PATCH] s390: Remove CVS generated informationHeiko Carstens1-1/+0
2006-01-14[PATCH] s390: email-address changeCornelia Huck1-2/+2
2006-01-06[PATCH] s390: multiple subchannel sets supportCornelia Huck1-8/+60
2006-01-06[PATCH] s390: introduce struct channel_subsystemCornelia Huck1-13/+19
2006-01-06[PATCH] s390: introduce for_each_subchannelCornelia Huck1-179/+193
2006-01-06[PATCH] s390: introduce struct subchannel_idCornelia Huck1-28/+35
2005-07-27[PATCH] s390: resource accessibility event handlingCornelia Huck1-7/+3
2005-06-20[PATCH] Driver Core: drivers/char/raw3270.c - drivers/net/netiucv.c: update d...Yani Ioannou1-3/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1114