index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
xen
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-10
xen/pvh: Use 'depend' instead of 'select'.
Konrad Rzeszutek Wilk
1
-2
/
+1
2014-01-07
xen/pvh: remove duplicated include from enlighten.c
Wei Yongjun
1
-1
/
+0
2014-01-07
xen/pvh: Fix compile issues with xen_pvh_domain()
Konrad Rzeszutek Wilk
1
-0
/
+1
2014-01-06
xen/pvh: Support ParaVirtualized Hardware extensions (v3).
Mukesh Rathor
2
-2
/
+25
2014-01-06
xen/pvh: Piggyback on PVHVM for grant driver (v4)
Konrad Rzeszutek Wilk
1
-0
/
+62
2014-01-06
xen/pvh: Piggyback on PVHVM for event channels (v2)
Mukesh Rathor
2
-3
/
+7
2014-01-06
xen/pvh: Update E820 to work with PVH (v2)
Mukesh Rathor
1
-2
/
+20
2014-01-06
xen/pvh: Secondary VCPU bringup (non-bootup CPUs)
Mukesh Rathor
3
-19
/
+42
2014-01-06
xen/pvh: Load GDT/GS in early PV bootup code for BSP.
Mukesh Rathor
1
-2
/
+37
2014-01-06
xen/pvh: Setup up shared_info.
Mukesh Rathor
1
-0
/
+3
2014-01-06
xen/pvh/mmu: Use PV TLB instead of native.
Mukesh Rathor
1
-0
/
+9
2014-01-06
xen/pvh: MMU changes for PVH (v2)
Mukesh Rathor
1
-35
/
+46
2014-01-06
xen/mmu: Cleanup xen_pagetable_p2m_copy a bit.
Konrad Rzeszutek Wilk
1
-20
/
+20
2014-01-06
xen/mmu/p2m: Refactor the xen_pagetable_init code (v2).
Konrad Rzeszutek Wilk
1
-33
/
+37
2014-01-06
xen/pvh: Don't setup P2M tree.
Konrad Rzeszutek Wilk
2
-4
/
+11
2014-01-06
xen/pvh: Early bootup changes in PV code (v4).
Mukesh Rathor
2
-20
/
+46
2014-01-06
xen/pvh/x86: Define what an PVH guest is (v3).
Mukesh Rathor
1
-0
/
+5
2014-01-06
xen/x86: set VIRQ_TIMER priority to maximum
David Vrabel
1
-0
/
+1
2014-01-03
xen/pvhvm: Remove the xen_platform_pci int.
Konrad Rzeszutek Wilk
1
-3
/
+2
2014-01-03
xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).
Konrad Rzeszutek Wilk
1
-0
/
+74
2013-11-15
Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
7
-17
/
+25
2013-11-15
mm: dynamically allocate page->ptl if it cannot be embedded to struct page
Kirill A. Shutemov
1
-1
/
+1
2013-11-15
mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKS
Kirill A. Shutemov
1
-3
/
+3
2013-11-09
Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-...
Konrad Rzeszutek Wilk
2
-6
/
+11
2013-11-09
pci-swiotlb-xen: call pci_request_acs only ifdef CONFIG_PCI
Stefano Stabellini
1
-0
/
+4
2013-11-09
xen: delete new instances of added __cpuinit
Paul Gortmaker
1
-1
/
+1
2013-11-07
x86/xen: remove deprecated IRQF_DISABLED
Michael Opdenacker
3
-8
/
+7
2013-10-10
xen: Fix possible user space selector corruption
Frediano Ziglio
1
-0
/
+9
2013-10-10
swiotlb-xen: use xen_alloc/free_coherent_pages
Stefano Stabellini
1
-2
/
+5
2013-10-09
xen: make xen_create_contiguous_region return the dma address
Stefano Stabellini
1
-1
/
+3
2013-10-10
xen/x86: allow __set_phys_to_machine for autotranslate guests
Stefano Stabellini
1
-3
/
+3
2013-09-27
xen/mmu: Correct PAT MST setting.
Konrad Rzeszutek Wilk
1
-2
/
+2
2013-09-26
Merge tag 'stable/for-linus-3.12-rc2-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2
-8
/
+28
2013-09-25
xen/p2m: check MFN is in range before using the m2p table
David Vrabel
1
-6
/
+4
2013-09-25
xen: Do not enable spinlocks before jump_label_init() has executed
Konrad Rzeszutek Wilk
1
-2
/
+24
2013-09-11
Merge tag 'stable/for-linus-3.12-rc0-tag-two' of git://git.kernel.org/pub/scm...
Linus Torvalds
4
-47
/
+37
2013-09-09
xen/spinlock: Don't use __initdate for xen_pv_spin
Konrad Rzeszutek Wilk
1
-1
/
+1
2013-09-09
Revert "xen/spinlock: Disable IRQ spinlock (PV) allocation on PVHVM"
Konrad Rzeszutek Wilk
1
-20
/
+0
2013-09-09
xen/spinlock: Don't setup xen spinlock IPI kicker if disabled.
Konrad Rzeszutek Wilk
1
-1
/
+10
2013-09-09
xen/smp: Update pv_lock_ops functions before alternative code starts under PVHVM
Konrad Rzeszutek Wilk
1
-5
/
+14
2013-09-09
xen/spinlock: We don't need the old structure anymore
Konrad Rzeszutek Wilk
1
-18
/
+0
2013-09-09
xen/spinlock: Fix locking path engaging too soon under PVHVM.
Konrad Rzeszutek Wilk
2
-1
/
+9
2013-09-09
Merge tag 'v3.11-rc7' into stable/for-linus-3.12
Konrad Rzeszutek Wilk
2
-2
/
+31
2013-09-09
Merge branch 'x86/spinlocks' of git://git.kernel.org/pub/scm/linux/kernel/git...
Konrad Rzeszutek Wilk
2
-260
/
+129
2013-09-09
xen/p2m: Don't call get_balloon_scratch_page() twice, keep interrupts disable...
Boris Ostrovsky
1
-4
/
+6
2013-09-05
Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
5
-32
/
+65
2013-09-04
Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-260
/
+129
2013-09-04
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-6
/
+3
2013-09-04
Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-8
/
+8
2013-08-22
x86/asmlinkage: Fix warning in xen asmlinkage change
Andi Kleen
1
-6
/
+6
[prev]
[next]