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