Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
f5fe184b08daf0c34b0de0d02c7033fe119dbf0a
« Previous
4983b39
Staging: hv: move osd.h
by Greg Kroah-Hartman
· 15 years ago
d7363a1
Staging: hv: clean up vstorage.h
by Greg Kroah-Hartman
· 15 years ago
aded716
Staging: hv: clean up typedefs in ChannelMgmt.h
by Greg Kroah-Hartman
· 15 years ago
af248e1
Staging: hv: clean up typedefs in Hv.h
by Greg Kroah-Hartman
· 15 years ago
6ddf5a7
Staging: hv: clean up RndisFilter.h
by Greg Kroah-Hartman
· 15 years ago
b010e5a
Staging: hv: clean up NetVsc.h
by Greg Kroah-Hartman
· 15 years ago
a0086dc
Staging: hv: remove Sources.c
by Greg Kroah-Hartman
· 15 years ago
3523a80
Staging: hv: cleanup coding style issues in RingBuffer.h
by Greg Kroah-Hartman
· 15 years ago
f346fdc
Staging: hv: cleanup coding style issues in VmbusPrivate.h
by Greg Kroah-Hartman
· 15 years ago
b239549
Staging: hv: cleanup coding style issues in ChannelMgmt.h
by Greg Kroah-Hartman
· 15 years ago
e89ce62
Staging: hv: cleanup coding style issues in ChannelInterface.h
by Greg Kroah-Hartman
· 15 years ago
d41024f
Staging: hv: cleanup coding style issues in VersionInfo.h
by Greg Kroah-Hartman
· 15 years ago
46a0525
Staging: hv: cleanup coding style issues in Channel.h
by Greg Kroah-Hartman
· 15 years ago
98d9fac
Staging: hv: cleanup coding style issues in Hv.h
by Greg Kroah-Hartman
· 15 years ago
a51ed7d
Staging: hv: remove ReadMsr and WriteMsr functions from Hv.h
by Greg Kroah-Hartman
· 15 years ago
e1415db
Staging: hv: adjust Hyper-V Kconfig
by Jan Beulich
· 15 years ago
79e5cdb
Staging: hv: blk dev depends on SCSI
by Randy Dunlap
· 15 years ago
b219b3f
Staging: hv: Replace typedef SG_BUFFER_LIST by struct scatterlist
by Nicolas Palix
· 15 years ago
45dcfb3
Staging: hv: remove duplicated osd.o inclusions
by Greg Kroah-Hartman
· 15 years ago
c8a429a
Staging: hv: remove timer wrapper functions
by Greg Kroah-Hartman
· 15 years ago
bfc30aae
Staging: hv: osd: add osd_ prefix to global functions
by Greg Kroah-Hartman
· 15 years ago
fa56d36
Staging: hv: osd: remove physical address wrapper functions
by Greg Kroah-Hartman
· 15 years ago
4a66384
Staging: hv: remove custom rdmsrl and wrmsrl functions
by Greg Kroah-Hartman
· 15 years ago
f931a70
Staging: hv: remove custom cpuid function
by Greg Kroah-Hartman
· 15 years ago
45da89e
Staging: hv: remove wrapper functions around kmap_
by Bill Pemberton
· 15 years ago
b7c947f
Staging: hv: remove wrapper function VirtualFree
by Bill Pemberton
· 15 years ago
f488841
Staging: hv: remove wrapper functions for atomic operations
by Bill Pemberton
· 15 years ago
7c369f4
Staging: hv: remove wrapper functions for bit operations
by Bill Pemberton
· 15 years ago
420beac
Staging: hv: remove WaitEventClose()
by Bill Pemberton
· 15 years ago
de65a38
Staging: hv: rework use of workqueues in osd
by Bill Pemberton
· 15 years ago
949cada
Staging: hv: fix sparse NULL pointer warnings
by Greg Kroah-Hartman
· 15 years ago
1277290
Staging: hv: fix sparse function warnings
by Greg Kroah-Hartman
· 15 years ago
bd1de70
Staging: hv: fix sparse static warnings
by Greg Kroah-Hartman
· 15 years ago
0b3f683
Staging: hv: Remove typedef STORVSC_REQUEST and PSTORVSC_REQUEST
by Nicolas Palix
· 15 years ago
4193d4f
Staging: hv: Remove typedef NETVSC_PACKET and PNETVSC_PACKET
by Nicolas Palix
· 15 years ago
775ef25
Staging: hv: Remove typedef DRIVER_OBJECT and PDRIVER_OBJECT
by Nicolas Palix
· 15 years ago
b7d7ae6
Staging: hv: properly fix the printk() warnings
by Greg Kroah-Hartman
· 15 years ago
bafd2c2
Staging: hv: remove more printk() warnings
by Greg Kroah-Hartman
· 15 years ago
44f357f
Staging: hv: remove HANDLE typedef
by Bill Pemberton
· 15 years ago
06d2e31
Staging: hv remove TIMER typedef
by Bill Pemberton
· 15 years ago
aedb444
Staging: hv: remove WAITEVENT typedef
by Bill Pemberton
· 15 years ago
b578852
Staging: hv: comment out blkdev variable in blkvsc_ioctl
by Bill Pemberton
· 15 years ago
2295ba2
Staging: hv: check return value of driver_for_each_device()
by Bill Pemberton
· 15 years ago
3d3b551
Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their corresponding structs
by Nicolas Palix
· 15 years ago
df8d9b1
Staging: hv: Remove WORKQUEUE typedef
by Bill Pemberton
· 15 years ago
d1af1db7
Staging: hv: remove NETVSC_DEVICE typedef
by Bill Pemberton
· 15 years ago
a9a7135
Staging: hv: remove VMBUS_MSGINFO typedef
by Bill Pemberton
· 15 years ago
662e66b
Staging: hv: remove VMBUS_CONNECTION typedef
by Bill Pemberton
· 15 years ago
5c3e375
Staging: hv: remove VMBUS_CONNECT_STATE typedef
by Bill Pemberton
· 15 years ago
3fcc523
Staging: hv: remove VMBUS_CHANNEL_PACKET_MULITPAGE_BUFFER typedef
by Bill Pemberton
· 15 years ago
0cf4fa8
Staging: hv: remove VMBUS_CHANNEL_PACKET_PAGE_BUFFER typedef
by Bill Pemberton
· 15 years ago
b75f9c8
Staging: hv: Hv.c: remove unused physAddr
by Bill Pemberton
· 15 years ago
25fb66c
Staging: hv: vmbus_drv.c: remove unused structs
by Bill Pemberton
· 15 years ago
5d48a1c
Staging: hv: check return value of device_register()
by Bill Pemberton
· 15 years ago
c19fbca
Staging: hv: check return value of bus_register()
by Bill Pemberton
· 15 years ago
b2aba7c
Staging: hv: vmbus_drv.c: fix print formatting
by Bill Pemberton
· 15 years ago
7f6f27d
Staging: hv: storvsc_drv.c: fix print formatting
by Bill Pemberton
· 15 years ago
38d3af0
Staging: hv: RndisFilter.c: fix print formatting
by Bill Pemberton
· 15 years ago
4d4a0e2
Staging: hv: NetVsc.c: fix print formatting
by Bill Pemberton
· 15 years ago
ed39aa6
Staging: hv: Remove X2V_LINUX check
by Bill Pemberton
· 15 years ago
dfe8b2d
Staging: hv: fix blkvsc_ioctl() parameters
by Bill Pemberton
· 15 years ago
77d2d9d
Staging: hv: fix blkvsc_release() parameters
by Bill Pemberton
· 15 years ago
39635f7
Staging: hv: fix blkvsc_open() parameters
by Bill Pemberton
· 15 years ago
627c156
Staging: hv: blkvsc_drv.c: fix print formatting
by Bill Pemberton
· 15 years ago
78cd200
Staging: hv: StorVsc.c: fix print formatting
by Bill Pemberton
· 15 years ago
454f18a
Staging: hv: Remove C99 comments
by Bill Pemberton
· 15 years ago
226408a
Staging: hv: Use %ld instead of %d for a long ints
by Bill Pemberton
· 15 years ago
222076b
Staging: hv: force hyper-v drivers to be built as a module
by Greg Kroah-Hartman
· 15 years ago
06da0bc
Staging: hv: Transform some kzalloc calls to kcalloc
by Nicolas Palix
· 15 years ago
c18b5ae
Staging: hv: Remove compatibility ifdefry
by Moritz Muehlenhoff
· 15 years ago
d492309
Staging: hv: osd: remove GetTickCount and GetTimestamp wrappers
by Greg Kroah-Hartman
· 15 years ago
2701f68
Staging: hv: fix up printk warnings
by Greg Kroah-Hartman
· 15 years ago
04f50c4
Staging: hv: osd: remove PrintBytes wrapper
by Greg Kroah-Hartman
· 15 years ago
a14bd58
Staging: hv: osd: remove LogMsg wrapper
by Greg Kroah-Hartman
· 15 years ago
28b6ca9
Staging: hv: osd: remove MemoryFence wrapper
by Greg Kroah-Hartman
· 15 years ago
b4362c9
Staging: hv: osd: remove Sleep wrapper
by Greg Kroah-Hartman
· 15 years ago
3bcfa88
Staging: hv: osd: remove spinlock wrapper functions
by Greg Kroah-Hartman
· 15 years ago
0f5e44c
Staging: hv: make gVmbusConnection.ChannelLock a real spinlock
by Greg Kroah-Hartman
· 15 years ago
dd0813b
Staging: hv: make gVmbusConnection.ChannelMsgLock a real spinlock
by Greg Kroah-Hartman
· 15 years ago
6436873
Staging: hv: make netDevice->ReceivePacketListLock a real spinlock
by Greg Kroah-Hartman
· 15 years ago
880fb89
Staging: hv: make Device->RequestLock a real spinlock
by Greg Kroah-Hartman
· 15 years ago
a98f96e
Staging: hv: make RingInfo->RingLock a real spinlock
by Greg Kroah-Hartman
· 15 years ago
54411c4
Staging: hv: make Channel->InboundLock a real spinlock
by Greg Kroah-Hartman
· 15 years ago
8c69f52
Staging: hv: osd: remove MemFree wrapper
by Greg Kroah-Hartman
· 15 years ago
0a72f3c
Staging: hv: osd: remove MemAllocAtomic wrapper
by Greg Kroah-Hartman
· 15 years ago
e276a3a
Staging: hv: osd: remove MemAllocZeroed wrapper
by Greg Kroah-Hartman
· 15 years ago
e40d37c
Staging: hv: osd: remove MemAlloc wrapper
by Greg Kroah-Hartman
· 15 years ago
0e72761
Staging: hv: remove TRUE, FALSE, and NULL usage
by Greg Kroah-Hartman
· 15 years ago
1f76554
Staging: hv: remove FIELD_OFFSET usage
by Greg Kroah-Hartman
· 15 years ago
4e9bfef
Staging: hv: remove UNUSED_VAR usage
by Greg Kroah-Hartman
· 15 years ago
b211a95
Staging: hv: remove STRUCT_PACKED and STRUCT_ALIGNED defines
by Greg Kroah-Hartman
· 15 years ago
0ffa63b
Staging: hv: remove PAGE_SIZE and PAGE_SHIFT and __builtin functions
by Greg Kroah-Hartman
· 15 years ago
fc6a4b2
Staging: hv: remove MIN and MAX usages
by Greg Kroah-Hartman
· 15 years ago
22ae0be
Staging: hv: remove #defines from osd.c
by Greg Kroah-Hartman
· 15 years ago
27274e5
Staging: hv: remove BOOL and BOOLEAN typedefs
by Greg Kroah-Hartman
· 15 years ago
84988a1
Staging: hv: remove DWORD and BYTE typedefs
by Greg Kroah-Hartman
· 15 years ago
45635d9
Staging: hv: remove SIZE_T typedef
by Greg Kroah-Hartman
· 15 years ago
3abcbc4
Staging: hv: remove ULONG and LONG typedefs
by Greg Kroah-Hartman
· 15 years ago
c4b0bc9
Staging: hv: remove ULONG_PTR typedef
by Greg Kroah-Hartman
· 15 years ago
b509bf5
Staging: hv: remove ULONGLONG and LONGLONG typedefs
by Greg Kroah-Hartman
· 15 years ago
Next »