aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2013-05-03config: Set CPU_FREQ_GOV_INTERACTIVE default nJohn Stultz
2013-05-03Add compat_ioctls in sync driversDmitry Pervushin
2013-04-29mmc: core: Remove stray CONFIG_EXPERIMENTAL dependenciesJohn Stultz
2013-04-29ion: Add Kconfig dependency to ARMJohn Stultz
2013-04-29usb: gadget: android: move init to late_initcall for nowArve Hjønnevåg
2013-04-29usb: gadget: android: Fixes and hacks to make android usb gadget compile on 3.9Arve Hjønnevåg
2013-04-29usb: gadget: Fix android gadget driver buildBenoit Goby
2013-04-29HACK: usb: gadget: Fix enumeration on bootBenoit Goby
2013-04-29usb: gadget: android: Fixes and hacks to make android usb gadget compile on 3.8Arve Hjønnevåg
2013-04-29mmc: block: Remove call to mmc_blk_set_blksizeArve Hjønnevåg
2013-04-29gpu: ion: Remove __GFP_NO_KSWAPDArve Hjønnevåg
2013-04-29gpu: ion: __dma_page_cpu_to_dev -> arm_dma_ops.sync_single_for_device hackArve Hjønnevåg
2013-04-29usb: otg: otg-wakelock: Fix build for 3.7Arve Hjønnevåg
2013-04-29cpufreq: interactive: fix uninitialized spinlockMinsung Kim
2013-04-29gpu: ion: Fix bug in ion shrinkerRebecca Schultz Zavin
2013-04-29gpu: ion: ion_chunk_heap: Zero chunk heap memory at creation timeRebecca Schultz Zavin
2013-04-29gpu: ion: fix kfree/list_del orderJP Abgrall
2013-04-29cpufreq: interactive: base above_hispeed_delay on target freq, not currentTodd Poynor
2013-04-29cpufreq: interactive: fix crash on error paths in get_tokenized_dataTodd Poynor
2013-04-29cpufreq: interactive: add io_is_busy interfaceLianwei Wang
2013-04-29cpufreq: interactive: allow arbitrary speed / delay mappingsMinsung Kim
2013-04-29gpu: ion: Make ion_free asynchronousRebecca Schultz Zavin
2013-04-29Add security hooks to binder and implement the hooks for SELinux.Stephen Smalley
2013-04-29input: misc: keychord: log when keychord triggeredJP Abgrall
2013-04-29gpu: ion: Add support for sharing buffers with dma buf kernel handlesJohan Mossberg
2013-04-29sync: fix timeout = 0 wait behaviorJamie Gennis
2013-04-29power: android-battery: push uevent whenever charge source changesTodd Poynor
2013-04-29power: android-battery: remove ac and usb suppliesTodd Poynor
2013-04-29sync: don't log wait timeouts when timeout = 0Erik Gilling
2013-04-29gpu: ion: Only flush buffers in the chunk heap if they were used cachedRebecca Schultz Zavin
2013-04-29gpu: ion: Refactor the code to zero buffersRebecca Schultz Zavin
2013-04-29sync: Fix race condition between merge and signalØrjan Eide
2013-04-29cpufreq: interactive: fix race on governor start/stopLianwei Wang
2013-04-29gpu: ion: Modify zeroing code so it only allocates address space onceRebecca Schultz Zavin
2013-04-29cpufreq: interactive: fix deadlock on spinlock in timerTodd Poynor
2013-04-29cpufreq: interactive: don't handle transition notification if not enabledTodd Poynor
2013-04-29cpufreq: interactive: init default values at compile timeTodd Poynor
2013-04-29cpufreq: interactive: default go_hispeed_load 99%, doc updatesTodd Poynor
2013-04-29cpufreq: interactive: fix race on timer restart on governor startTodd Poynor
2013-04-29cpufreq: interactive: fix racy timer stoppingTodd Poynor
2013-04-29cpufreq: interactive: fix boosting logicTodd Poynor
2013-04-29cpufreq: interactive: add timer slack to limit idle at speed > minTodd Poynor
2013-04-29cpufreq: interactive: specify duration of CPU speed boost pulseTodd Poynor
2013-04-29cpufreq: interactive: adjust load for changes in speedTodd Poynor
2013-04-29gpu: ion: Remove heapmask from clientRebecca Schultz Zavin
2013-04-29gpu: ion: Export ion_client_createJohan Mossberg
2013-04-29gpu: ion: Clarify variable names and comments around heap ids v typesRebecca Schultz Zavin
2013-04-29gpu: ion: Add chunk heapRebecca Schultz Zavin
2013-04-29gpu: ion: Refactor common mapping functions out of system heapRebecca Schultz Zavin
2013-04-29gpu: ion: Switch heap rbtree to a prio listRebecca Schultz Zavin