Age | Commit message (Expand) | Author | Files | Lines |
2020-12-16 | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -9/+3 |
2020-12-09 | s390/cio: fix use-after-free in ccw_device_destroy_console | Qinglang Miao | 1 | -2/+2 |
2020-12-07 | s390/ccwgroup: use bus->dev_groups for bus-based sysfs attributes | Julian Wiedmann | 1 | -9/+3 |
2020-12-02 | s390/cio: remove pm support from ccw bus driver | Vineeth Vijayan | 5 | -258/+2 |
2020-12-02 | s390/cio: remove pm support from css-bus driver | Vineeth Vijayan | 2 | -139/+1 |
2020-12-02 | s390/cio: remove pm support from IO subchannel drivers | Vineeth Vijayan | 1 | -14/+0 |
2020-12-02 | s390/cio: remove pm support from chsc subchannel driver | Vineeth Vijayan | 1 | -29/+0 |
2020-12-02 | s390/cio: remove pm support from eadm-sch drivers | Vineeth Vijayan | 1 | -13/+0 |
2020-10-16 | Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 5 | -59/+58 |
2020-09-30 | s390: remove orphaned function declarations | Vasily Gorbik | 1 | -1/+0 |
2020-09-30 | s390/cio: remove unused channel_subsystem_reinit | Vasily Gorbik | 1 | -14/+0 |
2020-09-26 | s390/stp: add support for leap seconds | Sven Schnelle | 1 | -0/+21 |
2020-09-15 | s390/cio: Helper functions to read CSSID, IID, and CHID | Alexandra Winter | 5 | -9/+104 |
2020-09-15 | s390/cio: Add new Operation Code OC3 to PNSO | Alexandra Winter | 3 | -13/+12 |
2020-09-14 | s390/qdio: always use dev_name() for device name in QIB | Julian Wiedmann | 2 | -2/+4 |
2020-09-14 | s390/qdio: clean up QDR setup | Julian Wiedmann | 1 | -20/+13 |
2020-09-14 | s390/qdio: make qdio_handle_aobs() more robust | Julian Wiedmann | 1 | -22/+20 |
2020-08-17 | s390/cio: add cond_resched() in the slow_eval_known_fn() loop | Vineeth Vijayan | 1 | -0/+5 |
2020-08-03 | Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 3 | -46/+6 |
2020-07-20 | s390/qdio: remove internal polling in non-thinint path | Julian Wiedmann | 2 | -27/+2 |
2020-07-20 | s390/qdio: allow to scan all 128 Input SBALs | Julian Wiedmann | 1 | -5/+1 |
2020-07-20 | s390/qdio: fix statistics for 128 SBALs | Julian Wiedmann | 3 | -14/+3 |
2020-07-03 | vfio-ccw: Fix a build error due to missing include of linux/slab.h | Sean Christopherson | 1 | -0/+1 |
2020-06-18 | s390/qdio: warn about unexpected SLSB states | Julian Wiedmann | 1 | -5/+11 |
2020-06-18 | s390/qdio: clean up usage of qdio_data | Julian Wiedmann | 1 | -10/+7 |
2020-06-16 | s390/qdio: reduce SLSB writes during Input Queue processing | Julian Wiedmann | 3 | -50/+20 |
2020-06-16 | s390/qdio: fine-tune SLSB update | Julian Wiedmann | 1 | -1/+8 |
2020-06-04 | vfio-ccw: make vfio_ccw_regops variables declarations static | Vasily Gorbik | 1 | -2/+2 |
2020-06-03 | vfio-ccw: Add trace for CRW event | Eric Farman | 3 | -0/+32 |
2020-06-03 | vfio-ccw: Wire up the CRW irq and CRW region | Farhan Ali | 3 | -0/+74 |
2020-06-03 | vfio-ccw: Introduce a new CRW region | Farhan Ali | 4 | -0/+87 |
2020-06-02 | vfio-ccw: Refactor IRQ handlers | Eric Farman | 1 | -6/+17 |
2020-06-02 | vfio-ccw: Introduce a new schib region | Farhan Ali | 5 | -3/+112 |
2020-06-02 | vfio-ccw: Refactor the unregister of the async regions | Eric Farman | 2 | -8/+13 |
2020-06-02 | vfio-ccw: Register a chp_event callback for vfio-ccw | Farhan Ali | 1 | -0/+47 |
2020-06-02 | vfio-ccw: Introduce new helper functions to free/destroy regions | Farhan Ali | 1 | -10/+18 |
2020-06-02 | vfio-ccw: Enable transparent CCW IPL from DASD | Jared Rossi | 1 | -7/+12 |
2020-05-28 | s390/cio, s390/qeth: cleanup PNSO CHSC | Alexandra Winter | 4 | -154/+47 |
2020-05-28 | s390/qdio: remove q->first_to_kick | Julian Wiedmann | 2 | -14/+7 |
2020-05-28 | s390/qdio: fix up qdio_start_irq() kerneldoc | Julian Wiedmann | 1 | -1/+1 |
2020-05-20 | s390/qdio: add IRQ reduction for error SBALs | Julian Wiedmann | 1 | -12/+11 |
2020-05-20 | s390/qdio: refactor ACK processing for primed SBALs | Julian Wiedmann | 1 | -8/+7 |
2020-05-20 | s390/qdio: simplify overlap calculation on Input refill | Julian Wiedmann | 1 | -43/+7 |
2020-05-20 | s390/cio: Remove unused inline function idset_sch_get_first | YueHaibing | 1 | -12/+0 |
2020-04-28 | s390/qdio: remove always-true condition | Julian Wiedmann | 1 | -2/+1 |
2020-04-28 | s390/qdio: de-duplicate tiqdio_inbound_processing() | Julian Wiedmann | 1 | -33/+3 |
2020-04-28 | s390/qdio: keep track of allocated queue count | Julian Wiedmann | 3 | -29/+36 |
2020-04-28 | s390/qdio: roll-back after queue allocation error | Julian Wiedmann | 2 | -2/+20 |
2020-04-28 | s390/qdio: do more fine-grained allocation roll-back | Julian Wiedmann | 3 | -16/+24 |
2020-04-28 | s390/qdio: consolidate thinint init/exit | Julian Wiedmann | 3 | -41/+24 |