Merge branches 'upstream/xenfs' and 'upstream/core' of...
Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen * 'upstream/xenfs' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen: xen/privcmd: make privcmd visible in domU xen/privcmd: move remap_domain_mfn_range() to core xen code and export. privcmd: MMAPBATCH: Fix error handling/reporting xenbus: export xen_store_interface for xenfs xen/privcmd: make sure vma is ours before doing anything to it xen/privcmd: print SIGBUS faults xen/xenfs: set_page_dirty is supposed to return true if it dirties xen/privcmd: create address space to allow writable mmaps xen: add privcmd driver xen: add variable hypercall caller xen: add xen_set_domain_pte() xen: add /proc/xen/xsd_{kva,port} to xenfs * 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen: (29 commits) xen: include xen/xen.h for definition of xen_initial_domain() xen: use host E820 map for dom0 xen: correctly rebuild mfn list list after migration. xen: improvements to VIRQ_DEBUG output xen: set up IRQ before binding virq to evtchn xen: ensure that all event channels start off bound to VCPU 0 xen/hvc: only notify if we actually sent something xen: don't add extra_pages for RAM after mem_end xen: add support for PAT xen: make sure xen_max_p2m_pfn is up to date xen: limit extra memory to a certain ratio of base xen: add extra pages for E820 RAM regions, even if beyond mem_end xen: make sure xen_extra_mem_start is beyond all non-RAM e820 xen: implement "extra" memory to reserve space for pages not present at boot xen: Use host-provided E820 map xen: don't map missing memory xen: defer building p2m mfn structures until kernel is mapped xen: add return value to set_phys_to_machine() xen: convert p2m to a 3 level tree xen: make install_p2mtop_page() static ... Fix up trivial conflict in arch/x86/xen/mmu.c, and fix the use of 'reserve_early()' - in the new memblock world order it is now 'memblock_x86_reserve_range()' instead. Pointed out by Jeremy.
No related branches found
No related tags found
Showing
- arch/x86/include/asm/xen/hypercall.h 17 additions, 0 deletionsarch/x86/include/asm/xen/hypercall.h
- arch/x86/include/asm/xen/page.h 10 additions, 2 deletionsarch/x86/include/asm/xen/page.h
- arch/x86/xen/Kconfig 4 additions, 7 deletionsarch/x86/xen/Kconfig
- arch/x86/xen/enlighten.c 8 additions, 8 deletionsarch/x86/xen/enlighten.c
- arch/x86/xen/mmu.c 425 additions, 76 deletionsarch/x86/xen/mmu.c
- arch/x86/xen/mmu.h 0 additions, 1 deletionarch/x86/xen/mmu.h
- arch/x86/xen/setup.c 109 additions, 3 deletionsarch/x86/xen/setup.c
- arch/x86/xen/xen-ops.h 3 additions, 0 deletionsarch/x86/xen/xen-ops.h
- drivers/char/hvc_xen.c 2 additions, 1 deletiondrivers/char/hvc_xen.c
- drivers/xen/events.c 69 additions, 32 deletionsdrivers/xen/events.c
- drivers/xen/xenbus/xenbus_probe.c 3 additions, 1 deletiondrivers/xen/xenbus/xenbus_probe.c
- drivers/xen/xenfs/Makefile 2 additions, 1 deletiondrivers/xen/xenfs/Makefile
- drivers/xen/xenfs/privcmd.c 404 additions, 0 deletionsdrivers/xen/xenfs/privcmd.c
- drivers/xen/xenfs/super.c 90 additions, 5 deletionsdrivers/xen/xenfs/super.c
- drivers/xen/xenfs/xenfs.h 3 additions, 0 deletionsdrivers/xen/xenfs/xenfs.h
- drivers/xen/xenfs/xenstored.c 68 additions, 0 deletionsdrivers/xen/xenfs/xenstored.c
- include/xen/Kbuild 1 addition, 0 deletionsinclude/xen/Kbuild
- include/xen/interface/memory.h 29 additions, 0 deletionsinclude/xen/interface/memory.h
- include/xen/privcmd.h 80 additions, 0 deletionsinclude/xen/privcmd.h
- include/xen/xen-ops.h 5 additions, 0 deletionsinclude/xen/xen-ops.h
Loading
Please register or sign in to comment