summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* staging: vt6656: iwctl.c: Rewrite siwrts funcitonMarcos Paulo de Souza2012-02-093-22/+11Star
* staging: vt6656: iwctl.c: Remove return statement of iwctl_giwrateMarcos Paulo de Souza2012-02-093-8/+3Star
* staging: vt6656: iwctl.c: Remove return statement of iwctl_giwessidMarcos Paulo de Souza2012-02-093-7/+4Star
* staging: vt6656: Remove return statement of iwctl_giwrangeMarcos Paulo de Souza2012-02-093-6/+3Star
* staging: vt6656: Remove return statement of iwctl_giwmodeMarcos Paulo de Souza2012-02-093-5/+3Star
* staging: vt6656: iwctl.c: Remove useless functionMarcos Paulo de Souza2012-02-091-11/+1Star
* staging: vt6656: iwctl.c: Remove commented codeMarcos Paulo de Souza2012-02-091-172/+0Star
* staging: vme: code convention fixSam Hansen2012-02-091-1/+1
* staging: line6: separate handling of buffer allocation and stream startupMarkus Grabner2012-02-099-193/+254
* staging: line6: use source select control for UX2 devicesMarkus Grabner2012-02-091-0/+4
* staging: line6: removed obsolete codeMarkus Grabner2012-02-091-9/+0Star
* staging: precedence bug in crystalhd_stop_tx_dma_engine()Dan Carpenter2012-02-091-2/+1Star
* drivers/staging: adjust double testJulia Lawall2012-02-091-1/+1
* staging: r8712u: Simplify semaphoresLarry Finger2012-02-0913-42/+4Star
* staging: fix the build breakage cuased by telephony driversTomas Winkler2012-02-092-1/+1
* Staging: bcm: Use memdup_user rather than duplicating its implementationThomas Meyer2012-02-091-25/+12Star
* Staging: bcm: Alter name, datatype, and default value of iterator variables.Kevin McKinney2012-02-091-84/+84
* Staging: bcm: Replace variables and function outputs defined as INT with int.Kevin McKinney2012-02-091-5/+5
* Staging: bcm: Remove assignment from if statement and reverse if logic for re...Kevin McKinney2012-02-091-8/+9
* Staging: bcm: Remove typedef from CmHost.c and use enum.Kevin McKinney2012-02-091-3/+3
* Staging: bcm: Replace dated variable __FUNCTION__.Kevin McKinney2012-02-091-3/+3
* Staging: bcm: Fix coding style issues in CmHost.cKevin McKinney2012-02-091-1718/+1325Star
* Staging: bcm: Fix an integer overflow in IOCTL_BCM_NVM_READ/WRITEKevin McKinney2012-02-091-1/+3
* Staging: quickstart: Rename quickstart_btn to quickstart_buttonSzymon Janc2012-02-091-23/+23
* Staging: quickstart: Use %u for printing button idSzymon Janc2012-02-091-1/+1
* Staging: quickstart: Use list.h API for buttons listSzymon Janc2012-02-091-59/+36Star
* Staging: quickstart: Get rid of quickstart_data structSzymon Janc2012-02-091-14/+11Star
* Staging: quickstart: Remove unused definesSzymon Janc2012-02-091-3/+0Star
* Staging: quickstart: Use switch-case in quickstart_acpi_notifySzymon Janc2012-02-091-3/+7
* Staging: quickstart: Cleanup quickstart_acpi_configSzymon Janc2012-02-091-9/+12
* Staging: quickstart: Cleanup quickstart_acpi_addSzymon Janc2012-02-091-8/+14
* Staging: quickstart: Cleanup quickstart_acpi_removeSzymon Janc2012-02-091-3/+5
* Staging: quickstart: Cleanup quickstart_acpi_ghidSzymon Janc2012-02-091-12/+26
* Staging: quickstart: Make quickstart_input staticSzymon Janc2012-02-091-1/+1
* Staging: quickstart: Move some code to avoid forward declarationsSzymon Janc2012-02-091-44/+31Star
* Staging: quickstart: Prefix remaining functions names with quickstart_Szymon Janc2012-02-091-9/+9
* Staging: quickstart: Some style, whitespaces and typos fixesSzymon Janc2012-02-091-41/+39Star
* staging: zram: remove xvmallocNitin Gupta2012-02-094-636/+0Star
* staging: zram: replace xvmalloc with zsmallocNitin Gupta2012-02-095-62/+46Star
* staging: add zsmalloc to Kconfig/MakefileSeth Jennings2012-02-092-0/+3
* staging: zsmalloc: zsmalloc memory allocation libraryNitin Gupta2012-02-095-0/+927
* staging: zcache: crypto API supportSeth Jennings2012-02-092-31/+126
* Staging: hv: storvsc: Consolidate all the wire protocol definitionsK. Y. Srinivasan2012-02-091-36/+47
* Staging: hv: storvsc: Consolidate the request structureK. Y. Srinivasan2012-02-091-38/+27Star
* Staging: hv: storvsc: Get rid of some unused definesK. Y. Srinivasan2012-02-091-12/+0Star
* Staging: hv: storvsc: Cleanup some protocol related constantsK. Y. Srinivasan2012-02-091-12/+7Star
* Staging: hv: storvsc: Cleanup the code for generating protocol versionK. Y. Srinivasan2012-02-091-10/+17
* Staging: hv: storvsc: Miscellaneous cleanup of storvsc driverK. Y. Srinivasan2012-02-091-55/+39Star
* Staging: hv: storvsc: Rename the context field in hv_storvsc_requestK. Y. Srinivasan2012-02-091-4/+3Star
* Staging: hv: storvsc: Get rid of the on_io_completion in hv_storvsc_requestK. Y. Srinivasan2012-02-091-303/+299Star