summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-03-24trace: Add trace_ipi_send_cpu()Peter Zijlstra
2023-03-24sched, smp: Trace smp callback causing an IPIValentin Schneider
2023-03-24smp: reword smp call IPI commentValentin Schneider
2023-03-24irq_work: Trace self-IPIs sent via arch_irq_work_raise()Valentin Schneider
2023-03-24smp: Trace IPIs sent via arch_send_call_function_ipi_mask()Valentin Schneider
2023-03-24sched, smp: Trace IPIs sent via send_call_function_single_ipi()Valentin Schneider
2023-03-24kernel/smp: Make csdlock_debug= resettablePaul E. McKenney
2023-03-24locking/csd_lock: Remove per-CPU data indirection from CSD lock debuggingPaul E. McKenney
2023-03-24locking/csd_lock: Remove added data from CSD lock debuggingPaul E. McKenney
2023-03-24locking/csd_lock: Add Kconfig option for csd_debug defaultPaul E. McKenney
2023-03-23cpuset: Clean up cpuset_node_allowedHaifeng Xu
2023-03-23workqueue: Introduce show_freezable_workqueuesJungseung Lee
2023-03-23kcsan: avoid passing -g for testMarco Elver
2023-03-23Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-03-23vhost_task: Allow vhost layer to use copy_processMike Christie
2023-03-22bpf: Update the struct_ops of a bpf_link.Kui-Feng Lee
2023-03-22bpf: Create links for BPF struct_ops maps.Kui-Feng Lee
2023-03-22bpf: Retire the struct_ops map kvalue->refcnt.Kui-Feng Lee
2023-03-22bpf: remember meta->iter info only for initialized itersAndrii Nakryiko
2023-03-22bpf: Fix __reg_bound_offset 64->32 var_off subreg propagationDaniel Borkmann
2023-03-22module/decompress: Never use kunmap() for local un-mappingsFabio M. De Francesco
2023-03-22bpf: return long from bpf_map_ops funcsJP Kobryn
2023-03-22bpf: Teach the verifier to recognize rdonly_mem as not null.Alexei Starovoitov
2023-03-22livepatch,sched: Add livepatch task switching to cond_resched()Josh Poimboeuf
2023-03-22livepatch: Skip task_call_func() for current taskJosh Poimboeuf
2023-03-22livepatch: Convert stack entries array to percpuJosh Poimboeuf
2023-03-22sched: Interleave cfs bandwidth timers for improved single thread performance...Shrikanth Hegde
2023-03-22sched/core: Reduce cost of sched_move_task when config autogroupwuchi
2023-03-22sched/core: Avoid selecting the task that is throttled to run when core-sched...Hao Jia
2023-03-22sched/topology: Make sched_energy_mutex,update staticTom Rix
2023-03-22swiotlb: fix slot alignment checksPetr Tesarik
2023-03-22swiotlb: use wrap_area_index() instead of open-coding itPetr Tesarik
2023-03-21bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann
2023-03-21ftrace: Show a list of all functions that have ever been enabledSteven Rostedt (Google)
2023-03-21ring_buffer: Use try_cmpxchg instead of cmpxchgUros Bizjak
2023-03-21ring_buffer: Change some static functions to boolUros Bizjak
2023-03-21ring_buffer: Change some static functions to voidUros Bizjak
2023-03-21ftrace: selftest: remove broken trace_direct_trampMark Rutland
2023-03-21ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGSFlorent Revest
2023-03-21ftrace: Store direct called addresses in their opsFlorent Revest
2023-03-21ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIsFlorent Revest
2023-03-21ftrace: Remove the legacy _ftrace_direct APIFlorent Revest
2023-03-21ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multiFlorent Revest
2023-03-21ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter()Florent Revest
2023-03-21entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-upFrederic Weisbecker
2023-03-21sched/fair: Sanitize vruntime of entity being migratedVincent Guittot
2023-03-21entry: Fix noinstr warning in __enter_from_user_mode()Josh Poimboeuf
2023-03-20mm: hugetlb: move hugeltb sysctls to its own fileKefeng Wang
2023-03-20userfaultfd: move unprivileged_userfaultfd sysctl to its own fileZhangPeng
2023-03-20refscale: Move shutdown from wait_event() to wait_event_idle()Paul E. McKenney