aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-24Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds6-150/+243
2011-07-22Merge branch 'stable/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds4-1/+87
2011-07-18xen/multicall: move *idx fields to start of mc_bufferJeremy Fitzhardinge1-1/+1
2011-07-18xen/multicall: special-case singleton hypercallsJeremy Fitzhardinge1-5/+22
2011-07-18xen/multicalls: add unlikely around slowpath in __xen_mc_entry()Jeremy Fitzhardinge1-2/+2
2011-07-18xen/multicalls: disable MC_DEBUGJeremy Fitzhardinge1-2/+2
2011-07-18xen/mmu: tune pgtable alloc/releaseJeremy Fitzhardinge1-9/+44
2011-07-18xen/mmu: use extend_args for more mmuext updatesJeremy Fitzhardinge1-15/+27
2011-07-18xen/trace: add tlb flush tracepointsJeremy Fitzhardinge1-0/+8
2011-07-18xen/trace: add segment desc tracingJeremy Fitzhardinge1-1/+15
2011-07-18xen/trace: add xen_pgd_(un)pin tracepointsJeremy Fitzhardinge1-0/+4
2011-07-18xen/trace: add ptpage alloc/release tracepointsJeremy Fitzhardinge1-2/+8
2011-07-18xen/trace: add mmu tracepointsJeremy Fitzhardinge1-2/+24
2011-07-18xen/trace: add multicall tracingJeremy Fitzhardinge3-8/+83
2011-07-18xen/trace: set up tracepoint skeletonJeremy Fitzhardinge2-1/+5
2011-07-18xen/multicalls: remove debugfs statsJeremy Fitzhardinge2-108/+4
2011-07-11xen:pvhvm: Modpost section mismatch fixRaghavendra D Prabhu1-1/+1
2011-06-30xen/mmu: Fix for linker errors when CONFIG_SMP is not defined.Konrad Rzeszutek Wilk1-0/+4
2011-06-21Merge branch 'stable/vga.support' into stable/driversKonrad Rzeszutek Wilk4-1/+87
2011-06-16xen/setup: Fix for incorrect xen_extra_mem_start.Konrad Rzeszutek Wilk1-4/+6
2011-06-15xen: When calling power_off, don't call the halt function.Tom Goetz1-1/+8
2011-06-15xen: support CONFIG_MAXSMPAndrew Jones2-1/+9
2011-06-09xen: partially revert "xen: set max_pfn_mapped to the last pfn mapped"Stefano Stabellini1-1/+8
2011-06-06xen: allow enable use of VGA console on dom0Jeremy Fitzhardinge4-1/+87
2011-06-03xen: off by one errors in multicalls.cDan Carpenter1-6/+6
2011-05-26Merge branch 'upstream/tidy-xen-mmu-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds2-271/+50
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-05-20xen: fix compile without CONFIG_XEN_DEBUG_FSJeremy Fitzhardinge1-0/+2
2011-05-20Use arbitrary_virt_to_machine() to deal with ioremapped pud updates.Jeremy Fitzhardinge1-1/+1
2011-05-20Use arbitrary_virt_to_machine() to deal with ioremapped pmd updates.Jeremy Fitzhardinge1-1/+1
2011-05-20xen/mmu: remove all ad-hoc stats stuffJeremy Fitzhardinge1-138/+0
2011-05-20xen: use normal virt_to_machine for ptesJeremy Fitzhardinge1-5/+5
2011-05-20xen: make a pile of mmu pvop functions staticJeremy Fitzhardinge2-60/+23
2011-05-20xen: condense everything onto xen_set_pteJeremy Fitzhardinge1-46/+27
2011-05-20xen: use mmu_update for xen_set_pte_at()Jeremy Fitzhardinge1-15/+11
2011-05-20xen: drop all the special iomap pte paths.Jeremy Fitzhardinge1-25/+0
2011-05-19Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+1
2011-05-19Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+2
2011-05-19Merge branches 'stable/irq', 'stable/p2m.bugfixes', 'stable/e820.bugfixes' and 'stable/mmu.bugfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds3-4/+34
2011-05-19Merge branches 'stable/balloon.cleanup' and 'stable/general.cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds7-39/+39
2011-05-19Merge branches 'stable/backend.base.v3' and 'stable/gntalloc.v7' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-7/+6
2011-05-19arch/x86/xen/smp: Cleanup code/data sections definitionsDaniel Kiper1-4/+4
2011-05-19arch/x86/xen/time: Cleanup code/data sections definitionsDaniel Kiper1-4/+4
2011-05-19arch/x86/xen/xen-ops: Cleanup code/data sections definitionsDaniel Kiper1-1/+1
2011-05-19arch/x86/xen/mmu: Cleanup code/data sections definitionsDaniel Kiper1-17/+17
2011-05-14Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-arm into timers/clocksourceThomas Gleixner10-63/+683
2011-05-12arch/x86/xen/setup: Cleanup code/data sections definitionsDaniel Kiper1-2/+2
2011-05-12arch/x86/xen/enlighten: Cleanup code/data sections definitionsDaniel Kiper1-10/+10
2011-05-12arch/x86/xen/irq: Cleanup code/data sections definitionsDaniel Kiper1-1/+1
2011-05-12xen/p2m: Create entries in the P2M_MFN trees's to track 1-1 mappingsKonrad Rzeszutek Wilk1-2/+28