summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-06-10sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner
2015-06-09module: Call module notifier on failure after complete_formation()Steven Rostedt
2015-06-09ktime: Fix ktime_divns to do signed divisionJohn Stultz
2015-06-09ktime: Optimize ktime_divns for constant divisorsNicolas Pitre
2015-05-17bpf: fix 64-bit divideAlexei Starovoitov
2015-05-17ebpf: verifier: check that call reg with ARG_ANYTHING is initializedDaniel Borkmann
2015-05-17tracing: Handle ftrace_dump() atomic context in graph_trace_open()Rabin Vincent
2015-05-17ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov
2015-05-17ring-buffer: Replace this_cpu_*() with __this_cpu_*()Steven Rostedt
2015-04-27bpf: fix verifier memory corruptionAlexei Starovoitov
2015-04-24timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loopPreeti U Murthy
2015-04-24Revert "PM / hibernate: avoid unsafe pages in e820 reserved regions"Rafael J. Wysocki
2015-04-24sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman
2015-04-16perf: Fix irq_work 'tail' recursionPeter Zijlstra
2015-04-16sched/wait: Provide infrastructure to deal with nested blockingPeter Zijlstra
2015-03-28cpuset: Fix cpuset sched_relax_domain_levelJason Low
2015-03-28cpuset: fix a warning when clearing configured masks in old hierarchyZefan Li
2015-03-28cpuset: initialize effective masks when clone_children is enabledZefan Li
2015-03-28workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo
2015-03-28ftrace: Fix ftrace enable ordering of sysctl ftrace_enabledSteven Rostedt (Red Hat)
2015-03-28ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctlPratyush Anand
2015-03-28ftrace: Clear REGS_EN and TRAMP_EN flags on disabling record via sysctlSteven Rostedt (Red Hat)
2015-03-28console: Fix console name size mismatchPeter Hurley
2015-03-23sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra
2015-03-23sched: Fix hrtick_start() on UPWanpeng Li
2015-03-23locking/rtmutex: Avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior
2015-03-14mm, hugetlb: remove unnecessary lower bound on sysctl handlers"?Andrey Ryabinin
2015-03-06ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz
2015-03-06kdb: fix incorrect counts in KDB summary command outputJay Lan
2015-03-06ring-buffer: Do not wake up a splice waiter when page is not fullSteven Rostedt (Red Hat)
2015-03-06tracing: Fix unmapping loop in tracing_mark_writeVikram Mulukutla
2015-02-11hrtimer: Fix incorrect tai offset calculation for non high-res timer systemsJohn Stultz
2015-02-11smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()Lai Jiangshan
2015-01-29time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin
2015-01-29time: settimeofday: Validate the values of tv from userSasha Levin
2015-01-29workqueue: fix subtle pool management issue which can stall whole worker_poolTejun Heo
2015-01-27ftrace: Check both notrace and filter for old hashSteven Rostedt (Red Hat)
2015-01-27ftrace: Fix updating of filters for shared global_ops filtersSteven Rostedt (Red Hat)
2015-01-27genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner
2015-01-27tick/powerclamp: Remove tick_nohz_idle abuseThomas Gleixner
2015-01-16exit: fix race between wait_consider_task() and wait_task_zombie()Oleg Nesterov
2015-01-16perf: Fix events installation during moving groupJiri Olsa
2015-01-16sched: Add missing rcu protection to wake_up_all_idle_cpusAndy Lutomirski
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-08exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exitingOleg Nesterov
2015-01-08audit: restore AUDIT_LOGINUID unset ABIRichard Guy Briggs
2015-01-08audit: don't attempt to lookup PIDs when changing PID filtering audit rulesPaul Moore
2015-01-08audit: use supplied gfp_mask from audit_buffer in kauditd_send_multicast_skbRichard Guy Briggs
2015-01-08userns: Allow setting gid_maps without privilege when setgroups is disabledEric W. Biederman