summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-05-06ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov
2015-05-05ring-buffer: Replace this_cpu_*() with __this_cpu_*()Steven Rostedt
2015-05-05x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti
2015-04-10sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman
2015-04-10perf: Fix irq_work 'tail' recursionPeter Zijlstra
2015-03-30timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loopPreeti U Murthy
2015-03-23ftrace: Fix ftrace enable ordering of sysctl ftrace_enabledSteven Rostedt (Red Hat)
2015-03-23ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctlPratyush Anand
2015-03-23workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo
2015-03-23cpuset: Fix cpuset sched_relax_domain_levelJason Low
2015-03-18console: Fix console name size mismatchPeter Hurley
2015-03-04sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen
2015-03-02kdb: fix incorrect counts in KDB summary command outputJay Lan
2015-03-02ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz
2015-03-02time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin
2015-03-02locking/rtmutex: Avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior
2015-03-02ring-buffer: Do not wake up a splice waiter when page is not fullSteven Rostedt (Red Hat)
2015-03-02tracing: Fix unmapping loop in tracing_mark_writeVikram Mulukutla
2015-02-24ksoftirqd: Enable IRQs and call cond_resched() before poking RCUCalvin Owens
2015-02-10smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()Lai Jiangshan
2015-02-04perf: Tighten (and fix) the grouping conditionPeter Zijlstra
2015-02-04workqueue: fix subtle pool management issue which can stall whole worker_poolTejun Heo
2015-02-02time: settimeofday: Validate the values of tv from userSasha Levin
2015-01-16sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni
2015-01-16sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni
2015-01-16exit: fix race between wait_consider_task() and wait_task_zombie()Oleg Nesterov
2015-01-15move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2015-01-15audit: restore AUDIT_LOGINUID unset ABIRichard Guy Briggs
2015-01-15audit: use supplied gfp_mask from audit_buffer in kauditd_send_multicast_skbRichard Guy Briggs
2015-01-15audit: don't attempt to lookup PIDs when changing PID filtering audit rulesPaul Moore
2015-01-15tick/powerclamp: Remove tick_nohz_idle abuseThomas Gleixner
2015-01-15genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner
2015-01-15perf: Fix events installation during moving groupJiri Olsa
2015-01-15userns: Allow setting gid_maps without privilege when setgroups is disabledEric W. Biederman
2015-01-15userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman
2015-01-15exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exitingOleg Nesterov
2015-01-15userns: Rename id_map_mutex to userns_state_mutexEric W. Biederman
2015-01-15userns: Only allow the creator of the userns unprivileged mappingsEric W. Biederman
2015-01-15userns: Check euid no fsuid when establishing an unprivileged uid mappingEric W. Biederman
2015-01-15userns: Don't allow unprivileged creation of gid mappingsEric W. Biederman
2015-01-15userns: Don't allow setgroups until a gid mapping has been setablishedEric W. Biederman
2015-01-15userns: Document what the invariant required for safe unprivileged mappings.Eric W. Biederman
2015-01-15groups: Consolidate the setgroups permission checksEric W. Biederman
2014-12-10uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski
2014-11-27rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreadsPranith Kumar
2014-11-27audit: correct AUDIT_GET_FEATURE return message typeRichard Guy Briggs
2014-11-27perf: Handle compat ioctlPawel Moll
2014-11-27audit: keep inode pinnedMiklos Szeredi
2014-11-27tracing: Do not busy wait in buffer spliceRabin Vincent
2014-11-20audit: AUDIT_FEATURE_CHANGE message format missing delimiting spaceRichard Guy Briggs