aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* selinux: add SOCK_DIAG_BY_FAMILY to the list of netlink message typesPaul Moore2016-09-101-0/+2
* selinux/nlmsg: add XFRM_MSG_MAPPINGNicolas Dichtel2016-09-101-0/+1
* selinux/nlmsg: add XFRM_MSG_MIGRATENicolas Dichtel2016-09-101-0/+1
* selinux/nlmsg: add XFRM_MSG_REPORTNicolas Dichtel2016-09-101-0/+1
* selinux/nlmsg: add XFRM_MSG_[NEW|GET]SADINFONicolas Dichtel2016-09-101-0/+2
* selinux/nlmsg: add XFRM_MSG_GETSPDINFONicolas Dichtel2016-09-101-0/+1
* selinux/nlmsg: add XFRM_MSG_NEWSPDINFONicolas Dichtel2016-09-101-0/+1
* UPSTREAM: selinux: fix bug in conditional rules handlingStephen Smalley2016-09-101-2/+2
* selinux: Android kernel compatibility with M userspaceJeff Vander Stoep2016-09-101-8/+61
* selinux: extended permissions for ioctlsJeff Vander Stoep2016-09-1011-60/+834
* selinux: remove unnecessary pointer reassignmentJeff Vander Stoep2016-09-101-4/+2
* 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