summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* staging: slicoss: Remove dma_addr_t cast compilation warningsJoe Perches2013-03-111-11/+16
* staging/sm7xxfb: Convert to SIMPLE_DEV_PM_OPSPeter Huewe2013-03-111-9/+1
* staging/slicoss: Use ether_crc for mac hash calculationPeter Huewe2013-03-111-65/+4
* staging/slicoss: Fix buffer possible overflow in slic_card_locatePeter Huewe2013-03-111-3/+4
* staging/slicoss: Fix operation may be undefined warningPeter Huewe2013-03-111-1/+1
* staging/slicoss: Remove always true if statementPeter Huewe2013-03-111-14/+10
* staging/slicoss: Check pointer before dereferencingPeter Huewe2013-03-111-2/+1
* staging: vt6656: removed no longer useful ttype.h fileAndres More2013-03-1139-85/+7
* staging: vt6656: removed custom pointer definitionsAndres More2013-03-112-7/+4
* staging: vt6656: replaced custom DWORD definition with u32Andres More2013-03-1121-214/+210
* staging: vt6656: replaced custom WORD definition with u16Andres More2013-03-1137-690/+687
* staging: vt6656: replaced custom BYTE definition with u8Andres More2013-03-1154-877/+874
* Staging: bcm: Fix spelling error in PHSModule.cKevin McKinney2013-03-111-1/+1
* Staging: bcm: Properly format comments in PHSModule.cKevin McKinney2013-03-111-271/+272
* Staging: bcm: Properly format braces in PHSModule.cKevin McKinney2013-03-111-293/+140
* Staging: bcm: Fix all white space issues in PHSModule.cKevin McKinney2013-03-111-596/+588
* staging: sep: using strlcpy instead of strncpyChen Gang2013-03-111-3/+8
* staging: bcm: don't cast kzalloc() return valueMihnea Dobrescu-Balaur2013-03-111-7/+7
* Staging: bcm: potential forever loop verifying firmwareDan Carpenter2013-03-111-27/+5
* Staging: bcm: avoid use-after-free in bcm_char_ioctl()Xi Wang2013-03-111-1/+1
* staging/sep: Check pointers before dereferencing (fix smatch warning)Peter Huewe2013-03-111-2/+3
* staging/sep: Fix smatch false positive about potential NULL dereference in se...Peter Huewe2013-03-111-1/+1
* staging: zcache/debug: compiler failure on PPC64 and revert commit.Konrad Rzeszutek Wilk2013-03-082-1/+2
* staging: android: ashmem: Add support for 32bit ashmem calls in a 64bit kernelSerban Constantinescu2013-03-062-1/+27
* staging: zcache: disable ZCACHE_DEBUG due to build errorStephen Rothwell2013-03-061-0/+1
* zcache/debug: Coalesce all debug under CONFIG_ZCACHE_DEBUGKonrad Rzeszutek Wilk2013-03-053-4/+12
* zcache: Module license is defined twice.Konrad Rzeszutek Wilk2013-03-051-2/+0
* zcache: Move the last of the debugfs counters outKonrad Rzeszutek Wilk2013-03-052-66/+89
* zcache/debug: Use an array to initialize/use debugfs attributes.Konrad Rzeszutek Wilk2013-03-051-112/+51
* zcache: Move debugfs code out of zcache-main.c file.Konrad Rzeszutek Wilk2013-03-054-256/+328
* zcache: Make the debug code use pr_debugKonrad Rzeszutek Wilk2013-03-051-44/+41
* zcache: The last of the atomic reads has now an accessory function.Konrad Rzeszutek Wilk2013-03-051-4/+9
* zcache: Provide accessory functions for counter decrease.Konrad Rzeszutek Wilk2013-03-051-39/+57
* zcache: Provide accessory functions for counter increaseKonrad Rzeszutek Wilk2013-03-051-36/+73
* zcache: s/int/bool/ on the various options.Konrad Rzeszutek Wilk2013-03-051-15/+15
* staging: android: logger: enforce GID and CAP check on log flushCharndeep Grewal2013-03-051-0/+5
* staging: android: logger: Allow a UID to read it's own log entriesNick Kralevich2013-03-052-29/+202
* staging: android: lowmemorykiller: Change default debug_level to 1Arve Hjønnevåg2013-03-051-1/+1
* staging: android: lowmemorykiller: Don't count reserved free memoryArve Hjønnevåg2013-03-051-1/+2
* staging: android: ashmem: get_name,set_name not to hold ashmem_mutexShankar Brahadeeswaran2013-03-051-13/+32
* staging: sync: Fix timeout = 0 wait behaviorJamie Gennis2013-03-041-4/+6
* staging: sync: Don't log wait timeouts when timeout = 0Erik Gilling2013-03-041-1/+1
* staging: sync: Fix race condition between merge and signalØrjan Eide2013-03-041-3/+7
* staging: sync: Add tracepoint supportErik Gilling2013-03-042-0/+93
* staging: sw_sync: Convert to use new value_str debug opsErik Gilling2013-03-041-19/+17
* staging: sync: Refactor sync debug printingErik Gilling2013-03-042-8/+29
* staging: sync: Use proper barriers when waiting indefinitelyErik Gilling2013-03-041-1/+2
* staging: sync: Update new fence status with sync_fence_signal_ptErik Gilling2013-03-041-1/+13
* staging: sync: Protect unlocked access to fence statusErik Gilling2013-03-041-1/+17
* staging: sync: Dump sync state on fence errorsErik Gilling2013-03-041-1/+4
OpenPOWER on IntegriCloud