summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-02-29uprobes: __create_xol_area() must nullify xol_mapping.faultOleg Nesterov1-0/+1
2016-02-29sched: Always inline context_switch()Josh Poimboeuf1-1/+1
2016-02-29sched: Mark __schedule() stack frame as non-standardJosh Poimboeuf1-0/+2
2016-02-29bpf: Mark __bpf_prog_run() stack frame as non-standardJosh Poimboeuf1-0/+2
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-27cgroup: fix a mistake in warning messageXiubo Li1-1/+1
2016-02-27jiffies: Use CLOCKSOURCE_MASK instead of constantAlexander Kuleshov1-1/+1
2016-02-26Merge tag 'trace-fixes-v4.5-rc5-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2016-02-26Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2016-02-25rcu: Use simple wait queues where possible in rcutreePaul Gortmaker3-30/+31
2016-02-25rcu: Do not call rcu_nocb_gp_cleanup() while holding rnp->lockDaniel Wagner3-5/+18
2016-02-25wait.[ch]: Introduce the simple waitqueue (swait) implementationPeter Zijlstra (Intel)2-1/+124
2016-02-25genirq: Implement ipi_send_mask/single()Qais Yousef1-1/+156
2016-02-25genirq: Add a new function to get IPI reverse mappingQais Yousef1-0/+34
2016-02-25genirq: Add a new generic IPI reservation code to irq coreQais Yousef2-0/+138
2016-02-25genirq: Make irq_domain_alloc_descs() non staticQais Yousef1-4/+2
2016-02-25genirq: Add GENERIC_IRQ_IPI Kconfig symbolQais Yousef1-0/+4
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-24rcu: Export rcu_gp_is_normal()Paul E. McKenney1-0/+1
2016-02-24rcu: Catch up rcu_report_qs_rdp() comment with realityPaul E. McKenney1-6/+1
2016-02-24rcu: Make rcu/tiny_plugin.h explicitly non-modularPaul Gortmaker1-13/+2
2016-02-24irq: Privatize irq_common_data::state_use_accessorsBoqun Feng1-0/+4
2016-02-24RCU: Privatize rcu_node::lockBoqun Feng3-75/+96
2016-02-24rcu: Remove useless rcu_data_p when !PREEMPT_RCUChen Gang2-2/+0
2016-02-24rcutorture: Correct no-expedite console messagesPaul E. McKenney1-6/+8
2016-02-24rcu: Set rdp->gpwrap when CPU is idlePaul E. McKenney1-3/+2
2016-02-24rcu: Stop treating in-kernel CPU-bound workloads as errorsPaul E. McKenney1-6/+7
2016-02-24rcu: Update rcu_report_qs_rsp() commentPaul E. McKenney1-5/+7
2016-02-24rcu: Assign false instead of 0 for ->core_needs_qsPaul E. McKenney1-1/+1
2016-02-24devm_memremap: Fix error value when memremap failedToshi Kani1-1/+3
2016-02-23cgroup: use ->subtree_control when testing no internal process ruleTejun Heo1-2/+2
2016-02-23cgroup: make css_tryget_online_from_dir() also recognize cgroup2 fsTejun Heo1-2/+3
2016-02-23cgroup: convert cgroup_subsys flag fields to bool bitfieldsTejun Heo3-3/+3
2016-02-23cgroup: s/cgrp_dfl_root_/cgrp_dfl_/Tejun Heo1-9/+9
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-156/+266
2016-02-23cgroup: make cgroup subsystem masks u16Tejun Heo1-26/+24
2016-02-23cgroup: use do_each_subsys_mask() where applicableTejun Heo1-23/+12