summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2019-11-18sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()Vincent Guittot-49/+62
2019-11-18Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar-21/+74
2019-11-18sched/fair: Add comments for group_type and balancing at SD_NUMA levelVincent Guittot-4/+31
2019-11-18sched/fair: Fix rework of find_idlest_group()Vincent Guittot-7/+84
2019-11-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-11/+23
2019-11-17sched/uclamp: Fix overzealous type replacementValentin Schneider-4/+4
2019-11-16Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2019-11-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+19
2019-11-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-3/+4
2019-11-15sched/uclamp: Fix incorrect conditionQais Yousef-1/+1
2019-11-13perf/core: Fix missing static inline on perf_cgroup_switch()Ben Dooks (Codethink)-1/+1
2019-11-13perf/core: Consistently fail fork on allocation failuresAlexander Shishkin-1/+1
2019-11-13perf/aux: Disallow aux_output for kernel eventsAlexander Shishkin-0/+7
2019-11-13perf/core: Reattach a misplaced commentAlexander Shishkin-4/+3
2019-11-13perf/aux: Fix the aux_output group inheritance fixAlexander Shishkin-1/+1
2019-11-13perf/core: Disallow uncore-cgroup eventsPeter Zijlstra-0/+9
2019-11-13sched/pelt: Fix update of blocked PELT orderingVincent Guittot-9/+20
2019-11-13sched/core: Avoid spurious lock dependenciesPeter Zijlstra-1/+2
2019-11-12Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+26
2019-11-12ntp/y2038: Remove incorrect time_t truncationArnd Bergmann-1/+1
2019-11-11Merge branch 'for-5.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2019-11-11sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra-11/+17
2019-11-11sched/fair: Use mul_u32_u32()Peter Zijlstra-2/+1
2019-11-11sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra-35/+16
2019-11-11sched/core: Optimize pick_next_task()Peter Zijlstra-5/+8
2019-11-11sched/core: Make pick_next_task_idle() more consistentPeter Zijlstra-4/+5
2019-11-11sched/fair: Better document newidle_balance()Peter Zijlstra-0/+5
2019-11-11Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar-350/+836
2019-11-10Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6/+3
2019-11-10Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-59/+113
2019-11-10Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2019-11-10Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+4
2019-11-10audit_get_nd(): don't unlock parent too earlyAl Viro-1/+1
2019-11-10cgroup: don't put ERR_PTR() into fc->rootAl Viro-2/+3
2019-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-4/+7
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra-58/+112
2019-11-08sched/core: Fix compilation error when cgroup not selectedQais Yousef-1/+1
2019-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-4/+7
2019-11-05Merge tag 'for-linus-2019-11-05' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+32
2019-11-05clone3: validate stack argumentsChristian Brauner-1/+32
2019-11-05irq/irqdomain: Update __irq_domain_alloc_fwnode() function documentationYi Wang-1/+1
2019-11-04timekeeping/vsyscall: Update VDSO data unconditionallyHuacai Chen-6/+3
2019-11-04stacktrace: Don't skip first entry on noncurrent tasksJiri Slaby-2/+4
2019-11-04cpu/speculation: Uninline and export CPU mitigations helpersTyler Hicks-1/+26
2019-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-13/+53
2019-11-01Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+11
2019-10-31bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()Björn Töpel-2/+5
2019-10-30bpf: Allow narrow loads of bpf_sysctl fields with offset > 0Ilya Leoshkevich-2/+2
2019-10-29sched/kcpustat: Introduce vtime-aware kcpustat accessor for CPUTIME_SYSTEMFrederic Weisbecker-0/+82
2019-10-29sched/vtime: Rename vtime_accounting_cpu_enabled() to vtime_accounting_enable...Frederic Weisbecker-2/+2