aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/keyhandler.c
Commit message (Expand)AuthorAgeFilesLines
* debug: remove some event channel info from the 'i' and 'q' debug keysDavid Vrabel2013-10-141-9/+2
* xen: remove evtchn_upcall_mask from interface on ARMIan Campbell2013-08-201-1/+1
* watchdog: Move watchdog from being x86 specific to common codeAndrew Cooper2013-08-131-1/+1
* xen: allow for explicitly specifying node-affinityDario Faggioli2013-04-171-0/+11
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* x86: move watchdog declarations from config.h to nmi.hJan Beulich2013-02-151-0/+1
* x86/mm: Output domain count of paged pages in consoleAndres Lagar-Cavilla2012-01-261-2/+4
* Add the ability to poll stats about shared memory via the consoleAndres Lagar-Cavilla2012-01-261-2/+5
* Include some header files that are not automatically included on all archsStefano Stabellini2012-01-231-0/+1
* debug: Add domain/vcpu pause_count info to 'd' key.Keir Fraser2011-11-221-5/+7
* eliminate first_cpu() etcJan Beulich2011-11-081-1/+1
* allocate CPU sibling and core maps dynamicallyJan Beulich2011-10-211-1/+1
* eliminate direct assignments of CPU masksJan Beulich2011-10-211-9/+8
* eliminate cpumask accessors referencing NR_CPUSJan Beulich2011-10-211-1/+1
* introduce and use nr_cpu_ids and nr_cpumask_bitsJan Beulich2011-10-211-1/+1
* convert more literal uses of cpumask_t to pointersJan Beulich2011-09-181-5/+5
* xen: remove extern function declarations from C files.Tim Deegan2011-05-261-5/+1
* Remove direct cpumask_t members from struct vcpu and struct domainJan Beulich2011-04-051-3/+3
* re-add calls accidentally deleted from run_all_nonirq_keyhandlers()Keir Fraser2010-12-241-0/+4
* Reduce side effects of handling '*' debug keyKeir Fraser2010-12-151-4/+5
* xen: Send the debug VIRQ to guests after the rest of the domain dump is done.Keir Fraser2010-07-161-3/+12
* Eliminate unnecessary NR_CPUS-sized arrays from 't' key handlerKeir Fraser2010-07-091-14/+18
* Watchdog timers for domainsKeir Fraser2010-06-041-0/+5
* Reduce 'd' debug key's global impactKeir Fraser2010-05-061-16/+45
* Reduce '0' debug key's global impactKeir Fraser2010-05-061-0/+51
* Move tasklet implementation into its own source files.Keir Fraser2010-04-191-1/+1
* keyhandler: Do not serialise keyhandlers; increase scratch array size.Keir Fraser2010-02-121-11/+1
* keyhandler: global shared scratch space for temporary stringsKeir Fraser2010-02-111-7/+16
* Disable watchdog in dump_registersKeir Fraser2009-12-141-0/+2
* Point per-vcpu vcpu_info at a dummy structure by default, avoidingKeir Fraser2009-10-291-4/+2
* Spinlock profiling (enable in build with lock_profile=y)Keir Fraser2009-10-141-0/+20
* Add a single trigger for all diagnostic keyhandlersKeir Fraser2009-08-021-63/+134
* x86_64: allow more vCPU-s per guestKeir Fraser2009-06-181-2/+4
* Remove unused 'retry' parameter from on_selected_cpus() etc.Keir Fraser2009-05-271-2/+2
* Pass cpumasks by reference always.Keir Fraser2009-05-271-1/+1
* x86: Fix event-channel access for 32-bit HVM guests.Keir Fraser2009-03-031-1/+1
* Print domain max_pages in 'q' debug output.Keir Fraser2009-01-081-2/+2
* Print d->is_dying when dumping domain info.Keir Fraser2008-10-271-2/+2
* Add debug key 'e' for event channel informationKeir Fraser2008-09-221-2/+2
* Delay 5 seconds on reboot *after* stopping all CPUs.Keir Fraser2008-08-041-1/+1
* x86: extend debug key 't' to collect useful clock skew infoKeir Fraser2008-07-281-14/+38
* Fix debug key t to avoid irq jitter.Keir Fraser2008-07-211-0/+2
* Bring back console_start_log_everything() as a milder alternative toKeir Fraser2008-06-131-4/+9
* Improve serial output when dropping characters to drop them in bigKeir Fraser2008-06-131-9/+4
* dom0 state dumpKeir Fraser2008-06-121-0/+16
* keyhandler: When dumping all-CPU register state, wnter console syncKeir Fraser2008-06-121-0/+5
* Turn some simple softirqs into tasklets.Keir Fraser2008-04-111-4/+4
* x86: Allow bitop functions to be applied only to fields of at least 4Keir Fraser2008-03-161-3/+3
* Fix gdb debugging of hypervisor.Keir Fraser2007-12-121-0/+1
* Change prototype of machine_restart to void machine_restart(void).kfraser@localhost.localdomain2007-09-101-1/+1