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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-31
xen/pvh: Fix misplaced kfree from xlated_setup_gnttab_pages
Dave Jones
1
-1
/
+2
2014-01-31
drivers: xen: deaggressive selfballoon driver
Bob Liu
1
-0
/
+22
2014-01-31
xen/grant-table: Avoid m2p_override during mapping
Zoltan Kiss
6
-46
/
+101
2014-01-30
xen/gnttab: Use phys_addr_t to describe the grant frame base address
Julien Grall
3
-7
/
+7
2014-01-30
xen: swiotlb: handle sizeof(dma_addr_t) != sizeof(phys_addr_t)
Ian Campbell
2
-2
/
+21
2014-01-30
arm/xen: Initialize event channels earlier
Julien Grall
1
-27
/
+44
2014-01-21
xen/pvh: Set X86_CR0_WP and others in CR0 (v2)
Roger Pau Monne
3
-5
/
+32
2014-01-20
MAINTAINERS: add git repository for Xen
David Vrabel
1
-0
/
+1
2014-01-10
xen/pvh: Use 'depend' instead of 'select'.
Konrad Rzeszutek Wilk
1
-2
/
+1
2014-01-10
xen: delete new instances of __cpuinit usage
Paul Gortmaker
1
-3
/
+3
2014-01-07
xen/fb: allow xenfb initialization for hvm guests
Stefano Stabellini
1
-1
/
+1
2014-01-07
xen/evtchn_fifo: fix error return code in evtchn_fifo_setup()
Wei Yongjun
1
-2
/
+4
2014-01-07
xen-platform: fix error return code in platform_pci_init()
Wei Yongjun
1
-1
/
+2
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-07
xen: Use dev_is_pci() to check whether it is pci device
Yijing Wang
1
-1
/
+1
2014-01-06
xen/grant-table: Force to use v1 of grants.
Konrad Rzeszutek Wilk
1
-4
/
+2
2014-01-06
xen/pvh: Support ParaVirtualized Hardware extensions (v3).
Mukesh Rathor
3
-2
/
+38
2014-01-06
xen/pvh: Piggyback on PVHVM XenBus.
Mukesh Rathor
1
-1
/
+2
2014-01-06
xen/pvh: Piggyback on PVHVM for grant driver (v4)
Konrad Rzeszutek Wilk
3
-5
/
+68
2014-01-06
xen/grant: Implement an grant frame array struct (v3).
Konrad Rzeszutek Wilk
6
-13
/
+75
2014-01-06
xen/grant-table: Refactor gnttab_init
Konrad Rzeszutek Wilk
1
-8
/
+2
2014-01-06
xen/grants: Remove gnttab_max_grant_frames dependency on gnttab_init.
Konrad Rzeszutek Wilk
1
-3
/
+6
2014-01-06
xen/pvh: Piggyback on PVHVM for event channels (v2)
Mukesh Rathor
3
-8
/
+16
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
2
-0
/
+19
2014-01-06
xen/p2m: Check for auto-xlat when doing mfn_to_local_pfn.
Mukesh Rathor
1
-1
/
+6
2014-01-06
xen/events: use the FIFO-based ABI if available
David Vrabel
4
-1
/
+448
2014-01-06
xen/x86: set VIRQ_TIMER priority to maximum
David Vrabel
1
-0
/
+1
2014-01-06
xen/events: allow event channel priority to be set
David Vrabel
2
-0
/
+22
2014-01-06
xen/events: Add the hypervisor interface for the FIFO-based event channels
David Vrabel
3
-10
/
+72
2014-01-06
xen/evtchn: support more than 4096 ports
David Vrabel
4
-6
/
+16
2014-01-06
xen/events: add xen_evtchn_mask_all()
David Vrabel
1
-7
/
+11
2014-01-06
xen/events: Refactor evtchn_to_irq array to be dynamically allocated
David Vrabel
3
-55
/
+149
2014-01-06
xen/events: add a evtchn_op for port setup
David Vrabel
2
-1
/
+13
2014-01-06
xen/events: allow setup of irq_info to fail
David Vrabel
1
-65
/
+91
2014-01-06
xen/events: add struct evtchn_ops for the low-level port operations
David Vrabel
3
-16
/
+84
2014-01-06
xen/events: move 2-level specific code into its own file
David Vrabel
5
-362
/
+442
2014-01-06
xen/events: move drivers/xen/events.c into drivers/xen/events/
David Vrabel
3
-1
/
+5
2014-01-06
xen/events: replace raw bit ops with functions
Wei Liu
1
-2
/
+1
2014-01-06
xen/events: introduce test_and_set_mask()
Wei Liu
1
-3
/
+8
[next]