summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-05-11tracing: Don't display trigger file for events that can't be enabledChunyu Hu1-2/+7
2016-05-04perf/core: Fix time tracking bug with multiplexingPeter Zijlstra1-2/+12
2016-05-04perf/core: Don't leak event in the syscall error pathAlexander Shishkin1-0/+1
2016-05-04locking/mcs: Fix mcs_spin_lock() orderingPeter Zijlstra1-1/+7
2016-05-04cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Tejun Heo2-4/+7
2016-05-04workqueue: fix ghost PENDING flag while doing MQ IORoman Pen1-0/+29
2016-05-04futex: Acknowledge a new waiter in counter before plistDavidlohr Bueso1-1/+1
2016-05-04futex: Handle unlock_pi race gracefullySebastian Andrzej Siewior1-3/+22
2016-05-04sched/cgroup: Fix/cleanup cgroup teardown/initPeter Zijlstra1-21/+14
2016-04-20bpf: avoid copying junk bytes in bpf_get_current_comm()Alexei Starovoitov1-1/+1
2016-04-12sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner2-0/+14
2016-04-12PM / sleep: Clear pm_suspend_global_flags upon hibernateLukas Wunner1-0/+1
2016-04-12tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)1-0/+3
2016-04-12tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)1-1/+4
2016-04-12tracing: Have preempt(irqs)off trace preempt disabled functionsSteven Rostedt (Red Hat)1-2/+6
2016-04-12fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn1-1/+1
2016-04-12cgroup: ignore css_sets associated with dead cgroups during migrationTejun Heo1-2/+18
2016-04-12watchdog: don't run proc_watchdog_update if new value is same as oldJoshua Hunt1-1/+8
2016-04-12sched/fair: Avoid using decay_load_missed() with a negative valueByungchul Park1-2/+10
2016-04-12sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen1-7/+7
2016-04-12perf/core: Fix perf_sched_count derailmentAlexander Shishkin1-4/+3
2016-03-09memremap: check pfn validity before passing to pfn_to_page()Ard Biesheuvel1-2/+2
2016-03-09sched/kasan: remove stale KASAN poison after hotplugMark Rutland1-0/+3
2016-03-09mm: fix mixed zone detection in devm_memremap_pagesDan Williams1-5/+6
2016-03-09list: kill list_force_poison()Dan Williams1-2/+7
2016-03-04Merge tag 'trace-fixes-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-12/+15
2016-03-04tracing: Do not have 'comm' filter override event 'comm' fieldSteven Rostedt (Red Hat)2-12/+15
2016-02-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-128/+240
2016-02-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2016-02-25Merge tag 'trace-fixes-v4.5-rc5-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2016-02-25Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2016-02-25perf: Robustify task_function_call()Peter Zijlstra1-20/+20
2016-02-25perf: Fix scaling vs. perf_install_in_context()Peter Zijlstra1-45/+70
2016-02-25perf: Fix scaling vs. perf_event_enable()Peter Zijlstra1-19/+23
2016-02-25perf: Fix scaling vs. perf_event_enable_on_exec()Peter Zijlstra1-0/+1
2016-02-25perf: Fix ctx time tracking by introducing EVENT_TIMEPeter Zijlstra1-12/+30
2016-02-25perf: Cure event->pending_disable racePeter Zijlstra1-3/+3
2016-02-25perf: Fix race between event install and jump_labelsPeter Zijlstra1-8/+41
2016-02-25perf: Fix cloningPeter Zijlstra1-15/+14
2016-02-25perf: Only update context time when activePeter Zijlstra1-6/+6
2016-02-25perf: Allow perf_release() with !event->ctxPeter Zijlstra1-3/+13
2016-02-25perf: Do not double freePeter Zijlstra1-1/+6
2016-02-25perf: Close install vs. exit racePeter Zijlstra1-9/+26
2016-02-24tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)1-1/+2
2016-02-23devm_memremap: Fix error value when memremap failedToshi Kani1-1/+3
2016-02-22Merge tag 'trace-fixes-v4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+5
2016-02-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+1
2016-02-20kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot1-2/+3
2016-02-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-02-19tracing, kasan: Silence Kasan warning in check_stack of stack_tracerYang Shi1-1/+5