summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-03-12fork: add kernel_clone_args flag to not dup/clone filesMike Christie-2/+8
2023-03-12fork/vm: Move common PF_IO_WORKER behavior to new flagMike Christie-0/+3
2023-03-12kthread: Pass in the thread's name during creationMike Christie-21/+11
2023-03-12kernel: Allow a kernel thread's name to be set in copy_processMike Christie-2/+8
2023-03-11rcutorture: Eliminate variable n_rcu_torture_boost_rterrorYue Hu-8/+3
2023-03-11rcutorture: Add test_nmis module parameterPaul E. McKenney-2/+30
2023-03-11kcsan: Avoid READ_ONCE() in read_instrumented_memory()Marco Elver-4/+13
2023-03-10bpf: Allow local kptrs to be exchanged via bpf_kptr_xchgDave Marchevsky-1/+7
2023-03-10bpf: Support __kptr to local kptrsDave Marchevsky-13/+49
2023-03-10bpf: Change btf_record_find enum parameter to field_maskDave Marchevsky-3/+3
2023-03-10bpf: btf: Remove unused btf_field_info_type enumDave Marchevsky-6/+0
2023-03-10bpf: verifier: Rename kernel_type_name helper to btf_type_nameDave Marchevsky-8/+8
2023-03-10bpf: Add bpf_local_storage_free()Martin KaFai Lau-9/+14
2023-03-10bpf: Add bpf_local_storage_rcu callbackMartin KaFai Lau-6/+11
2023-03-10bpf: Add bpf_selem_free()Martin KaFai Lau-7/+14
2023-03-10bpf: Add bpf_selem_free_rcu callbackMartin KaFai Lau-4/+9
2023-03-10bpf: Remove bpf_selem_free_fields*_rcuMartin KaFai Lau-62/+5
2023-03-10bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storageMartin KaFai Lau-15/+15
2023-03-10bpf: Remember smap in bpf_local_storageMartin KaFai Lau-0/+4
2023-03-10bpf: Remove the preceding __ from __bpf_selem_unlink_storageMartin KaFai Lau-3/+3
2023-03-10bpf: Remove __bpf_local_storage_map_allocMartin KaFai Lau-37/+26
2023-03-10bpf: Refactor codes into bpf_local_storage_destroyMartin KaFai Lau-25/+9
2023-03-10bpf: Move a few bpf_local_storage functions to static scopeMartin KaFai Lau-2/+2
2023-03-10bpf: take into account liveness when propagating precisionAndrii Nakryiko-2/+4
2023-03-10bpf: ensure state checkpointing at iter_next() call sitesAndrii Nakryiko-3/+28
2023-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-129/+129
2023-03-09ftrace: Fix invalid address access in lookup_rec() when index is 0Chen Zhongjin-1/+2
2023-03-09tracing: Check field value in hist_field_name()Steven Rostedt (Google)-0/+3
2023-03-09tracing: Do not let histogram values have some modifiersSteven Rostedt (Google)-0/+9
2023-03-09dyndbg: use the module notifier callbacksJason Baron-24/+8
2023-03-09module: make module_ktype structure constantThomas Weißschuh-1/+1
2023-03-09module: Remove the unused function withinJiapeng Chong-5/+0
2023-03-09module: replace module_layout with module_memorySong Liu-350/+294
2023-03-09Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-0/+1
2023-03-09livepatch: Make kobj_type structures constantThomas Weißschuh-3/+3
2023-03-09livepatch: fix ELF typosAlexey Dobriyan-5/+5
2023-03-08bpf: implement numbers iteratorAndrii Nakryiko-0/+73
2023-03-08bpf: add support for open-coded iterator loopsAndrii Nakryiko-8/+587
2023-03-08bpf: add iterator kfuncs registration and validation logicAndrii Nakryiko-1/+111
2023-03-08bpf: factor out fetching basic kfunc metadataAndrii Nakryiko-33/+59
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf-1/+1
2023-03-08sched/idle: Make sure weak version of arch_cpu_idle_dead() doesn't returnJosh Poimboeuf-1/+1
2023-03-08fork: allow CLONE_NEWTIME in clone3 flagsTobias Klauser-1/+1
2023-03-08watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error pathsDavid Disseldorp-0/+1
2023-03-07locktorture: Add raw_spinlock* torture tests for PREEMPT_RT kernelsZqiang-1/+55
2023-03-07locktorture: With nested locks, occasionally skip main lockJohn Stultz-10/+27
2023-03-07locktorture: Add nested locking to rtmutex torture testsJohn Stultz-0/+35
2023-03-07locktorture: Add nested locking to mutex torture testsJohn Stultz-0/+35
2023-03-07locktorture: Add nested_[un]lock() hooks and nlocks parameterJohn Stultz-4/+19
2023-03-07bpf: enforce all maps having memory usage callbackYafang Shao-7/+3