summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: ensure main program has an extableKrister Johansen2023-07-051-2/+5
* bpf/btf: Accept function names that contain dotsFlorent Revest2023-06-281-12/+8
* bpf: Fix verifier id tracking of scalars on spillMaxim Mikityanskiy2023-06-281-0/+3
* bpf: track immediate values written to stack by BPF_ST instructionEduard Zingerman2023-06-281-2/+16
* cgroup: Do not corrupt task iteration when rebinding subsystemXiu Jianfeng2023-06-281-3/+17
* tick/common: Align tick period during sched_timer setupThomas Gleixner2023-06-282-13/+13
* tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)2023-06-284-4/+12
* rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace periodZiwei Dai2023-06-211-8/+31
* cgroup: always put cset in cgroup_css_set_put_forkJohn Sperbeck2023-06-211-9/+8
* kexec: support purgatories with .text.hot sectionsRicardo Ribalda2023-06-211-1/+13
* bpf: Add extra path pointer check to d_path helperJiri Olsa2023-06-141-1/+11
* bpf: Fix UAF in task local storageKP Singh2023-06-141-1/+1
* tracing/probe: trace_probe_primary_from_call(): checked list_first_entryPietro Borrello2023-06-091-1/+1
* bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsAnton Protopopov2023-06-051-2/+4
* bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon2023-05-301-1/+1
* bpf: Add preempt_count_{sub,add} into btf id deny listYafang2023-05-241-0/+4
* bpf: Annotate data races in bpf_local_storageKumar Kartikeya Dwivedi2023-05-241-3/+13
* rcu: Protect rcu_print_task_exp_stall() ->exp_tasks accessZqiang2023-05-241-2/+4
* refscale: Move shutdown from wait_event() to wait_event_idle()Paul E. McKenney2023-05-241-1/+1
* tick/broadcast: Make broadcast device replacement work correctlyThomas Gleixner2023-05-241-32/+88
* locking/rwsem: Add __always_inline annotation to __down_read_common() and inl...John Stultz2023-05-171-4/+4
* ring-buffer: Ensure proper resetting of atomic variables in ring_buffer_reset...Tze-nan Wu2023-05-171-3/+13
* sched: Fix DEBUG && !SCHEDSTATS warnPeter Zijlstra2023-05-111-1/+2
* timekeeping: Fix references to nonexistent ktime_get_fast_ns()Geert Uytterhoeven2023-05-111-2/+2
* workqueue: Fix hung time report of worker poolsPetr Mladek2023-05-111-3/+7
* workqueue: Introduce show_one_worker_pool and show_one_workqueue.Imran Khan2023-05-112-77/+97
* sched/rt: Fix bad task migration for rt tasksSchspa Shi2023-05-112-0/+5
* perf/core: Fix hardlockup failure caused by perf throttleYang Jihong2023-05-111-2/+2
* sched/fair: Fix inaccurate tally of ttwu_move_affineLibo Chen2023-05-111-1/+1
* sched: Make struct sched_statistics independent of fair sched classYafang Shao2023-05-117-97/+140
* sched/fair: Use __schedstat_set() in set_next_entity()Yafang Shao2023-05-111-3/+3
* bpf: Don't EFAULT for getsockopt with optval=NULLStanislav Fomichev2023-05-111-3/+6
* bpf: Remove misleading spec_v1 check on var-offset stack readLuis Gerhorst2023-05-111-10/+6
* bpf: fix precision propagation verbose loggingAndrii Nakryiko2023-05-111-2/+2
* bpf: take into account liveness when propagating precisionAndrii Nakryiko2023-05-111-2/+4
* tick/common: Align tick period with the HZ tick.Sebastian Andrzej Siewior2023-05-111-1/+11
* rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency checkZqiang2023-05-111-0/+5
* tracing: Fix permissions for the buffer_percent fileOndrej Mosnacek2023-05-111-1/+1
* relayfs: fix out-of-bounds access in relay_file_readZhang Zhengming2023-05-111-1/+2
* rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-edZheng Yejian2023-05-111-0/+1
* ring-buffer: Sync IRQ works before buffer destructionJohannes Berg2023-05-111-0/+4
* kheaders: Use array declaration instead of charKees Cook2023-05-111-5/+5
* tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)2023-05-111-3/+8
* posix-cpu-timers: Implement the missing timer_wait_running callbackThomas Gleixner2023-05-112-14/+71
* sched/fair: Fixes for capacity inversion detectionQais Yousef2023-04-261-2/+11
* sched/uclamp: Fix a uninitialized variable warningsQais Yousef2023-04-261-19/+16
* sched/fair: Consider capacity inversion in util_fits_cpu()Qais Yousef2023-04-261-5/+9
* sched/fair: Detect capacity inversionQais Yousef2023-04-262-3/+79
* sched/uclamp: Cater for uclamp in find_energy_efficient_cpu()'s early exit co...Qais Yousef2023-04-261-6/+8
* sched/uclamp: Make cpu_overutilized() use util_fits_cpu()Qais Yousef2023-04-261-1/+4