aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* selinux: do not check open perm on ftruncate callJeff Vander Stoep2016-09-101-1/+2
* sched: cpufreq: Adds a field cpu_power in the task_structRuchi Kandoi2016-09-105-1/+37
* cpufreq_stats: Adds the fucntionality to load current values for each frequencyRuchi Kandoi2016-09-101-28/+139
* defconfig: enable CONFIG_UID_CPUTIMEMoyster2016-09-101-0/+1
* uid_cputime: Check for the range while removing range of UIDs.Ruchi Kandoi2016-09-101-4/+5
* uid_cputime: Iterates over all the threads instead of processes.Ruchi Kandoi2016-09-101-3/+3
* uid_cputime: fix cputime overflowJin Qian2016-09-101-4/+6
* uid_cputime: Avoids double accounting of process stime, utime and cpu_power inRuchi Kandoi2016-09-101-0/+6
* uid_cputime: Extends the cputime functionality to report power per uidRuchi Kandoi2016-09-101-2/+10
* proc: uid_cputime: fix show_uid_stat permissionJin Qian2016-09-101-1/+1
* proc: uid_cputime: create uids from kuidsAmit Pundir2016-09-101-3/+5
* proc: uid: Adds accounting for the cputimes per uid.jinqian2016-09-103-0/+242
* kernel: make READ_ONCE() valid on const argumentsLinus Torvalds2016-09-101-3/+3
* tcp: make challenge acks less predictableEric Dumazet2016-09-101-7/+7
* kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)Christian Borntraeger2016-09-101-6/+6
* kernel: Provide READ_ONCE and ASSIGN_ONCEChristian Borntraeger2016-09-101-0/+74
* defconfig: enable SECURITY_PERF_EVENTS_RESTRICTMoyster2016-09-101-0/+1
* ANDROID: restrict access to perf eventsJeff Vander Stoep2016-09-101-0/+6
* FROMLIST: security,perf: Allow further restriction of perf_event_openJeff Vander Stoep2016-09-104-1/+25
* BACKPORT: perf tools: Document the perf sysctlsBen Hutchings2016-09-102-20/+35
* fix partition pathMoyster2016-09-101-1/+1
* arm64: atomic: add missing macrosfranciscofranco2016-09-101-0/+64
* llist: defining relaxed version of llist_emptySumit Singh2016-09-101-0/+6
* hrtimer: enhance power efficiencySumit Singh2016-09-101-0/+7
* thread_info: enhance power efficiencySumit Singh2016-09-101-0/+13
* arm64: processor.h: remove redundant macrosSumit Singh2016-09-101-3/+1
* ARM64: defining macros to optimize power usageSumit Singh2016-09-101-0/+8
* arm64: asm: relaxed.h: defined relaxed.hSumit Singh2016-09-101-0/+33
* arm: asm: relaxed.h: defined relaxed.hSumit Singh2016-09-101-0/+20
* asm-generic: processor.h: remove redundant macrosSumit Singh2016-09-101-7/+1
* asm-generic: processor.h: adding new header fileSumit Singh2016-09-101-0/+30
* asm-generic: relaxed.h: defined relaxed.hSumit Singh2016-09-101-0/+30
* arm64: atomic.h: defining relaxed atomic_readSumit Singh2016-09-101-0/+2
* arm: atomic.h: defined relaxed atomic_readSumit Singh2016-09-101-0/+1
* asm-generic: atomic.h: relaxed atomic_readSumit Singh2016-09-101-0/+5
* arm64: lib: use pair accessors for copy_*_user routinesWill Deacon2016-09-103-18/+33
* arm64: kernel: pause/unpause function graph tracer in cpu_suspend()Lorenzo Pieralisi2016-09-101-0/+10
* arm64: head.S: remove unnecessary function alignmentMark Rutland2016-09-101-1/+6
* arm64: kernel thread don't need to save fpsimd context.Janet Liu2016-09-101-1/+2
* mm: slub: Default slub_max_order to 0Mel Gorman2016-09-101-1/+1
* kthread_work: wake up worker only when the worker is idleLai Jiangshan2016-09-101-1/+1
* cpufreq: remove race while accessing cur_policyBibek Basu2016-09-101-0/+6
* int_sqrt: Improve 3x faster integer sqrt.FlyFrog2016-09-101-15/+13
* int_sqrt: correction square root algo with namingramgear2016-09-101-10/+20
* fs: binfmt_elf: fix get_atrandom_bytes defined but not usedanarkia19762016-09-101-19/+0
* random: sprinkle e/f/prandom in places that deplete entropy oftenimoseyon2016-09-106-6/+6
* net/packet: merge fiximoseyon2016-09-101-7/+0
* random.h: declare erandom functionimoseyon2016-09-101-0/+2
* binfmt_elf: use prandom - do not deplete entropyanarkia19762016-09-101-1/+1
* random32: use e/frandom for reseeding, and a merge fixupimoseyon2016-09-101-3/+2