aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | xdp: Fix graze->grace type-o in cpumap commentsBjörn Töpel2019-12-191-3/+3
| | | * | | | | | | xdp: Simplify cpumap cleanupBjörn Töpel2019-12-191-29/+5
| | | * | | | | | | xdp: Simplify devmap cleanupBjörn Töpel2019-12-191-38/+5
| | | * | | | | | | bpf: Remove unnecessary assertion on fp_oldAditya Pakki2019-12-191-2/+0
| | | * | | | | | | bpf, xdp: Start using the BPF dispatcher for XDPBjörn Töpel2019-12-131-8/+18
| | | * | | | | | | bpf: Introduce BPF dispatcherBjörn Töpel2019-12-132-0/+159
| | | * | | | | | | bpf: Move trampoline JIT image allocation to a functionBjörn Töpel2019-12-131-7/+17
| | | * | | | | | | bpf, x86, arm64: Enable jit by default when not built as always-onDaniel Borkmann2019-12-111-2/+2
| | | * | | | | | | bpf: Emit audit messages upon successful prog load and unloadDaniel Borkmann2019-12-111-0/+33
| * | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-01-281-192/+194
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | padata: update documentationDaniel Jordan2019-12-111-13/+22
| | * | | | | | | | | padata: remove reorder_objectsDaniel Jordan2019-12-111-3/+0
| | * | | | | | | | | padata: remove cpumask change notifierDaniel Jordan2019-12-111-51/+1
| | * | | | | | | | | padata: always acquire cpu_hotplug_lock before pinst->lockDaniel Jordan2019-12-111-2/+2
| | * | | | | | | | | padata: validate cpumask without removed CPU during offlineDaniel Jordan2019-12-111-12/+18
| | * | | | | | | | | crypto: pcrypt - Avoid deadlock by using per-instance padata queuesHerbert Xu2019-12-111-71/+165
| | * | | | | | | | | padata: Remove unused padata_remove_cpuHerbert Xu2019-12-111-35/+0
| | * | | | | | | | | padata: Remove broken queue flushingHerbert Xu2019-12-111-31/+12
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-2819-191/+315
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | sched/fair: Define sched_idle_cpu() only for SMP configurationsViresh Kumar2020-01-201-0/+2
| | * | | | | | | | | sched/topology: Assert non-NUMA topology masks don't (partially) overlapValentin Schneider2020-01-171-0/+39
| | * | | | | | | | | idle: fix spelling mistake "iterrupts" -> "interrupts"Hewenliang2020-01-171-1/+1
| | * | | | | | | | | sched/fair: Remove redundant call to cpufreq_update_util()Vincent Guittot2020-01-171-7/+7
| | * | | | | | | | | sched/psi: create /proc/pressure and /proc/pressure/{io|memory|cpu} only when...Wang Long2020-01-171-4/+6
| | * | | | | | | | | sched/fair: Fix sgc->{min,max}_capacity calculation for SD_OVERLAPPeng Liu2020-01-171-22/+4
| | * | | | | | | | | sched/fair: calculate delta runnable load only when it's neededPeng Wang2020-01-171-5/+6
| | * | | | | | | | | sched/cputime: move rq parameter in irqtime_account_process_tickAlex Shi2020-01-171-9/+6
| | * | | | | | | | | stop_machine: Make stop_cpus() staticYangtao Li2020-01-171-1/+1
| | * | | | | | | | | sched/debug: Reset watchdog on all CPUs while processing sysrq-tWei Li2020-01-171-2/+9
| | * | | | | | | | | sched/core: Fix size of rq::uclamp initializationLi Guanglei2020-01-171-1/+2
| | * | | | | | | | | sched/uclamp: Fix a bug in propagating uclamp value in new cgroupsQais Yousef2020-01-171-0/+6
| | * | | | | | | | | sched/fair: Load balance aggressively for SCHED_IDLE CPUsViresh Kumar2020-01-171-11/+21
| | * | | | | | | | | sched/fair : Improve update_sd_pick_busiest for spare capacity caseVincent Guittot2020-01-171-5/+9
| | * | | | | | | | | watchdog: Remove soft_lockup_hrtimer_cnt and related codeJisheng Zhang2020-01-171-3/+0
| | * | | | | | | | | sched/rt: Make RT capacity-awareQais Yousef2019-12-253-18/+94
| | * | | | | | | | | sched/fair: Make EAS wakeup placement consider uclamp restrictionsValentin Schneider2019-12-251-2/+10
| | * | | | | | | | | sched/fair: Make task_fits_capacity() consider uclamp restrictionsValentin Schneider2019-12-251-1/+15
| | * | | | | | | | | sched/uclamp: Rename uclamp_util_with() into uclamp_rq_util_with()Valentin Schneider2019-12-252-5/+6
| | * | | | | | | | | sched/uclamp: Make uclamp util helpers use and return UL valuesValentin Schneider2019-12-252-10/+10
| | * | | | | | | | | sched/uclamp: Remove uclamp_util()Valentin Schneider2019-12-251-9/+0
| | * | | | | | | | | sched/fair: Make sched-idle CPU selection consistent throughoutViresh Kumar2019-12-251-22/+12
| | * | | | | | | | | sched/core: Remove unused variable from set_user_nice()Qian Cai2019-12-251-2/+1
| | * | | | | | | | | Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-2533-180/+1108
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | |
| | * | | | | | | | | stop_machine: remove try_stop_cpus helperYangtao Li2019-12-171-30/+0
| | * | | | | | | | | schied/fair: Skip calculating @contrib without loadPeng Wang2019-12-171-3/+17
| | * | | | | | | | | sched/fair: Optimize select_idle_cpuCheng Jian2019-12-171-3/+4
| | * | | | | | | | | cpu/hotplug, stop_machine: Fix stop_machine vs hotplug orderPeter Zijlstra2019-12-171-4/+9
| | * | | | | | | | | sched/wait: fix ___wait_var_event(exclusive)Oleg Nesterov2019-12-171-0/+1
| | * | | | | | | | | sched: Use fair:prio_changed() instead of ad-hoc implementationFrederic Weisbecker2019-12-171-8/+8
| | * | | | | | | | | sched: Spare resched IPI when prio changes on a single fair taskFrederic Weisbecker2019-12-171-0/+3