summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-03-24module: add stop-grap sanity check on module memcpy()Luis Chamberlain
2023-03-24module: add sanity check for ELF module sectionLuis Chamberlain
2023-03-24module: rename check_module_license_and_versions() to check_export_symbol_ver...Luis Chamberlain
2023-03-24module: converge taint work togetherLuis Chamberlain
2023-03-24module: move signature taint to module_augment_kernel_taints()Luis Chamberlain
2023-03-24module: move tainting until after a module hits our linked listLuis Chamberlain
2023-03-24module: split taint adding with info checkingLuis Chamberlain
2023-03-24module: split taint work out of check_modinfo_livepatch()Luis Chamberlain
2023-03-24module: rename set_license() to module_license_taint_check()Luis Chamberlain
2023-03-24module: move check_modinfo() early to early_mod_check()Luis Chamberlain
2023-03-24module: move early sanity checks into a helperLuis Chamberlain
2023-03-24module: add a for_each_modinfo_entry()Luis Chamberlain
2023-03-24module: rename next_string() to module_next_tag_pair()Luis Chamberlain
2023-03-24module: move get_modinfo() helpers all aboveLuis Chamberlain
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-24kernel/ksysfs.c: use sysfs_emit for sysfs show handlersThomas Weißschuh
2023-03-24Merge tag 'net-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-03-24trace,smp: Trace all smp_function_call*() invocationsPeter Zijlstra
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