| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2015-11-18 | 10 | -33/+66 |
|\ |
|
| * | s390/zcrypt: Fix initialisation when zcrypt is built-in | Sascha Silbe | 2015-11-11 | 5 | -8/+14 |
| * | s390/zcrypt: Fix kernel crash on systems without AP bus support | Sascha Silbe | 2015-11-11 | 1 | -0/+6 |
| * | s390: add support for ipl devices in subchannel sets > 0 | Sebastian Ott | 2015-11-11 | 3 | -20/+46 |
| * | s390/cio: simplify css_generate_pgid | Sebastian Ott | 2015-11-09 | 1 | -5/+0 |
* | | block: change ->make_request_fn() and users to return a queue cookie | Jens Axboe | 2015-11-07 | 2 | -5/+8 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2015-11-04 | 28 | -2799/+1249 |
|\ |
|
| * | s390/cio: de-duplicate subchannel validation | Pierre Morel | 2015-11-03 | 1 | -23/+4 |
| * | s390/css: unneeded initialization in for_each_subchannel | Pierre Morel | 2015-11-03 | 1 | -1/+0 |
| * | s390/dasd: fix disconnected device with valid path mask | Stefan Haberland | 2015-11-03 | 1 | -1/+6 |
| * | s390/dasd: fix invalid PAV assignment after suspend/resume | Stefan Haberland | 2015-11-03 | 1 | -4/+16 |
| * | s390/dasd: fix double free in dasd_eckd_read_conf | Stefan Haberland | 2015-11-03 | 1 | -12/+25 |
| * | s390/cio: move ccw_device_stlck functions | Sebastian Ott | 2015-10-27 | 3 | -70/+60 |
| * | s390/cio: move ccw_device_call_handler | Sebastian Ott | 2015-10-27 | 3 | -48/+38 |
| * | s390/nmi: remove casts | Heiko Carstens | 2015-10-27 | 1 | -3/+3 |
| * | s390/dasd: fix list_del corruption after lcu changes | Stefan Haberland | 2015-10-15 | 1 | -1/+4 |
| * | s390/zcrypt: use system work queue for ap_scan_bus | Martin Schwidefsky | 2015-10-14 | 1 | -18/+8 |
| * | s390/zcrypt: remove support for PCICC and PCICA cards | Martin Schwidefsky | 2015-10-14 | 6 | -1445/+2 |
| * | s390/zcrypt: introduce state machine for the AP bus | Martin Schwidefsky | 2015-10-14 | 2 | -562/+520 |
| * | s390/zcrypt: use explicit return code for flushed requests | Martin Schwidefsky | 2015-10-14 | 6 | -66/+88 |
| * | s390/zcrypt: cleanup AP bus timer code | Martin Schwidefsky | 2015-10-14 | 1 | -18/+6 |
| * | s390/zcrypt: fix suspend/resume of AP bus devices | Martin Schwidefsky | 2015-10-14 | 1 | -166/+160 |
| * | s390/zcrypt: fix device unregister race | Martin Schwidefsky | 2015-10-14 | 1 | -2/+0 |
| * | s390/zcrypt: fix memory leak with ap configuration data | Martin Schwidefsky | 2015-10-14 | 2 | -133/+117 |
| * | s390/zcrypt: remove duplicate low level functions | Martin Schwidefsky | 2015-10-14 | 2 | -117/+32 |
| * | s390/sclp: avoid merged message output | Martin Schwidefsky | 2015-10-14 | 3 | -83/+78 |
| * | s390/diag: add a statistic for diagnose calls | Martin Schwidefsky | 2015-10-14 | 3 | -3/+16 |
| * | s390/cio: introduce pathmask_to_pos | Sebastian Ott | 2015-10-14 | 2 | -9/+6 |
| * | s390/cio: reactivate cmf after hibernate | Sebastian Ott | 2015-10-14 | 3 | -0/+15 |
| * | s390/cio: use kmem_cache for extended measurement block allocation | Sebastian Ott | 2015-10-14 | 1 | -38/+26 |
| * | s390/cio: fix memleak in channel measurement | Sebastian Ott | 2015-10-14 | 1 | -1/+3 |
| * | s390/cio: improve locking during cmbe allocation | Sebastian Ott | 2015-10-14 | 1 | -20/+23 |
| * | s390/cio: fix use after free in cmb processing | Sebastian Ott | 2015-10-14 | 2 | -11/+18 |
| * | s390/cio: use device_lock during cmb activation | Sebastian Ott | 2015-10-14 | 2 | -13/+38 |
| * | s390/cio: cleanup cmb_enable sysfs attr | Sebastian Ott | 2015-10-14 | 1 | -8/+14 |
| * | s390/dasd: mark DASD devices as non rotational | Christian Borntraeger | 2015-10-14 | 1 | -0/+1 |
| * | s390/zcrypt: enable odd RSA modulus sizes in CRT format | Ingo Tuchscherer | 2015-10-14 | 4 | -5/+4 |
* | | s390/qdio: fix WARN_ON_ONCE condition | Eugene Crosser | 2015-10-07 | 1 | -2/+2 |
* | | s390/qeth: optimize MAC handling in rx_mode callback | Lakhvich Dmitriy | 2015-10-07 | 2 | -45/+111 |
* | | s390/qeth: switch to napi_gro_receive | Thomas Richter | 2015-10-07 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-09-26 | 1 | -1/+9 |
|\ \
| |/ |
|
| * | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2015-09-18 | 1 | -1/+9 |
| |\ |
|
| | * | virtio/s390: handle failures of READ_VQ_CONF ccw | Pierre Morel | 2015-09-16 | 1 | -1/+9 |
* | | | s390/iucv: do not use arrays as argument | Ursula Braun | 2015-09-21 | 4 | -20/+18 |
* | | | qeth: add layer 2 RX/TX checksum offloading | Thomas Richter | 2015-09-21 | 4 | -147/+285 |
* | | | qeth: move OSA portname into deprecated status | Ursula Braun | 2015-09-21 | 3 | -97/+11 |
* | | | qeth: no write permission for readonly sysattr | Lakhvich Dmitriy | 2015-09-21 | 1 | -1/+1 |
* | | | qeth: remove extraneous length from %pM format | Eugene Crosser | 2015-09-21 | 1 | -2/+2 |
|/ / |
|
* | | drivers/s390/crypto/zcrypt_api.c: use seq_hex_dump() to dump buffers | Andy Shevchenko | 2015-09-10 | 1 | -9/+1 |
* | | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-09-08 | 1 | -4/+6 |
|\ \ |
|