summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-23rcu: Export rcu_gp_is_normal()Paul E. McKenney
2016-02-23rcu: Catch up rcu_report_qs_rdp() comment with realityPaul E. McKenney
2016-02-23rcu: Make rcu/tiny_plugin.h explicitly non-modularPaul Gortmaker
2016-02-23irq: Privatize irq_common_data::state_use_accessorsBoqun Feng
2016-02-23RCU: Privatize rcu_node::lockBoqun Feng
2016-02-23rcu: Remove useless rcu_data_p when !PREEMPT_RCUChen Gang
2016-02-23rcutorture: Correct no-expedite console messagesPaul E. McKenney
2016-02-23rcu: Set rdp->gpwrap when CPU is idlePaul E. McKenney
2016-02-23rcu: Stop treating in-kernel CPU-bound workloads as errorsPaul E. McKenney
2016-02-23rcu: Update rcu_report_qs_rsp() commentPaul E. McKenney
2016-02-23rcu: Assign false instead of 0 for ->core_needs_qsPaul E. McKenney
2016-02-23devm_memremap: Fix error value when memremap failedToshi Kani
2016-02-23cgroup: use ->subtree_control when testing no internal process ruleTejun Heo
2016-02-23cgroup: make css_tryget_online_from_dir() also recognize cgroup2 fsTejun Heo
2016-02-23cgroup: convert cgroup_subsys flag fields to bool bitfieldsTejun Heo
2016-02-23cgroup: s/cgrp_dfl_root_/cgrp_dfl_/Tejun Heo
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-22cgroup: make cgroup subsystem masks u16Tejun Heo
2016-02-22cgroup: use do_each_subsys_mask() where applicableTejun Heo
2016-02-22cgroup: convert for_each_subsys_which() to do-while styleTejun Heo
2016-02-22cgroup: s/child_subsys_mask/subtree_ss_mask/Tejun Heo
2016-02-22Revert "cgroup: add cgroup_subsys->css_e_css_changed()"Tejun Heo
2016-02-22cgroup: fix error return value of cgroup_addrm_files()Tejun Heo
2016-02-22Merge tag 'trace-fixes-v4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-02-22mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel ...Kees Cook
2016-02-21bpf: add new arg_type that allows for 0 sized stack bufferDaniel Borkmann
2016-02-21kexec: replace call to copy_file_from_fd() with kernel versionMimi Zohar
2016-02-21module: replace copy_module_from_fd with kernel versionMimi Zohar
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-20bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov
2016-02-20perf: generalize perf_callchainAlexei Starovoitov
2016-02-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-02-19bpf: grab rcu read lock for bpf_percpu_hash_updateSasha Levin
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-18cgroup: fix alloc_cgroup_ns() error handling in copy_cgroup_ns()Tejun Heo
2016-02-18signals, pkeys: Notify userspace about protection key faultsDave Hansen