summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-11-10fgraph: Make overruns 4 bytes in graph stack structureSteven Rostedt (VMware)
2020-11-10rcu: Don't invoke try_invoke_on_locked_down_task() with irqs disabledPaul E. McKenney
2020-11-10bpf: Load and verify kernel module BTFsAndrii Nakryiko
2020-11-10bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFOAndrii Nakryiko
2020-11-10bpf: Add in-kernel split BTF supportAndrii Nakryiko
2020-11-10PM: EM: update the comments related to power scaleLukasz Luba
2020-11-10PM: EM: Add a flag indicating units of power values in Energy ModelLukasz Luba
2020-11-10Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-11-10PM: ACPI: reboot: Use S5 for rebootKai-Heng Feng
2020-11-10sched/fair: Dissociate wakeup decisions from SD flag valueValentin Schneider
2020-11-10sched: Remove select_task_rq()'s sd_flag parameterValentin Schneider
2020-11-10sched: Add WF_TTWU, WF_EXEC wakeup flagsValentin Schneider
2020-11-10sched/fair: Remove superfluous lock section in do_sched_cfs_slack_timer()Hui Su
2020-11-10Merge branch 'sched/migrate-disable'Peter Zijlstra
2020-11-10sched: Comment affine_move_task()Valentin Schneider
2020-11-10sched: Deny self-issued __set_cpus_allowed_ptr() when migrate_disable()Valentin Schneider
2020-11-10sched: Fix migrate_disable() vs rt/dl balancingPeter Zijlstra
2020-11-10sched, lockdep: Annotate ->pi_lock recursionPeter Zijlstra
2020-11-10sched,rt: Use the full cpumask for balancingPeter Zijlstra
2020-11-10sched,rt: Use cpumask_any*_distribute()Peter Zijlstra
2020-11-10sched/core: Make migrate disable and CPU hotplug cooperativeThomas Gleixner
2020-11-10sched: Fix migrate_disable() vs set_cpus_allowed_ptr()Peter Zijlstra
2020-11-10sched: Add migrate_disable()Peter Zijlstra
2020-11-10sched: Massage set_cpus_allowed()Peter Zijlstra
2020-11-10sched: Fix hotplug vs CPU bandwidth controlPeter Zijlstra
2020-11-10sched/hotplug: Consolidate task migration on CPU unplugThomas Gleixner
2020-11-10workqueue: Manually break affinity on hotplugPeter Zijlstra
2020-11-10sched/core: Wait for tasks being pushed away on hotplugThomas Gleixner
2020-11-10sched/hotplug: Ensure only per-cpu kthreads run during hotplugPeter Zijlstra
2020-11-10sched: Fix balance_callback()Peter Zijlstra
2020-11-10stop_machine: Add function and caller debug infoPeter Zijlstra
2020-11-10sched/debug: Fix memory corruption caused by multiple small reads of flagsColin Ian King
2020-11-10sched/fair: Prefer prev cpu in asymmetric wakeup pathVincent Guittot
2020-11-10sched/fair: Ensure tasks spreading in LLC during LBVincent Guittot
2020-11-10lockdep: Avoid to modify chain keys in validate_chain()Boqun Feng
2020-11-10cpufreq: Introduce governor flagsRafael J. Wysocki
2020-11-10arm64: smp: Tell RCU about CPUs that fail to come onlineWill Deacon
2020-11-10sched/fair: Reorder throttle_cfs_rq() pathPeng Wang
2020-11-10bpf, btf: Remove the duplicate btf_ids.h includeWang Qing
2020-11-09bpf: Fix passing zero to PTR_ERR() in bpf_btf_printf_prepareWang Qing
2020-11-09perf: Tweak perf_event_attr::exclusive semanticsPeter Zijlstra
2020-11-09perf: Fix event multiplexing for exclusive groupsPeter Zijlstra
2020-11-09perf: Simplify group_sched_in()Peter Zijlstra
2020-11-09perf: Simplify group_sched_out()Peter Zijlstra
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra
2020-11-09perf: Optimize get_recursion_context()Peter Zijlstra
2020-11-09perf: Fix get_recursion_context()Peter Zijlstra
2020-11-09perf: Reduce stack usage of perf_output_begin()Peter Zijlstra
2020-11-09Merge tag 'core-entry-notify-signal' of git://git.kernel.org/pub/scm/linux/ke...Jens Axboe
2020-11-09futex: Don't enable IRQs unconditionally in put_pi_state()Dan Carpenter