aboutsummaryrefslogtreecommitdiffstats
path: root/tools/hv/hv_vss_daemon.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-26Tools: hv: use single send+recv bufferOlaf Hering1-5/+3
2013-09-26Tools: hv: cache FQDN in kvp_daemon to avoid timeoutsOlaf Hering1-7/+12
2013-09-26extcon: arizona: Fix up minor coding style to remove unnecessary bracesChanwoo Choi1-6/+4
2013-09-26extcon: class: Remove unnecessary extern declarationChanwoo Choi1-1/+0
2013-09-26extcon: Fix up 80 column coding style issuesChanwoo Choi4-72/+94
2013-09-26misc: pti: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-26misc: mei: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-26misc: ibmasm: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-09-26misc: tifm: remove unnecessary pci_set_drvdata()Jingoo Han1-3/+0
2013-09-26drivers: misc: ti_dac7512: add support for DT matchingDaniel Mack2-0/+30
2013-09-26drivers: misc: ti_dac7512: provide a SPI ID tableDaniel Mack1-0/+7
2013-09-26drivers: misc: ti_dac7512: drop DAC7512_DRV_NAMEDaniel Mack1-3/+1
2013-09-26drivers: misc: ti_dac7512: drop module versionDaniel Mack1-2/+0
2013-09-26hv: move ringbuffer bus attributes to dev_groupsGreg Kroah-Hartman1-84/+146
2013-09-26hv: delete struct hv_dev_port_infoGreg Kroah-Hartman3-42/+17
2013-09-26hv: delete vmbus_get_debug_info()Greg Kroah-Hartman3-37/+16
2013-09-26hv: move "client/server_monitor_conn_id" bus attributes to dev_groupsGreg Kroah-Hartman3-34/+38
2013-09-26hv: move "client/server_monitor_latency" bus attributes to dev_groupsGreg Kroah-Hartman3-16/+38
2013-09-26hv: move "client/server_monitor_pending" bus attributes to dev_groupsGreg Kroah-Hartman3-16/+46
2013-09-26hv: make "monitor_pages" a "real" pointer arrayGreg Kroah-Hartman3-18/+15
2013-09-26hv: move "device_id" bus attribute to dev_groupsGreg Kroah-Hartman3-15/+14
2013-09-26hv: move "class_id" bus attribute to dev_groupsGreg Kroah-Hartman3-10/+15
2013-09-26hv: move "modalias" bus attribute to dev_groupsGreg Kroah-Hartman1-5/+12
2013-09-26hv: move "monitor_id" bus attribute to dev_groupsGreg Kroah-Hartman3-9/+12
2013-09-26hv: move "state" bus attribute to dev_groupsGreg Kroah-Hartman3-7/+12
2013-09-26hv: use dev_groups for device attributesGreg Kroah-Hartman3-7/+18
2013-09-26drivers/pcmcia/yenta_socket.c: convert to module_pci_driverLibo Chen1-15/+1
2013-09-26drivers/pcmcia/pd6729.c: convert to module_pci_driverLibo Chen1-12/+1
2013-09-26hv: Change variable type to boolPeter Senna Tschudin1-1/+1
2013-09-26Drivers: char: misc: 'misc_deregister()' changed the 'mutex_unlock' logic upon an errorElad Wexler1-4/+4
2013-09-26misc: ibmasm: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-09-26char: xilinx_hwicap: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-09-26uio: uio_sercos3: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-26uio: uio_netx: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-26uio: uio_mf624: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-26uio: uio_cif: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-26uio: uio_aec: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-26uio: Simplify uio error path by using devres functionsMichal Simek2-36/+14
2013-09-26drivers: uio: mf624_disable_interrupt() can be staticFengguang Wu1-2/+2
2013-09-26hpet: remove useless check if fixmem32 is NULLTomas Winkler1-2/+0
2013-09-26drivers: misc: bmp085: remove '__init' from mp085_get_of_properties()Chen Gang1-1/+1
2013-09-26mei: mei_cl_unlink: no need to loop over dev listTomas Winkler1-9/+4
2013-09-26mei: push credentials inside the irq write handlerTomas Winkler3-10/+34
2013-09-26mei: propagate error from write routines instead of ENODEVTomas Winkler4-27/+36
2013-09-26mei: fix function names in debug printsAlexander Usyskin1-3/+3
2013-09-26mei: prefix client log messages with client me and host idsAlexander Usyskin3-32/+38
2013-09-26mei: mei_release: drop redundant check if cb is NULLTomas Winkler1-4/+1
2013-09-26mei: revamp read and write length checksTomas Winkler1-2/+14
2013-09-26mei: fix format compilation warrning on 32 bit architectureTomas Winkler1-1/+1
2013-09-26mei: mei_write correct checks for copy_from_userAlexander Usyskin1-2/+5