summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-01-12Merge tag 'perf_urgent_for_v6.13_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2025-01-11Merge tag 'probes-fixes-v6.13-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+4
2025-01-11mm/slab: Move kvfree_rcu() into SLABUladzislau Rezki (Sony)-879/+0
2025-01-11rcu/kvfree: Adjust a shrinker nameUladzislau Rezki (Sony)-1/+1
2025-01-11rcu/kvfree: Adjust names passed into trace functionsUladzislau Rezki (Sony)-3/+3
2025-01-11rcu/kvfree: Move some functions under CONFIG_TINY_RCUUladzislau Rezki (Sony)-43/+47
2025-01-11rcu/kvfree: Initialize kvfree_rcu() separatelyUladzislau Rezki (Sony)-2/+1
2025-01-10Merge tag 'sched_ext-for-6.13-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-26/+74
2025-01-10Merge tag 'cgroup-for-6.13-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-33/+11
2025-01-10Merge tag 'wq-for-6.13-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+7
2025-01-10sched_ext: idle: Refresh idle masks during idle-to-idle transitionsAndrea Righi-15/+59
2025-01-10workqueue: warn if delayed_work is queued to an offlined cpu.Imran Khan-0/+7
2025-01-10sched_ext: Implement scx_bpf_now()Changwoo Min-4/+101
2025-01-10sched_ext: Relocate scx_enabled() related codeChangwoo Min-13/+13
2025-01-11modpost: Allow extended modversions without basic MODVERSIONSMatthew Maurer-0/+15
2025-01-10perf: map pages in advanceLorenzo Stoakes-55/+82
2025-01-11modpost: Produce extended MODVERSIONS informationMatthew Maurer-0/+10
2025-01-11modules: Support extended MODVERSIONS infoMatthew Maurer-8/+140
2025-01-11kbuild: Add gendwarfksyms as an alternative to genksymsSami Tolvanen-0/+22
2025-01-11tools: Add gendwarfksymsSami Tolvanen-0/+8
2025-01-10module: get symbol CRC back to unsignedMasahiro Yamada-7/+7
2025-01-10kheaders: prevent `find` from seeing perl temp filesHONG Yifan-2/+7
2025-01-10kheaders: use 'tar' instead of 'cpio' for copying filesMasahiro Yamada-11/+2
2025-01-10kheaders: rename the 'cpio_dir' variable to 'tmpdir'Masahiro Yamada-9/+9
2025-01-10kheaders: avoid unnecessary process forks of grepMasahiro Yamada-3/+3
2025-01-10kheaders: exclude include/generated/utsversion.h from kheaders_data.tar.xzMasahiro Yamada-0/+4
2025-01-10uprobes: Fix race in uprobe_free_utaskJiri Olsa-1/+1
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-12/+18
2025-01-10tracing/kprobes: Simplify __trace_kprobe_create() by removing gotosMasami Hiramatsu (Google)-48/+49
2025-01-10tracing: Use __free() for kprobe events to cleanupMasami Hiramatsu (Google)-33/+29
2025-01-10tracing: Use __free() in trace_probe for cleanupMasami Hiramatsu (Google)-34/+17
2025-01-10kprobes: Remove remaining gotosMasami Hiramatsu (Google)-32/+31
2025-01-10kprobes: Remove unneeded gotoMasami Hiramatsu (Google)-24/+21
2025-01-10kprobes: Use guard for rcu_read_lockMasami Hiramatsu (Google)-30/+36
2025-01-10kprobes: Use guard() for external locksMasami Hiramatsu (Google)-119/+90
2025-01-10tracing/eprobe: Adopt guard() and scoped_guard()Masami Hiramatsu (Google)-19/+17
2025-01-10tracing/uprobe: Adopt guard() and scoped_guard()Masami Hiramatsu (Google)-10/+5
2025-01-10tracing/kprobe: Adopt guard() and scoped_guard()Masami Hiramatsu (Google)-12/+6
2025-01-10kprobes: Adopt guard() and scoped_guard()Masami Hiramatsu (Google)-116/+89
2025-01-10kprobes: Reduce preempt disable scope in check_kprobe_access_safe()Thomas Weißschuh-12/+12
2025-01-10tracing/kprobes: Fix to free objects when failed to copy a symbolMasami Hiramatsu (Google)-2/+4
2025-01-09sched/fair: Fix EEVDF entity placement bug causing scheduling lagPeter Zijlstra-127/+18
2025-01-09btf: Switch module BTF attribute to sysfs_bin_attr_simple_read()Thomas Weißschuh-13/+2
2025-01-09btf: Switch vmlinux BTF attribute to sysfs_bin_attr_simple_read()Thomas Weißschuh-10/+2
2025-01-09sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()Thomas Weißschuh-1/+1
2025-01-08bpf: Remove migrate_{disable|enable} from bpf_selem_free()Hou Tao-2/+0
2025-01-08bpf: Remove migrate_{disable|enable} from bpf_local_storage_free()Hou Tao-5/+2
2025-01-08bpf: Remove migrate_{disable|enable} from bpf_local_storage_alloc()Hou Tao-6/+2
2025-01-08bpf: Remove migrate_{disable|enable} from bpf_selem_alloc()Hou Tao-2/+0
2025-01-08bpf: Remove migrate_{disable,enable} in bpf_cpumask_release()Hou Tao-2/+0