summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-05-12delayacct: Add sysctl to enable at runtimePeter Zijlstra
2021-05-12delayacct: Default disabledPeter Zijlstra
2021-05-12delayacct: Add static_branch in scheduler hooksPeter Zijlstra
2021-05-12sched: Simplify sched_info_on()Peter Zijlstra
2021-05-12sched: Rename sched_info_{queued,dequeued}Peter Zijlstra
2021-05-12delayacct: Use sched_clock()Peter Zijlstra
2021-05-12sched/fair: Fix negative energy delta in find_energy_efficient_cpu()Pierre Gondois
2021-05-12sched/fair: Only compute base_energy_pd if necessaryPierre Gondois
2021-05-12sched,fair: Skip newidle_balance if a wakeup is pendingRik van Riel
2021-05-12sched/core: Remove the pointless BUG_ON(!task) from wake_up_q()Oleg Nesterov
2021-05-12sched/fair: Fix clearing of has_idle_cores flag in select_idle_cpu()Gautham R. Shenoy
2021-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-05-11bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffersFlorent Revest
2021-05-11bpf: Add deny list of btf ids check for tracing programsJiri Olsa
2021-05-11bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann
2021-05-11bpf, kconfig: Add consolidated menu entry for bpf with core optionsDaniel Borkmann
2021-05-11alarmtimer: Check RTC features instead of opsAlexandre Belloni
2021-05-11bpf: Prevent writable memory-mapping of read-only ringbuf pagesAndrii Nakryiko
2021-05-11bpf, ringbuf: Deny reserve of buffers larger than ringbufThadeu Lima de Souza Cascardo
2021-05-11bpf: Fix alu32 const subreg bound tracking on bitwise operationsDaniel Borkmann
2021-05-10cgroup: inline cgroup_task_freeze()Roman Gushchin
2021-05-10rcu: Don't penalize priority boosting when there is nothing to boostPaul E. McKenney
2021-05-10rcu: Point to documentation of ordering guaranteesPaul E. McKenney
2021-05-10rcu: Make rcu_gp_cleanup() be noinline for tracingPaul E. McKenney
2021-05-10rcu: Restrict RCU_STRICT_GRACE_PERIOD to at most four CPUsPaul E. McKenney
2021-05-10rcu: Make show_rcu_gp_kthreads() dump rcu_node structures blocking GPPaul E. McKenney
2021-05-10rcu: Make RCU priority boosting work on single-CPU rcu_node structuresPaul E. McKenney
2021-05-10rcu: Add quiescent states and boost states to show_rcu_gp_kthreads() outputPaul E. McKenney
2021-05-10rcu: Reject RCU_LOCKDEP_WARN() false positivesPaul E. McKenney
2021-05-10lockdep: Explicitly flag likely false-positive reportPaul E. McKenney
2021-05-10rcu: Add ->gp_max to show_rcu_gp_kthreads() outputPaul E. McKenney
2021-05-10rcu: Add ->rt_priority and ->gp_start to show_rcu_gp_kthreads() outputPaul E. McKenney
2021-05-10rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()Paul E. McKenney
2021-05-10rcu: Improve tree.c comments and add code cleanupsZhouyi Zhou
2021-05-10rcu: Remove the unused rcu_irq_exit_preempt() functionPaul E. McKenney
2021-05-10bpf: verifier: Allocate idmap scratch in verifier envLorenz Bauer
2021-05-10bpf: verifier: Use copy_array for jmp_historyLorenz Bauer
2021-05-10bpf: verifier: Improve function state reallocationLorenz Bauer
2021-05-10rcutorture: Move mem_dump_obj() tests into separate functionPaul E. McKenney
2021-05-10rcutorture: Don't count CPU-stalled time against priority boostingPaul E. McKenney
2021-05-10rcutorture: Forgive RCU boost failures when CPUs don't pass through QSPaul E. McKenney
2021-05-10rcutorture: Make rcu_torture_boost_failed() check for GP endPaul E. McKenney
2021-05-10rcutorture: Consolidate rcu_torture_boost() timing and statisticsPaul E. McKenney
2021-05-10rcutorture: Delay-based false positives for RCU priority boosting testsPaul E. McKenney
2021-05-10rcutorture: Judge RCU priority boosting on grace periods, not callbacksPaul E. McKenney
2021-05-10rcutorture: Abstract read-lock-held checksPaul E. McKenney
2021-05-10refscale: Add acqrel, lock, and lock-irqPaul E. McKenney
2021-05-10rcu-tasks: Add block comment laying out RCU Rude designPaul E. McKenney
2021-05-10rcu-tasks: Add block comment laying out RCU Tasks designPaul E. McKenney
2021-05-10srcu: Fix broken node geometry after early ssp initFrederic Weisbecker