summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-302-17/+47
* xen: disable preempt for leave_lazy_mmuJeremy Fitzhardinge2009-03-301-0/+2
* x86/paravirt: use percpu_ rather than __get_cpu_varJeremy Fitzhardinge2009-03-301-5/+5
* mm: allow preemption in apply_to_pte_rangeJeremy Fitzhardinge2009-03-301-2/+0
* x86/paravirt: allow preemption with lazy mmu modeJeremy Fitzhardinge2009-03-302-10/+5
* x86/paravirt: finish change from lazy cpu to context switch start/endJeremy Fitzhardinge2009-03-3011-36/+37
* x86/paravirt: flush pending mmu updates on context switchJeremy Fitzhardinge2009-03-309-18/+42
* x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switchJeremy Fitzhardinge2009-03-308-37/+20
* x86/paravirt: remove lazy mode in interruptsJeremy Fitzhardinge2009-03-305-21/+5
* mm: disable preemption in apply_to_pte_rangeJeremy Fitzhardinge2009-03-301-0/+2
* Merge branch 'bzip2-lzma-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-03-291-21/+33
|\
| * bzip2/lzma: don't ask for compression mode for the default initramfsH. Peter Anvin2009-03-291-10/+22
| * bzip2/lzma: consistently capitalize LZMA in KconfigH. Peter Anvin2009-03-291-3/+3
| * bzip2/lzma: clarify the meaning of the CONFIG_RD_ optionsH. Peter Anvin2009-03-291-3/+3
| * bzip2/lzma: move CONFIG_RD_* options under CONFIG_EMBEDDEDH. Peter Anvin2009-03-281-8/+8
| * Merge commit 'v2.6.29' into x86/setup-lzmaIngo Molnar2009-03-263472-61325/+123997
| |\
* | | Fix build error in <linux/irq.h>Ralf Baechle2009-03-291-0/+2
* | | sched: fix errors in struct & function commentsRandy Dunlap2009-03-291-7/+8
* | | maple: fix Error in kernel-doc notationRandy Dunlap2009-03-291-1/+1
* | | Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-03-291-125/+76
|\ \ \
| * \ \ Merge branch 'linus' into core/futexesIngo Molnar2009-03-283915-167433/+290974
| |\ \ \
| * | | | futex: remove the pointer math from double_unlock_hb, fixIngo Molnar2009-03-131-1/+2