summaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorAvi Kivity <avi@qumranet.com>2008-07-10 16:53:33 +0300
committerAvi Kivity <avi@qumranet.com>2008-07-20 12:42:39 +0300
commitd6e88aec07aa8f6c7e4024f5734ec659fd7c5a40 (patch)
tree2f20376a678d720d2be4e5feab3f4049e0477a73 /include/linux/timerqueue.h
parentc65bbfa1d693d375da51f9c8aa9fb26f09fa19ed (diff)
downloadkernel-d6e88aec07aa8f6c7e4024f5734ec659fd7c5a40.tar.gz
KVM: Prefix some x86 low level function with kvm_, to avoid namespace issues
Fixes compilation with CONFIG_VMI enabled. Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions
'>2020-08-25ocxl: Access interrupt trigger page from xive directlyFrederic Barrat 2020-07-29ocxl: Address kernel doc errors & warningsAlastair D'Silva 2020-07-16ocxl: Replace HTTP links with HTTPS onesAlexander A. Klimov 2020-07-15ocxl: control via sysfs whether the FPGA is reloaded on a link resetPhilippe Bergheaud 2020-05-20ocxl: Fix misleading commentAndrew Donnellan 2020-01-23ocxl: Add PCI hotplug dependency to KconfigFrederic Barrat 2019-12-14ocxl: Fix potential memory leak on context creationFrederic Barrat 2019-12-10ocxl: Fix concurrent AFU open and device removalFrederic Barrat 2019-10-10ocxl: Use the correct style for SPDX License IdentifierNishad Kamdar 2019-09-05powerpc/64s/radix: introduce options to disable use of the tlbie instructionNicholas Piggin 2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds 2019-07-10ocxl: Update for AFU descriptor template version 1.1Alastair D'Silva 2019-07-03ocxl: Allow contexts to be attached with a NULL mmAlastair D'Silva 2019-06-09Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman 2019-05-28ocxl: Make ocxl_remove() staticYueHaibing 2019-05-24misc: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner 2019-05-06ocxl: Fix return value check in afu_ioctl()Wei Yongjun 2019-05-03ocxl: Provide global MMIO accessors for external driversAlastair D'Silva 2019-05-03ocxl: move event_fd handling to frontendAlastair D'Silva 2019-05-03ocxl: afu_irq only deals with IRQ IDs, not offsetsAlastair D'Silva 2019-05-03ocxl: Allow external drivers to use OpenCAPI contextsAlastair D'Silva 2019-05-03ocxl: Create a clear delineation between ocxl backend & frontendAlastair D'Silva 2019-05-03ocxl: Don't pass pci_dev aroundAlastair D'Silva 2019-05-03ocxl: Split pci.cAlastair D'Silva 2019-05-03ocxl: Remove some unused exported symbolsAlastair D'Silva 2019-05-03ocxl: Remove superfluous 'extern' from headersAlastair D'Silva 2019-05-03ocxl: read_pasid never returns an error, so make it voidAlastair D'Silva 2019-05-03ocxl: Rename struct link to ocxl_linkAlastair D'Silva 2019-05-01ocxl: remove set but not used variables 'tid' and 'lpid'YueHaibing 2019-04-21powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V