summaryrefslogtreecommitdiffstats
path: root/kernel/entry/common.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-24x86/crashdump/32: Simplify copy_oldmem_page()Thomas Gleixner1-38/+10
2020-11-24io-mapping: Provide iomap_local variantThomas Gleixner2-31/+73
2020-11-24mm/highmem: Provide kmap_local*Thomas Gleixner3-16/+81
2020-11-24sched: highmem: Store local kmaps in task structThomas Gleixner6-10/+136
2020-11-24x86: Support kmap_local() forced debuggingThomas Gleixner3-4/+15
2020-11-24mm/highmem: Provide CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAPThomas Gleixner2-1/+25
2020-11-24mm/highmem: Provide and use CONFIG_DEBUG_KMAP_LOCALThomas Gleixner3-3/+11
2020-11-24sched: Make migrate_disable/enable() independent of RTThomas Gleixner6-56/+56
2020-11-19microblaze/mm/highmem: Add dropped #ifdef backThomas Gleixner1-0/+1
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-16xtensa/mm/highmem: Make generic kmap_atomic() work correctlyThomas Gleixner5-64/+31
2020-11-12mm/highmem: Take kmap_high_get() properly into accountThomas Gleixner1-6/+13
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-11-06highmem: High implementation details and document APIThomas Gleixner3-177/+274
2020-11-06Documentation/io-mapping: Remove outdated blurbThomas Gleixner1-22/+0
2020-11-06io-mapping: Cleanup atomic iomapThomas Gleixner3-14/+9
2020-11-06mm/highmem: Remove the old kmap_atomic cruftThomas Gleixner2-65/+5
2020-11-06highmem: Get rid of kmap_types.hThomas Gleixner10-71/+0
2020-11-06xtensa/mm/highmem: Switch to generic kmap atomicThomas Gleixner4-45/+18