aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAge
* Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-04-06
|\
| * xen/smp: Remove unnecessary call to smp_processor_id()Srivatsa S. Bhat2012-04-06
| * xen/x86: Workaround 'x86/ioapic: Add register level checks to detect bogus io...Konrad Rzeszutek Wilk2012-04-06
* | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-04
|\ \
| * | X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-28
* | | documentation: remove references to cpu_*_map.Rusty Russell2012-03-29
* | | Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-03-24
|\ \ \ | | |/ | |/|
| * | xen/smp: Fix bringup bug in AP code.Konrad Rzeszutek Wilk2012-03-22
| * | xen/cpufreq: Disable the cpu frequency scaling drivers from loading.Konrad Rzeszutek Wilk2012-03-20
* | | Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-22
|\| | | |/ |/|
| * xen/enlighten: Expose MWAIT and MWAIT_LEAF if hypervisor OKs it.Konrad Rzeszutek Wilk2012-03-10
| * xen/setup/pm/acpi: Remove the call to boot_option_idle_override.Konrad Rzeszutek Wilk2012-03-10
| * xen: use this_cpu_xxx replace percpu_xxx funcsAlex Shi2012-01-24
* | xen/pat: Disable PAT support for now.Konrad Rzeszutek Wilk2012-02-20
* | xen/setup: Remove redundant filtering of PTE masks.Konrad Rzeszutek Wilk2012-02-20
* | xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling while atomic.Konrad Rzeszutek Wilk2012-02-03
* | Merge commit 'v3.3-rc1' into stable/for-linus-fixes-3.3Konrad Rzeszutek Wilk2012-01-27
|\|
| * Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-10
| |\
| | * Merge commit 'v3.2-rc3' into stable/for-linus-3.3Konrad Rzeszutek Wilk2011-12-20
| | |\
| | * | xen/granttable: Grant tables V2 implementationAnnie Li2011-11-22
| | * | xen/granttable: Introducing grant table V2 stuctureAnnie Li2011-11-22
| | * | xen: Make XEN_MAX_DOMAIN_MEMORY have more sensible defaultsMaxim Uvarov2011-11-21
| * | | Merge branch 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2012-01-10
| |\ \ \
| * \ \ \ Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-08
| |\ \ \ \
| | * | | | switch debugfs to umode_tAl Viro2012-01-03
| * | | | | Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Ingo Molnar2011-12-20
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | memblock: Kill memblock_init()Tejun Heo2011-12-08
| * | | | | Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2011-12-15
| |\ \ \ \ \
| | * | | | | xen: only limit memory map to maximum reservation for domain 0.Ian Campbell2011-12-15
| | | |_|_|/ | | |/| | |
| * / | | | xen/pm_idle: Make pm_idle be default_idle under Xen.Konrad Rzeszutek Wilk2011-12-03
| |/ / / /
* | | / / x86: xen: size struct xen_spinlock to always fit in arch_spinlock_tDavid Vrabel2012-01-24
| |_|/ / |/| | |
* | | | xen/mmu: Fix compile errors introduced by x86/memblock mismerge.Konrad Rzeszutek Wilk2012-01-09
| |/ / |/| |
* | | Merge branch 'master' into x86/memblockTejun Heo2011-11-28
|\| |
| * | xen:pvhvm: enable PVHVM VCPU placement when using more than 32 CPUs.Zhenzhong Duan2011-11-16
| * | xen: map foreign pages for shared rings by updating the PTEs directlyDavid Vrabel2011-11-16
| |/
| * Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-11-06
| |\
| | * xen/dom0: set wallclock time in XenJeremy Fitzhardinge2011-09-26
| * | Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-11-06
| |\ \
| | * | xen: use generic functions instead of xen_{alloc, free}_vm_area()David Vrabel2011-09-29
| | | |
| | \ \
| *-. \ \ Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl...Linus Torvalds2011-10-25
| |\ \ \ \ | | | |_|/ | | |/| |
| | | * | xen: XEN_PVHVM depends on PCIStefano Stabellini2011-09-29
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...Linus Torvalds2011-10-25
| |\ \ \ \ \
| | | * | | | xen: modify kernel mappings corresponding to granted pagesStefano Stabellini2011-09-29
| | | * | | | xen/p2m: Use SetPagePrivate and its friends for M2P overrides.Konrad Rzeszutek Wilk2011-09-23
| | | * | | | xen/p2m: Make debug/xen/mmu/p2m visible again.Konrad Rzeszutek Wilk2011-09-23
| | | * | | | Revert "xen/debug: WARN_ON when identity PFN has no _PAGE_IOMAP flag set."Konrad Rzeszutek Wilk2011-08-09
| | * | | | | xen/p2m/debugfs: Make type_name more obvious.Konrad Rzeszutek Wilk2011-10-19
| | * | | | | xen/p2m/debugfs: Fix potential pointer exception.Konrad Rzeszutek Wilk2011-10-19
| | * | | | | xen/enlighten: Fix compile warnings and set cx to known value.Konrad Rzeszutek Wilk2011-10-19
| | | |_|_|/ | | |/| | |
| * | | | | xen: release all pages within 1-1 p2m mappingsDavid Vrabel2011-09-29