summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2016-03-04Merge tag 'trace-fixes-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-03-04tracing: Do not have 'comm' filter override event 'comm' fieldSteven Rostedt (Red Hat)
2016-02-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-02-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-02-25Merge tag 'trace-fixes-v4.5-rc5-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-02-25Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-02-25perf: Robustify task_function_call()Peter Zijlstra
2016-02-25perf: Fix scaling vs. perf_install_in_context()Peter Zijlstra
2016-02-25perf: Fix scaling vs. perf_event_enable()Peter Zijlstra
2016-02-25perf: Fix scaling vs. perf_event_enable_on_exec()Peter Zijlstra
2016-02-25perf: Fix ctx time tracking by introducing EVENT_TIMEPeter Zijlstra
2016-02-25perf: Cure event->pending_disable racePeter Zijlstra
2016-02-25perf: Fix race between event install and jump_labelsPeter Zijlstra
2016-02-25perf: Fix cloningPeter Zijlstra
2016-02-25perf: Only update context time when activePeter Zijlstra
2016-02-25perf: Allow perf_release() with !event->ctxPeter Zijlstra
2016-02-25perf: Do not double freePeter Zijlstra
2016-02-25perf: Close install vs. exit racePeter Zijlstra
2016-02-24tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)
2016-02-23devm_memremap: Fix error value when memremap failedToshi Kani
2016-02-22Merge tag 'trace-fixes-v4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-02-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-02-20kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot
2016-02-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-02-19tracing, kasan: Silence Kasan warning in check_stack of stack_tracerYang Shi
2016-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-02-18devm_memremap_release(): fix memremap'd addr handlingToshi Kani
2016-02-17ftrace/module: remove ftrace module notifierJessica Yu
2016-02-17perf/core: Plug potential memory leak in CPU_UP_PREPAREThomas Gleixner
2016-02-17perf/core: Remove the bogus and dangerous CPU_DOWN_FAILED hotplug stateThomas Gleixner
2016-02-17perf/core: Remove bogus UP_CANCELED hotplug stateThomas Gleixner
2016-02-17sched/deadline: Fix trivial typo in printk() messageSteven Rostedt
2016-02-14Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-02-11mm: fix pfn_t vs highmemDan Williams
2016-02-11kernel/locking/lockdep.c: convert hash tables to hlistsAndrew Morton
2016-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-02-10bpf: fix branch offset adjustment on backjumps after patching ctx expansionDaniel Borkmann
2016-02-10Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-02-10Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-02-10workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookupTejun Heo
2016-02-09Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-02-09workqueue: implement "workqueue.debug_force_rr_cpu" debug featureTejun Heo
2016-02-09workqueue: schedule WORK_CPU_UNBOUND work on wq_unbound_cpumask CPUsMike Galbraith
2016-02-09Revert "workqueue: make sure delayed work run in local cpu"Tejun Heo
2016-02-09locking/lockdep: Fix stack trace caching logicDmitry Vyukov
2016-02-05signals: avoid random wakeups in sigsuspend()Sasha Levin
2016-02-03Merge tag 'trace-v4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-02-03modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell
2016-02-03module: wrapper for symbol name.Rusty Russell
2016-02-03modules: fix modparam async_probe requestLuis R. Rodriguez