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