summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio
Commit message (Expand)AuthorAgeFilesLines
* [S390] cio: deregister ccw device when pgid disband failedPeter Oberparleiter2007-05-311-0/+6
* [S390] cio: Use device_schedule_callback() for removing disconnected devices.Cornelia Huck2007-05-311-11/+38
* [S390] qdio: re-add lost perf_stats.tl_runs change in qdio_handle_pciUrsula Braun2007-05-101-0/+1
* [S390] cio: Make some structures and a function static.Cornelia Huck2007-05-103-6/+3Star
* [S390] cio: Get rid of _ccw_device_get_device_number().Cornelia Huck2007-05-101-0/+11
* s390: free skbs in finite amount of time in qethUrsula Braun2007-05-082-11/+30
* [S390] qdio: make qdio statistics SMP-capableUrsula Braun2007-05-042-118/+174
* s390: cio: Delay uevents for subchannelsCornelia Huck2007-04-271-0/+6
* [S390] SPIN_LOCK_UNLOCKED cleanup in drivers/s390Milind Arun Choudhary2007-04-271-1/+1
* [S390] cio: Unregister ccw devices directly.Cornelia Huck2007-04-271-44/+12Star
* [S390] cio: cm_enable memory leak.Cornelia Huck2007-04-271-1/+1
* [S390] cio: ccwgroup register vs. unregister.Cornelia Huck2007-04-271-15/+18
* [S390] cio: Dont call css_update_ssd_info from interrupt context.Cornelia Huck2007-04-272-2/+2
* [S390] cio: fix subchannel channel-path data usagePeter Oberparleiter2007-04-277-217/+179Star
* [S390] cio: replace subchannel evaluation queue with bitmapPeter Oberparleiter2007-04-2710-218/+229
* [S390] cio: Re-start path verification after aborting internal I/O.Stefan Bader2007-04-271-54/+54
* [S390] cio: Use add_uevent_var.Cornelia Huck2007-04-271-40/+26Star
* [S390] cio: Channel-path configure function.Peter Oberparleiter2007-04-2711-61/+318
* [S390] cio: Clean up online_store.Cornelia Huck2007-04-271-47/+62
* [S390] cio: observe chpid valid flagPeter Oberparleiter2007-04-271-0/+4
* [S390] cio: Introduce separate files for channel-path related code.Peter Oberparleiter2007-04-279-462/+533
* [S390] cio: Allow 0 and 1 as input for channel path status attribute.Peter Oberparleiter2007-04-271-2/+2
* [S390] cio: Introduce struct chp_id.Peter Oberparleiter2007-04-276-86/+167
* [S390] cio/ipl: Clean interface between cio and ipl code.Heiko Carstens2007-04-271-28/+10Star
* [S390] cio: Fix handling of interrupt for csch().Cornelia Huck2007-04-041-0/+8
* [S390] cio: Device status validity.Cornelia Huck2007-03-261-1/+5
* [S390] cio: qdio slsb setupUrsula Braun2007-03-191-8/+18
* [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Alan Stern2007-03-151-3/+15
* [S390] cio: Call cancel_halt_clear even when actl == 0.Cornelia Huck2007-03-051-2/+2
* [S390] cio: Use path verification to check for path state.Cornelia Huck2007-03-051-40/+6Star
* [S390] cio: Fix locking when calling notify function.Cornelia Huck2007-03-051-20/+47
* [S390] nss: Free unused memory in kernel image.Heiko Carstens2007-02-211-1/+1
* [S390] New header file ipl.hMichael Holzheu2007-02-211-0/+1
* Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2007-02-123-4/+33
|\
| * [S390] cio: use ARRAY_SIZE in device_id.cAhmed S. Darwish2007-02-121-1/+2
| * [S390] cio: Fixup interface for setting options on ccw devices.Cornelia Huck2007-02-122-3/+31
* | [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-121-1/+1
|/
* [S390] Avoid excessive inlining.Heiko Carstens2007-02-0511-67/+67
* [S390] Convert memory detection into C code.Heiko Carstens2007-02-051-5/+5
* [S390] ETR support.Martin Schwidefsky2007-02-051-2/+15
* [S390] cio: Don't spam debug feature.Cornelia Huck2007-02-051-1/+1
* [S390] Cleanup of CHSC event handling.Peter Oberparleiter2007-02-051-120/+112Star
* [S390] cio: declare hardware structures packed.Peter Oberparleiter2007-02-052-12/+12
* [S390] cio: Catch operand exceptions on stsch.Cornelia Huck2007-02-052-2/+2
* [S390] cio: Use device_{create,remove}_bin_file.Cornelia Huck2007-02-051-7/+5Star
* [S390] cio: Restart path verification after unsolicited interrupt.Cornelia Huck2007-02-051-0/+2
* [S390] cio: Remove check for ssd in chpids_show().Cornelia Huck2007-02-051-5/+2Star
* [S390] Get rid of a lot of sparse warnings.Heiko Carstens2007-02-058-9/+11
* [S390] cio: use barrier() in stsch_reset.Heiko Carstens2007-01-091-8/+4Star
* [S390] cio: fix stsch_reset.Michael Holzheu2006-12-281-3/+10