summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-091-1/+1
|\
| * Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot2013-04-161-1/+1
* | aio: don't include aio.h in sched.hKent Overstreet2013-05-081-0/+1
* | staging: android: binder: replace IOCTL types with user-exportable typesSerban Constantinescu2013-04-111-4/+4
* | staging: sync: Add compat_ioctl handlers to sync driversDmitry Pervushin2013-03-292-0/+2
* | staging: android: lowmemorykiller: well-marked debug printDmitry Voytik2013-03-251-1/+3
* | drivers: android: binder: Use __func__ in debug messagesMirsal Ennaime2013-03-251-7/+7
* | drivers: android: binder: Remove excessive indentationMirsal Ennaime2013-03-251-10/+12
* | drivers: android: binder: Fix code style in binder_deferred_releaseMirsal Ennaime2013-03-251-10/+22
* | drivers: android: binder: Move the node release code to a separate functionMirsal Ennaime2013-03-251-30/+46
* | staging: android: remove dependency on TINY_SHMEMPaul Bolle2013-03-141-1/+1
* | staging: sync: fix return value check in sync_fence_alloc()Wei Yongjun2013-03-111-1/+1
* | staging: sw_sync: sw_sync_timeline_ops can be staticChanglong Xie2013-03-111-8/+8
* | staging: android: ashmem: Add support for 32bit ashmem calls in a 64bit kernelSerban Constantinescu2013-03-062-1/+27
* | 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/+17Star
* | 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
* | staging: sync: Improve timeout dump messagesErik Gilling2013-03-041-1/+4
* | staging: sync: Dump sync state to console on timeoutErik Gilling2013-03-041-2/+32
* | staging: sync: Change wait timeout to mirror poll semanticsErik Gilling2013-03-042-7/+7
* | staging: sw_sync: Fix error pathsRebecca Schultz Zavin2013-03-041-2/+7
* | staging: sync: Fix error pathsRebecca Schultz Zavin2013-03-041-2/+7
* | staging: sync: Add reference counting to timelinesErik Gilling2013-03-042-16/+15Star
* | staging: sync: Add internal refcounting to fencesErik Gilling2013-03-042-8/+51
* | staging: sync: Optimize fence mergesErik Gilling2013-03-041-1/+51
* | staging: sync: Reorder sync_fence_releaseErik Gilling2013-03-041-2/+2
* | staging: sw_sync: Export sw_sync APIErik Gilling2013-03-041-1/+4
* | staging: sync: Export sync API symbolsErik Gilling2013-03-041-0/+14
* | staging: sync: Allow async waits to be canceledErik Gilling2013-03-042-22/+60
* | staging: sync: Add poll supportErik Gilling2013-03-041-0/+17
* | staging: sw_sync: Add fill_driver_data supportErik Gilling2013-03-041-0/+14
* | staging: sync: Add ioctl to get fence dataErik Gilling2013-03-042-0/+138
* | staging: sw_sync: Add debug supportErik Gilling2013-03-041-0/+19
* | staging: sync: Add debugfs supportErik Gilling2013-03-042-5/+191
* | staging: sync: Add timestamps to sync_ptsErik Gilling2013-03-042-0/+10
* | staging: sw_sync: Add cpu based sync driverErik Gilling2013-03-044-0/+301
* | staging: sync: Add synchronization frameworkErik Gilling2013-03-044-0/+849
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-12/+7Star