aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-03-24Merge tag 'perf-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-521/+720
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds15-334/+363
2025-03-24Merge tag 'objtool-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-0/+19
2025-03-24Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-7/+72
2025-03-24Merge tag 'rcu-next-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linuxLinus Torvalds19-186/+456
2025-03-24Merge tag 'bitmap-for-6.15' of https://github.com/norov/linuxLinus Torvalds1-1/+1
2025-03-24Merge tag 'stop-machine.2025.03.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-0/+1
2025-03-24Merge tag 'sched_ext-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds6-764/+1547
2025-03-24Merge tag 'cgroup-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds8-146/+100
2025-03-24Merge tag 'slab-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds2-32/+2
2025-03-24Merge tag 'seccomp-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-21/+30
2025-03-24Merge tag 'hardening-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2025-03-24Merge tag 'execve-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2025-03-24rv: Add scpd, snep and sncid per-cpu monitorsGabriele Monaco15-0/+534
2025-03-24rv: Add snroc per-task monitorGabriele Monaco7-0/+164
2025-03-24rv: Add sco and tss per-cpu monitorsGabriele Monaco11-0/+337
2025-03-24rv: Add option for nested monitors and include schedGabriele Monaco10-28/+216
2025-03-24sched: Add sched tracepoints for RV task modelGabriele Monaco1-1/+22
2025-03-24tracing: Do not use PERF enums when perf is not definedSteven Rostedt1-2/+6
2025-03-24Merge tag 'kernel-6.15-rc1.tasklist_lock' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-63/+89
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-10/+10
2025-03-24Merge tag 'vfs-6.15-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds4-65/+97
2025-03-24Merge tag 'vfs-6.15-rc1.pipe' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-4/+3
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-9/+17
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-8/+15
2025-03-24Merge branch 'pm-sleep'Rafael J. Wysocki3-15/+21
2025-03-24Merge branches 'pm-em' and 'pm-runtime'Rafael J. Wysocki2-39/+31
2025-03-23tracing: Use hashtable.h for event_hashSasha Levin1-12/+7
2025-03-23tracing: Ensure module defining synth event cannot be unloaded while tracingDouglas Raillard1-1/+29
2025-03-23tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNREGISTERGabriele Paoloni1-1/+3
2025-03-23tracing/osnoise: Fix possible recursive locking for cpus_read_lock()Ran Xiaokai1-1/+0
2025-03-23tracing: Align synth event print fmtDouglas Raillard1-1/+1
2025-03-22bpf: Fix out-of-bounds read in check_atomic_load/store()Kohei Enju1-2/+14
2025-03-22tracing: Fix use-after-free in print_graph_function_flags during tracer switchingTengda Wu3-4/+1
2025-03-22tracing: Disable branch profiling in noinstr codeJosh Poimboeuf4-0/+19
2025-03-21relay: use kasprintf() instead of fixed buffer formattingAndy Shevchenko1-2/+1
2025-03-21resource: replace open coded variant of DEFINE_RES()Andy Shevchenko1-2/+1
2025-03-21resource: replace open coded variants of DEFINE_RES_*_NAMED()Andy Shevchenko1-7/+2
2025-03-21resource: replace open coded variant of DEFINE_RES_NAMED_DESC()Andy Shevchenko1-5/+1
2025-03-21hung_task: show the blocker task if the task is hung on mutexMasami Hiramatsu (Google)2-0/+52
2025-03-21fork: use __vmalloc_node() for stack allocationUladzislau Rezki (Sony)1-4/+2
2025-03-21tracepoint: Print the function symbol when tracepoint_debug is setHuang Shijie1-1/+1
2025-03-21timekeeping: Fix possible inconsistencies in _COARSE clockidsJohn Stultz1-25/+69
2025-03-21Merge tag 'sched-urgent-2025-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-18/+3
2025-03-21PM: hibernate: Use crypto_acomp interfaceHerbert Xu2-21/+42
2025-03-21PCI/MSI: Convert pci_msi_ignore_mask to per MSI domain flagRoger Pau Monne1-1/+1
2025-03-20Merge tag 'dma-mapping-6.14-2025-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds1-10/+18
2025-03-20bpf: Add struct_ops context information to struct bpf_prog_auxJuntong Deng1-2/+6
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni6-34/+49
2025-03-20cgroup: rstat: Cleanup flushing functions and lockingYosry Ahmed1-59/+20