aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-03-24trace: Add trace_ipi_send_cpu()Peter Zijlstra3-6/+5
2023-03-24sched, smp: Trace smp callback causing an IPIValentin Schneider3-16/+53
2023-03-24smp: reword smp call IPI commentValentin Schneider1-3/+4
2023-03-24irq_work: Trace self-IPIs sent via arch_irq_work_raise()Valentin Schneider1-1/+13
2023-03-24smp: Trace IPIs sent via arch_send_call_function_ipi_mask()Valentin Schneider1-1/+8
2023-03-24sched, smp: Trace IPIs sent via send_call_function_single_ipi()Valentin Schneider2-2/+9
2023-03-24kernel/smp: Make csdlock_debug= resettablePaul E. McKenney1-3/+8
2023-03-24locking/csd_lock: Remove per-CPU data indirection from CSD lock debuggingPaul E. McKenney1-10/+6
2023-03-24locking/csd_lock: Remove added data from CSD lock debuggingPaul E. McKenney1-221/+12
2023-03-24locking/csd_lock: Add Kconfig option for csd_debug defaultPaul E. McKenney1-1/+1
2023-03-23cpuset: Clean up cpuset_node_allowedHaifeng Xu1-2/+2
2023-03-23workqueue: Introduce show_freezable_workqueuesJungseung Lee2-3/+25
2023-03-23kcsan: avoid passing -g for testMarco Elver1-1/+1
2023-03-23Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-2/+11
2023-03-23vhost_task: Allow vhost layer to use copy_processMike Christie2-0/+118
2023-03-22bpf: Update the struct_ops of a bpf_link.Kui-Feng Lee2-1/+81
2023-03-22bpf: Create links for BPF struct_ops maps.Kui-Feng Lee2-11/+155
2023-03-22bpf: Retire the struct_ops map kvalue->refcnt.Kui-Feng Lee2-35/+48
2023-03-22bpf: remember meta->iter info only for initialized itersAndrii Nakryiko1-7/+7
2023-03-22bpf: Fix __reg_bound_offset 64->32 var_off subreg propagationDaniel Borkmann1-3/+3
2023-03-22module/decompress: Never use kunmap() for local un-mappingsFabio M. De Francesco1-1/+1
2023-03-22bpf: return long from bpf_map_ops funcsJP Kobryn16-89/+89
2023-03-22bpf: Teach the verifier to recognize rdonly_mem as not null.Alexei Starovoitov1-5/+9
2023-03-22livepatch,sched: Add livepatch task switching to cond_resched()Josh Poimboeuf3-23/+149
2023-03-22livepatch: Skip task_call_func() for current taskJosh Poimboeuf1-1/+5
2023-03-22livepatch: Convert stack entries array to percpuJosh Poimboeuf1-2/+7
2023-03-22sched: Interleave cfs bandwidth timers for improved single thread performance...Shrikanth Hegde1-0/+4
2023-03-22sched/core: Reduce cost of sched_move_task when config autogroupwuchi1-3/+19
2023-03-22sched/core: Avoid selecting the task that is throttled to run when core-sched...Hao Jia5-19/+90
2023-03-22sched/topology: Make sched_energy_mutex,update staticTom Rix1-2/+2
2023-03-22swiotlb: fix slot alignment checksPetr Tesarik1-6/+10
2023-03-22swiotlb: use wrap_area_index() instead of open-coding itPetr Tesarik1-4/+1
2023-03-21bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann1-1/+1
2023-03-21ftrace: Show a list of all functions that have ever been enabledSteven Rostedt (Google)1-5/+46
2023-03-21ring_buffer: Use try_cmpxchg instead of cmpxchgUros Bizjak1-4/+4
2023-03-21ring_buffer: Change some static functions to boolUros Bizjak1-24/+23
2023-03-21ring_buffer: Change some static functions to voidUros Bizjak1-15/+7
2023-03-21ftrace: selftest: remove broken trace_direct_trampMark Rutland1-10/+2
2023-03-21ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGSFlorent Revest2-2/+2
2023-03-21ftrace: Store direct called addresses in their opsFlorent Revest1-2/+5
2023-03-21ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIsFlorent Revest3-27/+28
2023-03-21ftrace: Remove the legacy _ftrace_direct APIFlorent Revest1-393/+0
2023-03-21ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multiFlorent Revest1-4/+6
2023-03-21ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter()Florent Revest2-2/+6
2023-03-21entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-upFrederic Weisbecker1-1/+2
2023-03-21sched/fair: Sanitize vruntime of entity being migratedVincent Guittot2-11/+47
2023-03-21entry: Fix noinstr warning in __enter_from_user_mode()Josh Poimboeuf1-1/+1
2023-03-20mm: hugetlb: move hugeltb sysctls to its own fileKefeng Wang1-32/+0
2023-03-20userfaultfd: move unprivileged_userfaultfd sysctl to its own fileZhangPeng1-11/+0
2023-03-20refscale: Move shutdown from wait_event() to wait_event_idle()Paul E. McKenney1-1/+1