aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-03-14padata: Make kobj_type structure constantThomas Weißschuh1-1/+1
2023-03-13bpf: Allow helpers access trusted PTR_TO_BTF_ID.Alexei Starovoitov1-0/+15
2023-03-13bpf: Fix bpf_strncmp proto.Alexei Starovoitov1-1/+1
2023-03-13bpf: Disable migration when freeing stashed local kptr using obj dropDave Marchevsky2-6/+8
2023-03-13Merge branch 'bpf: Allow reads from uninit stack'Alexei Starovoitov1-1/+10
2023-03-13bpf: fix precision propagation verbose loggingAndrii Nakryiko1-2/+2
2023-03-12Merge tag 'kernel.fork.v6.3-rc2' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-03-12Merge tag 'vfs.misc.v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2023-03-12fork: allow kernel code to call copy_processMike Christie1-1/+1
2023-03-12fork: Add kernel_clone_args flag to ignore signalsMike Christie1-0/+3
2023-03-12fork: add kernel_clone_args flag to not dup/clone filesMike Christie1-2/+8
2023-03-12fork/vm: Move common PF_IO_WORKER behavior to new flagMike Christie1-0/+3
2023-03-12kthread: Pass in the thread's name during creationMike Christie1-21/+11
2023-03-12kernel: Allow a kernel thread's name to be set in copy_processMike Christie2-2/+8
2023-03-11rcutorture: Eliminate variable n_rcu_torture_boost_rterrorYue Hu1-8/+3
2023-03-11rcutorture: Add test_nmis module parameterPaul E. McKenney1-2/+30
2023-03-11kcsan: Avoid READ_ONCE() in read_instrumented_memory()Marco Elver1-4/+13
2023-03-10bpf: Allow local kptrs to be exchanged via bpf_kptr_xchgDave Marchevsky1-1/+7
2023-03-10bpf: Support __kptr to local kptrsDave Marchevsky3-13/+49
2023-03-10bpf: Change btf_record_find enum parameter to field_maskDave Marchevsky1-3/+3
2023-03-10bpf: btf: Remove unused btf_field_info_type enumDave Marchevsky1-6/+0
2023-03-10bpf: verifier: Rename kernel_type_name helper to btf_type_nameDave Marchevsky1-8/+8
2023-03-10bpf: Add bpf_local_storage_free()Martin KaFai Lau1-9/+14
2023-03-10bpf: Add bpf_local_storage_rcu callbackMartin KaFai Lau1-6/+11
2023-03-10bpf: Add bpf_selem_free()Martin KaFai Lau1-7/+14
2023-03-10bpf: Add bpf_selem_free_rcu callbackMartin KaFai Lau1-4/+9
2023-03-10bpf: Remove bpf_selem_free_fields*_rcuMartin KaFai Lau1-62/+5
2023-03-10bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storageMartin KaFai Lau4-15/+15
2023-03-10bpf: Remember smap in bpf_local_storageMartin KaFai Lau1-0/+4
2023-03-10bpf: Remove the preceding __ from __bpf_selem_unlink_storageMartin KaFai Lau1-3/+3
2023-03-10bpf: Remove __bpf_local_storage_map_allocMartin KaFai Lau1-37/+26
2023-03-10bpf: Refactor codes into bpf_local_storage_destroyMartin KaFai Lau4-25/+9
2023-03-10bpf: Move a few bpf_local_storage functions to static scopeMartin KaFai Lau1-2/+2
2023-03-10bpf: take into account liveness when propagating precisionAndrii Nakryiko1-2/+4
2023-03-10bpf: ensure state checkpointing at iter_next() call sitesAndrii Nakryiko1-3/+28
2023-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-129/+129
2023-03-09ftrace: Fix invalid address access in lookup_rec() when index is 0Chen Zhongjin1-1/+2
2023-03-09tracing: Check field value in hist_field_name()Steven Rostedt (Google)1-0/+3
2023-03-09tracing: Do not let histogram values have some modifiersSteven Rostedt (Google)1-0/+9
2023-03-09dyndbg: use the module notifier callbacksJason Baron2-24/+8
2023-03-09module: make module_ktype structure constantThomas Weißschuh1-1/+1
2023-03-09module: Remove the unused function withinJiapeng Chong1-5/+0
2023-03-09module: replace module_layout with module_memorySong Liu7-350/+294
2023-03-09Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+1
2023-03-09livepatch: Make kobj_type structures constantThomas Weißschuh1-3/+3
2023-03-09livepatch: fix ELF typosAlexey Dobriyan1-5/+5
2023-03-08bpf: implement numbers iteratorAndrii Nakryiko2-0/+73
2023-03-08bpf: add support for open-coded iterator loopsAndrii Nakryiko1-8/+587
2023-03-08bpf: add iterator kfuncs registration and validation logicAndrii Nakryiko1-1/+111
2023-03-08bpf: factor out fetching basic kfunc metadataAndrii Nakryiko1-33/+59