Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
8e854680b57440a8bbfdaae05534b010060f7966
8e85468
Staging: hv: storvsc: Cleanup error code returned in storvsc_probe()
by K. Y. Srinivasan
· 13 years ago
f3b7416
Staging: hv: storvsc: Cleanup returned error code in storvsc_host_reset()
by K. Y. Srinivasan
· 13 years ago
1920da8
Staging: hv: storvsc: Fix/cleanup some dated comments in storvsc.c
by K. Y. Srinivasan
· 13 years ago
e9bda43
Storage: hv: storvsc: Get rid of some unnecessary DPRINTs from storvsc.c
by K. Y. Srinivasan
· 13 years ago
3b54eed
Staging: hv: storvsc: Cleanup error handling in storvsc_do_io()
by K. Y. Srinivasan
· 13 years ago
cae50a2
Staging: hv: storvsc: Cleanup error handling in storvsc_connect_to_vsp()
by K. Y. Srinivasan
· 13 years ago
5260e29
Staging: hv: storvsc: Cleanup error handling in storvsc_channel_init()
by K. Y. Srinivasan
· 13 years ago
d225d36
Staging: hv: storvsc: Cleanup error handling in storvsc_dev_add()
by K. Y. Srinivasan
· 13 years ago
5289d3d
Staging: hv: vmbus: Retry vmbus_post_msg() before giving up
by K. Y. Srinivasan
· 13 years ago
0293e5c
Staging: hv: netvsc: Get rid of an unnecessary print statement in netvsc_probe()
by K. Y. Srinivasan
· 13 years ago
3d5cad9
Staging: hv: vmbus: Cleanup the error return value in vmbus_recvpacket_raw()
by K. Y. Srinivasan
· 13 years ago
d2598f0
Staging: hv: vmbus: Cleanup error values in ringbuffer.c
by K. Y. Srinivasan
· 13 years ago
176fb9e
Staging: hv: vmbus: Change the variable name openInfo to open_info in channel.c
by K. Y. Srinivasan
· 13 years ago
c8a5698
Staging: hv: vmbus: Get rid of unnecessary comments in channel.c
by K. Y. Srinivasan
· 13 years ago
0987ff6
Staging: hv: vmbus: Rename openMsg to open_msg in channel.c
by K. Y. Srinivasan
· 13 years ago
da06da2
Staging: hv: vmbus: Get rid of the function dump_gpadl_header()
by K. Y. Srinivasan
· 13 years ago
1f22b9a
Staging: hv: vmbus: Get rid of the function dump_gpadl_body()
by K. Y. Srinivasan
· 13 years ago
7a9462d
Staging: hv: vmbus: Get rid of unnecessay comments in connection.c
by K. Y. Srinivasan
· 13 years ago
5433e00
Staging: hv: vmbus: Cleanup error handling in hv_init()
by K. Y. Srinivasan
· 13 years ago
ffca7c4
Staging: hv: vmbus: Cleanup unnecessary comments in hv.c
by K. Y. Srinivasan
· 13 years ago
94a66c9
Staging: hv: vmbus: Get rid of some unnecessary comments
by K. Y. Srinivasan
· 13 years ago
768fa21
Staging: hv: fix up driver registering mess
by Greg Kroah-Hartman
· 13 years ago
c411a59
Staging: hv: util: Get rid of the PCI signature in hv_util.c
by K. Y. Srinivasan
· 13 years ago
84385b0
Staging: hv: util: Get rid of the DMI signature in hv_util.c
by K. Y. Srinivasan
· 13 years ago
2e7a35a
Staging: hv: netvsc: Get rid of the DMI signature in netvsc_drv.c
by K. Y. Srinivasan
· 13 years ago
d7dc6b9
Staging: hv: netvsc: Get rid of the PCI signature
by K. Y. Srinivasan
· 13 years ago
4e80fbf
Staging: hv: storvsc: Get rid of the DMI signature
by K. Y. Srinivasan
· 13 years ago
49ce675
Staging: hv: vmbus: Get rid of an unnecessary include line in vmbus_drv.c
by K. Y. Srinivasan
· 13 years ago
5841a82
Staging: hv: vmbus: Support the notion of id tables in vmbus_match()
by K. Y. Srinivasan
· 13 years ago
0ddda66
Staging: hv: vmbus: Cleanup vmbus_uevent() code
by K. Y. Srinivasan
· 13 years ago
5cee7cb
Staging: hv: vmbus: Cleanup vmbus_match()
by K. Y. Srinivasan
· 13 years ago
c45cf2d
Staging: hv: create VMBUS_DEVICE macro and use it.
by Greg Kroah-Hartman
· 13 years ago
283f212
Staging: hv: util: Make hv_utils a vmbus device driver
by K. Y. Srinivasan
· 13 years ago
1ec91eb
Staging: hv: mousevsc: Use the newly introduced vmbus ID in mouse driver
by K. Y. Srinivasan
· 13 years ago
345c4cc
Staging: hv: netvsc: Use the newly introduced vmbus ID in netvsc driver
by K. Y. Srinivasan
· 13 years ago
d847b5f
Staging: hv: storvsc: Use the newly introduced vmbus ID in storvsc driver
by K. Y. Srinivasan
· 13 years ago
eefd7f4
Staging: hv: blkvsc: Use the newly introduced vmbus ID in the blockvsc driver
by K. Y. Srinivasan
· 13 years ago
ebf16e3
Staging: hv: file2alias: fix up alias creation logic for hv_vmbus_device_id
by Greg Kroah-Hartman
· 13 years ago
2e2c1d1
Staging: hv: vmbus: Introduce vmbus ID space in struct hv_driver
by K. Y. Srinivasan
· 13 years ago
d2ee52a
Staging: hv: Add code to parse struct hv_vmbus_device_id table
by K. Y. Srinivasan
· 13 years ago
a91befc
Staging: hv: add driver_data to hv_vmbus_device_id
by Greg Kroah-Hartman
· 13 years ago
17be18c
Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h
by K. Y. Srinivasan
· 13 years ago
358d2ee
Staging: hv: Replace struct hv_guid with the uuid type already defined in Linux
by K. Y. Srinivasan
· 13 years ago
32a753f
Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get rid of the PCI signature
by K. Y. Srinivasan
· 13 years ago
08d348a
staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part XVIII
by Larry Finger
· 13 years ago
62f27cc
staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part XVII
by Larry Finger
· 13 years ago
f38d223
staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part XVI
by Larry Finger
· 13 years ago
a44be77
staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part XV
by Larry Finger
· 13 years ago
9d92ece80
staging: rtl8192e: Cleanup checkpatch -f errors - Part XIV
by Larry Finger
· 13 years ago
db8971b
staging: rtl8192e: Cleanup checkpatch -f errors - Part XIII
by Larry Finger
· 13 years ago
8567829
staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part XII
by Larry Finger
· 13 years ago
a44325f
staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part XI
by Larry Finger
· 13 years ago
b448b0c
staging: rtl8192e: Cleanup checkpatch -f errors - Part X
by Larry Finger
· 13 years ago
cffa5bd
staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part IX
by Larry Finger
· 13 years ago
1344ee2
staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part VIII
by Larry Finger
· 13 years ago
b6da731
staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part VII
by Larry Finger
· 13 years ago
f88ec6c
staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part VI
by Larry Finger
· 13 years ago
831cb9d
staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part V
by Larry Finger
· 13 years ago
547d0c3
staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part IV
by Larry Finger
· 13 years ago
11632a0
staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part III
by Larry Finger
· 13 years ago
5262947
staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part II
by Larry Finger
· 13 years ago
55dc4eb
staging: rtl8192e: Remove extraneous log message
by Larry Finger
· 13 years ago
0dd5650
staging: rtl8192e: Modify time handling
by Larry Finger
· 13 years ago
ac513a8
staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part I
by Larry Finger
· 13 years ago
75bf74b
staging: brcmfmac: Consolidate debugging macros
by Joe Perches
· 13 years ago
09ebd6f
staging: rtl8192e: using vmalloc/vfree requires including vmalloc.h
by Stephen Rothwell
· 13 years ago
42b565d
staging/olpc_dcon: Remove obsolete cleanup for clientdata
by Wolfram Sang
· 13 years ago
1c2de3e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lwfinger/r8192E into staging-next
by Greg Kroah-Hartman
· 13 years ago
0950518
staging: rtl8192e: Remove files that are not used
by Larry Finger
· 13 years ago
1ec3ba9
Staging: remove drivers/char/scc.h as it should have gone a while ago
by Greg Kroah-Hartman
· 13 years ago
b64aa65
staging: xgifb: delete an empty string
by Aaro Koskinen
· 13 years ago
8145f9f
staging: xgifb: delete driver version information
by Aaro Koskinen
· 13 years ago
883dac4
staging: xgifb: delete write-only variables
by Aaro Koskinen
· 13 years ago
f686e9a
staging: nvec: convert to use platform register and mfdcells
by Marc Dietrich
· 13 years ago
208b813
staging:iio:trigger push functions that don't need to be generaly available down into the core.
by Jonathan Cameron
· 13 years ago
cb6c89a
staging:iio:trigger core. Trivial code cleanups.
by Jonathan Cameron
· 13 years ago
3f72395
staging:iio: spit trigger.h into provider and consumer parts.
by Jonathan Cameron
· 13 years ago
6aea1c3
staging:iio:rename trigger_consumer.h to indicate it is core only.
by Jonathan Cameron
· 13 years ago
f60c4a0
staging:iio: prevent removal of module connected to trigger.
by Jonathan Cameron
· 13 years ago
e65bc6a
staging:iio:pollfunc: Make explicit that private data is always pointer to a struct iio_dev.
by Jonathan Cameron
· 13 years ago
9c0c22b
staging:iio:trigger:sysfs trigger: Add a release function to avoid warning on module removal.
by Jonathan Cameron
· 13 years ago
82db424
staging:iio:triggers reorder module put and device put to ensure that the ops are still there if put results in device deletion.
by Jonathan Cameron
· 13 years ago
5f9c035
staging:iio:triggers. Add a reference get to the core for triggers.
by Jonathan Cameron
· 13 years ago
6f4ebab
staging: iio: adis16220_core.c: add module.h
by Greg Kroah-Hartman
· 13 years ago
eae5bcc
staging: rts5139: add vmalloc.h to some files to fix the build.
by Greg Kroah-Hartman
· 13 years ago
9de9f96
staging: rtl8192e: Convert typedefs that can be replaced with #define
by Larry Finger
· 13 years ago
e660594
staging: rtl8192e: Convert typedef HT_AGGRE_SIZE_E to enum ht_aggre_size
by Larry Finger
· 13 years ago
d0df281
staging: rtl8192e: Convert typedef RATR_TABLE_MODE_8192S to enum ratr_table_mode_8192s
by Larry Finger
· 13 years ago
74082c9
staging: rtl8192e: Convert typedef FW_CMD_IO_TYPE to enum fw_cmd_io_type
by Larry Finger
· 13 years ago
472ba32
staging: rtl8192e: Convert typedef SCAN_OPERATION_BACKUP_OPT to enum scan_op_backup_opt
by Larry Finger
· 13 years ago
569e595
staging: rtl8192e: Convert typedef country_code_type_t to enum country_code_type
by Larry Finger
· 13 years ago
d45c88a
staging: rtl8192e: Convert typedef WOLPATTERN_TYPE to enum wol_pattern_type
by Larry Finger
· 13 years ago
de7c885
staging: rtl8192e: Convert typedef RT_RF_POWER_STATE to enum rt_rf_power_state
by Larry Finger
· 13 years ago
f6ce577
staging: rtl8192e: Convert typedef RT_JOIN_ACTION to enum rt_join_action
by Larry Finger
· 13 years ago
8304cc6
staging: rtl8192e: Convert typedef IPS_CALLBACK_FUNCION to enum ips_callback_function
by Larry Finger
· 13 years ago
f6e3d4f
staging: rtl8192e: Convert typedef RT_PS_MODE to enum rt_ps_mode
by Larry Finger
· 13 years ago
3c093c2
staging: rtl8192e: Convert typedef Fsync_State to enum fsync_state
by Larry Finger
· 13 years ago
3b45eb8
staging: rtl8192e: Convert typedef erp_t to enum erp_t
by Larry Finger
· 13 years ago
80f839d
staging: rtl8192e: Convert typedef WIRELESS_NETWORK_TYPE to enum wireless_network_type
by Larry Finger
· 13 years ago
dc20a32
staging: rtl8192e: Convert typedef WIRELESS_MODE to enum wireless_mode
by Larry Finger
· 13 years ago
Next »