Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | xdp: Fix graze->grace type-o in cpumap comments | Björn Töpel | 2019-12-19 | 1 | -3/+3 | |
| | | * | | | | | | | xdp: Simplify cpumap cleanup | Björn Töpel | 2019-12-19 | 1 | -29/+5 | |
| | | * | | | | | | | xdp: Simplify devmap cleanup | Björn Töpel | 2019-12-19 | 1 | -38/+5 | |
| | | * | | | | | | | bpf: Remove unnecessary assertion on fp_old | Aditya Pakki | 2019-12-19 | 1 | -2/+0 | |
| | | * | | | | | | | bpf, xdp: Start using the BPF dispatcher for XDP | Björn Töpel | 2019-12-13 | 1 | -8/+18 | |
| | | * | | | | | | | bpf: Introduce BPF dispatcher | Björn Töpel | 2019-12-13 | 2 | -0/+159 | |
| | | * | | | | | | | bpf: Move trampoline JIT image allocation to a function | Björn Töpel | 2019-12-13 | 1 | -7/+17 | |
| | | * | | | | | | | bpf, x86, arm64: Enable jit by default when not built as always-on | Daniel Borkmann | 2019-12-11 | 1 | -2/+2 | |
| | | * | | | | | | | bpf: Emit audit messages upon successful prog load and unload | Daniel Borkmann | 2019-12-11 | 1 | -0/+33 | |
| * | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2020-01-28 | 1 | -192/+194 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | padata: update documentation | Daniel Jordan | 2019-12-11 | 1 | -13/+22 | |
| | * | | | | | | | | | padata: remove reorder_objects | Daniel Jordan | 2019-12-11 | 1 | -3/+0 | |
| | * | | | | | | | | | padata: remove cpumask change notifier | Daniel Jordan | 2019-12-11 | 1 | -51/+1 | |
| | * | | | | | | | | | padata: always acquire cpu_hotplug_lock before pinst->lock | Daniel Jordan | 2019-12-11 | 1 | -2/+2 | |
| | * | | | | | | | | | padata: validate cpumask without removed CPU during offline | Daniel Jordan | 2019-12-11 | 1 | -12/+18 | |
| | * | | | | | | | | | crypto: pcrypt - Avoid deadlock by using per-instance padata queues | Herbert Xu | 2019-12-11 | 1 | -71/+165 | |
| | * | | | | | | | | | padata: Remove unused padata_remove_cpu | Herbert Xu | 2019-12-11 | 1 | -35/+0 | |
| | * | | | | | | | | | padata: Remove broken queue flushing | Herbert Xu | 2019-12-11 | 1 | -31/+12 | |
| | | |/ / / / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-01-28 | 19 | -191/+315 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | sched/fair: Define sched_idle_cpu() only for SMP configurations | Viresh Kumar | 2020-01-20 | 1 | -0/+2 | |
| | * | | | | | | | | | sched/topology: Assert non-NUMA topology masks don't (partially) overlap | Valentin Schneider | 2020-01-17 | 1 | -0/+39 | |
| | * | | | | | | | | | idle: fix spelling mistake "iterrupts" -> "interrupts" | Hewenliang | 2020-01-17 | 1 | -1/+1 | |
| | * | | | | | | | | | sched/fair: Remove redundant call to cpufreq_update_util() | Vincent Guittot | 2020-01-17 | 1 | -7/+7 | |
| | * | | | | | | | | | sched/psi: create /proc/pressure and /proc/pressure/{io|memory|cpu} only when... | Wang Long | 2020-01-17 | 1 | -4/+6 | |
| | * | | | | | | | | | sched/fair: Fix sgc->{min,max}_capacity calculation for SD_OVERLAP | Peng Liu | 2020-01-17 | 1 | -22/+4 | |
| | * | | | | | | | | | sched/fair: calculate delta runnable load only when it's needed | Peng Wang | 2020-01-17 | 1 | -5/+6 | |
| | * | | | | | | | | | sched/cputime: move rq parameter in irqtime_account_process_tick | Alex Shi | 2020-01-17 | 1 | -9/+6 | |
| | * | | | | | | | | | stop_machine: Make stop_cpus() static | Yangtao Li | 2020-01-17 | 1 | -1/+1 | |
| | * | | | | | | | | | sched/debug: Reset watchdog on all CPUs while processing sysrq-t | Wei Li | 2020-01-17 | 1 | -2/+9 | |
| | * | | | | | | | | | sched/core: Fix size of rq::uclamp initialization | Li Guanglei | 2020-01-17 | 1 | -1/+2 | |
| | * | | | | | | | | | sched/uclamp: Fix a bug in propagating uclamp value in new cgroups | Qais Yousef | 2020-01-17 | 1 | -0/+6 | |
| | * | | | | | | | | | sched/fair: Load balance aggressively for SCHED_IDLE CPUs | Viresh Kumar | 2020-01-17 | 1 | -11/+21 | |
| | * | | | | | | | | | sched/fair : Improve update_sd_pick_busiest for spare capacity case | Vincent Guittot | 2020-01-17 | 1 | -5/+9 | |
| | * | | | | | | | | | watchdog: Remove soft_lockup_hrtimer_cnt and related code | Jisheng Zhang | 2020-01-17 | 1 | -3/+0 | |
| | * | | | | | | | | | sched/rt: Make RT capacity-aware | Qais Yousef | 2019-12-25 | 3 | -18/+94 | |
| | * | | | | | | | | | sched/fair: Make EAS wakeup placement consider uclamp restrictions | Valentin Schneider | 2019-12-25 | 1 | -2/+10 | |
| | * | | | | | | | | | sched/fair: Make task_fits_capacity() consider uclamp restrictions | Valentin Schneider | 2019-12-25 | 1 | -1/+15 | |
| | * | | | | | | | | | sched/uclamp: Rename uclamp_util_with() into uclamp_rq_util_with() | Valentin Schneider | 2019-12-25 | 2 | -5/+6 | |
| | * | | | | | | | | | sched/uclamp: Make uclamp util helpers use and return UL values | Valentin Schneider | 2019-12-25 | 2 | -10/+10 | |
| | * | | | | | | | | | sched/uclamp: Remove uclamp_util() | Valentin Schneider | 2019-12-25 | 1 | -9/+0 | |
| | * | | | | | | | | | sched/fair: Make sched-idle CPU selection consistent throughout | Viresh Kumar | 2019-12-25 | 1 | -22/+12 | |
| | * | | | | | | | | | sched/core: Remove unused variable from set_user_nice() | Qian Cai | 2019-12-25 | 1 | -2/+1 | |
| | * | | | | | | | | | Merge tag 'v5.5-rc3' into sched/core, to pick up fixes | Ingo Molnar | 2019-12-25 | 33 | -180/+1108 | |
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | | | ||||||
| | * | | | | | | | | | stop_machine: remove try_stop_cpus helper | Yangtao Li | 2019-12-17 | 1 | -30/+0 | |
| | * | | | | | | | | | schied/fair: Skip calculating @contrib without load | Peng Wang | 2019-12-17 | 1 | -3/+17 | |
| | * | | | | | | | | | sched/fair: Optimize select_idle_cpu | Cheng Jian | 2019-12-17 | 1 | -3/+4 | |
| | * | | | | | | | | | cpu/hotplug, stop_machine: Fix stop_machine vs hotplug order | Peter Zijlstra | 2019-12-17 | 1 | -4/+9 | |
| | * | | | | | | | | | sched/wait: fix ___wait_var_event(exclusive) | Oleg Nesterov | 2019-12-17 | 1 | -0/+1 | |
| | * | | | | | | | | | sched: Use fair:prio_changed() instead of ad-hoc implementation | Frederic Weisbecker | 2019-12-17 | 1 | -8/+8 | |
| | * | | | | | | | | | sched: Spare resched IPI when prio changes on a single fair task | Frederic Weisbecker | 2019-12-17 | 1 | -0/+3 |