| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-06-03 | 2 | -25/+9 |
|\ |
|
| * | s390/cio: Use driver_set_override() instead of open-coding | Krzysztof Kozlowski | 2022-04-22 | 2 | -25/+9 |
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2022-06-03 | 1 | -0/+34 |
|\ \ |
|
| * | | virtio: harden vring IRQ | Jason Wang | 2022-05-31 | 1 | -0/+4 |
| * | | virtio-ccw: implement synchronize_cbs() | Jason Wang | 2022-05-31 | 1 | -0/+30 |
* | | | Merge tag 'vfio-v5.19-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds | 2022-06-01 | 6 | -68/+46 |
|\ \ \
| |/ /
|/| | |
|
| * | | vfio: remove VFIO_GROUP_NOTIFY_SET_KVM | Matthew Rosato | 2022-05-24 | 2 | -32/+6 |
| * | | vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages() | Jason Gunthorpe | 2022-05-11 | 2 | -8/+7 |
| * | | vfio/ccw: Remove mdev from struct channel_program | Jason Gunthorpe | 2022-05-11 | 3 | -24/+30 |
| * | | vfio: Make vfio_(un)register_notifier accept a vfio_device | Jason Gunthorpe | 2022-05-11 | 2 | -11/+10 |
| * | | Merge tag 'gvt-next-2022-04-29' into v5.19/vfio/next | Alex Williamson | 2022-05-11 | 2 | -13/+3 |
| |\ \ |
|
* | \ \ | Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-05-28 | 1 | -3/+6 |
|\ \ \ \ |
|
| * | | | | dax: introduce DAX_RECOVERY_WRITE dax access mode | Jane Chu | 2022-05-16 | 1 | -3/+6 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2022-05-26 | 3 | -0/+269 |
|\ \ \ \ |
|
| * | | | | s390/uv_uapi: depend on CONFIG_S390 | Paolo Bonzini | 2022-05-25 | 1 | -0/+1 |
| * | | | | Merge tag 'kvm-s390-next-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel... | Paolo Bonzini | 2022-05-25 | 3 | -0/+268 |
| |\ \ \ \ |
|
| | * | | | | drivers/s390/char: Add Ultravisor io device | Steffen Eiden | 2022-05-20 | 3 | -0/+268 |
| | |/ / / |
|
* | | | | | Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2022-05-26 | 2 | -13/+3 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | vfio/mdev: Remove mdev_parent_ops | Jason Gunthorpe | 2022-04-21 | 2 | -13/+3 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2022-05-25 | 4 | -8/+5 |
|\ \ \ \ |
|
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-05-13 | 6 | -24/+59 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | net: make drivers set the TSO limit not the GSO limit | Jakub Kicinski | 2022-05-06 | 2 | -2/+2 |
| * | | | | net: switch to netif_napi_add_tx() | Jakub Kicinski | 2022-05-06 | 1 | -2/+1 |
| * | | | | qeth: remove a copy of the NAPI_POLL_WEIGHT define | Jakub Kicinski | 2022-04-29 | 4 | -5/+3 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 's390-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2022-05-24 | 29 | -763/+834 |
|\ \ \ \ |
|
| * | | | | s390/stp: clock_delta should be signed | Sven Schnelle | 2022-05-11 | 1 | -2/+2 |
| * | | | | s390/consoles: improve panic notifiers reliability | Guilherme G. Piccoli | 2022-05-06 | 6 | -57/+83 |
| * | | | | s390/vfio-ap: remove superfluous MODULE_DEVICE_TABLE declaration | Thomas Huth | 2022-04-25 | 1 | -2/+0 |
| * | | | | s390/zcrypt: code cleanup | Harald Freudenberger | 2022-04-25 | 19 | -636/+667 |
| * | | | | s390/zcrypt: cleanup CPRB struct definitions | Harald Freudenberger | 2022-04-25 | 1 | -58/+1 |
| * | | | | s390/ap: uevent on apmask/aqpmask change | Harald Freudenberger | 2022-04-25 | 1 | -6/+34 |
| * | | | | s390/zcrypt: add display of ASYM master key verification pattern | Harald Freudenberger | 2022-04-25 | 3 | -4/+47 |
| * | | | | s390/sclp: add detection of IPL-complete-control facility | Alexander Egorenkov | 2022-04-25 | 1 | -1/+3 |
| |/ / / |
|
* | | | | Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-05-23 | 1 | -1/+0 |
|\ \ \ \ |
|
| * | | | | dasd: don't set the discard_alignment queue limit | Christoph Hellwig | 2022-05-03 | 1 | -1/+0 |
* | | | | | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-05-23 | 1 | -1/+0 |
|\| | | |
| |_|/ /
|/| | | |
|
| * | | | block: remove QUEUE_FLAG_DISCARD | Christoph Hellwig | 2022-04-18 | 1 | -1/+0 |
| |/ / |
|
* | | | Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2022-05-12 | 3 | -10/+8 |
|\ \ \
| |_|/
|/| | |
|
| * | | s390/lcs: fix variable dereferenced before check | Alexandra Winter | 2022-05-11 | 1 | -3/+4 |
| * | | s390/ctcm: fix potential memory leak | Alexandra Winter | 2022-05-11 | 1 | -5/+1 |
| * | | s390/ctcm: fix variable dereferenced before check | Alexandra Winter | 2022-05-11 | 1 | -2/+3 |
| |/ |
|
* | | s390/dasd: Use kzalloc instead of kmalloc/memset | Haowen Bai | 2022-05-06 | 1 | -4/+1 |
* | | s390/dasd: Fix read inconsistency for ESE DASD devices | Jan Höppner | 2022-05-06 | 1 | -2/+1 |
* | | s390/dasd: Fix read for ESE with blksize < 4k | Jan Höppner | 2022-05-06 | 1 | -4/+3 |
* | | s390/dasd: prevent double format of tracks for ESE devices | Stefan Haberland | 2022-05-06 | 3 | -2/+26 |
* | | s390/dasd: fix data corruption for ESE devices | Stefan Haberland | 2022-05-06 | 3 | -2/+20 |
|/ |
|
* | s390: cleanup timer API use | Yu Liao | 2022-03-27 | 5 | -27/+10 |
* | s390/zcrypt: fix using the correct variable for sizeof() | Jakob Koschel | 2022-03-27 | 1 | -1/+1 |
* | s390/vfio-ap: fix kernel doc and signature of group notifier functions | Tony Krowiak | 2022-03-27 | 1 | -19/+5 |
* | s390/tape: use bitwise instead of arithmetic operator for flags | Haowen Bai | 2022-03-27 | 1 | -2/+2 |