summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2019-06-24sched/uclamp: Add uclamp support to energy_compute()Patrick Bellasi-22/+48
2019-06-24sched/uclamp: Add uclamp_util_with()Patrick Bellasi-1/+33
2019-06-24sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasksPatrick Bellasi-3/+43
2019-06-24sched/uclamp: Set default clamps for RT tasksPatrick Bellasi-2/+28
2019-06-24sched/uclamp: Reset uclamp values on RESET_ON_FORKPatrick Bellasi-0/+8
2019-06-24sched/uclamp: Extend sched_setattr() to support utilization clampingPatrick Bellasi-7/+84
2019-06-24sched/core: Allow sched_setattr() to use the current policyPatrick Bellasi-0/+2
2019-06-24sched/uclamp: Add system default clampsPatrick Bellasi-1/+114
2019-06-24sched/uclamp: Enforce last task's UCLAMP_MAXPatrick Bellasi-5/+46
2019-06-24sched/uclamp: Add bucket local max trackingPatrick Bellasi-18/+25
2019-06-24sched/uclamp: Add CPU's clamp buckets refcountingPatrick Bellasi-0/+217
2019-06-24sched/fair: Rename weighted_cpuload() to cpu_runnable_load()Dietmar Eggemann-21/+21
2019-06-24sched/debug: Export the newly added tracepointsQais Yousef-0/+11
2019-06-24sched/debug: Add sched_overutilized tracepointQais Yousef-2/+8
2019-06-24sched/debug: Add new tracepoint to track PELT at se levelQais Yousef-0/+3
2019-06-24sched/debug: Add new tracepoints to track PELT at rq levelQais Yousef-1/+14
2019-06-24sched/debug: Add a new sched_trace_*() helper functionsQais Yousef-0/+99
2019-06-24sched/autogroup: Make autogroup_path() always availableQais Yousef-2/+0
2019-06-24sched/wait: Deduplicate code with do-whilePavel Begunkov-6/+2
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot-13/+13
2019-06-24Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar-88/+149
2019-06-24perf/x86: Disable extended registers for non-supported PMUsKan Liang-4/+14
2019-06-24perf/ioctl: Add check for the sample_period valueRavi Bangoria-0/+3
2019-06-24bpf: fix NULL deref in btf_type_is_resolve_source_onlyStanislav Fomichev-6/+6
2019-06-24fork: don't check parent_tidptr with CLONE_PIDFDDmitry V. Levin-12/+0
2019-06-24module: allow arch overrides for .exit section namesMatthias Schiffer-1/+6
2019-06-24modules: fix BUG when load module with rodata=nYang Yingliang-4/+7
2019-06-23softirq: Use __this_cpu_write() in takeover_tasklets()Muchun Song-1/+1
2019-06-23smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit-9/+4
2019-06-23smp: Do not mark call_function_data as sharedNadav Amit-1/+1
2019-06-23timer_list: Guard procfs specific codeNathan Huckleberry-17/+19
2019-06-22timekeeping: Provide a generic update_vsyscall() implementationVincenzo Frascino-0/+134
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-42/+12
2019-06-22posix-timers: Use spin_lock_irq() in itimer_delete()Sebastian Andrzej Siewior-5/+3
2019-06-22posix-timers: Remove "it_signal = NULL" assignment in itimer_delete()Sebastian Andrzej Siewior-5/+0
2019-06-22timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld-4/+4
2019-06-22timekeeping: Use proper ktime_add when adding nsecs in coarse offsetJason A. Donenfeld-1/+1
2019-06-22Merge branch 'linus' into timers/coreThomas Gleixner-84/+178
2019-06-22ntp: Limit TAI-UTC offsetMiroslav Lichvar-1/+3
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-42/+12
2019-06-21arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry-2/+6
2019-06-21cgroup: export css_next_descendant_pre for bfqChristoph Hellwig-0/+1
2019-06-21arch: handle arches who do not yet define clone3Christian Brauner-0/+4
2019-06-20livepatch: Remove duplicate warning about missing reliable stacktrace supportPetr Mladek-1/+0
2019-06-20Revert "livepatch: Remove reliable stacktrace check in klp_try_switch_task()"Miroslav Benes-0/+7
2019-06-20stacktrace: Remove weak version of save_stack_trace_tsk_reliable()Miroslav Benes-8/+0
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-71/+734
2019-06-19Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...Paul E. McKenney-150/+302
2019-06-19xdp: page_pool related fix to cpumapJesper Dangaard Brouer-0/+3
2019-06-19keys: Cache result of request_key*() temporarily in task_structDavid Howells-0/+9