aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-15Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds7-17/+25
2013-11-15mm: dynamically allocate page->ptl if it cannot be embedded to struct pageKirill A. Shutemov1-1/+1
2013-11-15mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKSKirill A. Shutemov1-3/+3
2013-11-08Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-3.13Konrad Rzeszutek Wilk2-6/+11
2013-11-08pci-swiotlb-xen: call pci_request_acs only ifdef CONFIG_PCIStefano Stabellini1-0/+4
2013-11-08xen: delete new instances of added __cpuinitPaul Gortmaker1-1/+1
2013-11-06x86/xen: remove deprecated IRQF_DISABLEDMichael Opdenacker3-8/+7
2013-10-10xen: Fix possible user space selector corruptionFrediano Ziglio1-0/+9
2013-10-10swiotlb-xen: use xen_alloc/free_coherent_pagesStefano Stabellini1-2/+5
2013-10-09xen: make xen_create_contiguous_region return the dma addressStefano Stabellini1-1/+3
2013-10-09xen/x86: allow __set_phys_to_machine for autotranslate guestsStefano Stabellini1-3/+3
2013-09-27xen/mmu: Correct PAT MST setting.Konrad Rzeszutek Wilk1-2/+2
2013-09-25Merge tag 'stable/for-linus-3.12-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-8/+28
2013-09-25xen/p2m: check MFN is in range before using the m2p tableDavid Vrabel1-6/+4
2013-09-24xen: Do not enable spinlocks before jump_label_init() has executedKonrad Rzeszutek Wilk1-2/+24
2013-09-10Merge tag 'stable/for-linus-3.12-rc0-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds4-47/+37
2013-09-09xen/spinlock: Don't use __initdate for xen_pv_spinKonrad Rzeszutek Wilk1-1/+1
2013-09-09Revert "xen/spinlock: Disable IRQ spinlock (PV) allocation on PVHVM"Konrad Rzeszutek Wilk1-20/+0
2013-09-09xen/spinlock: Don't setup xen spinlock IPI kicker if disabled.Konrad Rzeszutek Wilk1-1/+10
2013-09-09xen/smp: Update pv_lock_ops functions before alternative code starts under PVHVMKonrad Rzeszutek Wilk1-5/+14
2013-09-09xen/spinlock: We don't need the old structure anymoreKonrad Rzeszutek Wilk1-18/+0
2013-09-09xen/spinlock: Fix locking path engaging too soon under PVHVM.Konrad Rzeszutek Wilk2-1/+9
2013-09-09Merge tag 'v3.11-rc7' into stable/for-linus-3.12Konrad Rzeszutek Wilk2-2/+31
2013-09-09Merge branch 'x86/spinlocks' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into stable/for-linus-3.12Konrad Rzeszutek Wilk2-260/+129
2013-09-09xen/p2m: Don't call get_balloon_scratch_page() twice, keep interrupts disabled for multicallsBoris Ostrovsky1-4/+6
2013-09-04Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds5-32/+65
2013-09-04Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-260/+129
2013-09-04Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+3
2013-09-04Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+8
2013-08-22x86/asmlinkage: Fix warning in xen asmlinkage changeAndi Kleen1-6/+6
2013-08-21Merge tag 'stable/for-linus-3.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-2/+31
2013-08-20xen/pvhvm: Initialize xen panic handler for PVHVM guestsVaughan Cao1-0/+2
2013-08-20xen/m2p: use GNTTABOP_unmap_and_replace to reinstate the original mappingStefano Stabellini1-6/+15
2013-08-20xen/smp: initialize IPI vectors before marking CPU onlineChuck Anderson1-2/+9
2013-08-20x86/xen: during early setup, only 1:1 map the ISA regionDavid Vrabel1-5/+11
2013-08-20x86/xen: disable premption when enabling local irqsDavid Vrabel1-13/+12
2013-08-20x86/xen: do not identity map UNUSABLE regions in the machine E820David Vrabel1-0/+22
2013-08-09xen/p2m: avoid unneccesary TLB flush in m2p_remove_override()David Vrabel1-1/+0
2013-08-09xen: Support 64-bit PV guest receiving NMIsKonrad Rzeszutek Wilk3-7/+25
2013-08-09xen, pvticketlock: Allow interrupts to be enabled while blockingJeremy Fitzhardinge1-6/+40
2013-08-09x86, ticketlock: Add slowpath logicJeremy Fitzhardinge1-0/+6
2013-08-09x86, pvticketlock: Use callee-save for lock_spinningJeremy Fitzhardinge1-1/+2
2013-08-09xen, pvticketlocks: Add xen_nopvspin parameter to disable xen pv ticketlocksJeremy Fitzhardinge1-0/+14
2013-08-09xen, pvticketlock: Xen implementation for PV ticket locksJeremy Fitzhardinge1-269/+79
2013-08-09xen: Defer spinlock setup until boot CPU setupJeremy Fitzhardinge1-1/+1
2013-08-09x86, spinlock: Replace pv spinlocks with pv ticketlocksJeremy Fitzhardinge1-2/+6
2013-08-06x86, asmlinkage, paravirt: Add __visible/asmlinkage to xen paravirt opsAndi Kleen1-8/+8
2013-08-05x86: Correctly detect hypervisorJason Wang1-6/+3
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker5-14/+14
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+43