aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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/lin...Linus Torvalds3-63/+89
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-10/+10
2025-03-24Merge tag 'vfs-6.15-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-65/+97
2025-03-24Merge tag 'vfs-6.15-rc1.pipe' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+3
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+17
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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_UNRE...Gabriele 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 switc...Tengda 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/ker...Linus 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...Linus 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
2025-03-20printk/panic: Add option to allow non-panic CPUs to write to the ring buffer.Donghyeok Choe3-6/+28
2025-03-20pidfs: improve multi-threaded exec and premature thread-group leader exit pol...Christian Brauner2-5/+4
2025-03-20tracing: Constify struct event_trigger_opsChristophe JAILLET4-34/+34
2025-03-20Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockch...Joerg Roedel1-0/+1
2025-03-19sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditionalIngo Molnar7-91/+9
2025-03-19sched/debug: Make 'const_debug' tunables unconditional __read_mostlyIngo Molnar3-13/+8
2025-03-19sched/debug: Change SCHED_WARN_ON() to WARN_ON_ONCE()Ingo Molnar8-62/+56
2025-03-19cgroup/rstat: avoid disabling irqs for O(num_cpu)Eric Dumazet1-7/+5
2025-03-19bpf: Maintain FIFO property for rqspinlock unlockKumar Kartikeya Dwivedi1-5/+28
2025-03-19bpf: Implement verifier support for rqspinlockKumar Kartikeya Dwivedi3-42/+209
2025-03-19bpf: Introduce rqspinlock kfuncsKumar Kartikeya Dwivedi1-0/+74
2025-03-19bpf: Convert lpm_trie.c to rqspinlockKumar Kartikeya Dwivedi1-11/+14
2025-03-19bpf: Convert percpu_freelist.c to rqspinlockKumar Kartikeya Dwivedi2-90/+27
2025-03-19bpf: Convert hashtab.c to rqspinlockKumar Kartikeya Dwivedi1-70/+32