aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-10fgraph: Make overruns 4 bytes in graph stack structureSteven Rostedt (VMware)2-3/+3
2020-11-10rcu: Don't invoke try_invoke_on_locked_down_task() with irqs disabledPaul E. McKenney1-5/+17
2020-11-10bpf: Load and verify kernel module BTFsAndrii Nakryiko3-1/+227
2020-11-10bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFOAndrii Nakryiko1-3/+40
2020-11-10bpf: Add in-kernel split BTF supportAndrii Nakryiko1-52/+119
2020-11-10PM: EM: update the comments related to power scaleLukasz Luba1-1/+1
2020-11-10PM: EM: Add a flag indicating units of power values in Energy ModelLukasz Luba1-1/+23
2020-11-10Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+4
2020-11-10PM: ACPI: reboot: Use S5 for rebootKai-Heng Feng1-0/+2
2020-11-10sched/fair: Dissociate wakeup decisions from SD flag valueValentin Schneider1-3/+2
2020-11-10sched: Remove select_task_rq()'s sd_flag parameterValentin Schneider7-15/+17
2020-11-10sched: Add WF_TTWU, WF_EXEC wakeup flagsValentin Schneider1-7/+14
2020-11-10sched/fair: Remove superfluous lock section in do_sched_cfs_slack_timer()Hui Su1-3/+0
2020-11-10Merge branch 'sched/migrate-disable'Peter Zijlstra9-225/+923
2020-11-10sched: Comment affine_move_task()Valentin Schneider1-2/+79
2020-11-10sched: Deny self-issued __set_cpus_allowed_ptr() when migrate_disable()Valentin Schneider1-2/+11
2020-11-10sched: Fix migrate_disable() vs rt/dl balancingPeter Zijlstra4-29/+162
2020-11-10sched, lockdep: Annotate ->pi_lock recursionPeter Zijlstra1-0/+15
2020-11-10sched,rt: Use the full cpumask for balancingPeter Zijlstra4-8/+8
2020-11-10sched,rt: Use cpumask_any*_distribute()Peter Zijlstra2-6/+6
2020-11-10sched/core: Make migrate disable and CPU hotplug cooperativeThomas Gleixner2-6/+34
2020-11-10sched: Fix migrate_disable() vs set_cpus_allowed_ptr()Peter Zijlstra1-30/+206
2020-11-10sched: Add migrate_disable()Peter Zijlstra2-8/+110
2020-11-10sched: Massage set_cpus_allowed()Peter Zijlstra3-14/+26
2020-11-10sched: Fix hotplug vs CPU bandwidth controlPeter Zijlstra3-6/+12
2020-11-10sched/hotplug: Consolidate task migration on CPU unplugThomas Gleixner2-120/+43
2020-11-10workqueue: Manually break affinity on hotplugPeter Zijlstra1-0/+4
2020-11-10sched/core: Wait for tasks being pushed away on hotplugThomas Gleixner2-1/+43
2020-11-10sched/hotplug: Ensure only per-cpu kthreads run during hotplugPeter Zijlstra2-3/+118
2020-11-10sched: Fix balance_callback()Peter Zijlstra2-44/+78
2020-11-10stop_machine: Add function and caller debug infoPeter Zijlstra2-3/+25
2020-11-10sched/debug: Fix memory corruption caused by multiple small reads of flagsColin Ian King1-6/+6
2020-11-10sched/fair: Prefer prev cpu in asymmetric wakeup pathVincent Guittot1-24/+43
2020-11-10sched/fair: Ensure tasks spreading in LLC during LBVincent Guittot1-1/+2
2020-11-10lockdep: Avoid to modify chain keys in validate_chain()Boqun Feng1-10/+9
2020-11-10cpufreq: Introduce governor flagsRafael J. Wysocki1-1/+1
2020-11-10arm64: smp: Tell RCU about CPUs that fail to come onlineWill Deacon1-1/+1
2020-11-10sched/fair: Reorder throttle_cfs_rq() pathPeng Wang1-11/+23
2020-11-10bpf, btf: Remove the duplicate btf_ids.h includeWang Qing1-1/+0
2020-11-09bpf: Fix passing zero to PTR_ERR() in bpf_btf_printf_prepareWang Qing1-1/+1
2020-11-09perf: Tweak perf_event_attr::exclusive semanticsPeter Zijlstra1-1/+1
2020-11-09perf: Fix event multiplexing for exclusive groupsPeter Zijlstra1-1/+1
2020-11-09perf: Simplify group_sched_in()Peter Zijlstra1-7/+3
2020-11-09perf: Simplify group_sched_out()Peter Zijlstra1-3/+0
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra1-5/+3
2020-11-09perf: Optimize get_recursion_context()Peter Zijlstra1-10/+6
2020-11-09perf: Fix get_recursion_context()Peter Zijlstra1-1/+1
2020-11-09perf: Reduce stack usage of perf_output_begin()Peter Zijlstra2-24/+28
2020-11-09Merge tag 'core-entry-notify-signal' of git://git.kernel.org/pub/scm/linux/ke...Jens Axboe5-20/+62
2020-11-09futex: Don't enable IRQs unconditionally in put_pi_state()Dan Carpenter1-2/+3