aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/Hv.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: hv: rename Hv.c to hv.cGreg Kroah-Hartman2010-05-111-524/+0
* Staging: hv: Remove check for NULL before calling kfree()Bill Pemberton2010-05-111-5/+3
* staging: hv: Corrected all header comment formats kernel-doc formatHank Janssen2010-05-111-9/+9
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Staging: hv: Remove xen legacy code and check for Hyper-VHank Janssen2010-03-031-124/+81
* Staging: hv: fix smp problems in the hyperv core codeGreg Kroah-Hartman2010-01-201-25/+25
* Staging: hv: fix coding style issues in Hv.cGreg Kroah-Hartman2009-09-151-321/+243
* Staging: hv: move logging.hGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: coding style cleanups for HvStatus.hGreg Kroah-Hartman2009-09-151-9/+6
* Staging: hv: typdef fixes for HvSynicApi.hGreg Kroah-Hartman2009-09-151-9/+9
* Staging: hv: coding style cleanups for HvPtApi.hGreg Kroah-Hartman2009-09-151-2/+2
* Staging: hv: coding style cleanup of include/HvHcApi.hGreg Kroah-Hartman2009-09-151-4/+4
* Staging: hv: move osd.hGreg Kroah-Hartman2009-09-151-0/+1
* Staging: hv: clean up typedefs in Hv.hGreg Kroah-Hartman2009-09-151-6/+6
* Staging: hv: remove Sources.cGreg Kroah-Hartman2009-09-151-1/+2
* Staging: hv: cleanup coding style issues in Hv.hGreg Kroah-Hartman2009-09-151-20/+6
* Staging: hv: remove ReadMsr and WriteMsr functions from Hv.hGreg Kroah-Hartman2009-09-151-30/+26
* Staging: hv: osd: add osd_ prefix to global functionsGreg Kroah-Hartman2009-09-151-8/+8
* Staging: hv: osd: remove physical address wrapper functionsGreg Kroah-Hartman2009-09-151-10/+11
* Staging: hv: remove custom cpuid functionGreg Kroah-Hartman2009-09-151-4/+4
* Staging: hv: remove wrapper function VirtualFreeBill Pemberton2009-09-151-3/+3
* Staging: hv: fix sparse NULL pointer warningsGreg Kroah-Hartman2009-09-151-3/+3
* Staging: hv: fix sparse function warningsGreg Kroah-Hartman2009-09-151-2/+1
* Staging: hv: fix sparse static warningsGreg Kroah-Hartman2009-09-151-5/+5
* Staging: hv: remove HANDLE typedefBill Pemberton2009-09-151-2/+2
* Staging: hv: Hv.c: remove unused physAddrBill Pemberton2009-09-151-1/+0
* Staging: hv: Remove C99 commentsBill Pemberton2009-09-151-75/+69
* Staging: hv: fix up printk warningsGreg Kroah-Hartman2009-09-151-3/+3
* Staging: hv: osd: remove MemFree wrapperGreg Kroah-Hartman2009-09-151-2/+2
* Staging: hv: osd: remove MemAllocAtomic wrapperGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: osd: remove MemAlloc wrapperGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: remove TRUE, FALSE, and NULL usageGreg Kroah-Hartman2009-09-151-4/+4
* Staging: hv: remove SIZE_T typedefGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: remove ULONG_PTR typedefGreg Kroah-Hartman2009-09-151-4/+4
* Staging: hv: remove UINT64 and INT64 and UCHAR typedefsGreg Kroah-Hartman2009-09-151-12/+12
* Staging: hv: remove UINT32 and INT32 typedefsGreg Kroah-Hartman2009-09-151-10/+10
* Staging: hv: remove VOID typedefGreg Kroah-Hartman2009-09-151-2/+2
* Staging: hv: remove PVOID typedefGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: use the correct #ifdef for x86-64Greg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: make the Hyper-V virtual bus code buildGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: add the Hyper-V virtual busHank Janssen2009-09-151-0/+672