search for: cpu_evtchn_mask

Displaying 20 results from an estimated 36 matches for "cpu_evtchn_mask".

2009 Jan 09
1
[PULL]: tip/cpus4096 updates
Hi Ingo, Please pull a few more cpus4096 changes. Most are fairly lightweight with the biggest change being to use cpumask_var_t's for the domain and pending_mask cpumask's in irq_desc. It also deals with this cpu_evtchn_mask bss space bump: 65536 +2031616 2097152 +3100% cpu_evtchn_mask(.bss) Everything merges into tip/master cleanly. Thanks! Mike The following changes since commit 36c401a44abcc389a00f9cd14892c9cf9bf0780d: Ingo Molnar (1): [IA64] fix typo in cpumask_of_pcibus() are available in th...
2009 Jan 09
1
[PULL]: tip/cpus4096 updates
Hi Ingo, Please pull a few more cpus4096 changes. Most are fairly lightweight with the biggest change being to use cpumask_var_t's for the domain and pending_mask cpumask's in irq_desc. It also deals with this cpu_evtchn_mask bss space bump: 65536 +2031616 2097152 +3100% cpu_evtchn_mask(.bss) Everything merges into tip/master cleanly. Thanks! Mike The following changes since commit 36c401a44abcc389a00f9cd14892c9cf9bf0780d: Ingo Molnar (1): [IA64] fix typo in cpumask_of_pcibus() are available in th...
2008 Nov 13
69
[PATCH 00 of 38] xen: add more Xen dom0 support
Hi Ingo, Here''s the chunk of patches to add Xen Dom0 support (it''s probably worth creating a new xen/dom0 topic branch for it). A dom0 Xen domain is basically the same as a normal domU domain, but it has extra privileges to directly access hardware. There are two issues to deal with: - translating to and from the domain''s pseudo-physical addresses and real machine
2007 Apr 18
20
[patch 00/20] XEN-paravirt: Xen guest implementation for paravirt_ops interface
This patch series implements the Linux Xen guest in terms of the paravirt-ops interface. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen console * virtual block
2007 Apr 18
20
[patch 00/20] XEN-paravirt: Xen guest implementation for paravirt_ops interface
This patch series implements the Linux Xen guest in terms of the paravirt-ops interface. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen console * virtual block
2007 Apr 18
20
[patch 00/20] XEN-paravirt: Xen guest implementation for paravirt_ops interface
This patch series implements the Linux Xen guest in terms of the paravirt-ops interface. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen console * virtual block
2007 Apr 18
24
[patch 00/24] Xen-paravirt_ops: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest as a paravirt_ops backend. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen hvc console (console=hvc0) *
2007 Apr 18
24
[patch 00/24] Xen-paravirt_ops: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest as a paravirt_ops backend. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen hvc console (console=hvc0) *
2007 Apr 18
24
[patch 00/24] Xen-paravirt_ops: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest as a paravirt_ops backend. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen hvc console (console=hvc0) *
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths
2007 Apr 18
25
[patch 00/21] Xen-paravirt: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest in terms of the paravirt-ops interface. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen console * virtual
2007 Apr 18
25
[patch 00/21] Xen-paravirt: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest in terms of the paravirt-ops interface. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen console * virtual
2007 Apr 18
25
[patch 00/21] Xen-paravirt: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest in terms of the paravirt-ops interface. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen console * virtual
2007 Apr 23
27
[PATCH 00/25] xen: Xen implementation for paravirt_ops
Hi Andi, This series of patches implements the Xen paravirt-ops interface. It applies to 2.6.21-rc7 + your patches + the last batch of pv_ops patches I posted. This patch generally restricts itself to Xen-specific parts of the tree, though it does make a few small changes elsewhere. These patches include: - some helper routines for allocating address space and walking pagetables - Xen
2007 Apr 23
27
[PATCH 00/25] xen: Xen implementation for paravirt_ops
Hi Andi, This series of patches implements the Xen paravirt-ops interface. It applies to 2.6.21-rc7 + your patches + the last batch of pv_ops patches I posted. This patch generally restricts itself to Xen-specific parts of the tree, though it does make a few small changes elsewhere. These patches include: - some helper routines for allocating address space and walking pagetables - Xen
2009 Apr 01
4
2.6.29 git, resume from ram broken on thinkpad
...per-cpu. git bisect bad 3d1e42a7cf945e289d6ba26159aa0e2b0645401b # bad: [54da5b3d44238eeb7417bacf792fb416d473bf4d] x86: fix broken flush_tlb_others_ipi(), fix git bisect bad 54da5b3d44238eeb7417bacf792fb416d473bf4d # bad: [c7a3589e7a1f8fdbd2536fe1bfa60b37f5121c69] Xen: reduce memory required for cpu_evtchn_mask git bisect bad c7a3589e7a1f8fdbd2536fe1bfa60b37f5121c69 # bad: [802bf931f2688ad125b73db597ce63cc842fb27a] cpumask: fix bug in use cpumask_var_t in irq_desc git bisect bad 802bf931f2688ad125b73db597ce63cc842fb27a # bad: [f7df8ed164996cd2c6aca9674388be6ef78d8b37] cpumask: convert misc driver functi...
2009 Apr 01
4
2.6.29 git, resume from ram broken on thinkpad
...per-cpu. git bisect bad 3d1e42a7cf945e289d6ba26159aa0e2b0645401b # bad: [54da5b3d44238eeb7417bacf792fb416d473bf4d] x86: fix broken flush_tlb_others_ipi(), fix git bisect bad 54da5b3d44238eeb7417bacf792fb416d473bf4d # bad: [c7a3589e7a1f8fdbd2536fe1bfa60b37f5121c69] Xen: reduce memory required for cpu_evtchn_mask git bisect bad c7a3589e7a1f8fdbd2536fe1bfa60b37f5121c69 # bad: [802bf931f2688ad125b73db597ce63cc842fb27a] cpumask: fix bug in use cpumask_var_t in irq_desc git bisect bad 802bf931f2688ad125b73db597ce63cc842fb27a # bad: [f7df8ed164996cd2c6aca9674388be6ef78d8b37] cpumask: convert misc driver functi...
2009 Apr 01
4
2.6.29 git, resume from ram broken on thinkpad
...per-cpu. git bisect bad 3d1e42a7cf945e289d6ba26159aa0e2b0645401b # bad: [54da5b3d44238eeb7417bacf792fb416d473bf4d] x86: fix broken flush_tlb_others_ipi(), fix git bisect bad 54da5b3d44238eeb7417bacf792fb416d473bf4d # bad: [c7a3589e7a1f8fdbd2536fe1bfa60b37f5121c69] Xen: reduce memory required for cpu_evtchn_mask git bisect bad c7a3589e7a1f8fdbd2536fe1bfa60b37f5121c69 # bad: [802bf931f2688ad125b73db597ce63cc842fb27a] cpumask: fix bug in use cpumask_var_t in irq_desc git bisect bad 802bf931f2688ad125b73db597ce63cc842fb27a # bad: [f7df8ed164996cd2c6aca9674388be6ef78d8b37] cpumask: convert misc driver functi...
2007 Apr 18
34
[patch 00/26] Xen-paravirt_ops: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest as a paravirt_ops backend. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen hvc console (console=hvc0) *