summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-10-27sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_H...Frederic Weisbecker
2017-10-27sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu()Frederic Weisbecker
2017-10-27sched/isolation: Use its own static keyFrederic Weisbecker
2017-10-27sched/isolation: Make the housekeeping cpumask privateFrederic Weisbecker
2017-10-27sched/isolation, watchdog: Use housekeeping_cpumask() instead of ad-hoc versionFrederic Weisbecker
2017-10-27sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker
2017-10-26sched/idle: Micro-optimize the idle loopCheng Jian
2017-10-24sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_...Rakib Mullick
2017-10-10sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)
2017-10-10sched/fair: Fix usage of find_idlest_group() when the local group is idlestBrendan Jackman
2017-10-10sched/fair: Fix usage of find_idlest_group() when no groups are allowedBrendan Jackman
2017-10-10sched/fair: Fix find_idlest_group() when local group is not allowedBrendan Jackman
2017-10-10sched/fair: Remove unnecessary comparison with -1Brendan Jackman
2017-10-10sched/fair: Move select_task_rq_fair() slow-path into its own functionBrendan Jackman
2017-10-10sched/fair: Force balancing on NOHZ balance if local group has capacityBrendan Jackman
2017-10-10sched/fair: Sync task util before slow-path wakeupBrendan Jackman
2017-10-10sched/fair: Search a task from the tail of the queueUladzislau Rezki
2017-10-10sched/topology: Introduce NUMA identity node sched domainSuravee Suthikulpanit
2017-10-10sched/topology: Restore SD_PREFER_SIBLING on MC domainsPeter Zijlstra
2017-10-10sched/deadline: Rename __dl_clear() to __dl_sub()Peter Zijlstra
2017-10-10sched/deadline: Fix switching to -deadlineLuca Abeni
2017-10-10sched/headers: Remove duplicate prototype of __dl_clear_params()luca abeni
2017-10-10sched/debug: Rename task-state printing helpersPeter Zijlstra
2017-10-10sched/idle: Move quiet_vmstate() into the NOHZ codePeter Zijlstra
2017-10-10Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2017-10-10sched/core: Ensure load_balance() respects the active_maskPeter Zijlstra
2017-10-10sched/core: Address more wake_affine() regressionsPeter Zijlstra
2017-10-10sched/core: Fix wake_affine() performance regressionPeter Zijlstra
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-10-09netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani
2017-10-07bpf: fix liveness markingAlexei Starovoitov
2017-10-06Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-10-05Merge tag 'pm-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2017-10-06Merge branch 'pm-sleep'Rafael J. Wysocki
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-10-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-10-04Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-10-04watchdog/core: Put softlockup_threads_initialized under ifdef guardThomas Gleixner
2017-10-04watchdog/core: Rename some softlockup_* functionsThomas Gleixner
2017-10-04powerpc/watchdog: Make use of watchdog_nmi_probe()Thomas Gleixner
2017-10-04watchdog/core, powerpc: Lock cpus across reconfigurationThomas Gleixner
2017-10-04watchdog/core, powerpc: Replace watchdog_nmi_reconfigure()Thomas Gleixner
2017-10-03kernel/params.c: improve STANDARD_PARAM_DEF readabilityJean Delvare
2017-10-03kernel/params.c: fix an overflow in param_attr_showJean Delvare
2017-10-03kernel/params.c: fix the maximum length in param_get_stringJean Delvare
2017-10-03kernel/kcmp.c: drop branch leftover typoCyrill Gorcunov
2017-10-03memremap: add scheduling point to devm_memremap_pagesMichal Hocko
2017-10-03kernel/sysctl.c: remove duplicate UINT_MAX check on do_proc_douintvec_conv()Luis R. Rodriguez
2017-10-03android: binder: drop lru lock in isolate callbackSherry Yang