summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-12-161-1/+1
|\
| * merge nfs bugfixes into nfsd for-3.19 branchJ. Bruce Fields2014-11-191-5/+8
| |\
| * | VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker2014-11-071-1/+1
* | | Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-1515-4437/+26
|\ \ \
| * | | staging: android: ion: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-263-12/+6
| * | | Staging: android: ion: fix typos in commentsTristan Lelong2014-11-033-4/+4
| * | | staging: android: logger: Add a TODOSomya Anand2014-11-031-0/+7
| * | | Merge 3.18-rc3 into staging-nextGreg Kroah-Hartman2014-11-021-5/+8
| |\ \ \ | | | |/ | | |/|
| * | | staging: android: Replace timeval with timespec64Tapasweni Pathak2014-10-281-2/+3
| * | | Staging: android: Replace timeval with ktime_t in timed_gpio.cSomya Anand2014-10-271-3/+4
| * | | staging: android: Assign bool to trueTapasweni Pathak2014-10-231-1/+1
| * | | staging: android: binder: move to the "real" part of the kernelGreg Kroah-Hartman2014-10-206-4414/+0
| * | | staging: android: ion: Replace "the the " with "the"Tapasweni Pathak2014-10-201-1/+1
| | |/ | |/|
* | | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\ \ \
| * \ \ Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-031-1/+0
| |\ \ \ | | |_|/ | |/| |
| | * | staging: android: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| | |/
* | | mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner2014-12-131-2/+1
|/ /
* | staging: android: logger: Fix log corruption regressionDaniel Thompson2014-10-281-5/+8
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-133-79/+28
|\
| * android: ->f_op is never NULLAl Viro2014-10-091-1/+1
| * switch logger to ->write_iter()Al Viro2014-10-091-77/+26
| * ashmem: use vfs_llseek()Al Viro2014-10-091-1/+1
* | staging : android : sync : get_unused_fdHeinrich Schuchardt2014-09-281-1/+2
* | staging: android: sw_sync: checkpatch fixesPurnendu Kapadia2014-09-192-5/+4
* | Merge 3.17-rc5 into staging-next.Greg Kroah-Hartman2014-09-141-1/+0
|\ \ | |/
| * android: fix reference leak in sync_fence_createMaarten Lankhorst2014-09-081-1/+0
* | staging: binder: fix coding style issuesDmitry Voytik2014-09-081-6/+10
* | staging: android: Break up a long line in binder_send_failed_replyWilliam Panlener2014-09-081-1/+2
* | staging: android: use braces on all arms of ifGrzegorz Swirski2014-09-021-2/+2
* | Merge 3.17-rc3 into staging-nextGreg Kroah-Hartman2014-08-311-1/+4
|\ \ | |/
| * staging: android: fix a possible memory leakSeunghun Lee2014-08-171-1/+4
* | staging: android: sync: Fix checkpatch warning: Missing a blank line after de...Dipak Zope2014-08-301-0/+1
* | staging: android: fix attribute as suggested by checkpatchPurnendu Kapadia2014-08-171-1/+1
* | staging: android: ion: Remove redundant return of void functionPhong Tran2014-08-165-6/+0
* | staging: android: ion: ion.c Add a new blank line after declerationPhong Tran2014-08-161-0/+1
* | staging: android: ion: ion_dummy_driver.c Replace kzalloc() by kcalloc()Phong Tran2014-08-161-1/+1
* | Staging: android: sw_sync.c: Fixed coding style issue.Yee Chin, Chiam2014-08-161-0/+2
|/
* mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao2014-08-061-3/+1
* Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-0412-169/+174
|\
| * Staging: android: timed_gpio.c: improved logic of gpio_get_time()Murilo Opsfelder Araujo2014-08-011-7/+8
| * Staging: android: timed_output.c: use kstrtoint() instead of sscanf()Murilo Opsfelder Araujo2014-07-301-1/+3
| * staging: ion: vm_insert_pfn and zap_page_range rely on CONFIG_MMUFabian Frederick2014-07-301-1/+1
| * staging: android: ion: ion_cma_heap.c: Fix checkpatch warningPhong Tran2014-07-211-7/+2
| * staging: ion: Remove left over commentSachin Kamat2014-07-171-1/+0
| * staging: android: Clean up else statement from binder_send_failed_replyLucas Tanure2014-07-151-14/+14
| * staging: android: Clean up else statement from sync_fence_poll()Lucas Tanure2014-07-151-2/+1
| * staging: android: logger: fixed checkpatch.pl warnings.Jerry Stralko2014-07-081-4/+3
| * drivers: staging: android: ion: Kconfig: Let it also depend on HAS_DMAChen Gang2014-07-081-1/+1
| * staging: android: binder.c: binder_ioctl() cleanupTair Rzayev2014-07-081-79/+107
| * staging: binder: add vm_fault handlerVinayak Menon2014-07-081-0/+6
OpenPOWER on IntegriCloud