summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-03-23tracing: Use hashtable.h for event_hashSasha Levin-12/+7
2025-03-23tracing: Ensure module defining synth event cannot be unloaded while tracingDouglas Raillard-1/+29
2025-03-23tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNRE...Gabriele Paoloni-1/+3
2025-03-23tracing/osnoise: Fix possible recursive locking for cpus_read_lock()Ran Xiaokai-1/+0
2025-03-23tracing: Align synth event print fmtDouglas Raillard-1/+1
2025-03-22bpf: Fix out-of-bounds read in check_atomic_load/store()Kohei Enju-2/+14
2025-03-22tracing: Fix use-after-free in print_graph_function_flags during tracer switc...Tengda Wu-4/+1
2025-03-22tracing: Disable branch profiling in noinstr codeJosh Poimboeuf-0/+19
2025-03-21relay: use kasprintf() instead of fixed buffer formattingAndy Shevchenko-2/+1
2025-03-21resource: replace open coded variant of DEFINE_RES()Andy Shevchenko-2/+1
2025-03-21resource: replace open coded variants of DEFINE_RES_*_NAMED()Andy Shevchenko-7/+2
2025-03-21resource: replace open coded variant of DEFINE_RES_NAMED_DESC()Andy Shevchenko-5/+1
2025-03-21hung_task: show the blocker task if the task is hung on mutexMasami Hiramatsu (Google)-0/+52
2025-03-21fork: use __vmalloc_node() for stack allocationUladzislau Rezki (Sony)-4/+2
2025-03-21tracepoint: Print the function symbol when tracepoint_debug is setHuang Shijie-1/+1
2025-03-21timekeeping: Fix possible inconsistencies in _COARSE clockidsJohn Stultz-25/+69
2025-03-21Merge tag 'sched-urgent-2025-03-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-18/+3
2025-03-21PM: hibernate: Use crypto_acomp interfaceHerbert Xu-21/+42
2025-03-21PCI/MSI: Convert pci_msi_ignore_mask to per MSI domain flagRoger Pau Monne-1/+1
2025-03-20Merge tag 'dma-mapping-6.14-2025-03-21' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-10/+18
2025-03-20bpf: Add struct_ops context information to struct bpf_prog_auxJuntong Deng-2/+6
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-34/+49
2025-03-20cgroup: rstat: Cleanup flushing functions and lockingYosry Ahmed-59/+20
2025-03-20printk/panic: Add option to allow non-panic CPUs to write to the ring buffer.Donghyeok Choe-6/+28
2025-03-20pidfs: improve multi-threaded exec and premature thread-group leader exit pol...Christian Brauner-5/+4
2025-03-20tracing: Constify struct event_trigger_opsChristophe JAILLET-34/+34
2025-03-20Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockch...Joerg Roedel-0/+1
2025-03-19sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditionalIngo Molnar-91/+9
2025-03-19sched/debug: Make 'const_debug' tunables unconditional __read_mostlyIngo Molnar-13/+8
2025-03-19sched/debug: Change SCHED_WARN_ON() to WARN_ON_ONCE()Ingo Molnar-62/+56
2025-03-19cgroup/rstat: avoid disabling irqs for O(num_cpu)Eric Dumazet-7/+5
2025-03-19bpf: Maintain FIFO property for rqspinlock unlockKumar Kartikeya Dwivedi-5/+28
2025-03-19bpf: Implement verifier support for rqspinlockKumar Kartikeya Dwivedi-42/+209
2025-03-19bpf: Introduce rqspinlock kfuncsKumar Kartikeya Dwivedi-0/+74
2025-03-19bpf: Convert lpm_trie.c to rqspinlockKumar Kartikeya Dwivedi-11/+14
2025-03-19bpf: Convert percpu_freelist.c to rqspinlockKumar Kartikeya Dwivedi-90/+27
2025-03-19bpf: Convert hashtab.c to rqspinlockKumar Kartikeya Dwivedi-70/+32
2025-03-19rqspinlock: Add locktorture supportKumar Kartikeya Dwivedi-0/+57
2025-03-19rqspinlock: Add entry to Makefile, MAINTAINERSKumar Kartikeya Dwivedi-1/+1
2025-03-19rqspinlock: Add basic support for CONFIG_PARAVIRTKumar Kartikeya Dwivedi-0/+3
2025-03-19rqspinlock: Add a test-and-set fallbackKumar Kartikeya Dwivedi-2/+44
2025-03-19rqspinlock: Add deadlock detection and recoveryKumar Kartikeya Dwivedi-14/+173
2025-03-19rqspinlock: Protect waiters in trylock fallback from stallsKumar Kartikeya Dwivedi-1/+7
2025-03-19rqspinlock: Protect waiters in queue from stallsKumar Kartikeya Dwivedi-3/+100
2025-03-19rqspinlock: Protect pending bit owners from stallsKumar Kartikeya Dwivedi-5/+32
2025-03-19rqspinlock: Hardcode cond_acquire loops for arm64Kumar Kartikeya Dwivedi-0/+15
2025-03-19rqspinlock: Add support for timeoutsKumar Kartikeya Dwivedi-0/+45
2025-03-19rqspinlock: Drop PV and virtualization supportKumar Kartikeya Dwivedi-90/+1
2025-03-19rqspinlock: Add rqspinlock.h headerKumar Kartikeya Dwivedi-1/+2
2025-03-19locking: Copy out qspinlock.c to kernel/bpf/rqspinlock.cKumar Kartikeya Dwivedi-0/+410