aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-11-15crash: fix crashkernel resource shrinkSourabh Jain1-1/+1
2025-11-15Merge tag 'timers-urgent-2025-11-15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+6
2025-11-14bpf: don't skip other information if xlated_prog_insns is skippedAltgelt, Max (Nextron)1-11/+11
2025-11-14bpf: verifier: Move desc->imm setup to sort_kfunc_descs_by_imm_off()Puranjay Mohan1-19/+35
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov19-111/+243
2025-11-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds5-40/+72
2025-11-14bpf: Handle return value of ftrace_set_filter_ip in register_fentryMenglong Dong1-1/+3
2025-11-14bpf: Add missing checks to avoid verbose verifier logEduard Zingerman1-4/+6
2025-11-14sched_ext: Pass locked CPU parameter to scx_hardlockup() and add docsTejun Heo2-4/+23
2025-11-14bpf: Prevent nesting overflow in bpf_try_get_buffersSahil Chandna1-0/+3
2025-11-14time: Fix a few typos in time[r] related code commentsJianyun Gao2-2/+2
2025-11-14tracing: Convert function graph set_flags() to use a switch() statementSteven Rostedt1-5/+7
2025-11-14tracing: Have function graph tracer option sleep-time be per instanceSteven Rostedt4-23/+60
2025-11-14tracing: Move graph-time out of function graph optionsSteven Rostedt3-14/+23
2025-11-14tracing: Have function graph tracer option funcgraph-irqs be per instanceSteven Rostedt1-10/+31
2025-11-14time: tick-oneshot: Add missing Return and parameter descriptions to kernel-docSunday Adelodun1-1/+19
2025-11-14bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman1-2/+4
2025-11-14PM: suspend: Make pm_test delay interruptible by wakeup eventsRiwen Lu1-1/+5
2025-11-14posix-timers: Plug potential memory leak in do_timer_create()Eslam Khafagy1-6/+6
2025-11-14hrtimer: Store time as ktime_t in restart blockThomas Weißschuh2-4/+4
2025-11-14futex: Store time as ktime_t in restart blockThomas Weißschuh1-5/+4
2025-11-14nstree: fix kernel-doc comments for internal functionsKriish Sharma1-2/+3
2025-11-14nsproxy: fix free_nsproxy() and simplify create_new_namespaces()Christian Brauner1-16/+20
2025-11-14padata: remove __padata_list_init()Tetsuo Handa1-8/+4
2025-11-14syscore: Pass context data to callbacksThierry Reding6-23/+69
2025-11-13Merge tag 'pm-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-9/+13
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-62/+158
2025-11-13trace/pid_list: optimize pid_list->lock contentionYongliang Gao2-9/+22
2025-11-13tracing: Have function graph tracer define options per instanceSteven Rostedt1-7/+11
2025-11-13Merge branch 'pm-sleep'Rafael J. Wysocki1-9/+13
2025-11-13sched_ext: Fix possible deadlock in the deferred_irq_workfn()Zqiang1-1/+1
2025-11-13bpf: Free special fields when update [lru_,]percpu_hash mapsLeon Hwang1-2/+8
2025-11-13Merge tag 'v6.18-rc5' into objtool/core, to pick up fixesIngo Molnar26-95/+261
2025-11-12bpf: Adjust return value for queue destruction in rqspinlockKumar Kartikeya Dwivedi1-1/+1
2025-11-12sched_ext: Update comments replacing breather with aborting mechanismAndrea Righi1-4/+4
2025-11-12sched/ext: convert scx_tasks_lock to raw spinlockEmil Tsalapatis1-8/+8
2025-11-12release_task: kill unnecessary rcu_read_lock() around dec_rlimit_ucounts()Oleg Nesterov1-3/+1
2025-11-12taint/module: remove unnecessary taint_flag.module fieldPetr Pavlu2-26/+22
2025-11-12taint: add reminder about updating docs and scriptsRandy Dunlap1-0/+6
2025-11-12crash: let architecture decide crash memory export to iomem_resourceSourabh Jain1-0/+3
2025-11-12hung_task: panic when there are more than N hung tasks at the same timeLi RongQing2-6/+11
2025-11-12scs: fix a wrong parameter in __scs_magicZhichi Lin1-1/+1
2025-11-12kexec_core: remove superfluous page offset handling in segment loadingJustinien Bouron1-12/+3
2025-11-12sched_ext: Implement load balancer for bypass modeTejun Heo2-3/+242
2025-11-12sched_ext: Factor out abbreviated dispatch dequeue into dispatch_dequeue_lock...Tejun Heo1-2/+17
2025-11-12sched_ext: Factor out scx_dsq_list_node cursor initialization into INIT_DSQ_L...Tejun Heo1-3/+2
2025-11-12sched_ext: Hook up hardlockup detectorTejun Heo2-0/+27
2025-11-12sched_ext: Make handle_lockup() propagate scx_verror() resultTejun Heo1-2/+3
2025-11-12sched_ext: Refactor lockup handlers into handle_lockup()Tejun Heo1-40/+25
2025-11-12sched_ext: Make scx_exit() and scx_vexit() return boolTejun Heo1-5/+9