index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
xen
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-04
xen/smp: Fixup NOHZ per cpu data when onlining an offline CPU.
Konrad Rzeszutek Wilk
1
-0
/
+8
2013-05-29
xen: Clean up apic ipi interface
Stefan Bader
2
-7
/
+4
2013-05-11
Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm...
Linus Torvalds
2
-2
/
+50
2013-05-08
xen: mask x2APIC feature in PV
Zhenzhong Duan
1
-0
/
+3
2013-05-08
xen/spinlock: Fix check from greater than to be also be greater or equal to.
Konrad Rzeszutek Wilk
1
-1
/
+1
2013-05-08
xen/smp/pvhvm: Don't point per_cpu(xen_vpcu, 33 and larger) to shared_info
Konrad Rzeszutek Wilk
1
-0
/
+3
2013-05-07
xen/vcpu: Document the xen_vcpu_info and xen_vcpu
Konrad Rzeszutek Wilk
1
-1
/
+28
2013-05-06
xen/vcpu/pvhvm: Fix vcpu hotplugging hanging.
Konrad Rzeszutek Wilk
1
-0
/
+15
2013-04-30
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-2
/
+1
2013-04-30
Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+1
2013-04-30
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2013-04-29
Merge tag 'stable/for-linus-3.10-rc0-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
4
-11
/
+105
2013-04-16
xen/smp: Unifiy some of the PVs and PVHVM offline CPU path
Konrad Rzeszutek Wilk
1
-10
/
+4
2013-04-16
xen/smp/pvhvm: Don't initialize IRQ_WORKER as we are using the native one.
Konrad Rzeszutek Wilk
1
-1
/
+12
2013-04-16
xen/spinlock: Disable IRQ spinlock (PV) allocation on PVHVM
Konrad Rzeszutek Wilk
1
-0
/
+21
2013-04-16
xen/spinlock: Check against default value of -1 for IRQ line.
Konrad Rzeszutek Wilk
1
-0
/
+4
2013-04-16
xen/time: Add default value of -1 for IRQ and check for that.
Konrad Rzeszutek Wilk
1
-2
/
+5
2013-04-16
xen/time: Fix kasprintf splat when allocating timer%d IRQ line.
Konrad Rzeszutek Wilk
2
-2
/
+9
2013-04-16
xen/smp/spinlock: Fix leakage of the spinlock interrupt line for every CPU on...
Konrad Rzeszutek Wilk
1
-0
/
+1
2013-04-16
xen/smp: Fix leakage of timer interrupt line for every CPU online/offline.
Konrad Rzeszutek Wilk
1
-0
/
+1
2013-04-16
x86/xen: populate boot_params with EDD data
David Vrabel
1
-0
/
+52
2013-04-14
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2013-04-11
x86, xen, gdt: Remove the pvops variant of store_gdt.
Konrad Rzeszutek Wilk
1
-1
/
+0
2013-04-11
x86: Use a read-only IDT alias on all CPUs
Kees Cook
1
-3
/
+1
2013-04-10
x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal
Boris Ostrovsky
1
-0
/
+1
2013-04-08
x86: Use generic idle loop
Thomas Gleixner
1
-1
/
+1
2013-04-02
xen/mmu: On early bootup, flush the TLB when changing RO->RW bits Xen provide...
Konrad Rzeszutek Wilk
1
-4
/
+8
2013-03-27
xen/mmu: Move the setting of pvops.write_cr3 to later phase in bootup.
Konrad Rzeszutek Wilk
1
-2
/
+1
2013-03-04
x86: Make Linux guest support optional
Borislav Petkov
1
-1
/
+1
2013-02-28
xen/pat: Disable PAT using pat_enabled value.
Konrad Rzeszutek Wilk
1
-1
/
+9
2013-02-24
Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-20
/
+23
2013-02-22
x86-64, xen, mmu: Provide an early version of write_cr3.
Konrad Rzeszutek Wilk
1
-5
/
+39
2013-02-21
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-28
/
+0
2013-02-20
Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+1
2013-02-19
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+1
2013-02-19
xen: Send spinlock IPI to all waiters
Stefan Bader
1
-1
/
+0
2013-02-19
xen/smp: Move the common CPU init code a bit to prep for PVH patch.
Konrad Rzeszutek Wilk
1
-19
/
+23
2013-02-15
Merge tag 'stable/for-linus-3.8-rc7-tag-two' of git://git.kernel.org/pub/scm/...
Linus Torvalds
4
-63
/
+32
2013-02-14
Revert "xen PVonHVM: use E820_Reserved area for shared_info"
Konrad Rzeszutek Wilk
3
-55
/
+24
2013-02-14
Revert "xen/PVonHVM: fix compile warning in init_hvm_pv_info"
Konrad Rzeszutek Wilk
1
-1
/
+1
2013-02-13
x86/xen: don't assume %ds is usable in xen_iret for 32-bit PVOPS.
Jan Beulich
1
-7
/
+7
2013-02-10
x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flag
Len Brown
1
-3
/
+0
2013-02-10
xen idle: make xen-specific macro xen-specific
Len Brown
1
-1
/
+1
2013-01-29
Merge remote-tracking branch 'origin/x86/boot' into x86/mm2
H. Peter Anvin
6
-41
/
+101
2013-01-24
x86/apic: Allow x2apic without IR on VMware platform
Alok N Kataria
1
-0
/
+1
2013-01-18
Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-7
/
+0
2013-01-15
Revert "xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling whil...
Konrad Rzeszutek Wilk
1
-7
/
+0
2013-01-15
Merge tag 'v3.7' into stable/for-linus-3.8
Konrad Rzeszutek Wilk
1
-1
/
+20
2012-12-18
Merge tag 'stable/for-linus-3.8-rc0-bugfix-tag' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-4
/
+5
2012-12-17
xen/vcpu: Fix vcpu restore path.
Wei Liu
1
-3
/
+4
[next]