summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-08-09Merge tag 'probes-fixes-v6.11-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-08-09cgroup: Fix incorrect WARN_ON_ONCE() in css_release_work_fn()Waiman Long
2024-08-09module: make waiting for a concurrent module loader interruptibleLinus Torvalds
2024-08-08sched_ext: Improve logging around enable/disableTejun Heo
2024-08-08sched_ext: Make scx_rq_online() also test cpu_active() in addition to SCX_RQ_...Tejun Heo
2024-08-08sched_ext: Fix unsafe list iteration in process_ddsp_deferred_locals()Tejun Heo
2024-08-08Merge tag 'trace-v6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-08-08Merge tag 'bcachefs-2024-08-08' of git://evilpiepirate.org/bcachefsLinus Torvalds
2024-08-08module: warn about excessively long module waitsLinus Torvalds
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter
2024-08-08x86/split_lock: Move Split and Bus lock code to a dedicated fileRavi Bangoria
2024-08-08module: Fix KCOV-ignored file nameDmitry Vyukov
2024-08-08kcov: Add interrupt handling self testDmitry Vyukov
2024-08-08genirq/irq_sim: Remove unused irq_sim_work_ctx:: Irq_baseJiri Slaby (SUSE)
2024-08-08Merge tag 'mm-hotfixes-stable-2024-08-07-18-32' of git://git.kernel.org/pub/s...Linus Torvalds
2024-08-08perf: Optimize __pmu_ctx_sched_out()Peter Zijlstra
2024-08-08perf: Add context time freezePeter Zijlstra
2024-08-08perf: Fix event_function_call() lockingPeter Zijlstra
2024-08-08perf: Extract a few helpersPeter Zijlstra
2024-08-08perf: Optimize context reschedule for single PMU casesPeter Zijlstra
2024-08-07padata: Fix possible divide-by-0 panic in padata_mt_helper()Waiman Long
2024-08-07kcov: properly check for softirq contextAndrey Konovalov
2024-08-07ring-buffer: Remove unused function ring_buffer_nr_pages()Jianhui Zhou
2024-08-07tracing: Fix overflow in get_free_elt()Tze-nan Wu
2024-08-07function_graph: Fix the ret_stack used by ftrace_graph_ret_addr()Petr Pavlu
2024-08-07tracing: Use refcount for trace_event_file reference counterSteven Rostedt
2024-08-07tracing: Have format file honor EVENT_FILE_FL_FREEDSteven Rostedt
2024-08-07bpf: Move bpf_get_file_xattr to fs/bpf_fs_kfuncs.cSong Liu
2024-08-07sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()Qais Yousef
2024-08-07sched/rt: Clean up usage of rt_task()Qais Yousef
2024-08-07genirq/irqdesc: Honor caller provided affinity in alloc_desc()Shay Drory
2024-08-07lockdep: Fix lockdep_set_notrack_class() for CONFIG_LOCK_STATKent Overstreet
2024-08-07sched/debug: Fix fair_server_period_max valueDan Carpenter
2024-08-07sched/fair: Make balance_fair() test sched_fair_runnable() instead of rq->nr_...Tejun Heo
2024-08-06workqueue: add cmdline parameter workqueue.panic_on_stallSangmoon Kim
2024-08-06sched_ext: Make task_can_run_on_remote_rq() use common task_allowed_on_cpu()Tejun Heo
2024-08-06sched_ext: Improve comment on idle_sched_class exception in scx_task_iter_nex...Tejun Heo
2024-08-06sched_ext: Simplify UP support by enabling sched_class->balance() in UPTejun Heo
2024-08-06sched_ext: Use update_curr_common() in update_curr_scx()Tejun Heo
2024-08-06sched_ext: Add scx_enabled() test to @start_class promotion in put_prev_task_...Tejun Heo
2024-08-06sched_ext: Simplify scx_can_stop_tick() invocation in sched_can_stop_tick()Tejun Heo
2024-08-06locking/lockdep: Simplify character output in seq_line()Markus Elfring
2024-08-06lockdep: fix deadlock issue between lockdep and rcuZhiguo Niu
2024-08-06lockdep: Use str_plural() to fix Coccinelle warningThorsten Blum
2024-08-06dma-debug: avoid deadlock between dma debug vs printk and netconsoleRik van Riel
2024-08-05workqueue: Correct declaration of cpu_pwq in struct workqueue_structUros Bizjak
2024-08-05workqueue: Fix spruious data race in __flush_work()Tejun Heo
2024-08-05workqueue: Remove incorrect "WARN_ON_ONCE(!list_empty(&worker->entry));" from...Lai Jiangshan
2024-08-05workqueue: Fix UBSAN 'subtraction overflow' error in shift_and_mask()Will Deacon
2024-08-05binfmt_elf, coredump: Log the reason of the failed core dumpsRoman Kisel