aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: Iterate over all the possible cpus to create powerstats.HEADn7.1Ruchi Kandoi2017-04-211-5/+4
* cpufreq: Correct the data reported in all_time_in_stateNirmal Abraham2017-04-211-1/+15
* uid_cputime: Iterates over all the threads instead of processes.Ruchi Kandoi2017-04-211-3/+3
* uid_cputime: Avoids double accounting of process stime, utime and cpu_power i...Ruchi Kandoi2017-04-211-1/+2
* sched: cpufreq: Adds a field cpu_power in the task_structRuchi Kandoi2017-04-213-5/+19
* cpufreq_stats: Adds the fucntionality to load current values for each frequen...Ruchi Kandoi2017-04-211-46/+154
* cpufreq: Avoid using global variable total_cpusRuchi Kandoi2017-04-211-4/+4
* cpufreq: fix sleeping in atomic context when realloc freq_table for all_time_...Minsung Kim2017-04-211-1/+1
* cpufreq: Persist cpufreq time in state data across hotplugRuchi Kandoi2017-04-211-97/+171
* kgsl: convert some workqueues to use kthreadsTim Murray2017-04-175-9/+26
* cpufreq: interactive: Use wake_up_process_no_notif to wake up tasksJunjie Wu2017-04-171-3/+3
* FROMLIST: defconfig: msm: Disable CONFIG_CP_ACCESS64Bruce Levy2017-04-071-1/+0
* seed: config: enable CONFIG_CRYPTO_SHA512Lorenzo Colitti2017-04-071-0/+1
* Merge tag 'android-7.1.1_r0.52' of https://android.googlesource.com/kernel/ms...Arvin Quilao2017-04-0611-28/+160
|\
| * qcrypto: protect potential integer overflow.Ariel Yin2017-02-141-0/+6
| * ANDROID: ion: Protect kref from userspace manipulationAriel Yin2017-02-141-7/+77
| * qcacld-2.0: Fix buffer overflow in WLANSAP_Set_WPARSNIes()Ariel Yin2017-02-141-0/+7
| * sdcardfs: limit stacking depthAndrew Chant2017-02-141-0/+7
| * UPSTREAM: udp: properly support MSG_PEEK with truncated buffersAriel Yin2017-02-142-4/+8
| * msm: mdss: Correct the format specifiers in sscanf functionAriel Yin2017-02-141-3/+3
| * crypto: msm: check integer overflow on total data len in qcedev.cAriel Yin2017-02-141-1/+10
| * platform: msm: spmi: Fix possible race condition in debugfsAriel Yin2017-02-141-9/+28
| * FROMLIST: defconfig: msm: Disable CONFIG_CP_ACCESS64Bruce Levy2017-02-141-1/+0
| * ASoC: msm: qdsp6v2: Fix out-of-bounds access in put functionsAriel Yin2017-02-131-3/+13
| * seed: config: enable CONFIG_CRYPTO_SHA512Lorenzo Colitti2017-01-201-0/+1
* | sched: Fix bug in average nr_running and nr_iowait calculationSrivatsa Vaddagiri2017-03-164-14/+22
* | sched: Provide a wake up API without sending freq notificationsJunjie Wu2017-03-163-5/+33
* | seed: Disable overlayfsArvin Quilao2017-03-071-1/+1
* | tracing: power: Add trace events for core controlJunjie Wu2017-03-072-1/+46
* | config: Enable core controlArvin Quilao2017-03-071-0/+1
* | sched: Keep track of average nr_big_tasksSrivatsa Vaddagiri2017-03-075-8/+76
* | core_ctl: Manage number of online cores based on system loadPavankumar Kondeti2017-03-073-0/+1095
* | qcom: core_ctl: Add support functions for core_ctlBryan Huntsman2017-03-074-0/+96
* | ANDROID: vfs: Missed updating truncate to truncate2Daniel Rosenberg2017-03-071-1/+1
* | BACKPORT: smarter propagate_mnt()Al Viro2017-03-074-77/+130
* | BACKPORT: don't bother with propagate_mnt() unless the target is sharedAl Viro2017-03-071-10/+7
* | ANDROID: mnt: remount should propagate to slaves of slavesDaniel Rosenberg2017-03-072-7/+22
* | ANDROID: sdcardfs: Don't bother deleting freelistDaniel Rosenberg2017-03-071-1/+2
* | ANDROID: sdcardfs: support direct-IO (DIO) operationsDaniel Rosenberg2017-03-072-17/+5
* | ANDROID: sdcardfs: implement vm_ops->page_mkwriteDaniel Rosenberg2017-03-071-0/+34
* | ANDROID: sdcardfs: Add missing path_putDaniel Rosenberg2017-03-071-0/+1
* | ANDROID: sdcardfs: Fix incorrect hashDaniel Rosenberg2017-03-071-2/+6
* | ANDROID: sdcardfs: Switch strcasecmp for internal callDaniel Rosenberg2017-03-076-58/+78
* | ANDROID: sdcardfs: switch to full_name_hash and qstrDaniel Rosenberg2017-03-071-81/+108
* | ANDROID: sdcardfs: Add GID Derivation to sdcardfsDaniel Rosenberg2017-03-077-60/+429
* | ANDROID: sdcardfs: Remove redundant operationDaniel Rosenberg2017-03-071-11/+0
* | ANDROID: sdcardfs: add support for user permission isolationDaniel Rosenberg2017-03-073-40/+284
* | ANDROID: sdcardfs: Refactor configfs interfaceDaniel Rosenberg2017-03-071-80/+76
* | ANDROID: sdcardfs: Allow non-owners to touchDaniel Rosenberg2017-03-071-2/+5
* | constify ->actorAl Viro2017-03-078-51/+5