summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
*-----. Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar2008-07-0814-426/+585
|\ \ \ \
| | | | * xen: add mechanism to extend existing multicallsJeremy Fitzhardinge2008-06-253-26/+81
| | | | * xen: implement ptep_modify_prot_start/commitJeremy Fitzhardinge2008-06-253-3/+35
| | | | * paravirt: add hooks for ptep_modify_prot_start/commitJeremy Fitzhardinge2008-06-251-0/+3
| | | | * Merge commit 'v2.6.26-rc8' into x86/xenIngo Molnar2008-06-252-120/+13
| | | | |\ | | | |_|/ | | |/| |
| | | | * xen: don't drop NX bitJeremy Fitzhardinge2008-06-202-25/+31
| | | | * xen: mask unwanted pte bits in __supported_pte_maskJeremy Fitzhardinge2008-06-202-3/+6
| | | | * Merge branch 'linus' into x86/xenIngo Molnar2008-06-162-11/+4
| | | | |\ | | | | |/ | | | |/|
| | | | * xen: add new Xen elfnote types and use them appropriatelyJeremy Fitzhardinge2008-06-021-0/+5
| | | | * xen: resume timers on all vcpusJeremy Fitzhardinge2008-06-023-0/+15
| | | | * xen: restore vcpu_info mappingJeremy Fitzhardinge2008-06-023-2/+33
| | | | * xen: avoid hypercalls when updating unpinned pud/pmdJeremy Fitzhardinge2008-06-023-11/+50
| | | | * xen: export get_phys_to_machineIngo Molnar2008-06-021-0/+1
| | | | * xen: fix early bootup crash on native hardwareIngo Molnar2008-05-281-1/+2
| | | | * xen: maintain clock offset over save/restoreJeremy Fitzhardinge2008-05-271-8/+0
| | | | * xen: implement save/restoreJeremy Fitzhardinge2008-05-277-5/+105
| | | | * xen: add p2m mfn_list_listJeremy Fitzhardinge2008-05-273-3/+40
| | | | * xen: make dummy_shared_info non-staticJeremy Fitzhardinge2008-05-272-3/+4
| | | | * xen: efficiently support a holey p2m tableJeremy Fitzhardinge2008-05-271-6/+12
| | | | * xen: add configurable max domain sizeJeremy Fitzhardinge2008-05-273-13/+25
| | | | * xen: make phys_to_machine structure dynamicJeremy Fitzhardinge2008-05-274-3/+88
| | | | * xen: count resched interrupts properlyJeremy Fitzhardinge2008-05-271-0/+6
| | | | * xen: Move manage.c to drivers/xen for ia64/xen supportIsaku Yamahata2008-05-272-144/+1
| | | | * xen: make earlyprintk=xen work againJeremy Fitzhardinge2008-05-271-0/+1
| | | | * xen: Enable console tty by default in domU if it's not a dummyMarkus Armbruster2008-05-271-1/+3
| | | | * x86/paravirt: add pte_flags to just get pte flagsJeremy Fitzhardinge2008-05-271-0/+1
| | | | * xen: don't worry about preempt during xen_irq_enable()Jeremy Fitzhardinge2008-05-271-5/+5
| | | | * xen: allow some cr4 updatesJeremy Fitzhardinge2008-05-271-2/+4
| | | | * xen: use new sched_opJeremy Fitzhardinge2008-05-271-2/+4
| | | | * xen: use hypercall rather than cltsJeremy Fitzhardinge2008-05-271-2/+26
| | | | * xen: remove support for non-PAE 32-bitJeremy Fitzhardinge2008-05-225-73/+27
| |_|_|/ |/| | |
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-07-041-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | xen: fix address truncation in pte mfn<->pfn conversionJeremy Fitzhardinge2008-07-041-2/+2
| * | | Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-06-242-120/+13
| |\ \ \ | | |/ / | |/| |
| | * | x86: Make xen use the paravirt clocksource structs and functionsGerd Hoffmann2008-06-242-120/+13
| * | | xen: remove support for non-PAE 32-bitJeremy Fitzhardinge2008-06-245-73/+27
| |/ /
| * | xen: don't drop NX bitJeremy Fitzhardinge2008-06-202-25/+31
| * | xen: mask unwanted pte bits in __supported_pte_maskJeremy Fitzhardinge2008-06-202-3/+6
| |/
| * common implementation of iterative div/modJeremy Fitzhardinge2008-06-121-10/+3
| * x86/xen: fix arbitrary_virt_to_machine()Jan Beulich2008-05-231-1/+1
|/
* pageflags: use proper page flag functions in XenChristoph Lameter2008-04-281-2/+2
* x86: use cpumask function for present, possible, and online cpusAkinobu Mita2008-04-261-1/+1
* xen: allow compilation with non-flat memoryJeremy Fitzhardinge2008-04-242-1/+3
* xen: fold xen_sysexit into xen_iretJeremy Fitzhardinge2008-04-241-56/+14
* xen: allow set_pte_at on init_mm to be locklessJeremy Fitzhardinge2008-04-241-2/+10
* xen: disable preemption during tlb flushJeremy Fitzhardinge2008-04-241-2/+13
* xen: make grant table arch portableIsaku Yamahata2008-04-242-1/+92
* xen: move events.c to drivers/xen for IA64/Xen supportIsaku Yamahata2008-04-243-660/+2
* xen: move features.c from arch/x86/xen/features.c to drivers/xenIsaku Yamahata2008-04-242-30/+1
* xen: jump to iret fixupJeremy Fitzhardinge2008-04-241-13/+9
OpenPOWER on IntegriCloud