index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/fair: Clean up active balance nr_balance_failed trickery
Valentin Schneider
2021-04-09
1
-16
/
+15
*
sched/fair: Ignore percpu threads for imbalance pulls
Lingutla Chandrasekhar
2021-04-09
1
-0
/
+4
*
sched/fair: Bring back select_idle_smt(), but differently
Rik van Riel
2021-04-09
1
-12
/
+43
*
psi: allow unprivileged users with CAP_SYS_RESOURCE to write psi files
Josh Hunt
2021-04-08
1
-6
/
+14
*
sched/topology: Remove redundant cpumask_and() in init_overlap_sched_group()
Barry Song
2021-03-25
1
-1
/
+1
*
sched/core: Use -EINVAL in sched_dynamic_mode()
Rasmus Villemoes
2021-03-25
1
-1
/
+1
*
sched/core: Stop using magic values in sched_dynamic_mode()
Rasmus Villemoes
2021-03-25
1
-3
/
+3
*
sched/fair: Reduce long-tail newly idle balance cost
Aubrey Li
2021-03-23
1
-0
/
+9
*
sched/fair: Optimize test_idle_cores() for !SMT
Barry Song
2021-03-23
1
-3
/
+5
*
psi: Reduce calls to sched_clock() in psi
Shakeel Butt
2021-03-23
1
-9
/
+10
*
stop_machine: Add caller debug info to queue_stop_cpus_work
Valentin Schneider
2021-03-23
1
-0
/
+1
*
sched: Fix various typos
Ingo Molnar
2021-03-22
20
-42
/
+42
*
rseq, ptrace: Add PTRACE_GET_RSEQ_CONFIGURATION request
Piotr Figiel
2021-03-17
2
-0
/
+35
*
sched: Remove unnecessary variable from schedule_tail()
Edmundo Carmona Antoranz
2021-03-10
1
-3
/
+1
*
sched: Optimize __calc_delta()
Clement Courbet
2021-03-10
2
-8
/
+12
*
psi: Optimize task switch inside shared cgroups
Chengming Zhou
2021-03-06
2
-26
/
+37
*
psi: Pressure states are unlikely
Johannes Weiner
2021-03-06
1
-7
/
+7
*
psi: Use ONCPU state tracking machinery to detect reclaim
Chengming Zhou
2021-03-06
4
-52
/
+24
*
psi: Add PSI_CPU_FULL state
Chengming Zhou
2021-03-06
2
-4
/
+13
*
sched/topology: fix the issue groups don't span domain->span for NUMA diamete...
Barry Song
2021-03-06
1
-30
/
+61
*
cpu/hotplug: Add cpuhp_invoke_callback_range()
Vincent Donnefort
2021-03-06
1
-68
/
+102
*
cpu/hotplug: CPUHP_BRINGUP_CPU failure exception
Vincent Donnefort
2021-03-06
1
-3
/
+16
*
cpu/hotplug: Allowing to reset fail injection
Vincent Donnefort
2021-03-06
1
-0
/
+5
*
sched/pelt: Fix task util_est update filtering
Vincent Donnefort
2021-03-06
1
-3
/
+12
*
sched/fair: Fix shift-out-of-bounds in load_balance()
Valentin Schneider
2021-03-06
2
-2
/
+8
*
sched/fair: use lsub_positive in cpu_util_next()
Vincent Donnefort
2021-03-06
1
-1
/
+1
*
sched/fair: Fix task utilization accountability in compute_energy()
Vincent Donnefort
2021-03-06
1
-4
/
+20
*
sched/fair: Reduce the window for duplicated update
Vincent Guittot
2021-03-06
1
-3
/
+8
*
sched/fair: Trigger the update of blocked load on newly idle cpu
Vincent Guittot
2021-03-06
4
-4
/
+35
*
sched/fair: Reorder newidle_balance pulled_task tests
Vincent Guittot
2021-03-06
1
-5
/
+5
*
sched/fair: Merge for each idle cpu loop of ILB
Vincent Guittot
2021-03-06
1
-25
/
+7
*
sched/fair: Remove unused parameter of update_nohz_stats
Vincent Guittot
2021-03-06
1
-3
/
+3
*
sched/fair: Remove unused return of _nohz_idle_balance
Vincent Guittot
2021-03-06
1
-9
/
+1
*
sched/fair: Remove update of blocked load from newidle_balance
Vincent Guittot
2021-03-06
1
-28
/
+5
*
kcov: Remove kcov include from sched.h and move it to its users.
Sebastian Andrzej Siewior
2021-03-06
6
-1
/
+5
*
sched: Simplify migration_cpu_stop()
Valentin Schneider
2021-03-06
1
-9
/
+18
*
sched/membarrier: fix missing local execution of ipi_sync_rq_state()
Mathieu Desnoyers
2021-03-06
1
-3
/
+1
*
sched: Simplify set_affinity_pending refcounts
Peter Zijlstra
2021-03-06
1
-12
/
+20
*
sched: Fix affine_move_task() self-concurrency
Peter Zijlstra
2021-03-06
1
-3
/
+12
*
sched: Optimize migration_cpu_stop()
Peter Zijlstra
2021-03-06
1
-1
/
+12
*
sched: Collate affine_move_task() stoppers
Peter Zijlstra
2021-03-06
1
-15
/
+8
*
sched: Simplify migration_cpu_stop()
Peter Zijlstra
2021-03-06
1
-48
/
+8
*
sched: Fix migration_cpu_stop() requeueing
Peter Zijlstra
2021-03-06
1
-11
/
+28
*
Linux 5.12-rc2
v5.12-rc2
Linus Torvalds
2021-03-06
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2021-03-06
8
-62
/
+76
|
\
|
*
RDMA/rxe: Fix errant WARN_ONCE in rxe_completer()
Bob Pearson
2021-03-05
1
-32
/
+23
|
*
RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt()
Bob Pearson
2021-03-05
1
-24
/
+35
|
*
RDMA/rxe: Fix missed IB reference counting in loopback
Bob Pearson
2021-03-05
1
-1
/
+9
|
*
RDMA/uverbs: Fix kernel-doc warning of _uverbs_alloc
Leon Romanovsky
2021-03-03
1
-1
/
+1
|
*
RDMA/mlx5: Set correct kernel-doc identifier
Leon Romanovsky
2021-03-03
1
-1
/
+1
[next]