aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-02-29sched, time: Remove non-power-of-two divides from __acct_update_integrals()Rik van Riel1-10/+16
2016-02-29sched/rt: Kick RT bandwidth timer immediately on start upSteven Rostedt1-1/+9
2016-02-29sched/debug: Add deadline scheduler bandwidth ratio to /proc/sched_debugSteven Rostedt (Red Hat)1-0/+9
2016-02-29sched/debug: Move sched_domain_sysctl to debug.cSteven Rostedt (Red Hat)3-178/+186
2016-02-29sched/debug: Move the /sys/kernel/debug/sched_features file setup into debug.cSteven Rostedt (Red Hat)2-133/+131
2016-02-29sched/rt: Fix PI handling vs. sched_setscheduler()Peter Zijlstra3-50/+111
2016-02-29sched/core: Remove duplicated sched_group_set_shares() prototypeDongsheng Yang1-1/+0
2016-02-29sched/fair: Consolidate nohz CPU load update codeFrederic Weisbecker1-23/+25
2016-02-29sched/fair: Avoid using decay_load_missed() with a negative valueByungchul Park1-2/+10
2016-02-29Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar17-317/+546
2016-02-29sched/deadline: Always calculate end of period on sched_yield()Peter Zijlstra1-9/+13
2016-02-29sched/cgroup: Fix cgroup entity load tracking tear-downPeter Zijlstra3-20/+23
2016-02-29perf: Export perf_event_sysfs_show()Thomas Gleixner1-0/+1
2016-02-29Merge tag 'v4.5-rc6' into perf/core, to pick up fixesIngo Molnar8-170/+260
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-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-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-23rcu: Export rcu_gp_is_normal()Paul E. McKenney1-0/+1
2016-02-23rcu: Catch up rcu_report_qs_rdp() comment with realityPaul E. McKenney1-6/+1
2016-02-23rcu: Make rcu/tiny_plugin.h explicitly non-modularPaul Gortmaker1-13/+2
2016-02-23irq: Privatize irq_common_data::state_use_accessorsBoqun Feng1-0/+4
2016-02-23RCU: Privatize rcu_node::lockBoqun Feng3-75/+96