summaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)Author
2013-03-11staging/slicoss: Remove always true if statementPeter Huewe
2013-03-11staging/slicoss: Check pointer before dereferencingPeter Huewe
2013-03-11staging: vt6656: removed no longer useful ttype.h fileAndres More
2013-03-11staging: vt6656: removed custom pointer definitionsAndres More
2013-03-11staging: vt6656: replaced custom DWORD definition with u32Andres More
2013-03-11staging: vt6656: replaced custom WORD definition with u16Andres More
2013-03-11staging: vt6656: replaced custom BYTE definition with u8Andres More
2013-03-11Staging: bcm: Fix spelling error in PHSModule.cKevin McKinney
2013-03-11Staging: bcm: Properly format comments in PHSModule.cKevin McKinney
2013-03-11Staging: bcm: Properly format braces in PHSModule.cKevin McKinney
2013-03-11Staging: bcm: Fix all white space issues in PHSModule.cKevin McKinney
2013-03-11staging: sep: using strlcpy instead of strncpyChen Gang
2013-03-11staging: bcm: don't cast kzalloc() return valueMihnea Dobrescu-Balaur
2013-03-11Staging: bcm: potential forever loop verifying firmwareDan Carpenter
2013-03-11Staging: bcm: avoid use-after-free in bcm_char_ioctl()Xi Wang
2013-03-11staging/sep: Check pointers before dereferencing (fix smatch warning)Peter Huewe
2013-03-11staging/sep: Fix smatch false positive about potential NULL dereference in se...Peter Huewe
2013-03-07staging: zcache/debug: compiler failure on PPC64 and revert commit.Konrad Rzeszutek Wilk
2013-03-06staging: android: ashmem: Add support for 32bit ashmem calls in a 64bit kernelSerban Constantinescu
2013-03-06staging: zcache: disable ZCACHE_DEBUG due to build errorStephen Rothwell
2013-03-05zcache/debug: Coalesce all debug under CONFIG_ZCACHE_DEBUGKonrad Rzeszutek Wilk
2013-03-05zcache: Module license is defined twice.Konrad Rzeszutek Wilk
2013-03-05zcache: Move the last of the debugfs counters outKonrad Rzeszutek Wilk
2013-03-05zcache/debug: Use an array to initialize/use debugfs attributes.Konrad Rzeszutek Wilk
2013-03-05zcache: Move debugfs code out of zcache-main.c file.Konrad Rzeszutek Wilk
2013-03-05zcache: Make the debug code use pr_debugKonrad Rzeszutek Wilk
2013-03-05zcache: The last of the atomic reads has now an accessory function.Konrad Rzeszutek Wilk
2013-03-05zcache: Provide accessory functions for counter decrease.Konrad Rzeszutek Wilk
2013-03-05zcache: Provide accessory functions for counter increaseKonrad Rzeszutek Wilk
2013-03-05zcache: s/int/bool/ on the various options.Konrad Rzeszutek Wilk
2013-03-05staging: android: logger: enforce GID and CAP check on log flushCharndeep Grewal
2013-03-05staging: android: logger: Allow a UID to read it's own log entriesNick Kralevich
2013-03-05staging: android: lowmemorykiller: Change default debug_level to 1Arve Hjønnevåg
2013-03-05staging: android: lowmemorykiller: Don't count reserved free memoryArve Hjønnevåg
2013-03-05staging: android: ashmem: get_name,set_name not to hold ashmem_mutexShankar Brahadeeswaran
2013-03-04staging: sync: Fix timeout = 0 wait behaviorJamie Gennis
2013-03-04staging: sync: Don't log wait timeouts when timeout = 0Erik Gilling
2013-03-04staging: sync: Fix race condition between merge and signalØrjan Eide
2013-03-04staging: sync: Add tracepoint supportErik Gilling
2013-03-04staging: sw_sync: Convert to use new value_str debug opsErik Gilling
2013-03-04staging: sync: Refactor sync debug printingErik Gilling
2013-03-04staging: sync: Use proper barriers when waiting indefinitelyErik Gilling
2013-03-04staging: sync: Update new fence status with sync_fence_signal_ptErik Gilling
2013-03-04staging: sync: Protect unlocked access to fence statusErik Gilling
2013-03-04staging: sync: Dump sync state on fence errorsErik Gilling
2013-03-04staging: sync: Improve timeout dump messagesErik Gilling
2013-03-04staging: sync: Dump sync state to console on timeoutErik Gilling
2013-03-04staging: sync: Change wait timeout to mirror poll semanticsErik Gilling
2013-03-04staging: sw_sync: Fix error pathsRebecca Schultz Zavin
2013-03-04staging: sync: Fix error pathsRebecca Schultz Zavin