summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-08-02execmem: introduce execmem_alloc_rw()Mike Rapoport (Microsoft)-11/+2
2025-08-02mm: add process info to bad rss-counter warningXuanye Liu-3/+6
2025-08-02ucount: use atomic_long_try_cmpxchg() in atomic_long_inc_below()Uros Bizjak-8/+6
2025-08-02ucount: fix atomic_long_inc_below() argument typeUros Bizjak-1/+1
2025-08-02kexec: enable CMA based contiguous allocationAlexander Graf-11/+144
2025-08-02bpf: Fix memory leak of bpf_scc_info objectsEduard Zingerman-0/+3
2025-08-02futex: Move futex cleanup to __mmdrop()Thomas Gleixner-1/+1
2025-08-02smp: Fix spelling in on_each_cpu_cond_mask()'s doc-commentRoman Kisel-1/+1
2025-08-01Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-24/+62
2025-08-01tracing: Have unsigned int function args displayed as hexadecimalSteven Rostedt-1/+7
2025-08-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-1/+1
2025-08-01Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+7
2025-08-01ring-buffer: Convert ring_buffer_write() to use guard(preempt_notrace)Steven Rostedt-10/+6
2025-08-01tracing: Use __free(kfree) in trace.c to remove gotosSteven Rostedt-24/+12
2025-08-01tracing: Add guard() around locks and mutexes in trace.cSteven Rostedt-98/+46
2025-08-01tracing: Add guard(ring_buffer_nest)Steven Rostedt-44/+31
2025-08-01tracing: Remove unneeded goto out logicSteven Rostedt-23/+15
2025-08-01Merge tag 'trace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-80/+208
2025-08-01Merge tag 'trace-deferred-unwind-v6.17' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+498
2025-08-01bpf: Improve ctx access verifier error messagePaul Chaignon-1/+1
2025-08-01vhost: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))Pei Xiao-1/+1
2025-07-31cfi: Move BPF CFI types and helpers to generic codeSami Tolvanen-0/+15
2025-07-31Merge tag 'bitmap-for-6.17' of https://github.com/norov/linuxLinus Torvalds-8/+2
2025-07-31Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-190/+182
2025-07-31Merge tag 'cgroup-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-106/+103
2025-07-31Merge tag 'wq-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-50/+24
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-55/+6
2025-07-31bpf: Fix oob access in cgroup local storageDaniel Borkmann-0/+15
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