summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-07-31bpf: Move bpf map owner out of common structDaniel Borkmann-23/+25
2025-07-31bpf: Add cookie object to bpf mapsDaniel Borkmann-0/+6
2025-07-31Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-114/+40
2025-07-31watchdog: fix opencoded cpumask_next_wrap() in watchdog_next_cpu()Yury Norov [NVIDIA]-4/+1
2025-07-31clocksource: Improve randomness in clocksource_verify_choose_cpus()Yury Norov [NVIDIA]-4/+1
2025-07-31unwind: Finish up unwind when a task exitsSteven Rostedt-3/+22
2025-07-31unwind deferred: Use SRCU unwind_deferred_task_work()Steven Rostedt-6/+21
2025-07-31unwind: Add USED bit to only have one conditional on way back to user spaceSteven Rostedt-1/+4
2025-07-31unwind deferred: Add unwind_completed mask to stop spurious callbacksSteven Rostedt-4/+15
2025-07-31unwind deferred: Use bitmask to determine which callbacks to callSteven Rostedt-19/+68
2025-07-31unwind_user/deferred: Make unwind deferral requests NMI-safeSteven Rostedt-8/+44
2025-07-31unwind_user/deferred: Add deferred unwinding interfaceJosh Poimboeuf-1/+155
2025-07-31unwind_user/deferred: Add unwind cacheJosh Poimboeuf-7/+24
2025-07-31tracing: Replace MAX_PARAM_PREFIX_LEN with MODULE_NAME_LENPetr Pavlu-1/+1
2025-07-31module: Remove unnecessary +1 from last_unloaded_module::name sizePetr Pavlu-1/+1
2025-07-31module: Prevent silent truncation of module name in delete_module(2)Petr Pavlu-4/+6
2025-07-31module: move 'struct module_use' to internal.hThomas Weißschuh-0/+7
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-0/+26
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-3/+22
2025-07-30Merge tag 'trace-unused-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+10
2025-07-30Merge tag 'trace-rv-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds-647/+2206
2025-07-30Merge tag 'trace-ringbuffer-v6.17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-72/+118
2025-07-30Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-24/+20
2025-07-30Merge tag 'probes-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-330/+636
2025-07-30Merge tag 'probes-fixes-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2025-07-30Merge tag 'rcu.release.v6.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-185/+502
2025-07-30Merge tag 'kcsan-20250728-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2025-07-30Merge tag 'kvm-s390-next-6.17-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini-1/+2
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-1514/+3592
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-6/+6
2025-07-30tracing: Have eprobes have their own config optionSteven Rostedt-1/+15
2025-07-29Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-269/+225
2025-07-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+22
2025-07-29Merge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-33/+34
2025-07-29Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1258/+1094
2025-07-29Merge tag 'x86_bugs_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-11/+119
2025-07-29Merge tag 'stop-machine.2025.07.23a' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-9/+17
2025-07-29Merge tag 'core-entry-2025-07-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-130/+142
2025-07-29Merge tag 'locking-futex-2025-07-29' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-55/+236
2025-07-29Merge tag 'timers-ptp-2025-07-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-131/+680
2025-07-29Merge tag 'timers-core-2025-07-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-19/+12
2025-07-29Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2025-07-29seccomp: Fix a race with WAIT_KILLABLE_RECV if the tracer replies too fastJohannes Nixdorf-7/+5
2025-07-29Merge tag 'irq-drivers-2025-07-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+3
2025-07-29Merge tag 'smp-core-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-30/+14
2025-07-29Merge tag 'irq-core-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-59/+313
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-9/+9
2025-07-29ring-buffer: Make the const read-only 'type' staticColin Ian King-1/+1
2025-07-29unwind_user/deferred: Add unwind_user_faultable()Steven Rostedt-1/+65
2025-07-29unwind_user: Add user space unwinding API with frame pointer supportJosh Poimboeuf-0/+130