Age | Commit message (Expand) | Author | Files | Lines |
2018-11-01 | 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-18 | 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 |
2018-09-26 | xen: remove the xen_biovec_phys_mergeable export | Christoph Hellwig | 1 | -1/+0 |
2018-09-20 | dma-mapping: support non-coherent devices in dma_common_get_sgtable | Christoph Hellwig | 1 | -1/+1 |
2018-09-20 | dma-mapping: consolidate the dma mmap implementations | Christoph Hellwig | 1 | -1/+1 |
2018-09-19 | xen: issue warning message when out of grant maptrack entries | Juergen Gross | 1 | -6/+21 |
2018-09-14 | xen/gntdev: fix up blockable calls to mn_invl_range_start | Michal Hocko | 1 | -11/+15 |
2018-09-14 | xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usage | Josh Abraham | 1 | -1/+1 |
2018-09-14 | xen: avoid crash in disable_hotplug_cpu | Olaf Hering | 1 | -7/+8 |
2018-09-14 | xen/balloon: add runtime control for scrubbing ballooned out pages | Marek Marczykowski-Górecki | 3 | -3/+14 |
2018-09-14 | xen/manage: don't complain about an empty value in control/sysrq node | Vitaly Kuznetsov | 1 | -2/+4 |
2018-09-03 | x86/paravirt: Use a single ops structure | Juergen Gross | 1 | -1/+1 |
2018-08-31 | Merge tag 'for-linus-4.19b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+9 |
2018-08-28 | xen: export device state to sysfs | Joe Jin | 1 | -0/+9 |
2018-08-23 | Merge tag 'for-linus-4.19b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -2/+6 |
2018-08-22 | mm, oom: distinguish blockable mode for mmu notifiers | Michal Hocko | 1 | -9/+35 |
2018-08-20 | xen/ACPI: don't upload Px/Cx data for disabled processors | Jan Beulich | 1 | -0/+6 |
2018-08-20 | xen/mcelog: eliminate redundant setting of interface version | Jan Beulich | 1 | -2/+0 |
2018-08-15 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -10/+7 |
2018-08-15 | Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 1 | -1/+0 |
2018-08-08 | xen/balloon: fix balloon initialization for PVH Dom0 | Roger Pau Monne | 1 | -1/+1 |
2018-08-06 | xen/biomerge: Use true and false for boolean values | Gustavo A. R. Silva | 1 | -1/+1 |
2018-08-02 | scsi: target: loop, usb, vhost, xen: use target_remove_session | Mike Christie | 1 | -1/+1 |
2018-08-02 | scsi: target: rename target_alloc_session | Mike Christie | 1 | -1/+1 |
2018-07-31 | xen/gntdev: don't dereference a null gntdev_dmabuf on allocation failure | Colin Ian King | 1 | -1/+2 |
2018-07-26 | xen/gntdev: Implement dma-buf import functionality | Oleksandr Andrushchenko | 1 | -5/+234 |
2018-07-26 | xen/gntdev: Implement dma-buf export functionality | Oleksandr Andrushchenko | 1 | -3/+453 |
2018-07-26 | xen/gntdev: Add initial support for dma-buf UAPI | Oleksandr Andrushchenko | 6 | -0/+258 |
2018-07-26 | xen/gntdev: Make private routines/structures accessible | Oleksandr Andrushchenko | 2 | -91/+131 |
2018-07-26 | xen/gntdev: Allow mappings for DMA buffers | Oleksandr Andrushchenko | 1 | -2/+97 |
2018-07-26 | xen/grant-table: Allow allocating buffers suitable for DMA | Oleksandr Andrushchenko | 2 | -0/+111 |
2018-07-26 | xen/balloon: Share common memory reservation routines | Oleksandr Andrushchenko | 3 | -69/+125 |
2018-07-26 | xen/grant-table: Make set/clear page private code shared | Oleksandr Andrushchenko | 1 | -19/+35 |
2018-07-02 | scsi: target: Remove second argument from fabric_make_tpg() | Bart Van Assche | 1 | -3/+1 |