summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* module: Fix locking in symbol_put_addr()Peter Zijlstra2015-11-091-2/+6
* sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov2015-10-271-3/+3
* workqueue: make sure delayed work run in local cpuShaohua Li2015-10-271-4/+4
* genirq: Fix race in register_irq_proc()Ben Hutchings2015-10-221-2/+17
* sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra2015-10-222-7/+8
* unshare: Unsharing a thread does not require unsharing a vmEric W. Biederman2015-10-011-10/+18
* perf: Fix PERF_EVENT_IOC_PERIOD migration racePeter Zijlstra2015-09-131-20/+55
* perf: Fix fasync handling on inherited eventsPeter Zijlstra2015-09-131-2/+10
* signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras2015-08-161-2/+2
* signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras2015-08-161-1/+2
* genirq: Prevent resend to interrupts marked IRQ_NESTED_THREADThomas Gleixner2015-08-101-5/+13
* security_syslog() should be called once onlyVasily Averin2015-08-031-7/+4
* PM / sleep: Increase default DPM watchdog timeout to 60Takashi Iwai2015-08-031-1/+1
* tracing: Have branch tracer use recursive field of task structSteven Rostedt (Red Hat)2015-08-032-7/+11
* tracing/filter: Do not allow infix to exceed end of stringSteven Rostedt (Red Hat)2015-08-031-0/+6
* tracing/filter: Do not WARN on operand count going below zeroSteven Rostedt (Red Hat)2015-08-031-1/+3
* genirq: devres: Fix testing return value of request_any_context_irq()Axel Lin2015-08-031-2/+2
* rcu: Correctly handle non-empty Tiny RCU callback list with none readyPaul E. McKenney2015-08-031-0/+5
* tracing: Have filter check for balanced opsSteven Rostedt2015-06-291-2/+7
* ring-buffer-benchmark: Fix the wrong sched_priority of producerWang Long2015-06-221-1/+1
* ksoftirqd: Enable IRQs and call cond_resched() before poking RCUCalvin Owens2015-05-061-1/+5
* 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-061-6/+5
* 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