Age | Commit message (Expand) | Author | Files | Lines |
2019-01-24 | arm64/xen: fix xen-swiotlb cache flushing | Christoph Hellwig | 1 | -2/+2 |
2019-01-18 | Merge tag 'for-linus-5.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -35/+80 |
2019-01-16 | xen: Fix x86 sched_clock() interface for xen | Juergen Gross | 1 | -1/+1 |
2019-01-16 | pvcalls-front: fix potential null dereference | Wen Yang | 1 | -0/+3 |
2019-01-10 | pvcalls-front: Avoid get_free_pages(GFP_KERNEL) under spinlock | Wen Yang | 1 | -22/+59 |
2019-01-04 | xen/pvcalls: remove set but not used variable 'intf' | YueHaibing | 1 | -2/+0 |
2019-01-04 | Remove 'type' argument from access_ok() function | Linus Torvalds | 1 | -3/+3 |
2019-01-02 | pvcalls-back: set -ENOTCONN in pvcalls_conn_back_read | Stefano Stabellini | 1 | -3/+4 |
2019-01-02 | pvcalls-front: don't return error when the ring is full | Stefano Stabellini | 1 | -1/+3 |
2019-01-02 | pvcalls-front: properly allocate sk | Stefano Stabellini | 1 | -1/+7 |
2019-01-02 | pvcalls-front: don't try to free unallocated rings | Stefano Stabellini | 1 | -2/+2 |
2019-01-02 | pvcalls-front: read all data before closing the connection | Stefano Stabellini | 1 | -3/+1 |
2018-12-29 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -10/+10 |
2018-12-29 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -7/+1 |
2018-12-29 | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -31/+5 |
2018-12-28 | mm/mmu_notifier: use structure for invalidate_range_start/end callback | Jérôme Glisse | 1 | -6/+6 |
2018-12-28 | mm/memory_hotplug: drop "online" parameter from add_memory_resource() | David Hildenbrand | 1 | -1/+1 |
2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 1 | -3/+3 |
2018-12-18 | xen: Introduce shared buffer helpers for page directory... | Oleksandr Andrushchenko | 3 | -0/+557 |
2018-12-17 | xen/pciback: Check dev_data before using it | Ross Lagerwall | 1 | -1/+2 |
2018-12-13 | swiotlb: remove dma_mark_clean | Christoph Hellwig | 1 | -19/+1 |
2018-12-13 | swiotlb: remove SWIOTLB_MAP_ERROR | Christoph Hellwig | 1 | -2/+2 |
2018-12-06 | xen-swiotlb: remove the mapping_error dma_map_ops method | Christoph Hellwig | 1 | -10/+2 |
2018-12-02 | Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -58/+12 |
2018-11-29 | pvcalls-front: fixes incorrect error handling | Pan Bian | 1 | -2/+2 |
2018-11-29 | Revert "xen/balloon: Mark unallocated host memory as UNUSABLE" | Igor Druzhinin | 1 | -56/+9 |
2018-11-29 | xen: xlate_mmu: add missing header to fix 'W=1' warning | Srikanth Boddepalli | 1 | -0/+1 |
2018-11-29 | scsi: target: replace fabric_ops.name with fabric_alias | David Disseldorp | 1 | -1/+0 |
2018-11-29 | scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops | David Disseldorp | 1 | -6/+1 |
2018-11-10 | Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -19/+5 |
2018-11-09 | xen: remove size limit of privcmd-buf mapping interface | Juergen Gross | 1 | -18/+4 |
2018-11-06 | xen/grant-table: Fix incorrect gnttab_dma_free_pages() pr_debug message | Liam Merwick | 1 | -1/+1 |
2018-11-02 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -4/+4 |
2018-10-31 | mm/memory_hotplug: make add_memory() take the device_hotplug_lock | David Hildenbrand | 1 | -0/+3 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 5 | -5/+4 |
2018-10-31 | memblock: replace free_bootmem{_node} with memblock_free | Mike Rapoport | 1 | -1/+3 |
2018-10-31 | memblock: replace alloc_bootmem_pages with memblock_alloc | Mike Rapoport | 1 | -1/+2 |
2018-10-26 | xen: drop writing error messages to xenstore | Juergen Gross | 1 | -4/+2 |
2018-10-24 | xen: remove redundant 'default n' from Kconfig | Bartlomiej Zolnierkiewicz | 1 | -8/+0 |
2018-10-24 | xen/balloon: Support xend-based toolstack | Boris Ostrovsky | 1 | -5/+8 |
2018-10-24 | xen/balloon: Grammar s/Is it/It is/ | Geert Uytterhoeven | 1 | -1/+1 |
2018-10-24 | xen: Make XEN_BACKEND selectable by DomU | Jason Andryuk | 1 | -2/+1 |
2018-10-24 | iov_iter: Separate type from direction and use accessor functions | David Howells | 1 | -4/+4 |
2018-10-23 | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2018-10-23 | Merge branch 'stable/for-linus-4.20' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+6 |
2018-10-22 | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -2/+2 |
2018-10-19 | xen-swiotlb: use actually allocated size on check physical continuous | Joe Jin | 1 | -0/+6 |
2018-10-01 | Merge tag 'v4.19-rc6' into for-4.20/block | Jens Axboe | 8 | -30/+63 |
2018-09-26 | xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h> | Christoph Hellwig | 1 | -0/+1 |
2018-09-26 | block: remove ARCH_BIOVEC_PHYS_MERGEABLE | Christoph Hellwig | 1 | -1/+1 |