summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-04-05rcu: Fix set/clear TICK_DEP_BIT_RCU_EXP bitmask raceZqiang-2/+3
2023-04-05tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)-3/+8
2023-04-05rcu: Remove CONFIG_SRCUPaul E. McKenney-3/+0
2023-04-05rcu: Add comment to rcu_do_batch() identifying rcuoc code pathPaul E. McKenney-0/+2
2023-04-05srcu: Clarify comments on memory barrier "E"Joel Fernandes (Google)-7/+27
2023-04-05rcu: Further comment and explain the state space of GP sequencesFrederic Weisbecker-0/+37
2023-04-05sched/psi: Allow unprivileged polling of N*2s periodDomenico Cerasuolo-68/+109
2023-04-05sched/psi: Extract update_triggers side effectDomenico Cerasuolo-9/+10
2023-04-05sched/psi: Rename existing poll members in preparationDomenico Cerasuolo-81/+82
2023-04-05sched/psi: Rearrange polling code in preparationDomenico Cerasuolo-98/+98
2023-04-05sched/fair: Fix inaccurate tally of ttwu_move_affineLibo Chen-1/+1
2023-04-05perf/core: Fix the same task check in perf_event_set_outputKan Liang-1/+1
2023-04-05perf: Optimize perf_pmu_migrate_context()Peter Zijlstra-5/+7
2023-04-04tracing: Fix ftrace_boot_snapshot command line logicSteven Rostedt (Google)-6/+7
2023-04-04tracing: Have tracing_snapshot_instance_cond() write errors to the appropriat...Steven Rostedt (Google)-7/+7
2023-04-04kallsyms: Disable preemption for find_kallsyms_symbol_valueJiri Olsa-3/+13
2023-04-04bpf: Undo strict enforcement for walking untagged fields.Alexei Starovoitov-3/+8
2023-04-04bpf: Allowlist few fields similar to __rcu tag.Alexei Starovoitov-2/+37
2023-04-04bpf: Refactor NULL-ness check in check_reg_type().Alexei Starovoitov-4/+8
2023-04-04bpf: Teach verifier that certain helpers accept NULL pointer.Alexei Starovoitov-8/+8
2023-04-04bpf: Refactor btf_nested_type_is_trusted().Alexei Starovoitov-38/+29
2023-04-04bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov-2/+2
2023-04-04bpf: Invoke btf_struct_access() callback only for writes.Alexei Starovoitov-1/+1
2023-04-04srcu: Fix long lines in srcu_funnel_gp_start()Paul E. McKenney-13/+14
2023-04-04srcu: Fix long lines in srcu_gp_end()Paul E. McKenney-20/+21
2023-04-04srcu: Fix long lines in cleanup_srcu_struct()Paul E. McKenney-10/+11
2023-04-04srcu: Fix long lines in srcu_get_delay()Paul E. McKenney-5/+6
2023-04-04srcu: Check for readers at module-exit timePaul E. McKenney-1/+2
2023-04-04srcu: Move work-scheduling fields from srcu_struct to srcu_usagePaul E. McKenney-19/+22
2023-04-04srcu: Move srcu_barrier() fields from srcu_struct to srcu_usagePaul E. McKenney-19/+19
2023-04-04srcu: Move ->sda_is_static from srcu_struct to srcu_usagePaul E. McKenney-4/+4
2023-04-04srcu: Move heuristics fields from srcu_struct to srcu_usagePaul E. McKenney-9/+9
2023-04-04srcu: Move grace-period fields from srcu_struct to srcu_usagePaul E. McKenney-64/+64
2023-04-04srcu: Move ->srcu_gp_mutex from srcu_struct to srcu_usagePaul E. McKenney-7/+7
2023-04-04srcu: Move ->lock from srcu_struct to srcu_usagePaul E. McKenney-28/+28
2023-04-04srcu: Move ->lock initialization after srcu_usage allocationPaul E. McKenney-2/+2
2023-04-04srcu: Move ->srcu_cb_mutex from srcu_struct to srcu_usagePaul E. McKenney-3/+3
2023-04-04srcu: Move ->srcu_size_state from srcu_struct to srcu_usagePaul E. McKenney-18/+19
2023-04-04srcu: Move ->level from srcu_struct to srcu_usagePaul E. McKenney-7/+7
2023-04-04srcu: Begin offloading srcu_struct fields to srcu_updatePaul E. McKenney-11/+23
2023-04-04srcu: Use static init for statically allocated in-module srcu_structPaul E. McKenney-6/+13
2023-04-04rcu-tasks: Fix warning for unused tasks_rcu_exit_srcuPaul E. McKenney-0/+2
2023-04-03bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc callDave Marchevsky-5/+9
2023-04-03driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman-2/+1
2023-04-03tracing/osnoise: Fix notify new tracing_max_latencyDaniel Bristot de Oliveira-1/+1
2023-04-03tracing/timerlat: Notify new max thread latencyDaniel Bristot de Oliveira-0/+2
2023-04-03ring-buffer: Fix race while reader and writer are on the same pageZheng Yejian-1/+12
2023-04-03tracing/synthetic: Fix races on freeing last_cmdTze-nan Wu-4/+15
2023-04-03printk: Remove obsoleted check for non-existent "user" objectStanislav Kinsburskii-12/+1
2023-04-03fork: use pidfd_prepare()Christian Brauner-11/+2