summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-04-293-4/+4
* sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman2015-04-191-0/+2
* perf: Fix irq_work 'tail' recursionPeter Zijlstra2015-04-131-0/+10
* cpuset: Fix cpuset sched_relax_domain_levelJason Low2015-03-261-3/+0
* workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo2015-03-261-4/+52
* console: Fix console name size mismatchPeter Hurley2015-03-262-1/+2
* ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz2015-03-061-3/+7
* kdb: fix incorrect counts in KDB summary command outputJay Lan2015-03-061-1/+1
* tracing: Fix unmapping loop in tracing_mark_writeVikram Mulukutla2015-03-061-1/+1
* smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()Lai Jiangshan2015-02-111-0/+2
* workqueue: fix subtle pool management issue which can stall whole worker_poolTejun Heo2015-02-051-29/+13
* mm: page_alloc: use jump labels to avoid checking number_of_cpusetsMel Gorman2015-01-291-10/+4
* time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin2015-01-291-0/+7
* time: settimeofday: Validate the values of tv from userSasha Levin2015-01-291-0/+4
* genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner2015-01-273-1/+81
* tick/powerclamp: Remove tick_nohz_idle abuseThomas Gleixner2015-01-271-2/+0
* perf: Fix events installation during moving groupJiri Olsa2015-01-161-2/+2
* sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni2015-01-161-18/+1
* sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni2015-01-161-3/+3
* exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exitingOleg Nesterov2015-01-081-0/+2
* audit: restore AUDIT_LOGINUID unset ABIRichard Guy Briggs2015-01-081-0/+10
* userns: Allow setting gid_maps without privilege when setgroups is disabledEric W. Biederman2015-01-081-0/+5
* userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman2015-01-082-0/+86
* userns: Rename id_map_mutex to userns_state_mutexEric W. Biederman2015-01-081-8/+6
* userns: Only allow the creator of the userns unprivileged mappingsEric W. Biederman2015-01-081-2/+4
* userns: Check euid no fsuid when establishing an unprivileged uid mappingEric W. Biederman2015-01-081-1/+1
* userns: Don't allow unprivileged creation of gid mappingsEric W. Biederman2015-01-081-5/+0
* userns: Don't allow setgroups until a gid mapping has been setablishedEric W. Biederman2015-01-082-1/+17
* userns: Document what the invariant required for safe unprivileged mappings.Eric W. Biederman2015-01-081-1/+3
* groups: Consolidate the setgroups permission checksEric W. Biederman2015-01-082-2/+9
* uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski2014-12-061-1/+0
* perf: Handle compat ioctlPawel Moll2014-11-211-1/+22
* rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreadsPranith Kumar2014-11-211-2/+2
* rcu: Make callers awaken grace-period kthreadPaul E. McKenney2014-11-211-1/+17
* audit: keep inode pinnedMiklos Szeredi2014-11-211-0/+1
* audit: AUDIT_FEATURE_CHANGE message format missing delimiting spaceRichard Guy Briggs2014-11-211-1/+1
* audit: correct AUDIT_GET_FEATURE return message typeRichard Guy Briggs2014-11-211-1/+1
* sched: Use rq->rd in sched_setaffinity() under RCU read lockKirill Tkhai2014-11-141-4/+5
* posix-timers: Fix stack info leak in timer_create()Mathias Krause2014-11-141-0/+1
* PM / Sleep: fix recovery during resuming from hibernationImre Deak2014-11-141-1/+7
* OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2014-11-141-1/+39
* freezer: Do not freeze tasks killed by OOM killerCong Wang2014-11-141-0/+3
* modules, lock around setting of MODULE_STATE_UNFORMEDPrarit Bhargava2014-11-141-0/+2
* sched: Use dl_bw_of() under RCU read lockKirill Tkhai2014-11-141-0/+10
* tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent2014-11-141-4/+4
* futex: Ensure get_futex_key_refs() always implies a barrierCatalin Marinas2014-10-301-0/+2
* mm: per-thread vma cachingDavidlohr Bueso2014-10-092-4/+17
* mm: optimize put_mems_allowed() usageMel Gorman2014-10-091-1/+1
* 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