aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-23staging: android: logger: Correct write offset reset on errorKarlis Ogsts1-1/+3
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-1/+1
2013-07-03drivers: avoid format string in dev_set_nameKees Cook1-1/+1
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+3
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-06-29more open-coded file_inode() callsAl Viro1-1/+1
2013-06-28Merge branch 'freezer'Rafael J. Wysocki1-2/+3
2013-06-24staging: android: Fix typo in staging/androidMasanari Iida1-1/+1
2013-06-08Merge 3.10-rc5 into staging-nextGreg Kroah-Hartman1-2/+6
2013-06-04staging: android: sync: fix up a sparse warningGreg Kroah-Hartman1-1/+1
2013-06-04staging: alarm-dev: information leak in alarm_compat_ioctl()Dan Carpenter1-1/+3
2013-06-03staging: alarm-dev: information leak in alarm_ioctl()Dan Carpenter1-1/+3
2013-05-27Merge 3.10-rc3 into staging-nextGreg Kroah-Hartman2-3/+3
2013-05-20staging: Fix lines over 80 chars in android sw_syncMarlies Ruck1-2/+4
2013-05-16staging: android: logger: use kuid_t instead of uid_tXiong Zhou2-3/+3
2013-05-13staging: android: Fixed line over 80 charMarlies Ruck1-1/+2
2013-05-12staging: android: Replace seq_printf with seq_putsHema Prathaban1-8/+8
2013-05-12staging: android: Remove unnecessary bracesHema Prathaban1-2/+2
2013-05-12binder: use freezable blocking callsColin Cross1-2/+3
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-1/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-04-16Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot1-1/+1
2013-04-11staging: android: binder: replace IOCTL types with user-exportable typesSerban Constantinescu1-4/+4
2013-03-29staging: sync: Add compat_ioctl handlers to sync driversDmitry Pervushin2-0/+2
2013-03-25staging: android: lowmemorykiller: well-marked debug printDmitry Voytik1-1/+3
2013-03-25drivers: android: binder: Use __func__ in debug messagesMirsal Ennaime1-7/+7
2013-03-25drivers: android: binder: Remove excessive indentationMirsal Ennaime1-10/+12
2013-03-25drivers: android: binder: Fix code style in binder_deferred_releaseMirsal Ennaime1-10/+22
2013-03-25drivers: android: binder: Move the node release code to a separate functionMirsal Ennaime1-30/+46
2013-03-14staging: android: remove dependency on TINY_SHMEMPaul Bolle1-1/+1
2013-03-11staging: sync: fix return value check in sync_fence_alloc()Wei Yongjun1-1/+1
2013-03-11staging: sw_sync: sw_sync_timeline_ops can be staticChanglong Xie1-8/+8
2013-03-06staging: android: ashmem: Add support for 32bit ashmem calls in a 64bit kernelSerban Constantinescu2-1/+27
2013-03-05staging: android: logger: enforce GID and CAP check on log flushCharndeep Grewal1-0/+5
2013-03-05staging: android: logger: Allow a UID to read it's own log entriesNick Kralevich2-29/+202
2013-03-05staging: android: lowmemorykiller: Change default debug_level to 1Arve Hjønnevåg1-1/+1
2013-03-05staging: android: lowmemorykiller: Don't count reserved free memoryArve Hjønnevåg1-1/+2
2013-03-05staging: android: ashmem: get_name,set_name not to hold ashmem_mutexShankar Brahadeeswaran1-13/+32
2013-03-04staging: sync: Fix timeout = 0 wait behaviorJamie Gennis1-4/+6
2013-03-04staging: sync: Don't log wait timeouts when timeout = 0Erik Gilling1-1/+1
2013-03-04staging: sync: Fix race condition between merge and signalØrjan Eide1-3/+7
2013-03-04staging: sync: Add tracepoint supportErik Gilling2-0/+93
2013-03-04staging: sw_sync: Convert to use new value_str debug opsErik Gilling1-19/+17
2013-03-04staging: sync: Refactor sync debug printingErik Gilling2-8/+29
2013-03-04staging: sync: Use proper barriers when waiting indefinitelyErik Gilling1-1/+2
2013-03-04staging: sync: Update new fence status with sync_fence_signal_ptErik Gilling1-1/+13
2013-03-04staging: sync: Protect unlocked access to fence statusErik Gilling1-1/+17
2013-03-04staging: sync: Dump sync state on fence errorsErik Gilling1-1/+4
2013-03-04staging: sync: Improve timeout dump messagesErik Gilling1-1/+4
2013-03-04staging: sync: Dump sync state to console on timeoutErik Gilling1-2/+32