summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-04-02Merge tag 'kgdb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds-42/+10
2025-04-02ring-buffer: Use flush_kernel_vmap_range() over flush_dcache_folio()Steven Rostedt-2/+3
2025-04-02tracing: Use vmap_page_range() to map memmap ring bufferSteven Rostedt-17/+16
2025-04-02tracing: Have reserve_mem use phys_to_virt() and separate from memmap bufferSteven Rostedt-7/+17
2025-04-02tracing: Enforce the persistent ring buffer to be page alignedSteven Rostedt-0/+10
2025-04-02tracing: fprobe events: Fix possible UAF on modulesMasami Hiramatsu (Google)-9/+17
2025-04-02tracing: fprobe: Fix to lock module while registering fprobeMasami Hiramatsu (Google)-19/+48
2025-04-02rv: Fix missing unlock on double nested monitors return pathGabriele Monaco-1/+2
2025-04-02tracing: Verify event formats that have "%*p.."Steven Rostedt-0/+7
2025-04-02ftrace: Add cond_resched() to ftrace_graph_set_hash()zhoumin-0/+1
2025-04-02tracing: Free module_delta on freeing of persistent ring bufferSteven Rostedt-0/+1
2025-04-02ftrace: Have tracing function args depend on PROBE_EVENTS_BTF_ARGSSteven Rostedt-2/+1
2025-04-01cgroup/cpuset: Fix race between newly created partition and dying oneWaiman Long-3/+23
2025-04-01mseal sysmap: uprobe mappingJeff Xu-1/+2
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-7/+21
2025-04-01cgroup: rstat: call cgroup_rstat_updated_list with cgroup_rstat_lockShakeel Butt-1/+2
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds-115/+252
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-77/+110
2025-03-31cgroup/cpuset: Remove unneeded goto in sched_partition_write() and rename itWaiman Long-9/+6
2025-03-31cgroup/cpuset: Code cleanup and comment updateWaiman Long-23/+38
2025-03-31cgroup/cpuset: Don't allow creation of local partition over a remote oneWaiman Long-0/+15
2025-03-31cgroup/cpuset: Remove remote_partition_check() & make update_cpumasks_hier() ...Waiman Long-117/+141
2025-03-31cgroup/cpuset: Fix error handling in remote_partition_disable()Waiman Long-9/+20
2025-03-31cgroup/cpuset: Fix incorrect isolated_cpus update in update_parent_effective_...Waiman Long-3/+3
2025-03-31Merge tag 'trace-ringbuffer-v6.15-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-143/+574
2025-03-31perf/core: Fix child_total_time_enabled accounting bug at task exitYeoreum Yun-9/+9
2025-03-30Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-204/+130
2025-03-30Merge tag 'x86-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+4
2025-03-30Merge tag 'locking-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+21
2025-03-30Merge tag 'bpf_try_alloc_pages' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-6/+22
2025-03-30Merge tag 'bpf_res_spin_lock' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-414/+1363
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-458/+1606
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-18/+0
2025-03-29Merge tag 'for-linus-fwctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+1
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-21/+42
2025-03-28srcu: Make FORCE_NEED_SRCU_NMI_SAFE depend on RCU_EXPERTPaul E. McKenney-0/+2
2025-03-28kdb: Remove optional size arguments from strscpy() callsThorsten Blum-2/+2
2025-03-28kdb: remove usage of static environment bufferNir Lichtman-40/+8
2025-03-28Merge tag 'caps-pr-20250327' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-16/+0
2025-03-28Revert "Merge tag 'irq-msi-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-55/+106
2025-03-28tracing: Use _text and the kernel offset in last_boot_infoSteven Rostedt-12/+6
2025-03-28tracing: Show last module text symbols in the stacktraceMasami Hiramatsu (Google)-7/+138
2025-03-28ring-buffer: Remove the unused variable bmetaJiapeng Chong-3/+0
2025-03-28tracing: Skip update_last_data() if cleared and remove active check for save_...Masami Hiramatsu (Google)-18/+8
2025-03-28tracing: Initialize scratch_size to zero to prevent UBSteven Rostedt-1/+1
2025-03-28tracing: Fix a compilation error without CONFIG_MODULESMasami Hiramatsu (Google)-0/+7
2025-03-28tracing: Freeable reserved ring bufferMasami Hiramatsu (Google)-1/+13
2025-03-28tracing: Update modules to persistent instances when loadedSteven Rostedt-12/+57
2025-03-28tracing: Show module names and addresses of last bootSteven Rostedt-13/+89
2025-03-28tracing: Have persistent trace instances save module addressesSteven Rostedt-9/+89