- 64c98e7 x86/xen: Do not clip xen_e820_map to xen_e820_map_entries when sanitizing map by Malcolm Crossley · 9 years ago
- 24f775a xen: use correct type for HYPERVISOR_memory_op() by Juergen Gross · 9 years ago
- 626d750 xen: switch extra memory accounting to use pfns by Juergen Gross · 9 years ago
- cb9e444 xen: limit memory to architectural maximum by Juergen Gross · 9 years ago
- ab24507 xen: avoid another early crash of memory limited dom0 by Juergen Gross · 9 years ago
- eafd72e xen: avoid early crash of memory limited dom0 by Juergen Gross · 9 years ago
- cb3eb85 xen: remove no longer needed p2m.h by Juergen Gross · 9 years ago
- c70727a xen: allow more than 512 GB of RAM for 64 bit pv-domains by Juergen Gross · 9 years ago
- 70e6119 xen: move p2m list if conflicting with e820 map by Juergen Gross · 9 years ago
- 4b9c153 xen: check for initrd conflicting with e820 map by Juergen Gross · 9 years ago
- 04414ba xen: check pre-allocated page tables for conflict with memory map by Juergen Gross · 9 years ago
- 808fdb7 xen: check for kernel memory conflicting with memory layout by Juergen Gross · 9 years ago
- 9ddac5b xen: find unused contiguous memory area by Juergen Gross · 9 years ago
- e612b4a xen: check memory area against e820 map by Juergen Gross · 9 years ago
- 5097cdf xen: split counting of extra memory pages from remapping by Juergen Gross · 9 years ago
- 69632ec xen: move static e820 map to global scope by Juergen Gross · 9 years ago
- 8f5b0c6 xen: eliminate scalability issues from initial mapping setup by Juergen Gross · 9 years ago
- a3f5239 x86/xen: add some __init and static annotations in arch/x86/xen/setup.c by Juergen Gross · 10 years ago
- 3ba5c86 x86/xen: use correct types for addresses in arch/x86/xen/setup.c by Juergen Gross · 10 years ago
- f0feed1 x86/xen: cleanup arch/x86/xen/setup.c by Juergen Gross · 10 years ago
- 9a17ad7 xen: check for zero sized area when invalidating memory by Juergen Gross · 10 years ago
- e86f949 xen: use correct type for physical addresses by Juergen Gross · 10 years ago
- a97dae1 x86/xen: add extra memory for remapped frames during setup by David Vrabel · 10 years ago
- bc7142c x86/xen: don't count how many PFNs are identity mapped by David Vrabel · 10 years ago
- 76f0a48 xen: annotate xen_set_identity_and_remap_chunk() with __init by Juergen Gross · 10 years ago
- 5b8e7d8 xen: Delay invalidating extra memory by Juergen Gross · 10 years ago
- 1f3ac86 xen: Delay remapping memory of pv-domain by Juergen Gross · 10 years ago
- 1ea644c8 x86/xen: panic on bad Xen-provided memory map by Martin Kelly · 10 years ago
- 4fbb67e3 xen/setup: Remap Xen Identity Mapped RAM by Matt Rushton · 10 years ago
- 3d09c62 Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
- ea9f927 x86/xen: no need to explicitly register an NMI callback by David Vrabel · 10 years ago
- a0abcf2e Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
- 562658f Revert "xen/pvh: Update E820 to work with PVH (v2)" by David Vrabel · 10 years ago
- abacaad x86/xen: fix memory setup for PVH dom0 by David Vrabel · 10 years ago
- 25b884a x86/xen: set regions above the end of RAM as 1:1 by David Vrabel · 11 years ago
- 2dcc9a3 x86/xen: only warn once if bad MFNs are found during setup by David Vrabel · 11 years ago
- 6f121e5 x86, vdso: Reimplement vdso.so preparation in build-time C by Andy Lutomirski · 11 years ago
- 12f2bbd Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 07ba06d x86, asmlinkage, xen: Fix type of NMI by Andi Kleen · 11 years ago
- 9103bb0 xen/pvh: Update E820 to work with PVH (v2) by Mukesh Rathor · 11 years ago
- d285d68 xen/pvh: Early bootup changes in PV code (v4). by Mukesh Rathor · 11 years ago
- 3b284bd xen: delete new instances of added __cpuinit by Paul Gortmaker · 11 years ago
- cf39c8e Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
- d936d2d Merge tag 'stable/for-linus-3.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
- e201bfc x86/xen: during early setup, only 1:1 map the ISA region by David Vrabel · 11 years ago
- 3bc38cb x86/xen: do not identity map UNUSABLE regions in the machine E820 by David Vrabel · 11 years ago
- 6efa20e xen: Support 64-bit PV guest receiving NMIs by Konrad Rzeszutek Wilk · 11 years ago
- 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 11 years ago
- 27be457 x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flag by Len Brown · 12 years ago
- 6a377dd xen idle: make xen-specific macro xen-specific by Len Brown · 12 years ago
- 56d92aa Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
- 8d54db79 xen/boot: Disable NUMA for PV guests. by Konrad Rzeszutek Wilk · 12 years ago
- 98104c3 Merge branch 'stable/128gb.v5.1' into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
- 51faaf2 Revert "xen/x86: Workaround 64-bit hypervisor and 32-bit initial domain." and "xen/x86: Use memblock_reserve for sensitive areas." by Konrad Rzeszutek Wilk · 12 years ago
- c96aae1 xen/setup: Fix one-off error when adding for-balloon PFNs to the P2M. by Konrad Rzeszutek Wilk · 12 years ago
- 59b29440 xen/x86: Use memblock_reserve for sensitive areas. by Konrad Rzeszutek Wilk · 12 years ago
- c3d93f8 xen: populate correct number of pages when across mem boundary (v2) by zhenzhong.duan · 12 years ago
- 58b7b53 xen/balloon: Subtract from xen_released_pages the count that is populated. by Konrad Rzeszutek Wilk · 12 years ago
- 83d51ab xen/setup: update VA mapping when releasing memory during setup by David Vrabel · 13 years ago
- 96dc08b xen/setup: Combine the two hypercall functions - since they are quite similar. by Konrad Rzeszutek Wilk · 13 years ago
- 2e2fb75 xen/setup: Populate freed MFNs from non-RAM E820 entries and gaps to E820 RAM by Konrad Rzeszutek Wilk · 13 years ago
- ca11823 xen/setup: Only print "Freeing XXX-YYY pfn range: Z pages freed" if Z > 0 by Konrad Rzeszutek Wilk · 13 years ago
- 48cdd82 xen/cpufreq: Disable the cpu frequency scaling drivers from loading. by Konrad Rzeszutek Wilk · 13 years ago
- cc7335b xen/setup/pm/acpi: Remove the call to boot_option_idle_override. by Konrad Rzeszutek Wilk · 13 years ago
- 45aa066 Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/memblock by Ingo Molnar · 13 years ago
- 42ebfc6 Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
- d3db728 xen: only limit memory map to maximum reservation for domain 0. by Ian Campbell · 13 years ago
- e5fd47b xen/pm_idle: Make pm_idle be default_idle under Xen. by Konrad Rzeszutek Wilk · 13 years ago
- d4bbf7e Merge branch 'master' into x86/memblock by Tejun Heo · 13 years ago
- f3f436e xen: release all pages within 1-1 p2m mappings by David Vrabel · 13 years ago
- dc91c72 xen: allow extra memory to be in multiple regions by David Vrabel · 13 years ago
- 8b5d44a xen: allow balloon driver to use more than one memory region by David Vrabel · 13 years ago
- aa24411 xen/balloon: account for pages released during memory setup by David Vrabel · 13 years ago
- abbe0d3 Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xen by Linus Torvalds · 13 years ago
- e3b73c4 xen/e820: if there is no dom0_mem=, don't tweak extra_pages. by David Vrabel · 13 years ago
- 1154526 Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xen by Linus Torvalds · 13 years ago
- d312ae87 xen: use maximum reservation to limit amount of usable RAM by David Vrabel · 13 years ago
- 45a05f9 Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
- 98f531d xen: Fix misleading WARN message at xen_release_chunk by Igor Mammedov · 13 years ago
- 8f3c588 xen: Fix printk() format in xen/setup.c by Igor Mammedov · 13 years ago
- d91ee58 cpuidle: replace xen access to x86 pm_idle and default_idle by Len Brown · 14 years ago
- 24aa078 memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones by Tejun Heo · 13 years ago
- acd049c xen/setup: Fix for incorrect xen_extra_mem_start. by Konrad Rzeszutek Wilk · 13 years ago
- e33ab8f Merge branches 'stable/irq', 'stable/p2m.bugfixes', 'stable/e820.bugfixes' and 'stable/mmu.bugfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
- ae15a3b arch/x86/xen/setup: Cleanup code/data sections definitions by Daniel Kiper · 14 years ago
- 0f16d0d xen/setup: Fix for incorrect xen_extra_mem_start initialization under 32-bit by Daniel Kiper · 13 years ago
- 15bfc09 xen/setup: Ignore E820_UNUSABLE when setting 1-1 mappings. by Konrad Rzeszutek Wilk · 14 years ago
- 24bdb0b xen: do not create the extra e820 region at an addr lower than 4G by Stefano Stabellini · 14 years ago
- c7146dd Merge branches 'stable/p2m-identity.v4.9.1' and 'stable/e820' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
- 68df0da xen/setup: Set identity mapping for non-RAM E820 and E820 gaps. by Konrad Rzeszutek Wilk · 14 years ago
- 86b3212 xen/e820: Don't mark balloon memory as E820_UNUSABLE when running as guest and fix overflow. by Konrad Rzeszutek Wilk · 14 years ago
- 6eaa412 xen: Mark all initial reserved pages for the balloon as INVALID_P2M_ENTRY. by Konrad Rzeszutek Wilk · 14 years ago
- 2f14ddc xen/setup: Inhibit resource API from using System RAM E820 gaps as PCI mem gaps. by Zhang, Fengzhe · 14 years ago
- 23febed xen/setup: Route halt operations to safe_halt pvop. by Stefano Stabellini · 14 years ago
- 7cb31b7 xen/e820: Guard against E820_RAM not having page-aligned size or start. by Stefano Stabellini · 14 years ago
- 8338fde Merge branches 'upstream/core' and 'upstream/bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 14 years ago
- 8a3fbc9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
- e6d4a76 xen: remove duplicated #include by Huang Weiyi · 14 years ago
- bc15fde xen: use default_idle by Jeremy Fitzhardinge · 14 years ago
- c2d0879 xen: clean up "extra" memory handling some more by Jeremy Fitzhardinge · 14 years ago