| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 4 | -4/+4 |
* | Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2018-10-25 | 4 | -0/+1188 |
|\ |
|
| * | s390: vfio-ap: make local functions and data static | Christian Borntraeger | 2018-10-08 | 2 | -12/+12 |
| * | s390: vfio-ap: setup APCB mask using KVM dedicated function | Pierre Morel | 2018-10-05 | 1 | -32/+3 |
| * | s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl | Tony Krowiak | 2018-09-28 | 1 | -1/+4 |
| * | s390: vfio-ap: zeroize the AP queues | Tony Krowiak | 2018-09-28 | 1 | -0/+49 |
| * | s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl | Tony Krowiak | 2018-09-28 | 1 | -0/+38 |
| * | s390: vfio-ap: implement mediated device open callback | Tony Krowiak | 2018-09-28 | 2 | -0/+166 |
| * | s390: vfio-ap: sysfs interface to view matrix mdev matrix | Tony Krowiak | 2018-09-26 | 1 | -0/+51 |
| * | s390: vfio-ap: sysfs interfaces to configure control domains | Tony Krowiak | 2018-09-26 | 1 | -0/+112 |
| * | s390: vfio-ap: sysfs interfaces to configure domains | Tony Krowiak | 2018-09-26 | 1 | -1/+137 |
| * | s390: vfio-ap: sysfs interfaces to configure adapters | Tony Krowiak | 2018-09-26 | 1 | -0/+292 |
| * | s390: vfio-ap: register matrix device with VFIO mdev framework | Tony Krowiak | 2018-09-26 | 4 | -1/+195 |
| * | s390: vfio-ap: base implementation of VFIO AP device driver | Tony Krowiak | 2018-09-26 | 3 | -0/+176 |
* | | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-10-25 | 1 | -2/+2 |
|\ \ |
|
| * | | PCI: Remove pci_set_dma_max_seg_size() | Christoph Hellwig | 2018-10-10 | 1 | -1/+1 |
| * | | PCI: Remove pci_set_dma_seg_boundary() | Christoph Hellwig | 2018-10-10 | 1 | -1/+1 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-10-24 | 6 | -734/+694 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-10-12 | 6 | -11/+38 |
| |\ \ |
|
| * | | | s390/qeth: add TSO support for L2 devices | Julian Wiedmann | 2018-10-12 | 3 | -8/+27 |
| * | | | s390/qeth: add support for IPv6 TSO | Julian Wiedmann | 2018-10-12 | 3 | -31/+65 |
| * | | | s390/qeth: enhance TSO control sequence | Julian Wiedmann | 2018-10-12 | 2 | -2/+101 |
| * | | | s390/qeth: make TSO controls protocol-agnostic | Julian Wiedmann | 2018-10-12 | 1 | -20/+21 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-10-03 | 3 | -20/+19 |
| |\ \ \ |
|
| * | | | | s390/qeth: remove duplicated carrier state tracking | Julian Wiedmann | 2018-09-26 | 5 | -22/+10 |
| * | | | | s390/qeth: clean up drop conditions for received cmds | Julian Wiedmann | 2018-09-26 | 1 | -10/+11 |
| * | | | | s390/qeth: re-indent qeth_check_ipa_data() | Julian Wiedmann | 2018-09-26 | 1 | -71/+58 |
| * | | | | s390/qeth: consume local address events | Julian Wiedmann | 2018-09-26 | 1 | -2/+2 |
| * | | | | s390/qeth: remove various redundant code | Julian Wiedmann | 2018-09-26 | 3 | -15/+2 |
| * | | | | s390/qeth: remove CARD_FROM_CDEV helper | Julian Wiedmann | 2018-09-26 | 1 | -44/+29 |
| * | | | | s390/qeth: pass card pointer in iob callback | Julian Wiedmann | 2018-09-26 | 2 | -24/+32 |
| * | | | | s390/qeth: re-use qeth_notify_skbs() | Julian Wiedmann | 2018-09-26 | 1 | -24/+5 |
| * | | | | s390/qeth: remove additional skb refcount | Julian Wiedmann | 2018-09-26 | 1 | -2/+0 |
| * | | | | s390/qeth: replace open-coded skb_queue_walk() | Julian Wiedmann | 2018-09-26 | 1 | -15/+4 |
| * | | | | net/af_iucv: locate IUCV header via skb_network_header() | Julian Wiedmann | 2018-09-26 | 1 | -7/+5 |
| * | | | | s390/qeth: on gdev release, reset drvdata | Julian Wiedmann | 2018-09-26 | 1 | -2/+3 |
| * | | | | s390/qeth: fix discipline unload after setup error | Julian Wiedmann | 2018-09-26 | 4 | -4/+2 |
| * | | | | s390/qeth: use DEFINE_MUTEX for qeth_mod_mutex | Julian Wiedmann | 2018-09-26 | 1 | -7/+6 |
| * | | | | s390/qeth: convert layer attribute to enum | Julian Wiedmann | 2018-09-26 | 5 | -26/+25 |
| * | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-09-18 | 1 | -53/+33 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | s390/qeth: reduce 0-initializing when building IPA cmds | Julian Wiedmann | 2018-09-17 | 1 | -10/+5 |
| * | | | | s390/qeth: fine-tune spinlocks | Julian Wiedmann | 2018-09-17 | 3 | -35/+24 |
| * | | | | s390/qeth: fix typo in return value | Julian Wiedmann | 2018-09-17 | 1 | -1/+1 |
| * | | | | s390/qeth: invoke softirqs after napi_schedule() | Julian Wiedmann | 2018-09-17 | 2 | -0/+6 |
| * | | | | s390/qeth: uninstall IRQ handler on device removal | Julian Wiedmann | 2018-09-17 | 1 | -48/+54 |
| * | | | | s390/qeth: remove qeth_hdr_chk_and_bounce() | Julian Wiedmann | 2018-09-17 | 3 | -31/+28 |
| * | | | | s390/qeth: speed up TSO transmission | Julian Wiedmann | 2018-09-17 | 3 | -149/+6 |
| * | | | | s390/qeth: prepare for copy-free TSO transmission | Julian Wiedmann | 2018-09-17 | 4 | -28/+77 |
| * | | | | s390/qeth: check size of required HW header cache object | Julian Wiedmann | 2018-09-17 | 1 | -2/+9 |
| * | | | | s390/qeth: fix up protocol headers early | Julian Wiedmann | 2018-09-17 | 1 | -3/+11 |