summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra2016-03-153-8/+4
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-148-140/+271
|\
| * Merge branch 'timers/core-v9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2016-03-088-140/+271
| |\
| | * sched-clock: Migrate to use new tick dependency mask modelFrederic Weisbecker2016-03-022-19/+5
| | * posix-cpu-timers: Migrate to use new tick dependency mask modelFrederic Weisbecker2016-03-022-47/+12
| | * sched: Migrate sched to use new tick dependency mask modelFrederic Weisbecker2016-03-023-34/+53
| | * sched: Account rr tasksFrederic Weisbecker2016-03-022-0/+17
| | * perf: Migrate perf to use new tick dependency mask modelFrederic Weisbecker2016-03-022-24/+49
| | * nohz: Use enum code for tick stop failure tracing messageFrederic Weisbecker2016-03-021-9/+9
| | * nohz: New tick dependency maskFrederic Weisbecker2016-03-022-7/+144
| | * nohz: Implement wide kick on top of irq workFrederic Weisbecker2016-02-131-8/+4
| | * atomic: Export fetch_or()Frederic Weisbecker2016-02-131-14/+0
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-1418-664/+1046
|\ \ \
| * | | sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen2016-03-081-7/+7
| * | | sched/deadline: Remove dl_new from struct sched_dl_entityLuca Abeni2016-03-082-23/+13
| * | | sched/deadline: Remove superfluous call to switched_to_dl()Peter Zijlstra2016-02-291-2/+1
| * | | sched/debug: Fix preempt_disable_ip recording for preempt_disable()Sebastian Andrzej Siewior2016-02-292-14/+4
| * | | sched, time: Switch VIRT_CPU_ACCOUNTING_GEN to jiffy granularityRik van Riel2016-02-291-16/+23
| * | | time, acct: Drop irq save & restore from __acct_update_integrals()Rik van Riel2016-02-291-5/+4
| * | | acct, time: Change indentation in __acct_update_integrals()Rik van Riel2016-02-291-25/+26
| * | | sched, time: Remove non-power-of-two divides from __acct_update_integrals()Rik van Riel2016-02-291-10/+16
| * | | sched/rt: Kick RT bandwidth timer immediately on start upSteven Rostedt2016-02-291-1/+9
| * | | sched/debug: Add deadline scheduler bandwidth ratio to /proc/sched_debugSteven Rostedt (Red Hat)2016-02-291-0/+9
| * | | sched/debug: Move sched_domain_sysctl to debug.cSteven Rostedt (Red Hat)2016-02-293-178/+186
| * | | sched/debug: Move the /sys/kernel/debug/sched_features file setup into debug.cSteven Rostedt (Red Hat)2016-02-292-133/+131
| * | | sched/rt: Fix PI handling vs. sched_setscheduler()Peter Zijlstra2016-02-293-50/+111
| * | | sched/core: Remove duplicated sched_group_set_shares() prototypeDongsheng Yang2016-02-291-1/+0
| * | | sched/fair: Consolidate nohz CPU load update codeFrederic Weisbecker2016-02-291-23/+25
| * | | sched/fair: Avoid using decay_load_missed() with a negative valueByungchul Park2016-02-291-2/+10
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2016-02-2917-317/+546
| |\ \ \
| | * | | sched/deadline: Always calculate end of period on sched_yield()Peter Zijlstra2016-02-291-9/+13
| | * | | sched/cgroup: Fix cgroup entity load tracking tear-downPeter Zijlstra2016-02-293-20/+23
| * | | | rcu: Use simple wait queues where possible in rcutreePaul Gortmaker2016-02-253-30/+31
| * | | | rcu: Do not call rcu_nocb_gp_cleanup() while holding rnp->lockDaniel Wagner2016-02-253-5/+18
| * | | | wait.[ch]: Introduce the simple waitqueue (swait) implementationPeter Zijlstra (Intel)2016-02-252-1/+124
| * | | | sched/core: Remove dead statement in __schedule()Byungchul Park2016-02-171-1/+0
| * | | | sched/numa: Spread memory according to CPU and memory useRik van Riel2016-02-091-40/+47
| * | | | sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman2016-02-098-90/+232
| * | | | sched/isolcpus: Output warning when the 'isolcpus=' kernel parameter is invalidPrarit Bhargava2016-02-051-2/+7
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-03-143-26/+38
|\ \ \ \ \
| * | | | | perf/core: Fix perf_sched_count derailmentAlexander Shishkin2016-03-081-4/+3
| * | | | | tracing/syscalls: Rename "/format" tracepoint field name "nr" to "__syscall_nr:Taeung Song2016-02-291-7/+9
| * | | | | perf: Export perf_event_sysfs_show()Thomas Gleixner2016-02-291-0/+1
| * | | | | Merge tag 'v4.5-rc6' into perf/core, to pick up fixesIngo Molnar2016-02-298-170/+260
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | perf/core: Remove unused arguments from a bunch of functionsThomas Gleixner2016-02-171-11/+10
| * | | | | Merge branch 'perf/urgent' into perf/core, to queue up dependent patchIngo Molnar2016-02-179-118/+250
| |\ \ \ \ \
| * | | | | | kprobes: Optimize hot path by using percpu counter to collect 'nhit' statisticsMartin KaFai Lau2016-02-091-4/+15
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-141-3/+1
|\ \ \ \ \ \
| * | | | | | mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel ...Kees Cook2016-02-221-3/+1
* | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-148-133/+204
|\ \ \ \ \ \ \