summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/multicalls.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* xen/x86: add diagnostic printout to xen_mc_flush() in case of errorJuergen Gross2018-11-291-15/+20
* xen: don't use privcmd_call() from xen_mc_flush()Juergen Gross2018-08-071-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86: Replace __get_cpu_var usesChristoph Lameter2014-08-261-4/+4
* xen/multicall: move *idx fields to start of mc_bufferJeremy Fitzhardinge2011-07-191-1/+1
* xen/multicall: special-case singleton hypercallsJeremy Fitzhardinge2011-07-191-5/+22
* xen/multicalls: add unlikely around slowpath in __xen_mc_entry()Jeremy Fitzhardinge2011-07-191-2/+2
* xen/multicalls: disable MC_DEBUGJeremy Fitzhardinge2011-07-191-2/+2
* xen/trace: add multicall tracingJeremy Fitzhardinge2011-07-191-8/+23
* xen/multicalls: remove debugfs statsJeremy Fitzhardinge2011-07-191-108/+1Star
* xen: off by one errors in multicalls.cDan Carpenter2011-06-031-6/+6
* x86, xen: do multicall callbacks with interrupts disabledJeremy Fitzhardinge2009-02-161-2/+2
* x86, xen: degrade BUG to WARN when multicall failsJeremy Fitzhardinge2009-02-161-1/+1
* x86, xen: record and display initiator of each multicall when debuggingIan Campbell2009-02-161-2/+7
* xen: whitespace/checkpatch cleanupTej2008-12-161-1/+1
* xen: add debugfs supportJeremy Fitzhardinge2008-08-211-2/+113
* xen: print backtrace on multicall failureJeremy Fitzhardinge2008-07-161-0/+1
* xen: add mechanism to extend existing multicallsJeremy Fitzhardinge2008-06-251-6/+34
* x86: coding style fixes to arch/x86/xen/multicalls.cPaolo Ciarrocchi2008-04-171-2/+2
* xen: add some debug output for failed multicallsJeremy Fitzhardinge2007-10-161-0/+25
* xen: add batch completion callbacksJeremy Fitzhardinge2007-10-161-3/+26
* i386: move xenThomas Gleixner2007-10-111-0/+90