aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kernel: Only expose su when daemon is runningTom Marshall2017-06-073-0/+39
* ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)2017-03-171-5/+5
* BACKPORT: perf: Fix event->ctx lockingAriel Yin2017-03-171-34/+200
* audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore2016-11-091-168/+165
* perf: Fix race in swevent hashPeter Zijlstra2016-11-091-7/+0
* perf: duplicate deletion of perf eventSrinivasarao P2016-10-271-0/+3
* pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-10-121-0/+14
* __ptrace_may_access() should not deny sub-threadsMark Grondona2016-10-121-1/+1
* tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent2016-10-121-4/+4
* tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1Will Deacon2016-10-121-0/+4
* Get rid of SELinux 'personality-8' errors.Luden2016-04-301-1/+4
* Input: add infrastructure for selecting clockid for event time stampsJohn Stultz2016-03-111-0/+2
* Fix security issues reported by the android.security CTSStevan Marinkovic2016-03-111-0/+25
* proc: fix build broken by proc inode per namespace patchJin Qian2016-03-111-0/+1
* proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2016-03-115-1/+32
* vfs: Add a user namespace reference from struct mnt_namespaceEric W. Biederman2016-03-111-1/+1
* VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsDavid Howells2016-03-111-5/+5
* brlocks/lglocks: turn into functionsAndi Kleen2016-03-112-1/+90
* mm: fix prctl_set_vma_anon_nameColin Cross2016-03-111-1/+1
* mm: add a field to store names for private anonymous memoryColin Cross2016-03-111-0/+145
* security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2016-03-111-2/+2
* cgroup: fix exit() vs rmdir() raceLi Zefan2016-03-111-0/+8
* cgroup: Fix use after free of cgrp (cgrp->css_sets)Hans de Goede2016-03-111-1/+5
* cgroup: Take css_set_lock from cgroup_css_sets_empty()Hans de Goede2016-03-111-5/+9
* Power: Add guard condition for maximum wakeup reasonsRuchi Kandoi2016-03-111-0/+7
* prctl: adds the capable(CAP_SYS_NICE) check to PR_SET_TIMERSLACK_PID.Ruchi Kandoi2016-03-111-0/+3
* prctl: adds PR_SET_TIMERSLACK_PID for setting timer slack of an arbitrary thr...Ruchi Kandoi2016-03-111-0/+19
* Power: Changes the permission to read only for sysfs fileRuchi Kandoi2016-03-111-3/+2
* POWER: fix compile warnings in log_wakeup_reasonRuchi Kandoi2016-03-111-3/+4
* Power: add an API to log wakeup reasonsRuchi Kandoi2016-03-112-0/+134
* add extra free kbytes tunableRik van Riel2016-03-111-0/+9
* oom: remove oom_disable_countDavid Rientjes2016-03-112-11/+1
* cgroup: remove synchronize_rcu() from cgroup_attach_{task|proc}()Devin Kim2016-03-111-1/+0
* Merge remote-tracking branch 'linux-stable/linux-3.0.y' into p-android-omap-3...Ziyan2015-10-2554-578/+1203
|\
| * splice: fix racy pipe->buffers usesEric Dumazet2013-10-052-4/+7
| * perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra2013-10-011-3/+6
| * perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra2013-10-011-6/+6
| * cgroup: fail if monitored file and event_control are in different cgroupLi Zefan2013-10-011-0/+11
| * futex: Take hugepages into account when generating futex_keyZhang Yi2013-08-201-1/+2
| * tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin2013-08-141-0/+1
| * perf: Use css_tryget() to avoid propping up css refcountSalman Qazi2013-08-111-3/+7
| * perf: Fix event group context moveJiri Olsa2013-08-111-2/+18
| * sched: Fix the broken sched_rr_get_interval()Zhu Yanhai2013-08-111-1/+1
| * tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)2013-08-041-0/+3
| * hrtimers: Move SMP function call to thread contextThomas Gleixner2013-07-281-15/+13
| * tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)2013-07-281-4/+14
| * perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra2013-07-281-1/+14
| * perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa2013-07-281-1/+10
| * perf: Clone child context from parent context pmuJiri Olsa2013-07-281-1/+1
| * tracing: Use current_uid() for critical time tracingSteven Rostedt (Red Hat)2013-07-281-1/+9