summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* rcu: Correctly handle non-empty Tiny RCU callback list with none readyPaul E. McKenney2015-07-151-0/+5
* genirq: devres: Fix testing return value of request_any_context_irq()Axel Lin2015-07-091-2/+2
* tracing: Have filter check for balanced opsSteven Rostedt2015-06-301-2/+7
* ring-buffer-benchmark: Fix the wrong sched_priority of producerWang Long2015-06-301-1/+1
* module: Call module notifier on failure after complete_formation()Steven Rostedt2015-06-031-0/+3
* sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner2015-05-282-17/+21
* sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra2015-05-202-5/+7
* ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov2015-05-061-0/+20
* ring-buffer: Replace this_cpu_*() with __this_cpu_*()Steven Rostedt2015-05-051-6/+5
* x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti2015-05-051-0/+15
* sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman2015-04-101-0/+2
* perf: Fix irq_work 'tail' recursionPeter Zijlstra2015-04-101-0/+10
* timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loopPreeti U Murthy2015-03-301-2/+9
* ftrace: Fix ftrace enable ordering of sysctl ftrace_enabledSteven Rostedt (Red Hat)2015-03-231-3/+3
* ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctlPratyush Anand2015-03-231-6/+22
* workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo2015-03-231-4/+52
* cpuset: Fix cpuset sched_relax_domain_levelJason Low2015-03-231-3/+0
* console: Fix console name size mismatchPeter Hurley2015-03-182-1/+2
* sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen2015-03-041-1/+16
* kdb: fix incorrect counts in KDB summary command outputJay Lan2015-03-021-1/+1
* ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz2015-03-021-3/+7
* time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin2015-03-021-0/+7
* locking/rtmutex: Avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior2015-03-021-1/+2
* ring-buffer: Do not wake up a splice waiter when page is not fullSteven Rostedt (Red Hat)2015-03-021-5/+35
* tracing: Fix unmapping loop in tracing_mark_writeVikram Mulukutla2015-03-021-1/+1
* ksoftirqd: Enable IRQs and call cond_resched() before poking RCUCalvin Owens2015-02-241-1/+5
* smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()Lai Jiangshan2015-02-101-0/+2
* perf: Tighten (and fix) the grouping conditionPeter Zijlstra2015-02-041-2/+13
* workqueue: fix subtle pool management issue which can stall whole worker_poolTejun Heo2015-02-041-18/+9
* time: settimeofday: Validate the values of tv from userSasha Levin2015-02-021-0/+4
* 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: fix race between wait_consider_task() and wait_task_zombie()Oleg Nesterov2015-01-161-3/+9
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-01-152-3/+3
* audit: restore AUDIT_LOGINUID unset ABIRichard Guy Briggs2015-01-151-0/+10
* audit: use supplied gfp_mask from audit_buffer in kauditd_send_multicast_skbRichard Guy Briggs2015-01-151-4/+4
* 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