summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-1037-174/+1281
|\
| * xen: cache cr0 value to avoid trap'n'emulate for read_cr0Jeremy Fitzhardinge2009-05-081-1/+17
| * xen/x86-64: clean up warnings about IST-using trapsJeremy Fitzhardinge2009-05-081-2/+20
| * xen/x86-64: fix breakpoints and hardware watchpointsJeremy Fitzhardinge2009-05-083-1/+26
| * xen: reserve Xen start_info rather than e820 reservingJeremy Fitzhardinge2009-05-081-3/+3
| * Merge branch 'x86/urgent' into x86/xenIngo Molnar2009-05-082228-58892/+64273
| |\
| * | xen: add FIX_TEXT_POKE to fixmapJeremy Fitzhardinge2009-04-091-0/+3
| * | lguest: update lazy mmu changes to match lguest's use of kvm hypercallsJeremy Fitzhardinge2009-04-071-1/+1
| * | Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge2009-04-074564-182486/+635508
| |\ \
| * \ \ Merge branch 'for-linus/xen/core' into for-linus/xen/masterJeremy Fitzhardinge2009-04-071-10/+30
| |\ \ \
| | * | | xen: honour VCPU availability on bootIan Campbell2009-04-021-10/+30
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'for-linus/xen/dev-evtchn', 'for-linus/xen/xenbus', 'for-linus...Jeremy Fitzhardinge2009-03-3015-60/+1112
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | | | | * | | xen: drop kexec bits from /sys/hypervisor since kexec isn't implemented yetIan Campbell2009-03-301-41/+0
| | | | | * | | xen/sys/hypervisor: change writable_pt to featuresJeremy Fitzhardinge2009-03-301-15/+26
| | | | | * | | xen: add /sys/hypervisor supportJeremy Fitzhardinge2009-03-304-1/+490
| | |_|_|/ / / | |/| | | | |
| | | | * | | xen: add "capabilities" fileJeremy Fitzhardinge2009-03-301-1/+18
| | |_|/ / / | |/| | | |
| | | * | | xen/xenbus: export xenbus_dev_changedJeremy Fitzhardinge2009-03-301-0/+1
| | | * | | xen: use device model for suspending xenbus devicesIan Campbell2009-03-304-34/+16
| | | * | | xen: remove suspend_cancel hookIan Campbell2009-03-302-24/+0
| | |/ / / | |/| | |
| | * | | xen/dev-evtchn: clean up locking in evtchnJeremy Fitzhardinge2009-03-301-12/+25
| | * | | xen: export ioctl headers to userspaceIan Campbell2009-03-302-0/+2
| | * | | xen: add /dev/xen/evtchn driverIan Campbell2009-03-304-1/+594
| | * | | xen: add irq_from_evtchnIan Campbell2009-03-302-0/+9
| |/ / /
| * | | xen: clean up gate trap/interrupt constantsJeremy Fitzhardinge2009-03-301-3/+3
| * | | xen: set _PAGE_NX in __supported_pte_mask before pagetable constructionJeremy Fitzhardinge2009-03-301-1/+6
| * | | xen: resume interrupts before system devices.Ian Campbell2009-03-301-3/+3
| * | | xen/mmu: weaken flush_tlb_other testJeremy Fitzhardinge2009-03-301-2/+2
| * | | xen/mmu: some early pagetable cleanupsJeremy Fitzhardinge2009-03-302-14/+28
| * | | x86-64: non-paravirt systems always has PSE and PGEJeremy Fitzhardinge2009-03-301-1/+7
| * | | Xen: Add virt_to_pfn helper functionAlex Nixon2009-03-301-1/+2
| * | | x86-64: remove PGE from must-have feature listJeremy Fitzhardinge2009-03-301-1/+1
| * | | xen: mask XSAVE from cpuidJeremy Fitzhardinge2009-03-301-6/+44
| * | | NULL noise: arch/x86/xen/smp.cHannes Eder2009-03-301-2/+2
| * | | xen: remove xen_load_gdt debugJeremy Fitzhardinge2009-03-301-3/+0
| * | | xen: make xen_load_gdt simplerJeremy Fitzhardinge2009-03-301-8/+6
| * | | xen: clean up xen_load_gdtJeremy Fitzhardinge2009-03-301-2/+13
| * | | xen: split construction of p2m mfn tables from registrationJeremy Fitzhardinge2009-03-301-1/+6
| * | | xen: separate p2m allocation from settingJeremy Fitzhardinge2009-03-292-17/+47
| * | | xen: disable preempt for leave_lazy_mmuJeremy Fitzhardinge2009-03-291-0/+2
| * | | x86/paravirt: use percpu_ rather than __get_cpu_varJeremy Fitzhardinge2009-03-291-5/+5
| * | | mm: allow preemption in apply_to_pte_rangeJeremy Fitzhardinge2009-03-291-2/+0
| * | | x86/paravirt: allow preemption with lazy mmu modeJeremy Fitzhardinge2009-03-292-10/+5
| * | | x86/paravirt: finish change from lazy cpu to context switch start/endJeremy Fitzhardinge2009-03-2911-36/+37
| * | | x86/paravirt: flush pending mmu updates on context switchJeremy Fitzhardinge2009-03-299-18/+42
| * | | x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switchJeremy Fitzhardinge2009-03-298-37/+20
| * | | x86/paravirt: remove lazy mode in interruptsJeremy Fitzhardinge2009-03-295-21/+5
| * | | mm: disable preemption in apply_to_pte_rangeJeremy Fitzhardinge2009-03-291-0/+2
* | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-06-102-9/+10
|\ \ \ \
| * | | | x86: move rdtsc_barrier() into the TSC vread methodPetr Tesarik2009-05-282-9/+10
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-1011-29/+66
|\ \ \ \ \
OpenPOWER on IntegriCloud