summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* audit: don't attempt to lookup PIDs when changing PID filtering audit rulesPaul Moore2015-01-151-13/+0
* tick/powerclamp: Remove tick_nohz_idle abuseThomas Gleixner2015-01-151-2/+0
* genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner2015-01-153-1/+77
* perf: Fix events installation during moving groupJiri Olsa2015-01-151-2/+2
* userns: Allow setting gid_maps without privilege when setgroups is disabledEric W. Biederman2015-01-151-0/+5
* userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman2015-01-152-0/+86
* exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exitingOleg Nesterov2015-01-151-0/+2
* userns: Rename id_map_mutex to userns_state_mutexEric W. Biederman2015-01-151-8/+6
* userns: Only allow the creator of the userns unprivileged mappingsEric W. Biederman2015-01-151-2/+4
* userns: Check euid no fsuid when establishing an unprivileged uid mappingEric W. Biederman2015-01-151-1/+1
* userns: Don't allow unprivileged creation of gid mappingsEric W. Biederman2015-01-151-4/+0
* userns: Don't allow setgroups until a gid mapping has been setablishedEric W. Biederman2015-01-152-1/+17
* userns: Document what the invariant required for safe unprivileged mappings.Eric W. Biederman2015-01-151-1/+3
* groups: Consolidate the setgroups permission checksEric W. Biederman2015-01-152-2/+9
* uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski2014-12-101-1/+0
* rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreadsPranith Kumar2014-11-271-2/+2
* audit: correct AUDIT_GET_FEATURE return message typeRichard Guy Briggs2014-11-271-1/+1
* perf: Handle compat ioctlPawel Moll2014-11-271-1/+22
* audit: keep inode pinnedMiklos Szeredi2014-11-271-0/+1
* tracing: Do not busy wait in buffer spliceRabin Vincent2014-11-272-43/+61
* audit: AUDIT_FEATURE_CHANGE message format missing delimiting spaceRichard Guy Briggs2014-11-201-1/+1
* sched: Use rq->rd in sched_setaffinity() under RCU read lockKirill Tkhai2014-11-171-4/+5
* modules, lock around setting of MODULE_STATE_UNFORMEDPrarit Bhargava2014-11-171-0/+2
* sched: Use dl_bw_of() under RCU read lockKirill Tkhai2014-11-171-0/+10
* perf: Fix unclone_ctx() vs. lockingPeter Zijlstra2014-11-141-23/+31
* tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent2014-11-131-4/+4
* PM / Sleep: fix recovery during resuming from hibernationImre Deak2014-11-131-1/+7
* futex: Fix a race condition between REQUEUE_PI and task deathBrian Silverman2014-11-131-11/+11
* posix-timers: Fix stack info leak in timer_create()Mathias Krause2014-11-131-0/+1
* OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2014-11-051-1/+39
* freezer: Do not freeze tasks killed by OOM killerCong Wang2014-11-051-0/+3
* futex: Ensure get_futex_key_refs() always implies a barrierCatalin Marinas2014-10-301-0/+2
* jiffies: Fix timeval conversion to jiffiesAndrew Hunter2014-10-091-24/+30
* ring-buffer: Fix infinite spin in reading bufferSteven Rostedt (Red Hat)2014-10-091-1/+1
* perf: fix perf bug in fork()Peter Zijlstra2014-10-092-3/+6
* perf: Fix a race condition in perf_remove_from_context()Cong Wang2014-10-051-0/+10
* alarmtimer: Lock k_itimer during timer callbackRichard Larocque2014-10-051-2/+8
* alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque2014-10-051-2/+4
* alarmtimer: Return relative times in timer_gettimeRichard Larocque2014-10-051-7/+11
* kcmp: fix standard comparison bugRasmus Villemoes2014-10-051-3/+4
* kernel/printk/printk.c: fix faulty logic in the case of recursive printkPatrick Palka2014-10-051-3/+3
* ftrace: Update all ftrace_ops for a ftrace_hash_ops updateSteven Rostedt (Red Hat)2014-10-051-4/+39
* ftrace: Fix function_profiler and function tracer togetherSteven Rostedt (Red Hat)2014-10-051-13/+36
* ftrace: Allow ftrace_ops to use the hashes from other opsSteven Rostedt (Red Hat)2014-10-051-47/+51
* futex: Unlock hb->lock in futex_wait_requeue_pi() error pathThomas Gleixner2014-10-051-0/+1
* cgroup: fix unbalanced lockingZefan Li2014-10-051-1/+0
* cgroup: delay the clearing of cgrp->kn->privLi Zefan2014-10-051-11/+10
* cgroup: reject cgroup names with '\n'Alban Crequy2014-10-051-0/+5
* cgroup: check cgroup liveliness before unbreaking kernfsLi Zefan2014-10-051-1/+7
* trace: Fix epoll hang when we race with new entriesJosef Bacik2014-10-051-1/+15