summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android
Commit message (Expand)AuthorAgeFilesLines
* mm/fs: route MADV_REMOVE to FALLOC_FL_PUNCH_HOLEHugh Dickins2012-05-291-3/+5
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-241-1/+1
|\
| * Merge tag 'v3.4-rc3' into staging/for_v3.5Mauro Carvalho Chehab2012-04-195-65/+37
| |\
| * | [media] mm/drivers: use vm_flags_t for vma flagsKonstantin Khlebnikov2012-04-101-1/+1
* | | Merge tag 'staging-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-05-2211-1325/+181
|\ \ \
| * | | staging: android: persistent_ram: Move to fs/pstore/ram_core.cAnton Vorontsov2012-05-175-625/+2
| * | | staging: android: persistent_ram: Prepare for modular buildsAnton Vorontsov2012-05-161-22/+24
| * | | staging: android: persistent_ram: Remove never used struct persistent_ram_zon...Anton Vorontsov2012-05-161-2/+0
| * | | staging: android: persistent_ram: Introduce persistent_ram_free()Anton Vorontsov2012-05-142-0/+18
| * | | staging: android: persistent_ram: Make it possible to use memory outside of b...Anton Vorontsov2012-05-141-1/+17
| * | | staging: android: persistent_ram: Introduce persistent_ram_vmap()Anton Vorontsov2012-05-141-5/+14
| * | | staging: android: persistent_ram: Introduce persistent_ram_new()Anton Vorontsov2012-05-142-0/+30
| * | | staging: android: persistent_ram: Introduce persistent_ram_post_init()Anton Vorontsov2012-05-141-17/+27
| * | | persistent_ram: Fix buffer size clamping during writesAnton Vorontsov2012-05-141-18/+1
| * | | persistent_ram: Remove prz->nodeAnton Vorontsov2012-05-142-3/+0
| * | | staging: android: logger: Fix some sparse and whitespace issuesTim Bird2012-05-101-3/+3
| * | | staging: android: logger: Allocate logs dynamically at boot (v3)Tim Bird2012-05-101-45/+62
| * | | Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman2012-05-028-718/+116
| |\ \ \ | | |_|/ | |/| |
| | * | staging: android: timed_output : disable the timed output device when the dev...Kim, Milo2012-04-291-0/+1
| | * | staging: android: binder: fix sparse warningsEmil Goode2012-04-241-4/+4
| | * | staging: android-alarm: Switch from wakelocks to wakeup sourcesJohn Stultz2012-04-241-19/+7
| | * | android-alarm: Remove unused android alarm in-kernel interfacesJohn Stultz2012-04-204-645/+2
| | * | staging: android-alarm: Rework alarm-dev.c to use upstreamed alarmtimersJohn Stultz2012-04-201-10/+98
| | * | staging: android-alarm: Convert ALARM_ELAPSED_REALTIME to use CLOCK_BOOTTIMEJohn Stultz2012-04-203-58/+22
| | * | staging: fix android alarm.c printk format warningsRandy Dunlap2012-04-181-2/+2
| | * | staging: Fix typo within android drivers.Masanari Iida2012-04-184-5/+5
| | * | staging: fix android persistent_ram printk formatsRandy Dunlap2012-04-101-2/+2
* | | | Merge 3.4-rc5 into driver-core-nextGreg Kroah-Hartman2012-05-024-58/+31
|\| | |
| * | | Merge tag 'staging-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-123-17/+24
| |\ \ \
| | * | | staging: android: fix mem leaks in __persistent_ram_init()Jesper Juhl2012-04-121-4/+7
| | * | | Staging: android: timed_gpio: Fix resource leak in timed_gpio_probe error pathsAxel Lin2012-04-101-12/+15
| | * | | android: make persistent_ram based drivers depend on HAVE_MEMBLOCKColin Cross2012-04-101-1/+2
| | |/ /
| * / / android, lowmemorykiller: remove task handoff notifierDavid Rientjes2012-04-091-41/+7
| |/ /
* / / Remove "switch" class in drivers/staging/android/switchMyungJoo Ham2012-04-237-418/+0
|/ /
* | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-7/+6
|\ \ | |/ |/|
| * fs: Remove missed ->fds_bits from cessation use of fd_set structs internallyDavid Howells2012-02-241-2/+1
| * Wrap accesses to the fd_sets in struct fdtableDavid Howells2012-02-191-5/+5
* | Staging: android: ram_console.c:Greg Kroah-Hartman2012-03-151-0/+4
* | Staging: android: binder: Fix use-after-free bugArve Hjønnevåg2012-03-091-1/+4
* | staging: ram_console: Fix section mismatchesStephen Boyd2012-03-091-5/+2
* | staging: android: ram_console: honor dmesg_restrictNick Kralevich2012-03-081-0/+3
* | staging: android: ram_console: fix crash in ram_console_late_initColin Cross2012-03-081-0/+3
* | staging: android: persistent_ram: add notrace to persistent_ram_writeColin Cross2012-03-081-4/+4
* | staging: android: persistent_ram: make persistent_ram_write atomicColin Cross2012-03-081-39/+101
* | staging: android: persistent_ram: handle reserving and mapping memoryColin Cross2012-03-083-61/+144
* | staging: android: persistent_ram: refactor ecc supportColin Cross2012-03-084-147/+143
* | staging: android: ram_console: split out persistent ramColin Cross2012-03-085-274/+396
* | staging: android: ram_console: drop verbose ram_console supportColin Cross2012-03-072-8/+0
* | staging: android: ram_console: drop early buffer supportColin Cross2012-03-072-45/+0
* | staging: android: ram_console: move footer stringsColin Cross2012-03-071-47/+68