aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-06tracing/user_events: Don't use %pK through printkThomas Weißschuh1-1/+1
2025-03-06ring-buffer: Fix typo in comment about header page pointerZhouyi Zhou1-1/+1
2025-03-06Merge tag 'vfs-6.14-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-03-06uprobes/x86: Harden uretprobe syscall trampoline checkJiri Olsa1-1/+1
2025-03-06watchdog/hardlockup/perf: Warn if watchdog_ev is leakedLi Huafei1-0/+1
2025-03-06watchdog/hardlockup/perf: Fix perf_event memory leakLi Huafei3-57/+1
2025-03-06sched/deadline: Use online cpus for validating runtimeShrikanth Hegde1-1/+1
2025-03-06pid: Do not set pid_max in new pid namespacesMichal Koutný1-1/+1
2025-03-05sched/fair: Fix potential memory corruption in child_cfs_rq_on_listZecheng Li1-2/+4
2025-03-05ptp: Add PHC file mode checks. Allow RO adjtime() without FMODE_WRITE.Wojtek Wasko1-1/+1
2025-03-05posix-clock: Store file pointer in struct posix_clock_contextWojtek Wasko1-0/+1
2025-03-05pidfs: record exit code and cgroupid at exitChristian Brauner1-0/+2
2025-03-05pidfs: move setting flags into pidfs_alloc_file()Christian Brauner1-5/+0
2025-03-05pidfd: rely on automatic cleanup in __pidfd_prepare()Christian Brauner1-6/+4
2025-03-05perf/core: Clean up perf_try_init_event()Peter Zijlstra1-27/+38
2025-03-04Merge branches 'docs.2025.02.04a', 'lazypreempt.2025.03.04a', 'misc.2025.03.0...Boqun Feng19-176/+423
2025-03-04rcu: limit PREEMPT_RCU configurationsAnkur Arora1-1/+1
2025-03-04rcutorture: Update ->extendables check for lazy preemptionBoqun Feng1-2/+10
2025-03-04rcutorture: Update rcutorture_one_extend_check() for lazy preemptionPaul E. McKenney1-2/+12
2025-03-04osnoise: provide quiescent statesAnkur Arora1-17/+15
2025-03-04rcu: Use _full() API to debug synchronize_rcu()Uladzislau Rezki (Sony)1-5/+3
2025-03-04rcutorture: Allow a negative value for nfakewritersUladzislau Rezki (Sony)1-6/+16
2025-03-04Flush console log from kernel_power_off()Paul E. McKenney2-3/+2
2025-03-04context_tracking: Make RCU watch ct_kernel_exit_state() warningPaul E. McKenney1-5/+4
2025-03-04rcu/nocb: Print segment lengths in show_rcu_nocb_gp_state()Paul E. McKenney1-5/+15
2025-03-04rcu-tasks: Move RCU Tasks self-tests to core_initcall()Paul E. McKenney1-1/+4
2025-03-04rcu: Fix get_state_synchronize_rcu_full() GP-start detectionPaul E. McKenney2-5/+12
2025-03-04x86/smp: Move cpu number to percpu hot sectionBrian Gerst1-2/+2
2025-03-04Merge branch 'x86/asm' into x86/core, to pick up dependent commitsIngo Molnar3-13/+6
2025-03-04sched_ext: Add trace point to track sched_ext core eventsChangwoo Min1-0/+2
2025-03-04sched_ext: Change the event type from u64 to s64Changwoo Min1-10/+10
2025-03-04rv: Add license identifiers to monitor filesGabriele Monaco4-0/+6
2025-03-04ftrace: Add arguments to function tracerSven Schnelle7-18/+85
2025-03-04ftrace: Have funcgraph-args take affect during tracingSteven Rostedt1-1/+26
2025-03-04ftrace: Add support for function argument to graph tracerSven Schnelle4-35/+124
2025-03-04ftrace: Add print_function_args()Sven Schnelle3-0/+100
2025-03-04ftrace: Have ftrace_free_filter() WARN and exit if ops is activeSteven Rostedt1-0/+2
2025-03-04fgraph: Correct typo in ftrace_return_to_handler commentHaiyue Wang1-1/+1
2025-03-04livepatch: Add comment to clarify klp_add_nops()Yafang Shao1-3/+6
2025-03-04Merge branch 'x86/cpu' into x86/asm, to pick up dependent commitsIngo Molnar24-271/+319
2025-03-04Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commitsIngo Molnar21-207/+288
2025-03-04perf/core: Fix perf_mmap() failure pathPeter Zijlstra1-1/+1
2025-03-04perf/core: Detach 'struct perf_cpu_pmu_context' and 'struct pmu' lifetimesPeter Zijlstra1-9/+47
2025-03-04perf/core: Lift event->mmap_mutex in perf_mmap()Peter Zijlstra1-12/+8
2025-03-04perf/core: Remove retry loop from perf_mmap()Peter Zijlstra1-10/+15
2025-03-04perf/core: Further simplify perf_mmap()Peter Zijlstra1-11/+10
2025-03-04perf/core: Simplify the perf_mmap() control flowPeter Zijlstra1-39/+36
2025-03-04perf/bpf: Robustify perf_event_free_bpf_prog()Peter Zijlstra1-0/+3
2025-03-04perf/core: Introduce perf_free_addr_filters()Peter Zijlstra1-3/+13
2025-03-04perf/core: Add this_cpc() helperPeter Zijlstra1-16/+18