summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-10-213-11/+26
|\ \
| * | xen: Cope with unmapped pages when initializing kernel pagetableJeremy Fitzhardinge2010-10-131-8/+18
| * | memblock: Allow memblock_init to be called earlyJeremy Fitzhardinge2010-10-111-0/+3
| * | Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar2010-10-081-2/+3
| |\ \
| * \ \ Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar2010-08-3112-71/+863
| |\ \ \ | | | |/ | | |/|
| * | | x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu2010-08-272-3/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2010-10-211-1/+1
|\ \ \ \
| * | | | Fix IRQ flag handling namingDavid Howells2010-10-071-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-211-0/+5
|\ \ \ \
| * | | | x86, xen-swiotlb: Make Xen-SWIOTLB use IOMMU_INIT_* macros.Konrad Rzeszutek Wilk2010-08-261-0/+5
* | | | | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-211-1/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | x86, paravirt: Remove alloc_pmd_clone hook, only used by VMIAlok Kataria2010-08-231-1/+0
| |/ / /
* | | | xen: do not initialize PV timers on HVM if !xen_have_vector_callbackStefano Stabellini2010-10-051-2/+3
| |_|/ |/| |
* | | xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessaryIan Campbell2010-08-231-6/+7
* | | xen: pvhvm: allow user to request no emulated device unplugIan Campbell2010-08-231-0/+5
|/ /
* | Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2010-08-124-5/+351
|\ \
| * | pci-swiotlb-xen: Add glue code to setup dma_ops utilizing xen_swiotlb_*Konrad Rzeszutek Wilk2010-07-272-0/+59
| * | xen/mmu: inhibit vmap aliases rather than trying to clear them outJeremy Fitzhardinge2010-07-271-7/+3
| * | xen: Add xen_create_contiguous_regionAlex Nixon2010-06-071-0/+201
| * | xen: Rename the balloon lockAlex Nixon2010-06-071-0/+7
| * | xen: Allow unprivileged Xen domains to create iomap pagesAlex Nixon2010-06-072-3/+19
| * | xen: use _PAGE_IOMAP in ioremap to do machine mappingsJeremy Fitzhardinge2010-06-071-2/+69
* | | Merge branch 'upstream/pvhvm' into upstream/xenJeremy Fitzhardinge2010-08-049-22/+396
|\ \ \
| * | | Introduce CONFIG_XEN_PVHVM compile optionStefano Stabellini2010-07-295-1/+13
| * | | x86: Call HVMOP_pagetable_dying on exit_mmap.Stefano Stabellini2010-07-263-0/+35
| * | | x86: Unplug emulated disks and nics.Stefano Stabellini2010-07-264-1/+138
| * | | x86: Use xen_vcpuop_clockevent, xen_clocksource and xen wallclock.Stefano Stabellini2010-07-264-22/+63
| * | | xen: Add suspend/resume support for PV on HVM guests.Stefano Stabellini2010-07-223-6/+25
| * | | x86/xen: event channels delivery on HVM.Sheng Yang2010-07-222-0/+30
| * | | x86: early PV on HVM features initialization.Sheng Yang2010-07-221-0/+100
| | |/ | |/|
* | | Merge branch 'upstream/core' into upstream/xenJeremy Fitzhardinge2010-08-045-45/+111
|\ \ \ | |/ / |/| |
| * | xen/panic: use xen_reboot and fix smp_send_stopIan Campbell2010-08-042-4/+3
| * | Xen: register panic notifier to take crashes of xen guests on panicDonald Dutile2010-08-043-0/+24
| * | xen: support large numbers of CPUs with vcpu info placementMukesh Rathor2010-08-041-4/+17
| * | xen: drop xen_sched_clock in favour of using plain wallclock timeJeremy Fitzhardinge2010-08-042-40/+1
| * | xen: make sure pages are really part of domain before freeingJeremy Fitzhardinge2010-07-201-21/+38
| * | xen: release unused free memoryMiroslav Rezanina2010-07-202-1/+53
| |/
* | xen: ensure timer tick is resumed even on CPU driving the resumeIan Campbell2010-06-031-2/+2
* | Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-05-191-3/+3
|\ \ | |/ |/|
| * time: Clean up direct xtime usage in xenJohn Stultz2010-03-131-3/+3
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-306-0/+6
* | Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\ \ | |/ |/|
| * xen: Fix misspelled CONFIG variable in comment.Robert P. J. Day2010-02-051-1/+1
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-03-032-21/+7
|\ \
| * | x86, paravirt: Remove kmap_atomic_pte paravirt op.Ian Campbell2010-02-271-22/+0
| * | x86, xen: Disable highmem PTE allocation even when CONFIG_HIGHPTE=yIan Campbell2010-02-272-5/+13
| |/
* | Merge branch 'master' into percpuTejun Heo2010-02-021-0/+4
|\ \ | |/
| * x86: xen: 64-bit kernel RPL should be 0Ian Campbell2010-01-131-0/+4
OpenPOWER on IntegriCloud