summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_H...Frederic Weisbecker2017-10-271-1/+1
* sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu()Frederic Weisbecker2017-10-272-4/+4
* sched/isolation: Use its own static keyFrederic Weisbecker2017-10-271-4/+9
* sched/isolation: Make the housekeeping cpumask privateFrederic Weisbecker2017-10-271-1/+35
* sched/isolation, watchdog: Use housekeeping_cpumask() instead of ad-hoc versionFrederic Weisbecker2017-10-271-8/+3Star
* sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker2017-10-278-18/+39
* sched/idle: Micro-optimize the idle loopCheng Jian2017-10-261-1/+2
* sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_...Rakib Mullick2017-10-241-2/+2
* sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)2017-10-103-208/+138Star
* sched/fair: Fix usage of find_idlest_group() when the local group is idlestBrendan Jackman2017-10-101-1/+1
* sched/fair: Fix usage of find_idlest_group() when no groups are allowedBrendan Jackman2017-10-101-0/+5
* sched/fair: Fix find_idlest_group() when local group is not allowedBrendan Jackman2017-10-101-2/+3
* sched/fair: Remove unnecessary comparison with -1Brendan Jackman2017-10-101-1/+1
* sched/fair: Move select_task_rq_fair() slow-path into its own functionBrendan Jackman2017-10-101-35/+48
* sched/fair: Force balancing on NOHZ balance if local group has capacityBrendan Jackman2017-10-101-2/+5
* sched/fair: Sync task util before slow-path wakeupBrendan Jackman2017-10-101-1/+10
* sched/fair: Search a task from the tail of the queueUladzislau Rezki2017-10-101-8/+16
* sched/topology: Introduce NUMA identity node sched domainSuravee Suthikulpanit2017-10-101-3/+15
* sched/topology: Restore SD_PREFER_SIBLING on MC domainsPeter Zijlstra2017-10-101-0/+1
* sched/deadline: Rename __dl_clear() to __dl_sub()Peter Zijlstra2017-10-102-6/+6
* sched/deadline: Fix switching to -deadlineLuca Abeni2017-10-101-7/+4Star
* sched/headers: Remove duplicate prototype of __dl_clear_params()luca abeni2017-10-101-1/+0Star
* sched/debug: Rename task-state printing helpersPeter Zijlstra2017-10-102-10/+10
* sched/idle: Move quiet_vmstate() into the NOHZ codePeter Zijlstra2017-10-102-1/+2
* Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2017-10-1025-835/+931
|\
| * sched/core: Ensure load_balance() respects the active_maskPeter Zijlstra2017-10-101-0/+7
| * sched/core: Address more wake_affine() regressionsPeter Zijlstra2017-10-102-0/+43
| * sched/core: Fix wake_affine() performance regressionPeter Zijlstra2017-10-102-111/+16Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-102-0/+6
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-10-091-0/+1
| | |\
| | | * netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani2017-10-091-0/+1
| | * | bpf: fix liveness markingAlexei Starovoitov2017-10-081-0/+5
| * | | Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-10-065-520/+372Star
| |\ \ \ | | |/ / | |/| |
| | * | watchdog/core: Put softlockup_threads_initialized under ifdef guardThomas Gleixner2017-10-041-1/+1
| | * | watchdog/core: Rename some softlockup_* functionsThomas Gleixner2017-10-041-9/+9
| | * | powerpc/watchdog: Make use of watchdog_nmi_probe()Thomas Gleixner2017-10-041-1/+4
| | * | watchdog/core, powerpc: Lock cpus across reconfigurationThomas Gleixner2017-10-042-3/+10
| | * | watchdog/core, powerpc: Replace watchdog_nmi_reconfigure()Thomas Gleixner2017-10-041-15/+18
| | * | watchdog/hardlockup/perf: Fix spelling mistake: "permanetely" -> "permanently"Colin Ian King2017-09-281-1/+1
| | * | watchdog/hardlockup/perf: Cure UP damageThomas Gleixner2017-09-251-1/+6
| | * | watchdog/hardlockup: Clean up hotplug locking messThomas Gleixner2017-09-141-6/+0Star
| | * | watchdog/hardlockup/perf: Simplify deferred event destroyThomas Gleixner2017-09-141-5/+2Star
| | * | watchdog/hardlockup/perf: Use new perf CPU enable mechanismThomas Gleixner2017-09-142-84/+8Star
| | * | watchdog/hardlockup/perf: Implement CPU enable replacementThomas Gleixner2017-09-141-0/+11
| | * | watchdog/hardlockup/perf: Implement init time detection of perfThomas Gleixner2017-09-141-1/+12
| | * | watchdog/hardlockup/perf: Implement init time perf validationThomas Gleixner2017-09-141-0/+37
| | * | watchdog/core: Get rid of the racy update loopThomas Gleixner2017-09-141-48/+47Star
| | * | watchdog/core, powerpc: Make watchdog_nmi_reconfigure() two stageThomas Gleixner2017-09-141-9/+22
| | * | watchdog/sysctl: Clean up sysctl variable name spaceThomas Gleixner2017-09-142-29/+28Star
| | * | watchdog/sysctl: Get rid of the #ifdefferyThomas Gleixner2017-09-141-5/+1Star