aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-03-24module: move check_modinfo() early to early_mod_check()Luis Chamberlain1-4/+4
2023-03-24module: move early sanity checks into a helperLuis Chamberlain1-17/+26
2023-03-24module: add a for_each_modinfo_entry()Luis Chamberlain2-4/+4
2023-03-24module: rename next_string() to module_next_tag_pair()Luis Chamberlain2-3/+5
2023-03-24module: move get_modinfo() helpers all aboveLuis Chamberlain1-52/+48
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-21/+20
2023-03-24kernel/ksysfs.c: use sysfs_emit for sysfs show handlersThomas Weißschuh1-11/+11
2023-03-24Merge tag 'net-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-2/+11
2023-03-24trace,smp: Trace all smp_function_call*() invocationsPeter Zijlstra1-30/+36
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