index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
xen
Commit message (
Expand
)
Author
Age
Files
Lines
*
xen: don't drop NX bit
Jeremy Fitzhardinge
2008-06-20
2
-25
/
+31
*
xen: mask unwanted pte bits in __supported_pte_mask
Jeremy Fitzhardinge
2008-06-20
2
-3
/
+6
*
Merge branch 'linus' into x86/xen
Ingo Molnar
2008-06-16
2
-11
/
+4
|
\
|
*
common implementation of iterative div/mod
Jeremy Fitzhardinge
2008-06-12
1
-10
/
+3
|
*
x86/xen: fix arbitrary_virt_to_machine()
Jan Beulich
2008-05-23
1
-1
/
+1
*
|
xen: add new Xen elfnote types and use them appropriately
Jeremy Fitzhardinge
2008-06-02
1
-0
/
+5
*
|
xen: resume timers on all vcpus
Jeremy Fitzhardinge
2008-06-02
3
-0
/
+15
*
|
xen: restore vcpu_info mapping
Jeremy Fitzhardinge
2008-06-02
3
-2
/
+33
*
|
xen: avoid hypercalls when updating unpinned pud/pmd
Jeremy Fitzhardinge
2008-06-02
3
-11
/
+50
*
|
xen: export get_phys_to_machine
Ingo Molnar
2008-06-02
1
-0
/
+1
*
|
xen: fix early bootup crash on native hardware
Ingo Molnar
2008-05-28
1
-1
/
+2
*
|
xen: maintain clock offset over save/restore
Jeremy Fitzhardinge
2008-05-27
1
-8
/
+0
*
|
xen: implement save/restore
Jeremy Fitzhardinge
2008-05-27
7
-5
/
+105
*
|
xen: add p2m mfn_list_list
Jeremy Fitzhardinge
2008-05-27
3
-3
/
+40
*
|
xen: make dummy_shared_info non-static
Jeremy Fitzhardinge
2008-05-27
2
-3
/
+4
*
|
xen: efficiently support a holey p2m table
Jeremy Fitzhardinge
2008-05-27
1
-6
/
+12
*
|
xen: add configurable max domain size
Jeremy Fitzhardinge
2008-05-27
3
-13
/
+25
*
|
xen: make phys_to_machine structure dynamic
Jeremy Fitzhardinge
2008-05-27
4
-3
/
+88
*
|
xen: count resched interrupts properly
Jeremy Fitzhardinge
2008-05-27
1
-0
/
+6
*
|
xen: Move manage.c to drivers/xen for ia64/xen support
Isaku Yamahata
2008-05-27
2
-144
/
+1
*
|
xen: make earlyprintk=xen work again
Jeremy Fitzhardinge
2008-05-27
1
-0
/
+1
*
|
xen: Enable console tty by default in domU if it's not a dummy
Markus Armbruster
2008-05-27
1
-1
/
+3
*
|
x86/paravirt: add pte_flags to just get pte flags
Jeremy Fitzhardinge
2008-05-27
1
-0
/
+1
*
|
xen: don't worry about preempt during xen_irq_enable()
Jeremy Fitzhardinge
2008-05-27
1
-5
/
+5
*
|
xen: allow some cr4 updates
Jeremy Fitzhardinge
2008-05-27
1
-2
/
+4
*
|
xen: use new sched_op
Jeremy Fitzhardinge
2008-05-27
1
-2
/
+4
*
|
xen: use hypercall rather than clts
Jeremy Fitzhardinge
2008-05-27
1
-2
/
+26
*
|
xen: remove support for non-PAE 32-bit
Jeremy Fitzhardinge
2008-05-22
5
-73
/
+27
|
/
*
pageflags: use proper page flag functions in Xen
Christoph Lameter
2008-04-28
1
-2
/
+2
*
x86: use cpumask function for present, possible, and online cpus
Akinobu Mita
2008-04-26
1
-1
/
+1
*
xen: allow compilation with non-flat memory
Jeremy Fitzhardinge
2008-04-24
2
-1
/
+3
*
xen: fold xen_sysexit into xen_iret
Jeremy Fitzhardinge
2008-04-24
1
-56
/
+14
*
xen: allow set_pte_at on init_mm to be lockless
Jeremy Fitzhardinge
2008-04-24
1
-2
/
+10
*
xen: disable preemption during tlb flush
Jeremy Fitzhardinge
2008-04-24
1
-2
/
+13
*
xen: make grant table arch portable
Isaku Yamahata
2008-04-24
2
-1
/
+92
*
xen: move events.c to drivers/xen for IA64/Xen support
Isaku Yamahata
2008-04-24
3
-660
/
+2
*
xen: move features.c from arch/x86/xen/features.c to drivers/xen
Isaku Yamahata
2008-04-24
2
-30
/
+1
*
xen: jump to iret fixup
Jeremy Fitzhardinge
2008-04-24
1
-13
/
+9
*
xen: no need for domU to worry about MCE/MCA
Jeremy Fitzhardinge
2008-04-24
1
-0
/
+2
*
xen: short-cut for recursive event handling
Jeremy Fitzhardinge
2008-04-24
1
-16
/
+30
*
xen: make sure retriggered events are set pending
Jeremy Fitzhardinge
2008-04-24
1
-1
/
+7
*
xen: implement a debug-interrupt handler
Jeremy Fitzhardinge
2008-04-24
3
-5
/
+64
*
xen: support sysenter/sysexit if hypervisor does
Jeremy Fitzhardinge
2008-04-24
5
-2
/
+82
*
xen: make sure iret faults are trapped
Jeremy Fitzhardinge
2008-04-24
1
-1
/
+5
*
xen: unify pte operations
Jeremy Fitzhardinge
2008-04-24
1
-81
/
+44
*
xen: make use of pte_t union
Jeremy Fitzhardinge
2008-04-24
1
-13
/
+11
*
xen: use appropriate pte types
Jeremy Fitzhardinge
2008-04-24
1
-16
/
+16
*
x86: rename paravirt_alloc_pt etc after the pagetable structure
Jeremy Fitzhardinge
2008-04-24
1
-16
/
+16
*
x86: change naming of cpu_initialized_mask for xen
Glauber Costa
2008-04-17
1
-3
/
+3
*
xen: use iret instruction all the time
Jeremy Fitzhardinge
2008-04-17
3
-11
/
+5
[next]