summaryrefslogtreecommitdiffstats
path: root/kernel/test_kprobes.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra13-94/+60
2020-11-24irq_work: CleanupPeter Zijlstra9-37/+41
2020-11-24sched: Limit the amount of NUMA imbalance that can exist at fork timeMel Gorman1-2/+15
2020-11-24sched/numa: Allow a floating imbalance between NUMA nodesMel Gorman1-10/+11
2020-11-24sched: Avoid unnecessary calculation of load imbalance at clone timeMel Gorman1-3/+5
2020-11-24sched/numa: Rename nr_running and break out the magic numberMel Gorman1-4/+6
2020-11-24sched: Make migrate_disable/enable() independent of RTThomas Gleixner6-56/+56
2020-11-19sched/topology: Condition EAS enablement on FIE supportIonela Voinescu1-0/+9
2020-11-19arm64: Rebuild sched domains on invariance status changesIonela Voinescu1-0/+10
2020-11-19sched/topology,schedutil: Wrap sched domains rebuildIonela Voinescu3-15/+20
2020-11-19sched/uclamp: Allow to reset a task uclamp constraint valueDietmar Eggemann2-19/+53
2020-11-19sched/core: Fix typos in commentsTal Zussman1-15/+15
2020-11-19Documentation: scheduler: fix information on arch SD flags, sched_domain and ...Barry Song1-15/+11
2020-11-19sched/topology: Warn when NUMA diameter > 2Valentin Schneider1-0/+33
2020-11-19cpuset: fix race between hotplug work and later CPU offlineDaniel Jordan1-5/+28
2020-11-19sched: Fix migration_cpu_stop() WARNPeter Zijlstra1-2/+2
2020-11-19sched/core: Add missing completion for affine_move_task() waitersValentin Schneider1-1/+12
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-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/proc: Print accurate cpumask vs migrate_disable()Peter Zijlstra1-2/+2
2020-11-10sched: Fix migrate_disable() vs rt/dl balancingPeter Zijlstra6-48/+186
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 Zijlstra4-6/+30
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 Zijlstra2-30/+207
2020-11-10sched: Add migrate_disable()Peter Zijlstra5-8/+183
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 Gleixner4-120/+46
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 Zijlstra4-3/+32
2020-11-10sched/fair: Reorder throttle_cfs_rq() pathPeng Wang1-11/+23
2020-10-29sched/fair: Check for idle core in wake_affineJulia Lawall1-0/+3
2020-10-29sched: Remove relyance on STRUCT_ALIGNMENTPeter Zijlstra6-12/+24
2020-10-29sched: Reenable interrupts in do_sched_yield()Thomas Gleixner1-5/+1
2020-10-29sched: membarrier: document memory ordering scenariosMathieu Desnoyers1-0/+128
2020-10-29sched: membarrier: cover kthread_use_mm (v4)Mathieu Desnoyers3-4/+25
2020-10-29sched: fix exit_mm vs membarrier (v4)Mathieu Desnoyers3-1/+32
2020-10-29sched/fair: Exclude the current CPU from find_new_ilb()Peter Zijlstra1-0/+4
2020-10-29sched/cpupri: Add CPUPRI_HIGHERPeter Zijlstra3-4/+14
2020-10-29sched/cpupri: Remap CPUPRI_NORMAL to MAX_RT_PRIO-1Peter Zijlstra2-14/+36
2020-10-29sched/cpupri: Remove pri_to_cpu[1]Dietmar Eggemann2-5/+5