summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: dont fiddle with event channel masking in suspend/resumeJuergen Gross2017-07-271-10/+3
* xen: selfballoon: remove unnecessary static in frontswap_selfshrink()Gustavo A. R. Silva2017-07-271-2/+2
* xen: Drop un-informative message during bootPunit Agrawal2017-07-271-1/+0
* xen/balloon: don't online new memory initiallyJuergen Gross2017-07-232-10/+15
* xen/grant-table: log the lack of grantsWengang Wang2017-07-231-1/+8
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-07-131-27/+9
|\
| * xen/scsiback: Make TMF processing slightly fasterBart Van Assche2017-07-061-1/+1
| * xen/scsiback: Replace a waitqueue and a counter by a completionBart Van Assche2017-07-061-7/+4
| * xen/scsiback: Fix a TMR related use-after-freeBart Van Assche2017-07-061-24/+9
* | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-061-57/+56
|\ \
| * | xen-swiotlb: remove xen_swiotlb_set_dma_maskChristoph Hellwig2017-06-281-12/+0
| * | xen-swiotlb: implement ->mapping_errorChristoph Hellwig2017-06-201-2/+10
| * | xen-swiotlb: consolidate xen_swiotlb_dma_opsChristoph Hellwig2017-06-201-45/+48
* | | Merge tag 'for-linus-4.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-065-17/+118
|\ \ \
| * | | xen: avoid deadlock in xenbus driverJuergen Gross2017-06-251-11/+10
| * | | xen: add sysfs node for hypervisor build idJuergen Gross2017-06-151-0/+28
| * | | xen: add sysfs node for guest typeJuergen Gross2017-06-151-0/+34
| * | | xen-evtchn: Bind dyn evtchn:qemu-dm interrupt to next online VCPUAnoob Soman2017-06-132-4/+36
| * | | xen: don't print error message in case of missing Xenstore entryJuergen Gross2017-06-071-2/+10
| | |/ | |/|
* | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-031-0/+2
|\ \ \
| * | | x86/MCE, xen/mcelog: Make /dev/mcelog registration messages more preciseJuergen Gross2017-06-201-0/+2
| | |/ | |/|
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-031-1/+5
|\ \ \
| * | | xen/events: Add support for effective affinity maskThomas Gleixner2017-06-221-1/+5
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-031-0/+1
|\ \ \
| * | | Merge branch 'WIP.sched/core' into sched/coreIngo Molnar2017-06-201-2/+2
| |\| |
| * | | init: Introduce SYSTEM_SCHEDULING stateThomas Gleixner2017-05-231-0/+1
| | |/ | |/|
* | | Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds2017-07-031-3/+3
|\ \ \ | |_|/ |/| |
| * | fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-051-3/+3
| |/
* | Merge tag 'for-linus-4.12b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-06-091-2/+2
|\ \ | |/ |/|
| * xen/privcmd: Support correctly 64KB page granularity when mapping memoryJulien Grall2017-06-071-2/+2
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-05-091-2/+2
|\ \
| * | fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-261-2/+2
* | | treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-13/+1
| |/ |/|
* | xen: Implement EFI reset_system callbackJulien Grall2017-05-021-0/+18
* | xen: Revert commits da72ff5bfcb0 and 72a9b186292dBoris Ostrovsky2017-05-022-18/+21
* | xen/arm,arm64: rename __generic_dma_ops to xen_get_dma_opsStefano Stabellini2017-05-021-4/+4
* | xen/balloon: decorate PV-only parts with #ifdef CONFIG_XEN_PVVitaly Kuznetsov2017-05-021-10/+20
|/
* xenbus: remove transaction holder from list before freeingJan Beulich2017-04-041-1/+3
* xen/acpi: upload PM state from init-domain to XenAnkur Arora2017-03-231-8/+26
* xen/acpi: Replace hard coded "ACPI0007"Ankur Arora2017-03-231-1/+1
* drivers, xen: convert grant_map.users from atomic_t to refcount_tElena Reshetova2017-03-131-5/+6
* Merge tag 'for-linus-4.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-03-091-1/+0
|\
| * xenbus: Remove duplicate inclusion of linux/init.hMasanari Iida2017-02-271-1/+0
* | Merge branch 'stable/for-linus-4.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-03-071-0/+47
|\ \
| * | swiotlb-xen: implement xen_swiotlb_get_sgtable callbackAndrii Anisov2017-02-131-0/+28
| * | swiotlb-xen: implement xen_swiotlb_dma_mmap callbackStefano Stabellini2017-02-131-0/+19
* | | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-2/+2
| |/ |/|
* | xen/privcmd: add IOCTL_PRIVCMD_RESTRICTPaul Durrant2017-02-141-9/+79