summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-03-07PM: EM: Rework the depends on for CONFIG_ENERGY_MODELJeson Gao-2/+1
2025-03-07PM: EM: Address RCU-related sparse warningsRafael J. Wysocki-19/+20
2025-03-06rseq: Fix segfault on registration when rseq_cs is non-zeroMichael Jeanson-12/+48
2025-03-06Merge branch 'sched/urgent' into sched/core, to pick up dependent commitsIngo Molnar-285/+430
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-50/+86
2025-03-06net: hold netdev instance lock during ndo_bpfStanislav Fomichev-2/+4
2025-03-06PM: EM: Consify two parameters of em_dev_register_perf_domain()Rafael J. Wysocki-5/+6
2025-03-06taint: Add TAINT_FWCTLJason Gunthorpe-0/+1
2025-03-06tracing/user_events: Slightly simplify user_seq_show()Christophe JAILLET-4/+1
2025-03-06tracing/user_events: Don't use %pK through printkThomas Weißschuh-1/+1
2025-03-06ring-buffer: Fix typo in comment about header page pointerZhouyi Zhou-1/+1
2025-03-06Merge tag 'vfs-6.14-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2025-03-06uprobes/x86: Harden uretprobe syscall trampoline checkJiri Olsa-1/+1
2025-03-06watchdog/hardlockup/perf: Warn if watchdog_ev is leakedLi Huafei-0/+1
2025-03-06watchdog/hardlockup/perf: Fix perf_event memory leakLi Huafei-57/+1
2025-03-06sched/deadline: Use online cpus for validating runtimeShrikanth Hegde-1/+1
2025-03-06pid: Do not set pid_max in new pid namespacesMichal Koutný-1/+1
2025-03-05sched/fair: Fix potential memory corruption in child_cfs_rq_on_listZecheng Li-2/+4
2025-03-05ptp: Add PHC file mode checks. Allow RO adjtime() without FMODE_WRITE.Wojtek Wasko-1/+1
2025-03-05posix-clock: Store file pointer in struct posix_clock_contextWojtek Wasko-0/+1
2025-03-05pidfs: record exit code and cgroupid at exitChristian Brauner-0/+2
2025-03-05pidfs: move setting flags into pidfs_alloc_file()Christian Brauner-5/+0
2025-03-05pidfd: rely on automatic cleanup in __pidfd_prepare()Christian Brauner-6/+4
2025-03-05perf/core: Clean up perf_try_init_event()Peter Zijlstra-27/+38
2025-03-04Merge branches 'docs.2025.02.04a', 'lazypreempt.2025.03.04a', 'misc.2025.03.0...Boqun Feng-176/+423
2025-03-04rcu: limit PREEMPT_RCU configurationsAnkur Arora-1/+1
2025-03-04rcutorture: Update ->extendables check for lazy preemptionBoqun Feng-2/+10
2025-03-04rcutorture: Update rcutorture_one_extend_check() for lazy preemptionPaul E. McKenney-2/+12
2025-03-04osnoise: provide quiescent statesAnkur Arora-17/+15
2025-03-04rcu: Use _full() API to debug synchronize_rcu()Uladzislau Rezki (Sony)-5/+3
2025-03-04rcutorture: Allow a negative value for nfakewritersUladzislau Rezki (Sony)-6/+16
2025-03-04Flush console log from kernel_power_off()Paul E. McKenney-3/+2
2025-03-04context_tracking: Make RCU watch ct_kernel_exit_state() warningPaul E. McKenney-5/+4
2025-03-04rcu/nocb: Print segment lengths in show_rcu_nocb_gp_state()Paul E. McKenney-5/+15
2025-03-04rcu-tasks: Move RCU Tasks self-tests to core_initcall()Paul E. McKenney-1/+4
2025-03-04rcu: Fix get_state_synchronize_rcu_full() GP-start detectionPaul E. McKenney-5/+12
2025-03-04x86/smp: Move cpu number to percpu hot sectionBrian Gerst-2/+2
2025-03-04Merge branch 'x86/asm' into x86/core, to pick up dependent commitsIngo Molnar-13/+6
2025-03-04sched_ext: Add trace point to track sched_ext core eventsChangwoo Min-0/+2
2025-03-04sched_ext: Change the event type from u64 to s64Changwoo Min-10/+10
2025-03-04rv: Add license identifiers to monitor filesGabriele Monaco-0/+6
2025-03-04ftrace: Add arguments to function tracerSven Schnelle-18/+85
2025-03-04ftrace: Have funcgraph-args take affect during tracingSteven Rostedt-1/+26
2025-03-04ftrace: Add support for function argument to graph tracerSven Schnelle-35/+124
2025-03-04ftrace: Add print_function_args()Sven Schnelle-0/+100
2025-03-04ftrace: Have ftrace_free_filter() WARN and exit if ops is activeSteven Rostedt-0/+2
2025-03-04fgraph: Correct typo in ftrace_return_to_handler commentHaiyue Wang-1/+1
2025-03-04livepatch: Add comment to clarify klp_add_nops()Yafang Shao-3/+6
2025-03-04Merge branch 'x86/cpu' into x86/asm, to pick up dependent commitsIngo Molnar-271/+319
2025-03-04Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commitsIngo Molnar-207/+288