summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsVik Heyndrickx2016-06-011-4/+7
* ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)2016-06-011-5/+4
* ring-buffer: Use long for nr_pages to avoid overflow failuresSteven Rostedt (Red Hat)2016-06-011-12/+14
* perf/core: Fix perf_event_open() vs. execve() racePeter Zijlstra2016-06-011-16/+36
* workqueue: fix rebind bound workers warningWanpeng Li2016-05-181-0/+11
* perf/core: Disable the event on a truncated AUX recordAlexander Shishkin2016-05-181-1/+9
* bpf: fix check_map_func_compatibility logicAlexei Starovoitov2016-05-181-21/+32
* bpf: fix refcnt overflowAlexei Starovoitov2016-05-183-11/+31
* bpf: fix double-fdput in replace_map_fd_with_map_ptr()Jann Horn2016-05-181-1/+0
* bpf/verifier: reject invalid LD_ABS | BPF_DW instructionAlexei Starovoitov2016-05-181-0/+1
* tracing: Don't display trigger file for events that can't be enabledChunyu Hu2016-05-111-2/+7
* perf/core: Fix time tracking bug with multiplexingPeter Zijlstra2016-05-041-2/+12
* perf/core: Don't leak event in the syscall error pathAlexander Shishkin2016-05-041-0/+1
* locking/mcs: Fix mcs_spin_lock() orderingPeter Zijlstra2016-05-041-1/+7
* cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Tejun Heo2016-05-042-4/+7
* workqueue: fix ghost PENDING flag while doing MQ IORoman Pen2016-05-041-0/+29
* futex: Acknowledge a new waiter in counter before plistDavidlohr Bueso2016-05-041-1/+1
* futex: Handle unlock_pi race gracefullySebastian Andrzej Siewior2016-05-041-3/+22
* sched/cgroup: Fix/cleanup cgroup teardown/initPeter Zijlstra2016-05-041-21/+14
* bpf: avoid copying junk bytes in bpf_get_current_comm()Alexei Starovoitov2016-04-201-1/+1
* sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner2016-04-122-0/+14
* PM / sleep: Clear pm_suspend_global_flags upon hibernateLukas Wunner2016-04-121-0/+1
* tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)2016-04-121-0/+3
* tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)2016-04-121-1/+4
* tracing: Have preempt(irqs)off trace preempt disabled functionsSteven Rostedt (Red Hat)2016-04-121-2/+6
* fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-04-121-1/+1
* cgroup: ignore css_sets associated with dead cgroups during migrationTejun Heo2016-04-121-2/+18
* watchdog: don't run proc_watchdog_update if new value is same as oldJoshua Hunt2016-04-121-1/+8
* sched/fair: Avoid using decay_load_missed() with a negative valueByungchul Park2016-04-121-2/+10
* sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen2016-04-121-7/+7
* perf/core: Fix perf_sched_count derailmentAlexander Shishkin2016-04-121-4/+3
* memremap: check pfn validity before passing to pfn_to_page()Ard Biesheuvel2016-03-091-2/+2
* sched/kasan: remove stale KASAN poison after hotplugMark Rutland2016-03-091-0/+3
* mm: fix mixed zone detection in devm_memremap_pagesDan Williams2016-03-091-5/+6
* list: kill list_force_poison()Dan Williams2016-03-091-2/+7
* Merge tag 'trace-fixes-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-042-12/+15
|\
| * tracing: Do not have 'comm' filter override event 'comm' fieldSteven Rostedt (Red Hat)2016-03-042-12/+15
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-02-281-128/+240
|\ \
| * | perf: Robustify task_function_call()Peter Zijlstra2016-02-251-20/+20
| * | perf: Fix scaling vs. perf_install_in_context()Peter Zijlstra2016-02-251-45/+70
| * | perf: Fix scaling vs. perf_event_enable()Peter Zijlstra2016-02-251-19/+23
| * | perf: Fix scaling vs. perf_event_enable_on_exec()Peter Zijlstra2016-02-251-0/+1
| * | perf: Fix ctx time tracking by introducing EVENT_TIMEPeter Zijlstra2016-02-251-12/+30
| * | perf: Cure event->pending_disable racePeter Zijlstra2016-02-251-3/+3
| * | perf: Fix race between event install and jump_labelsPeter Zijlstra2016-02-251-8/+41
| * | perf: Fix cloningPeter Zijlstra2016-02-251-15/+14
| * | perf: Only update context time when activePeter Zijlstra2016-02-251-6/+6
| * | perf: Allow perf_release() with !event->ctxPeter Zijlstra2016-02-251-3/+13
| * | perf: Do not double freePeter Zijlstra2016-02-251-1/+6
| * | perf: Close install vs. exit racePeter Zijlstra2016-02-251-9/+26