summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-08-11rcu: Annotate struct kvfree_rcu_bulk_data with __counted_by()Thorsten Blum1-2/+3
2024-08-11context_tracking, rcu: Rename DYNTICK_IRQ_NONIDLE into CT_NESTING_IRQ_NONIDLEValentin Schneider2-5/+5
2024-08-11context_tracking, rcu: Rename ct_dynticks_nmi_nesting_cpu() into ct_nmi_nesti...Valentin Schneider1-1/+1
2024-08-11context_tracking, rcu: Rename ct_dynticks_nmi_nesting() into ct_nmi_nesting()Valentin Schneider2-15/+15
2024-08-11context_tracking, rcu: Rename struct context_tracking .dynticks_nmi_nesting i...Valentin Schneider2-17/+17
2024-08-11context_tracking, rcu: Rename ct_dynticks_nesting_cpu() into ct_nesting_cpu()Valentin Schneider1-1/+1
2024-08-11context_tracking, rcu: Rename ct_dynticks_nesting() into ct_nesting()Valentin Schneider2-8/+8
2024-08-11context_tracking, rcu: Rename struct context_tracking .dynticks_nesting into ...Valentin Schneider2-9/+9
2024-08-10Merge tag 'dma-mapping-6.11-2024-08-10' of git://git.infradead.org/users/hch/...Linus Torvalds1-1/+4
2024-08-09Merge tag 'irq-domain-24-08-09' into irq/coreThomas Gleixner1-85/+113
2024-08-09irqdomain: Allow giving name suffix for domainMatti Vaittinen1-7/+23
2024-08-09irqdomain: Cleanup domain name allocationThomas Gleixner1-51/+55
2024-08-09irqdomain: Simplify simple and legacy domain creationMatti Vaittinen1-33/+41
2024-08-09tracing: Return from tracing_buffers_read() if the file has been closedSteven Rostedt1-1/+1
2024-08-09Merge tag 'probes-fixes-v6.11-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2024-08-09cgroup: Fix incorrect WARN_ON_ONCE() in css_release_work_fn()Waiman Long1-1/+8
2024-08-09module: make waiting for a concurrent module loader interruptibleLinus Torvalds1-15/+25
2024-08-08sched_ext: Improve logging around enable/disableTejun Heo1-8/+12
2024-08-08sched_ext: Make scx_rq_online() also test cpu_active() in addition to SCX_RQ_...Tejun Heo1-1/+8
2024-08-08sched_ext: Fix unsafe list iteration in process_ddsp_deferred_locals()Tejun Heo1-4/+6
2024-08-08Merge tag 'trace-v6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-39/+57
2024-08-08Merge tag 'bcachefs-2024-08-08' of git://evilpiepirate.org/bcachefsLinus Torvalds1-0/+6
2024-08-08module: warn about excessively long module waitsLinus Torvalds1-7/+20
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter2-4/+9
2024-08-08module: Fix KCOV-ignored file nameDmitry Vyukov1-1/+1
2024-08-08kcov: Add interrupt handling self testDmitry Vyukov1-0/+31
2024-08-08genirq/irq_sim: Remove unused irq_sim_work_ctx:: Irq_baseJiri Slaby (SUSE)1-1/+0
2024-08-08Merge tag 'mm-hotfixes-stable-2024-08-07-18-32' of git://git.kernel.org/pub/s...Linus Torvalds2-3/+19
2024-08-08perf: Optimize __pmu_ctx_sched_out()Peter Zijlstra1-1/+1
2024-08-08perf: Add context time freezePeter Zijlstra1-42/+86
2024-08-08perf: Fix event_function_call() lockingPeter Zijlstra1-4/+5
2024-08-08perf: Extract a few helpersPeter Zijlstra1-17/+22
2024-08-08perf: Optimize context reschedule for single PMU casesPeter Zijlstra1-76/+88
2024-08-07padata: Fix possible divide-by-0 panic in padata_mt_helper()Waiman Long1-0/+7
2024-08-07kcov: properly check for softirq contextAndrey Konovalov1-3/+12
2024-08-07ring-buffer: Remove unused function ring_buffer_nr_pages()Jianhui Zhou1-12/+0
2024-08-07tracing: Fix overflow in get_free_elt()Tze-nan Wu1-3/+3
2024-08-07function_graph: Fix the ret_stack used by ftrace_graph_ret_addr()Petr Pavlu1-1/+1
2024-08-07tracing: Use refcount for trace_event_file reference counterSteven Rostedt1-4/+4
2024-08-07tracing: Have format file honor EVENT_FILE_FL_FREEDSteven Rostedt5-19/+49
2024-08-07bpf: Move bpf_get_file_xattr to fs/bpf_fs_kfuncs.cSong Liu1-68/+0
2024-08-07sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()Qais Yousef7-12/+12
2024-08-07sched/rt: Clean up usage of rt_task()Qais Yousef7-12/+12
2024-08-07genirq/irqdesc: Honor caller provided affinity in alloc_desc()Shay Drory1-0/+1
2024-08-07lockdep: Fix lockdep_set_notrack_class() for CONFIG_LOCK_STATKent Overstreet1-0/+6
2024-08-07sched/debug: Fix fair_server_period_max valueDan Carpenter1-1/+1
2024-08-07sched/fair: Make balance_fair() test sched_fair_runnable() instead of rq->nr_...Tejun Heo1-1/+1
2024-08-06workqueue: add cmdline parameter workqueue.panic_on_stallSangmoon Kim1-0/+16
2024-08-06sched_ext: Make task_can_run_on_remote_rq() use common task_allowed_on_cpu()Tejun Heo3-7/+36
2024-08-06sched_ext: Improve comment on idle_sched_class exception in scx_task_iter_nex...Tejun Heo1-2/+23