summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
5 dayssched_ext: Use runnable_at for the default core-sched task orderingTejun Heo
5 dayssched_ext: Fix inverted ops.core_sched_before() invocationTejun Heo
5 dayssched_ext: Move the config-off sub-cap kfunc stubs into sub.cTejun Heo
5 daysbpf: Add ksock kfuncsMahe Tardy
5 daysbpf: Report Policy helper and kfunc errorsKumar Kartikeya Dwivedi
5 daysbpf: Report Program Structure CFG errorsKumar Kartikeya Dwivedi
5 daysbpf: Report Execution Context Safety errorsKumar Kartikeya Dwivedi
5 daysbpf: Report Call Type Safety argument errorsKumar Kartikeya Dwivedi
5 daysbpf: Report Resource Lifetime reference leaksKumar Kartikeya Dwivedi
5 daysbpf: Report Memory Safety bounds errorsKumar Kartikeya Dwivedi
5 daysbpf: Report Register Type Safety errorsKumar Kartikeya Dwivedi
5 daysbpf: Track verifier context diagnostic eventsKumar Kartikeya Dwivedi
5 daysbpf: Track verifier reference diagnostic eventsKumar Kartikeya Dwivedi
5 daysbpf: Track verifier register diagnostic eventsKumar Kartikeya Dwivedi
5 daysbpf: Prune verifier diagnostics when switching pathsKumar Kartikeya Dwivedi
5 daysbpf: Add verifier diagnostic event logKumar Kartikeya Dwivedi
5 daysbpf: Add source and instruction diagnostic contextKumar Kartikeya Dwivedi
5 daysbpf: Add verifier diagnostics report helpersKumar Kartikeya Dwivedi
6 dayssched_ext: Rename balance-era identifiers to dispatch termsTejun Heo
6 dayssched_ext: Drop the stale keep_prev fixup in dispatch_pick()Tejun Heo
6 dayssched_ext: Keep kick_sync waiting on the rq's own CPUTejun Heo
6 dayssched_ext: Make SCHED_CLASS_EXT select GENERIC_ALLOCATORTejun Heo
6 dayssched_ext: Don't BUG_ON a destroyed DSQ in process_deferred_reenq_usersTao Cui
6 dayssched_ext: Make scx_bpf_events() read the calling scheduler's countersTejun Heo
6 dayssched_ext: Drop unlocked scx_rq_clock_invalidate() from scx_root_disable()Tejun Heo
6 daysbpf: Populate mmap-able array map memory lazilySong Liu
6 daysbpf: Fix available-data accounting on 32-bit wrap in overwrite modeIsrael Téllez García
6 daysbpf: Fix pending_pos walk on 32-bit ring position wrapIsrael Téllez García
6 dayssched_ext: Fix exit_task leak on fork failure during enablefangqiurong
6 dayssched_ext: fix stale references in doc commentsTao Cui
6 dayssched_ext: Set up ops.sub_ecaps_updated() dispatch context on the executing CPUTejun Heo
6 daysring-buffer: Remove ring_buffer_per_cpu::mappedVincent Donnefort
6 daysring-buffer: Remove trace_buffer::cpusVincent Donnefort
6 daysring-buffer: Dynamically calculate max_data_sizeVincent Donnefort
6 daysring-buffer: Fix subbuf resize race with ring_buffer_alloc_read_page()Vincent Donnefort
6 daysring-buffer: Fix subbuf resize race with ring buffer readersVincent Donnefort
6 daysring-buffer: Make cpu_buffer::free_page a buffer_data_read_pageVincent Donnefort
6 daysring-buffer: Hold cpu_buffer::lock when resizing a subbufVincent Donnefort
6 daysring-buffer: Free cpu_buffer::free_page with subbuf_orderVincent Donnefort
6 daysbpf: Fix arm64 KASAN false positive after bpf_throwMykyta Yatsenko
6 daysMerge tag 'vfs-7.2-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
6 dayssched/fair: Fix flat hierarchyVincent Guittot
6 daysMerge branch 'sched/urgent'Peter Zijlstra
6 dayssched: Update time before requeueing delayed entitiesVincent Guittot
6 daystracing: Have trace_event_update_all() only handle module that is loadingSteven Rostedt
7 daysbpf: Fix func_info_aux desync after dead code eliminationKumar Kartikeya Dwivedi
7 daystracing: Fix race between update_event_fields and, event_define_fieldsMichael Wu
7 daystracing: Fix NULL pointer dereference in module event cache removalHui Su
7 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
7 daysbpf: Introduce global percpu dataLeon Hwang