index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Staging: hv: remove custom rdmsrl and wrmsrl functions
Greg Kroah-Hartman
2009-09-15
2
-37
/
+2
*
Staging: hv: remove custom cpuid function
Greg Kroah-Hartman
2009-09-15
2
-10
/
+4
*
Staging: hv: remove wrapper functions around kmap_
Bill Pemberton
2009-09-15
3
-19
/
+6
*
Staging: hv: remove wrapper function VirtualFree
Bill Pemberton
2009-09-15
3
-9
/
+3
*
Staging: hv: remove wrapper functions for atomic operations
Bill Pemberton
2009-09-15
10
-81
/
+40
*
Staging: hv: remove wrapper functions for bit operations
Bill Pemberton
2009-09-15
5
-40
/
+15
*
Staging: hv: remove WaitEventClose()
Bill Pemberton
2009-09-15
8
-17
/
+11
*
Staging: hv: rework use of workqueues in osd
Bill Pemberton
2009-09-15
5
-62
/
+45
*
Staging: hv: fix sparse NULL pointer warnings
Greg Kroah-Hartman
2009-09-15
1
-3
/
+3
*
Staging: hv: fix sparse function warnings
Greg Kroah-Hartman
2009-09-15
2
-4
/
+2
*
Staging: hv: fix sparse static warnings
Greg Kroah-Hartman
2009-09-15
16
-75
/
+75
*
Staging: hv: Remove typedef STORVSC_REQUEST and PSTORVSC_REQUEST
Nicolas Palix
2009-09-15
4
-22
/
+22
*
Staging: hv: Remove typedef NETVSC_PACKET and PNETVSC_PACKET
Nicolas Palix
2009-09-15
5
-38
/
+38
*
Staging: hv: Remove typedef DRIVER_OBJECT and PDRIVER_OBJECT
Nicolas Palix
2009-09-15
10
-43
/
+37
*
Staging: hv: properly fix the printk() warnings
Greg Kroah-Hartman
2009-09-15
5
-8
/
+8
*
Staging: hv: remove more printk() warnings
Greg Kroah-Hartman
2009-09-15
6
-9
/
+9
*
Staging: hv: remove HANDLE typedef
Bill Pemberton
2009-09-15
3
-5
/
+4
*
Staging: hv remove TIMER typedef
Bill Pemberton
2009-09-15
3
-24
/
+20
*
Staging: hv: remove WAITEVENT typedef
Bill Pemberton
2009-09-15
7
-32
/
+28
*
Staging: hv: comment out blkdev variable in blkvsc_ioctl
Bill Pemberton
2009-09-15
1
-1
/
+1
*
Staging: hv: check return value of driver_for_each_device()
Bill Pemberton
2009-09-15
3
-6
/
+26
*
Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their c...
Nicolas Palix
2009-09-15
18
-152
/
+153
*
Staging: hv: Remove WORKQUEUE typedef
Bill Pemberton
2009-09-15
4
-25
/
+17
*
Staging: hv: remove NETVSC_DEVICE typedef
Bill Pemberton
2009-09-15
3
-42
/
+42
*
Staging: hv: remove VMBUS_MSGINFO typedef
Bill Pemberton
2009-09-15
1
-2
/
+2
*
Staging: hv: remove VMBUS_CONNECTION typedef
Bill Pemberton
2009-09-15
2
-4
/
+4
*
Staging: hv: remove VMBUS_CONNECT_STATE typedef
Bill Pemberton
2009-09-15
1
-3
/
+3
*
Staging: hv: remove VMBUS_CHANNEL_PACKET_MULITPAGE_BUFFER typedef
Bill Pemberton
2009-09-15
3
-5
/
+5
*
Staging: hv: remove VMBUS_CHANNEL_PACKET_PAGE_BUFFER typedef
Bill Pemberton
2009-09-15
3
-5
/
+5
*
Staging: hv: Hv.c: remove unused physAddr
Bill Pemberton
2009-09-15
1
-1
/
+0
*
Staging: hv: vmbus_drv.c: remove unused structs
Bill Pemberton
2009-09-15
1
-28
/
+0
*
Staging: hv: check return value of device_register()
Bill Pemberton
2009-09-15
5
-8
/
+21
*
Staging: hv: check return value of bus_register()
Bill Pemberton
2009-09-15
1
-1
/
+6
*
Staging: hv: vmbus_drv.c: fix print formatting
Bill Pemberton
2009-09-15
1
-1
/
+1
*
Staging: hv: storvsc_drv.c: fix print formatting
Bill Pemberton
2009-09-15
1
-1
/
+1
*
Staging: hv: RndisFilter.c: fix print formatting
Bill Pemberton
2009-09-15
1
-3
/
+3
*
Staging: hv: NetVsc.c: fix print formatting
Bill Pemberton
2009-09-15
1
-1
/
+1
*
Staging: hv: Remove X2V_LINUX check
Bill Pemberton
2009-09-15
1
-8
/
+0
*
Staging: hv: fix blkvsc_ioctl() parameters
Bill Pemberton
2009-09-15
1
-4
/
+4
*
Staging: hv: fix blkvsc_release() parameters
Bill Pemberton
2009-09-15
1
-3
/
+3
*
Staging: hv: fix blkvsc_open() parameters
Bill Pemberton
2009-09-15
1
-4
/
+4
*
Staging: hv: blkvsc_drv.c: fix print formatting
Bill Pemberton
2009-09-15
1
-14
/
+14
*
Staging: hv: StorVsc.c: fix print formatting
Bill Pemberton
2009-09-15
1
-9
/
+9
*
Staging: hv: Remove C99 comments
Bill Pemberton
2009-09-15
42
-2525
/
+2608
*
Staging: hv: Use %ld instead of %d for a long ints
Bill Pemberton
2009-09-15
2
-3
/
+3
*
Staging: hv: force hyper-v drivers to be built as a module
Greg Kroah-Hartman
2009-09-15
1
-4
/
+4
*
Staging: hv: Transform some kzalloc calls to kcalloc
Nicolas Palix
2009-09-15
1
-3
/
+3
*
Staging: hv: Remove compatibility ifdefry
Moritz Muehlenhoff
2009-09-15
10
-431
/
+0
*
Staging: hv: osd: remove GetTickCount and GetTimestamp wrappers
Greg Kroah-Hartman
2009-09-15
2
-15
/
+0
*
Staging: hv: fix up printk warnings
Greg Kroah-Hartman
2009-09-15
4
-18
/
+18
[next]