aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-12Merge tag 'staging-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-17/+24
2012-04-12staging: android: fix mem leaks in __persistent_ram_init()Jesper Juhl1-4/+7
2012-04-10Staging: android: timed_gpio: Fix resource leak in timed_gpio_probe error pathsAxel Lin1-12/+15
2012-04-10android: make persistent_ram based drivers depend on HAVE_MEMBLOCKColin Cross1-1/+2
2012-04-09android, lowmemorykiller: remove task handoff notifierDavid Rientjes1-41/+7
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+6
2012-03-15Staging: android: ram_console.c:Greg Kroah-Hartman1-0/+4
2012-03-09Staging: android: binder: Fix use-after-free bugArve Hjønnevåg1-1/+4
2012-03-09staging: ram_console: Fix section mismatchesStephen Boyd1-5/+2
2012-03-08staging: android: ram_console: honor dmesg_restrictNick Kralevich1-0/+3
2012-03-08staging: android: ram_console: fix crash in ram_console_late_initColin Cross1-0/+3
2012-03-08staging: android: persistent_ram: add notrace to persistent_ram_writeColin Cross1-4/+4
2012-03-08staging: android: persistent_ram: make persistent_ram_write atomicColin Cross1-39/+101
2012-03-08staging: android: persistent_ram: handle reserving and mapping memoryColin Cross3-61/+144
2012-03-08staging: android: persistent_ram: refactor ecc supportColin Cross4-147/+143
2012-03-08staging: android: ram_console: split out persistent ramColin Cross5-274/+396
2012-03-07staging: android: ram_console: drop verbose ram_console supportColin Cross2-8/+0
2012-03-07staging: android: ram_console: drop early buffer supportColin Cross2-45/+0
2012-03-07staging: android: ram_console: move footer stringsColin Cross1-47/+68
2012-03-07staging: android: ram_console: set CON_ANYTIME console flagDima Zavin1-1/+1
2012-03-07Staging: android: lowmemorykiller.cGreg Kroah-Hartman1-1/+1
2012-03-07staging: android/lowmemorykiller: Don't unregister notifier from atomic contextPaul E. McKenney1-7/+7
2012-03-07Staging:android: Change type for binder_debug_no_lock switch to boolZhengwang Ruan1-1/+1
2012-02-29Staging: android: timed_gpio: Removed spaces before tabsJohannes Thumshirn1-3/+3
2012-02-24staging: logger: hold mutex while removing readerRabin Vincent1-0/+5
2012-02-24fs: Remove missed ->fds_bits from cessation use of fd_set structs internallyDavid Howells1-2/+1
2012-02-19Wrap accesses to the fd_sets in struct fdtableDavid Howells1-5/+5
2012-02-13staging: android, lowmemorykiller: convert to use oom_score_adjDavid Rientjes1-21/+22
2012-02-10Merge tag 'staging-3.3-rc3' into staging-nextGreg Kroah-Hartman12-49/+1122
2012-02-10staging: android-alarm: Support old drivers via preprocessor aliasingJohn Stultz2-0/+23
2012-02-10staging: android-alarm: Fixup minor pr_alarm warningsJohn Stultz1-2/+2
2012-02-10staging: android-alarm: Fix bad index when canceling alarms[]JP Abgrall1-1/+1
2012-02-10staging: android-alarm: Update hrtimer if alarm at the head of the queue is reprogrammedArve Hjønnevåg1-4/+7
2012-02-10staging: android-alarm: Disable Android alarm driver by defaultPraneeth Kumar Bajjuri1-1/+1
2012-02-10staging: android-alarm: Reenable android alarm driverJohn Stultz2-0/+19
2012-02-10staging: android-alarm: HACK: wakelock workaroundJohn Stultz2-2/+23
2012-02-10staging: android-alarm: Fix namespace collision with upstreamed alarmtimersJohn Stultz3-33/+35
2012-02-10staging: android-alarm: Fix include compile issuesJohn Stultz2-4/+2
2012-02-10staging: android-alarm: Add needed module.h includesAndy Green2-0/+2
2012-02-10staging: android-alarm: Don't use save_time_delta.Arve Hjønnevåg1-5/+6
2012-02-10staging: android-alarm: Add android alarm driver & in-kernel alarm interfaceArve Hjønnevåg3-0/+978
2012-02-08staging: android/lowmemorykiller: Do not kill kernel threadsAnton Vorontsov1-0/+3
2012-02-08staging: android/lowmemorykiller: No need for task->signal checkAnton Vorontsov1-7/+1
2012-02-08staging: android/lowmemorykiller: Better mm handlingAnton Vorontsov1-7/+9
2012-02-08staging: android/lowmemorykiller: Don't grab tasklist_lockAnton Vorontsov1-3/+4
2012-02-08staging: android: logger: clarify non-update of w_off in do_write_log_from_userTim Bird1-0/+6
2012-02-08staging: android: logger: clarify code in clock_intervalTim Bird1-8/+20
2012-02-08staging: android: logger: reorder prepare_to_wait and mutex_lockTim Bird1-1/+2
2012-02-08staging: android: logger: simplify and optimize get_entry_lenTim Bird1-8/+12
2012-02-08staging: android: logger: Change logger_offset() from macro to functionTim Bird1-6/+10