aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-13sched/debug: Change need_resched warnings to pr_errDavid Rientjes1-4/+6
2025-01-13sched/fair: Encapsulate set custom slice in a __setparam_fair() functionVincent Guittot3-13/+24
2025-01-13sched: Fix race between yield_to() and try_to_wake_up()Tianchen Ding1-1/+1
2025-01-13sched/fair: Fix update_cfs_group() vs DELAY_DEQUEUEPeter Zijlstra1-1/+5
2025-01-13kthread: modify kernel-doc function name to match codeRandy Dunlap1-1/+1
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman22-351/+422
2025-01-12delayacct: add delay min to record delay peakWang Yaxin2-7/+29
2025-01-12kernel: remove get_task_comm() and print task comm directlyYafang Shao2-8/+3
2025-01-12get_task_exe_file: check PF_KTHREAD locklesslyMateusz Guzik1-4/+5
2025-01-12watchdog: output this_cpu when printing hard LOCKUPYunhui Cui1-1/+1
2025-01-12ucounts: move kfree() out of critical zone protected by ucounts_lockMengEn Sun1-4/+4
2025-01-12delayacct: add delay max to record delay peakWang Yaxin2-11/+31
2025-01-12kernel/resource: simplify API __devm_release_region() implementationZijun Hu1-2/+1
2025-01-12Merge tag 'perf_urgent_for_v6.13_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2025-01-11Merge tag 'probes-fixes-v6.13-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+4
2025-01-11mm/slab: Move kvfree_rcu() into SLABUladzislau Rezki (Sony)1-879/+0
2025-01-11rcu/kvfree: Adjust a shrinker nameUladzislau Rezki (Sony)1-1/+1
2025-01-11rcu/kvfree: Adjust names passed into trace functionsUladzislau Rezki (Sony)1-3/+3
2025-01-11rcu/kvfree: Move some functions under CONFIG_TINY_RCUUladzislau Rezki (Sony)1-43/+47
2025-01-11rcu/kvfree: Initialize kvfree_rcu() separatelyUladzislau Rezki (Sony)1-2/+1
2025-01-10Merge tag 'sched_ext-for-6.13-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-26/+74
2025-01-10Merge tag 'cgroup-for-6.13-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-33/+11
2025-01-10Merge tag 'wq-for-6.13-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+7
2025-01-10sched_ext: idle: Refresh idle masks during idle-to-idle transitionsAndrea Righi3-15/+59
2025-01-10workqueue: warn if delayed_work is queued to an offlined cpu.Imran Khan1-0/+7
2025-01-10sched_ext: Implement scx_bpf_now()Changwoo Min3-4/+101
2025-01-10sched_ext: Relocate scx_enabled() related codeChangwoo Min1-13/+13
2025-01-11modpost: Allow extended modversions without basic MODVERSIONSMatthew Maurer1-0/+15
2025-01-10perf: map pages in advanceLorenzo Stoakes2-55/+82
2025-01-11modpost: Produce extended MODVERSIONS informationMatthew Maurer1-0/+10
2025-01-11modules: Support extended MODVERSIONS infoMatthew Maurer3-8/+140
2025-01-11kbuild: Add gendwarfksyms as an alternative to genksymsSami Tolvanen1-0/+22
2025-01-11tools: Add gendwarfksymsSami Tolvanen1-0/+8
2025-01-10module: get symbol CRC back to unsignedMasahiro Yamada3-7/+7
2025-01-10kheaders: prevent `find` from seeing perl temp filesHONG Yifan1-2/+7
2025-01-10kheaders: use 'tar' instead of 'cpio' for copying filesMasahiro Yamada1-11/+2
2025-01-10kheaders: rename the 'cpio_dir' variable to 'tmpdir'Masahiro Yamada1-9/+9
2025-01-10kheaders: avoid unnecessary process forks of grepMasahiro Yamada1-3/+3
2025-01-10kheaders: exclude include/generated/utsversion.h from kheaders_data.tar.xzMasahiro Yamada1-0/+4
2025-01-10uprobes: Fix race in uprobe_free_utaskJiri Olsa1-1/+1
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-12/+18
2025-01-10tracing/kprobes: Simplify __trace_kprobe_create() by removing gotosMasami Hiramatsu (Google)1-48/+49
2025-01-10tracing: Use __free() for kprobe events to cleanupMasami Hiramatsu (Google)1-33/+29
2025-01-10tracing: Use __free() in trace_probe for cleanupMasami Hiramatsu (Google)1-34/+17
2025-01-10kprobes: Remove remaining gotosMasami Hiramatsu (Google)1-32/+31
2025-01-10kprobes: Remove unneeded gotoMasami Hiramatsu (Google)1-24/+21
2025-01-10kprobes: Use guard for rcu_read_lockMasami Hiramatsu (Google)1-30/+36
2025-01-10kprobes: Use guard() for external locksMasami Hiramatsu (Google)1-119/+90
2025-01-10tracing/eprobe: Adopt guard() and scoped_guard()Masami Hiramatsu (Google)1-19/+17
2025-01-10tracing/uprobe: Adopt guard() and scoped_guard()Masami Hiramatsu (Google)1-10/+5