aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/kernel.c
Commit message (Expand)AuthorAgeFilesLines
* AMD IOMMU: allow command line overrides for broken IVRS tablesJan Beulich2013-08-291-0/+16
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-2/+2
* xen: Fix off-by-one error when parsing command line argumentsAndrew Cooper2012-07-031-1/+1
* Fix test for NULL command line in cmdline_parse()David Vrabel2012-03-231-3/+3
* Allow cmdline_parse() to be used with const stringsDavid Vrabel2012-03-221-1/+1
* Introduce system_state variable.Keir Fraser2012-03-221-0/+2
* move declarations of some required per-arch functions into common headersJan Beulich2012-01-121-4/+1
* add privileged (dom0) kernel feature indicationJan Beulich2011-07-231-0/+2
* Revert 23664:3e3c0a8be9f9Keir Fraser2011-07-081-2/+1
* add privileged/unprivileged kernel feature indicationJan Beulich2011-07-081-1/+2
* xen: remove extern function declarations from C files.Tim Deegan2011-05-261-1/+1
* Use bool_t for various boolean variablesKeir Fraser2010-12-241-18/+35
* Interrupt remapping to PIRQs in HVM guestsKeir Fraser2010-11-191-1/+2
* consolidate custom parameter parsing routines looking for boolean valuesKeir Fraser2010-11-191-5/+21
* x86 hvm: implement vector callback for evtchn deliveryKeir Fraser2010-05-251-1/+2
* x86: TSC handling cleanups (version 2)Keir Fraser2010-05-221-0/+2
* Revert 21339:804304d4e05d "x86: TSC handling cleanups"Keir Fraser2010-05-211-2/+0
* x86: Implement cpu hotplug notifiers. Use them.Keir Fraser2010-05-141-0/+16
* x86: TSC handling cleanupsKeir Fraser2010-05-111-0/+2
* introduce size_param()Keir Fraser2009-08-311-0/+15
* Allow tools to see the hypervisor command line.Keir Fraser2009-06-181-1/+12
* x86: allow grant table originating ptes to have their guest availableKeir Fraser2008-11-041-1/+2
* x86: highmem handling assistance hypercallsKeir Fraser2008-10-271-1/+2
* amd: fix CPUID mask option handlingKeir Fraser2008-10-151-2/+1
* x86: New feature flag XENFEAT_mmu_pt_update_preserve_ad.Keir Fraser2008-01-161-0/+4
* x86: Allow NMI callback CS to be specified via set_trap_table()Keir Fraser2007-10-221-34/+0
* Let Xen cmdline boolean options be specified as "=0", "=1", "=false", "=true".kfraser@localhost.localdomain2007-09-141-1/+4
* Skipping image name at start of command line is ankfraser@localhost.localdomain2007-08-291-6/+0
* [XEN] replace shadow_* with paging_* in common codeTim Deegan2007-07-201-2/+2
* Also allow boolean cmdline params to be inverted in two other ways.kfraser@localhost.localdomain2007-07-091-6/+8
* Allow inversion of boolean cmdline parameters with 'no-' prefix.kfraser@localhost.localdomain2007-07-091-5/+14
* Enhance guest memory accessor macros so that source operands can bekfraser@localhost.localdomain2007-06-201-5/+5
* xen: Remove {nmi_pending,nmi_masked,paused} vcpu bitflags.kfraser@localhost.localdomain2007-03-291-1/+1
* [XEN] Fix XENVER_capabilities hypercall.Ian Campbell2007-01-311-2/+2
* Replace sprintf with snprintf and strncpy with strlcpy.kfraser@localhost.localdomain2007-01-291-2/+1
* Handle shared info (having different layout for native and compatibilityEmmanuel Ackaouy2007-01-051-1/+4
* Add logic to generate headers reflecting the compatibility mode layoutEmmanuel Ackaouy2007-01-051-4/+15
* Improve consistency of type-attribute usage (volatile/const).kfraser@localhost.localdomain2006-12-211-3/+4
* [HVMLOADER] HVM loader initialises hypercall shim and useskfraser@localhost.localdomain2006-08-041-0/+7
* [XEN] Hide compile-time information values behind akfraser@localhost.localdomain2006-08-011-8/+8
* [XEN] Fix my change to XENVER_pagesize hypercall --kfraser@dhcp93.uk.xensource.com2006-06-271-1/+1
* Add XENVER_pagesize hypercall.kaf24@firebug.cl.cam.ac.uk2006-06-271-0/+5
* [XEN] Add a warning banner when 'sync_console' is used. Make itkaf24@firebug.cl.cam.ac.uk2006-06-201-2/+3
* Create new vmassist type 'pae_extended_cr3'. Only advertisekaf24@firebug.cl.cam.ac.uk2006-06-051-1/+4
* [PAE] Allow pgdirs above 4GB for paravirt guests.kaf24@firebug.cl.cam.ac.uk2006-05-261-3/+2
* Rename *GUEST_HANDLE to *XEN_GUEST_HANDLE.kaf24@firebug.cl.cam.ac.uk2006-04-271-2/+2
* Fix command-line parsing in a few respects -- be morekaf24@firebug.cl.cam.ac.uk2006-04-211-12/+13
* Merge nmi_op functionality with the callback_op hypercall.Ian.Campbell@xensource.com2006-04-211-17/+31
* Upgrade all hypercalls to use the new guest_handle interface (on the Xen side).kaf24@firebug.cl.cam.ac.uk2006-03-071-22/+26