Age | Commit message (Expand) | Author | Files | Lines |
2017-02-14 | xen/privcmd: add IOCTL_PRIVCMD_RESTRICT | Paul Durrant | 1 | -9/+79 |
2017-02-14 | xen/privcmd: Add IOCTL_PRIVCMD_DM_OP | Paul Durrant | 1 | -0/+139 |
2017-02-13 | xen/privcmd: return -ENOTTY for unimplemented IOCTLs | Paul Durrant | 1 | -2/+1 |
2017-02-09 | xen: optimize xenbus driver for multiple concurrent xenstore accesses | Juergen Gross | 4 | -391/+672 |
2017-02-09 | xen: modify xenstore watch event interface | Juergen Gross | 11 | -59/+49 |
2017-02-09 | xen: clean up xenbus internal headers | Juergen Gross | 12 | -93/+47 |
2017-02-08 | xenbus: Neaten xenbus_va_dev_error | Joe Perches | 1 | -29/+10 |
2017-02-07 | xen/pvh: Enable CPU hotplug | Boris Ostrovsky | 1 | -1/+1 |
2017-02-07 | xen/pvh: Initialize grant table for PVH guests | Boris Ostrovsky | 1 | -4/+4 |
2017-02-07 | xen/x86: Remove PVH support | Boris Ostrovsky | 1 | -1/+0 |
2017-02-03 | xen/manage: correct return value check on xenbus_scanf() | Jan Beulich | 1 | -1/+1 |
2017-01-27 | Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+3 |
2017-01-20 | swiotlb-xen: update dev_addr after swapping pages | Stefano Stabellini | 1 | -2/+3 |
2017-01-19 | Merge tag 'for-linus-4.10-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+71 |
2017-01-13 | partially revert "xen: Remove event channel notification through Xen PCI plat... | Stefano Stabellini | 1 | -0/+71 |
2017-01-06 | Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+6 |
2017-01-06 | swiotlb: Export swiotlb_max_segment to users | Konrad Rzeszutek Wilk | 1 | -0/+4 |
2017-01-05 | Merge tag 'for-linus-4.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -29/+36 |
2017-01-03 | Xen: ARM: Zero reserved fields of xatp before making hypervisor call | Jiandi An | 1 | -3/+5 |
2017-01-03 | xen: events: Replace BUG() with BUG_ON() | Shyam Saini | 1 | -2/+1 |
2016-12-25 | cpu/hotplug: Cleanup state names | Thomas Gleixner | 1 | -1/+1 |
2016-12-23 | xen: remove stale xs_input_avail() from header | Juergen Gross | 1 | -1/+0 |
2016-12-23 | xen: return xenstore command failures via response instead of rc | Juergen Gross | 1 | -20/+27 |
2016-12-23 | xen: xenbus driver must not accept invalid transaction ids | Juergen Gross | 1 | -1/+1 |
2016-12-22 | xen/evtchn: use rb_entry() | Geliang Tang | 1 | -2/+2 |
2016-12-19 | swiotlb: Convert swiotlb_force from int to enum | Geert Uytterhoeven | 1 | -2/+2 |
2016-12-15 | mm: use vmf->address instead of of vmf->virtual_address | Jan Kara | 1 | -1/+1 |
2016-12-14 | Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 10 | -32/+37 |
2016-12-14 | Merge branch 'stable/for-linus-4.9' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -15/+12 |
2016-12-12 | xen/balloon: Only mark a page as managed when it is released | Ross Lagerwall | 1 | -4/+2 |
2016-12-12 | xenbus: fix deadlock on writes to /proc/xen/xenbus | David Vrabel | 1 | -0/+2 |
2016-12-09 | x86: Remove empty idle.h header | Thomas Gleixner | 1 | -1/+0 |
2016-12-08 | xen: xenbus: set error code on failure | Pan Bian | 1 | -1/+1 |
2016-12-08 | xen: set error code on failures | Pan Bian | 1 | -3/+6 |
2016-11-30 | xen/events: use xen_vcpu_id mapping for EVTCHNOP_status | Vitaly Kuznetsov | 1 | -1/+1 |
2016-11-28 | xen/gntdev: Use VM_MIXEDMAP instead of VM_IO to avoid NUMA balancing | Boris Ostrovsky | 1 | -1/+1 |
2016-11-18 | x86/idle: Remove enter_idle(), exit_idle() | Len Brown | 1 | -1/+0 |
2016-11-17 | xenfs: Use proc_create_mount_point() to create /proc/xen | Seth Forshee | 1 | -1/+1 |
2016-11-17 | xen-platform: use builtin_pci_driver | Geliang Tang | 1 | -5/+1 |
2016-11-10 | swiotlb: Minor fix-ups for DMA_ATTR_SKIP_CPU_SYNC support | Alexander Duyck | 1 | -2/+2 |
2016-11-07 | swiotlb: Add support for DMA_ATTR_SKIP_CPU_SYNC | Alexander Duyck | 1 | -4/+7 |
2016-11-07 | swiotlb-xen: Enforce return of DMA_ERROR_CODE in mapping function | Alexander Duyck | 1 | -12/+6 |
2016-11-07 | xen: make use of xenbus_read_unsigned() in xenbus | Juergen Gross | 2 | -11/+4 |
2016-11-07 | xen: make use of xenbus_read_unsigned() in xen-pciback | Juergen Gross | 1 | -5/+3 |
2016-11-07 | xen: introduce xenbus_read_unsigned() | Juergen Gross | 1 | -0/+15 |
2016-10-25 | Merge tag 'for-linus-4.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -19/+34 |
2016-10-24 | xenbus: check return value of xenbus_scanf() | Jan Beulich | 1 | -1/+3 |
2016-10-24 | xenbus: prefer list_for_each() | Jan Beulich | 1 | -2/+2 |
2016-10-24 | xenbus: advertise control feature flags | Juergen Gross | 1 | -16/+29 |
2016-10-06 | Merge tag 'for-linus-4.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 5 | -145/+108 |