Age | Commit message (Expand) | Author | Files | Lines |
2018-04-17 | xen: xenbus_dev_frontend: Really return response string | Simon Gaiser | 1 | -1/+2 |
2018-04-16 | xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_reg_add | Jia-Ju Bai | 1 | -1/+1 |
2018-04-16 | xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in xen_pcibk_config_quir... | Jia-Ju Bai | 1 | -1/+1 |
2018-04-16 | xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_device_alloc | Jia-Ju Bai | 1 | -1/+1 |
2018-04-16 | xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_init_device | Jia-Ju Bai | 1 | -1/+1 |
2018-04-16 | xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_probe | Jia-Ju Bai | 1 | -1/+1 |
2018-03-30 | xen/acpi: off by one in read_acpi_id() | Dan Carpenter | 1 | -3/+3 |
2018-03-21 | xen/acpi: upload _PSD info for non Dom0 CPUs too | Joao Martins | 1 | -0/+24 |
2018-03-21 | xen: xenbus_dev_frontend: Verify body of XS_TRANSACTION_END | Simon Gaiser | 1 | -3/+11 |
2018-03-21 | xen: xenbus: Catch closing of non existent transactions | Simon Gaiser | 1 | -1/+3 |
2018-03-21 | xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handling | Simon Gaiser | 1 | -1/+1 |
2018-03-09 | Merge tag 'for-linus-4.16a-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+4 |
2018-03-08 | xen: xenbus: use put_device() instead of kfree() | Arvind Yadav | 1 | -1/+4 |
2018-03-02 | Merge tag 'for-linus-4.16a-rc4-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -6/+11 |
2018-03-01 | pvcalls-front: 64-bit align flags | Stefano Stabellini | 1 | -3/+8 |
2018-02-28 | xen/pirq: fix error path cleanup when binding MSIs | Roger Pau Monne | 1 | -2/+2 |
2018-02-26 | xen/pvcalls: fix null pointer dereference on map->sock | Colin Ian King | 1 | -1/+1 |
2018-02-21 | mm, swap, frontswap: fix THP swap if frontswap enabled | Huang Ying | 1 | -0/+4 |
2018-02-17 | pvcalls-front: wait for other operations to return when release passive sockets | Stefano Stabellini | 1 | -0/+6 |
2018-02-17 | pvcalls-front: introduce a per sock_mapping refcount | Stefano Stabellini | 1 | -112/+79 |
2018-02-17 | xenbus: track caller request id | Joao Martins | 3 | -0/+5 |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 4 | -12/+12 |
2018-02-11 | Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -1/+1 |
2018-02-09 | Merge tag 'for-linus-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -3/+3 |
2018-02-06 | pvcalls-back: do not return error on inet_accept EAGAIN | Stefano Stabellini | 1 | -1/+1 |
2018-02-06 | xen/grant-table: Use put_page instead of free_page | Ross Lagerwall | 1 | -2/+2 |
2018-02-01 | xen: fix poll misannotation | Al Viro | 1 | -1/+1 |
2018-01-31 | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -1/+1 |
2018-01-30 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -9/+9 |
2018-01-12 | Merge tag 'for-linus-4.15-rc8-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -4/+4 |
2018-01-10 | dma-mapping: move swiotlb arch helpers to a new header | Christoph Hellwig | 1 | -1/+1 |
2018-01-10 | xen/gntdev: Fix partial gntdev_mmap() cleanup | Ross Lagerwall | 1 | -1/+3 |
2018-01-10 | xen/gntdev: Fix off-by-one error when unmapping with holes | Ross Lagerwall | 1 | -3/+1 |
2018-01-05 | Merge tag 'for-linus-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2018-01-02 | xen/pvcalls: use GFP_ATOMIC under spin lock | Wei Yongjun | 1 | -1/+1 |
2017-12-22 | Merge tag 'for-linus-4.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -9/+56 |
2017-12-20 | xen/balloon: Mark unallocated host memory as UNUSABLE | Boris Ostrovsky | 1 | -9/+56 |
2017-12-15 | Merge tag 'for-linus-4.15-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2017-12-12 | xen: XEN_ACPI_PROCESSOR is Dom0-only | Jan Beulich | 1 | -1/+1 |
2017-12-08 | Merge tag 'for-linus-4.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+3 |
2017-12-06 | xen/pvcalls: Fix a check in pvcalls_front_remove() | Dan Carpenter | 1 | -1/+1 |
2017-12-06 | xen/pvcalls: check for xenbus_read() errors | Dan Carpenter | 1 | -0/+2 |
2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro | 4 | -9/+9 |
2017-11-21 | treewide: Switch DEFINE_TIMER callbacks to struct timer_list * | Kees Cook | 1 | -2/+2 |
2017-11-17 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -12/+4 |
2017-11-16 | Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 10 | -35/+1615 |
2017-11-15 | xen/pvcalls: fix potential endless loop in pvcalls-front.c | Stefano Stabellini | 1 | -6/+5 |
2017-11-15 | xen/pvcalls: Add MODULE_LICENSE() | Boris Ostrovsky | 2 | -0/+8 |
2017-11-13 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2017-11-08 | xen/privcmd: remove unused variable pageidx | Colin Ian King | 1 | -3/+0 |