aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-03-08locking/semaphore: Use wake_q to wake up processes outside lock critical sectionWaiman Long1-4/+9
2025-03-08locking/rtmutex: Use the 'struct' keyword in kernel-doc commentRandy Dunlap1-2/+2
2025-03-07Merge tag 'sched-urgent-2025-03-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+5
2025-03-07Merge tag 'perf-urgent-2025-03-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+28
2025-03-07function_graph: Remove the unused variable funcJiapeng Chong1-3/+0
2025-03-07PM: EM: Rework the depends on for CONFIG_ENERGY_MODELJeson Gao1-2/+1
2025-03-07PM: EM: Address RCU-related sparse warningsRafael J. Wysocki1-19/+20
2025-03-06rseq: Fix segfault on registration when rseq_cs is non-zeroMichael Jeanson1-12/+48
2025-03-06Merge branch 'sched/urgent' into sched/core, to pick up dependent commitsIngo Molnar30-285/+430
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-50/+86
2025-03-06net: hold netdev instance lock during ndo_bpfStanislav Fomichev1-2/+4
2025-03-06PM: EM: Consify two parameters of em_dev_register_perf_domain()Rafael J. Wysocki1-5/+6
2025-03-06taint: Add TAINT_FWCTLJason Gunthorpe1-0/+1
2025-03-06tracing/user_events: Slightly simplify user_seq_show()Christophe JAILLET1-4/+1
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/git/vfs/vfsLinus 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-26/+37
2025-03-04Merge branches 'docs.2025.02.04a', 'lazypreempt.2025.03.04a', 'misc.2025.03.04a', 'srcu.2025.02.05a' and 'torture.2025.02.05a'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