aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-13Revert "Staging: Android alarm: IOCTL command encoding fix"Colin Cross1-3/+1
2012-10-22Staging: android: binder: Allow using highmem for binder buffersArve Hjønnevåg1-1/+1
2012-10-22Staging: android: binder: Fix memory leak on thread/process exitArve Hjønnevåg1-1/+27
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-1/+0
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-98/+13
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-7/+7
2012-09-26take descriptor-related part of close() to file.cAl Viro1-32/+2
2012-09-26expose a low-level variant of fd_install() for binderAl Viro1-11/+2
2012-09-26new helper: __alloc_fd()Al Viro1-54/+5
2012-09-26binder: don't allow mmap() by process other than proc->tskAl Viro1-1/+4
2012-09-21userns: Convert binder ipc to use kuidsEric W. Biederman1-7/+7
2012-09-16Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman1-1/+3
2012-09-04Staging: android: Alarm driver cleanupsDae S. Kim1-10/+7
2012-09-04Staging: Android alarm: IOCTL command encoding fixDae S. Kim1-1/+3
2012-08-17Staging: android: binder: Remove an inconsequential conditional macroSachin Kamat1-2/+2
2012-08-17Staging: android: binder: Make task_get_unused_fd_flags function staticSachin Kamat1-1/+1
2012-08-13staging: android: logger: Finish documentation of two structsCruz Julian Bishop1-14/+26
2012-08-13staging: android: logger.h: Complete documentation of logger_entryCruz Julian Bishop1-7/+17
2012-08-13staging: android: ashmem: Fix comment/license formattingCruz Julian Bishop1-16/+16
2012-08-13staging/android: use module_platform_driverDevendra Naga1-12/+1
2012-06-26drivers: staging: android: binder.c: fix printk macrosSherwin Soltani1-27/+27
2012-06-13staging/android: Remove ram_console driverAnton Vorontsov3-187/+0
2012-06-13staging: android: alarm: remove unnecessary goto statementDevendra Naga1-1/+0
2012-06-12staging: Android: Fix NULL pointer related warning in alarm-dev.c fileSachin Kamat1-1/+1
2012-06-12staging: Android: Fix some checkpatch warningsSachin Kamat4-12/+20
2012-06-04Staging: android: alarm: Rename pr_alarm to alarm_dbgJoe Perches1-17/+17
2012-05-29mm/fs: route MADV_REMOVE to FALLOC_FL_PUNCH_HOLEHugh Dickins1-3/+5
2012-05-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+1
2012-05-22Merge tag 'staging-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds11-1325/+181
2012-05-17staging: android: persistent_ram: Move to fs/pstore/ram_core.cAnton Vorontsov5-625/+2
2012-05-16staging: android: persistent_ram: Prepare for modular buildsAnton Vorontsov1-22/+24
2012-05-16staging: android: persistent_ram: Remove never used struct persistent_ram_zone membersAnton Vorontsov1-2/+0
2012-05-14staging: android: persistent_ram: Introduce persistent_ram_free()Anton Vorontsov2-0/+18
2012-05-14staging: android: persistent_ram: Make it possible to use memory outside of bootmemAnton Vorontsov1-1/+17
2012-05-14staging: android: persistent_ram: Introduce persistent_ram_vmap()Anton Vorontsov1-5/+14
2012-05-14staging: android: persistent_ram: Introduce persistent_ram_new()Anton Vorontsov2-0/+30
2012-05-14staging: android: persistent_ram: Introduce persistent_ram_post_init()Anton Vorontsov1-17/+27
2012-05-14persistent_ram: Fix buffer size clamping during writesAnton Vorontsov1-18/+1
2012-05-14persistent_ram: Remove prz->nodeAnton Vorontsov2-3/+0
2012-05-10staging: android: logger: Fix some sparse and whitespace issuesTim Bird1-3/+3
2012-05-10staging: android: logger: Allocate logs dynamically at boot (v3)Tim Bird1-45/+62
2012-05-02Merge 3.4-rc5 into driver-core-nextGreg Kroah-Hartman4-58/+31
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman8-718/+116
2012-04-29staging: android: timed_output : disable the timed output device when the device is unregisteredKim, Milo1-0/+1
2012-04-24staging: android: binder: fix sparse warningsEmil Goode1-4/+4
2012-04-24staging: android-alarm: Switch from wakelocks to wakeup sourcesJohn Stultz1-19/+7
2012-04-23Remove "switch" class in drivers/staging/android/switchMyungJoo Ham7-418/+0
2012-04-20android-alarm: Remove unused android alarm in-kernel interfacesJohn Stultz4-645/+2
2012-04-20staging: android-alarm: Rework alarm-dev.c to use upstreamed alarmtimersJohn Stultz1-10/+98
2012-04-20staging: android-alarm: Convert ALARM_ELAPSED_REALTIME to use CLOCK_BOOTTIMEJohn Stultz3-58/+22