aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: Fix android gadget driver buildBenoit Goby2013-02-224-751/+43
* HACK: usb: gadget: Fix enumeration on bootBenoit Goby2013-02-221-1/+9
* usb: gadget: android: Fixes and hacks to make android usb gadget compile on 3.8Arve Hjønnevåg2013-02-225-16/+10
* mmc: block: Remove call to mmc_blk_set_blksizeArve Hjønnevåg2013-02-221-6/+1
* gpu: ion: Remove __GFP_NO_KSWAPDArve Hjønnevåg2013-02-221-2/+2
* gpu: ion: __dma_page_cpu_to_dev -> arm_dma_ops.sync_single_for_device hackArve Hjønnevåg2013-02-223-8/+13
* usb: otg: otg-wakelock: Fix build for 3.7Arve Hjønnevåg2013-02-221-3/+6
* sync: fix timeout = 0 wait behaviorJamie Gennis2013-02-221-4/+6
* power: android-battery: push uevent whenever charge source changesTodd Poynor2013-02-191-0/+1
* power: android-battery: remove ac and usb suppliesTodd Poynor2013-02-191-76/+0
* sync: don't log wait timeouts when timeout = 0Erik Gilling2013-02-191-1/+1
* gpu: ion: Only flush buffers in the chunk heap if they were used cachedRebecca Schultz Zavin2013-02-191-2/+3
* gpu: ion: Refactor the code to zero buffersRebecca Schultz Zavin2013-02-194-26/+48
* sync: Fix race condition between merge and signalØrjan Eide2013-02-191-3/+7
* cpufreq: interactive: fix race on governor start/stopLianwei Wang2013-02-191-4/+17
* gpu: ion: Modify zeroing code so it only allocates address space onceRebecca Schultz Zavin2013-02-191-7/+21
* cpufreq: interactive: fix deadlock on spinlock in timerTodd Poynor2013-02-191-12/+17
* cpufreq: interactive: don't handle transition notification if not enabledTodd Poynor2013-02-191-1/+8
* cpufreq: interactive: init default values at compile timeTodd Poynor2013-02-191-9/+4
* cpufreq: interactive: default go_hispeed_load 99%, doc updatesTodd Poynor2013-02-191-1/+1
* cpufreq: interactive: fix race on timer restart on governor startTodd Poynor2013-02-191-3/+3
* cpufreq: interactive: fix racy timer stoppingTodd Poynor2013-02-191-10/+28
* cpufreq: interactive: fix boosting logicTodd Poynor2013-02-191-4/+11
* cpufreq: interactive: add timer slack to limit idle at speed > minTodd Poynor2013-02-191-40/+61
* cpufreq: interactive: specify duration of CPU speed boost pulseTodd Poynor2013-02-191-7/+45
* cpufreq: interactive: adjust load for changes in speedTodd Poynor2013-02-191-16/+71
* gpu: ion: Remove heapmask from clientRebecca Schultz Zavin2013-02-191-12/+5
* gpu: ion: Export ion_client_createJohan Mossberg2013-02-191-0/+1
* gpu: ion: Clarify variable names and comments around heap ids v typesRebecca Schultz Zavin2013-02-191-18/+19
* gpu: ion: Add chunk heapRebecca Schultz Zavin2013-02-194-2/+184
* gpu: ion: Refactor common mapping functions out of system heapRebecca Schultz Zavin2013-02-193-78/+91
* gpu: ion: Switch heap rbtree to a prio listRebecca Schultz Zavin2013-02-192-29/+10
* gpu: ion: Fix bug where MAP ioctl was no longer supportedRebecca Schultz Zavin2013-02-191-0/+1
* gpu: ion: Modify reserve function for carveouts with no start addressRebecca Schultz Zavin2013-02-191-7/+26
* cpufreq: interactive: remove load since last speed changeTodd Poynor2013-02-191-30/+4
* cpufreq: interactive: allow arbitrary speed / target load mappingsTodd Poynor2013-02-191-14/+172
* gpu: ion: fix compilation warningBenjamin Gaignard2013-02-191-1/+2
* gpu: ion: fix carveout opsBenjamin Gaignard2013-02-191-0/+2
* gpu: ion: Fix bug in zeroing pages in system heapRebecca Schultz Zavin2013-02-191-1/+1
* cpufreq: interactive: apply above_hispeed_delay to each step above hispeedTodd Poynor2013-02-191-23/+13
* cpufreq: interactive: change speed according to current speed and target loadTodd Poynor2013-02-191-3/+32
* cpufreq: interactive: trace actual speed in target speed decisionsTodd Poynor2013-02-191-8/+10
* android: logger: enforce GID and CAP check on log flushCharndeep Grewal2013-02-191-0/+5
* usb: gadget: accessory: Fix section mismatch (again)Todd Poynor2013-02-191-1/+1
* cpufreq: interactive: kick timer on idle exit past expiryTodd Poynor2013-02-191-23/+20
* cpufreq: interactive: use deferrable timer by defaultLianwei Wang2013-02-191-7/+15
* cpufreq: interactive: pin timers to associated CPUTodd Poynor2013-02-191-79/+27
* gpu: ion: Fix bug in ion_system_heap map_userRebecca Schultz Zavin2013-02-191-6/+15
* gpu: ion: Don't flush allocatoins that come from the page poolsRebecca Schultz Zavin2013-02-191-3/+5
* gpu: ion: Clear GFP_WAIT flag on high order allocationsRebecca Schultz Zavin2013-02-191-1/+1