summaryrefslogtreecommitdiff
path: root/xen/include/asm-x86/setup.h
AgeCommit message (Expand)Author
2021-03-12x86/msr: introduce an option for compatible MSR behavior selectionRoger Pau Monné
2020-04-14x86/EFI: also fill boot_tsc_stamp on the xen.efi boot pathJan Beulich
2020-01-10x86/boot: Drop INVALID_VCPUAndrew Cooper
2019-09-26x86/cpuid: Enable CPUID Faulting for PV control domains by defaultAndrew Cooper
2019-05-23x86/boot: Rename dom0_{pvh,verbose} variables to have an opt_ prefixAndrew Cooper
2019-01-08x86/dom0: add verbose mode and print memory allocation statsRoger Pau Monné
2018-11-14xen/arm: introduce create_domUsStefano Stabellini
2018-08-31xen/dom0: Arrange for dom0_cfg to contain the real max_vcpus valueAndrew Cooper
2018-07-19x86: command line option to avoid use of secondary hyper-threadsJan Beulich
2018-07-02x86: move per-vendor early CPU init declarationsJan Beulich
2018-01-16xen/x86: make VGA support selectableRoger Pau Monne
2018-01-11x86/microcode: Use the exported bootstrap_map() functionAndrew Cooper
2018-01-11x86/boot: Export bootstrap_map() for use in other translation unitsAndrew Cooper
2017-03-08x86/MCE: sanitize domain/vcpu ID handlingJan Beulich
2017-02-13x86: split Dom0 build into PV and PVHv2Roger Pau Monné
2016-02-25x86: use 2M superpages for text/data/bss mappingsAndrew Cooper
2015-05-20x86/pvh: use a custom IO bitmap for PVH hardware domainsRoger Pau Monné
2015-05-11Revert "x86/pvh: use a custom IO bitmap for PVH hardware domains"Jan Beulich
2015-05-08x86/pvh: use a custom IO bitmap for PVH hardware domainsRoger Pau Monné
2015-03-06x86: allow specifying the NUMA nodes Dom0 should run onJan Beulich
2014-12-11have architectures specify the number of PIRQs a hardware domain getsJan Beulich
2014-05-16x86/traps: functional prep workAndrew Cooper
2013-02-08x86: debugging code for testing 16Tb support on smaller memory systemsJan Beulich
2012-09-12x86: retrieve keyboard shift status flags from BIOSJan Beulich
2012-05-30x86: fix nested HVM initializationJan Beulich
2012-03-22Introduce system_state variable.Keir Fraser
2012-01-12move declarations of some required per-arch functions into common headersJan Beulich
2011-12-21x86: reduce scope of some symbols used with reset_stack_and_jump()Jan Beulich
2011-12-01x86/microcode: enable boot time (pre-Dom0) loadingJan Beulich
2011-10-21introduce and use nr_cpu_ids and nr_cpumask_bitsJan Beulich
2011-05-26xen: remove extern function declarations from C files.Tim Deegan
2011-04-15x86: don't write_tsc() non-zero values on CPUs updating only the lower 32 bitsKeir Fraser
2011-02-28Nested Virtualization core implementationcegger
2010-12-24Use bool_t for various boolean variablesKeir Fraser
2010-11-09x86: allow passing initrd to kernel without exposing it through the initial m...Keir Fraser
2010-11-09x86: do away with the boot time low-memory 1:1 mappingKeir Fraser
2010-05-14Remove many uses of cpu_possible_map and iterators over NR_CPUS.Keir Fraser
2009-10-07Scattered code arrangement cleanups.Keir Fraser