summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2023-03-07bpf: enforce all maps having memory usage callbackYafang Shao
2023-03-07bpf: offload map memory usageYafang Shao
2023-03-07bpf, net: bpf_local_storage memory usageYafang Shao
2023-03-07bpf: local_storage memory usageYafang Shao
2023-03-07bpf: bpf_struct_ops memory usageYafang Shao
2023-03-07bpf: queue_stack_maps memory usageYafang Shao
2023-03-07bpf: devmap memory usageYafang Shao
2023-03-07bpf: cpumap memory usageYafang Shao
2023-03-07bpf: bloom_filter memory usageYafang Shao
2023-03-07bpf: ringbuf memory usageYafang Shao
2023-03-07bpf: reuseport_array memory usageYafang Shao
2023-03-07bpf: stackmap memory usageYafang Shao
2023-03-07bpf: arraymap memory usageYafang Shao
2023-03-07bpf: hashtab memory usageYafang Shao
2023-03-07bpf: lpm_trie memory usageYafang Shao
2023-03-07bpf: add new map ops ->map_mem_usageYafang Shao
2023-03-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-03-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-03-06btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTRLorenz Bauer
2023-03-05Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-03-04Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...Linus Torvalds
2023-03-04bpf: add support for fixed-size memory pointer returns for kfuncsAndrii Nakryiko
2023-03-04bpf: generalize dynptr_get_spi to be usable for itersAndrii Nakryiko
2023-03-04bpf: mark PTR_TO_MEM as non-null register typeAndrii Nakryiko
2023-03-04bpf: move kfunc_call_arg_meta higher in the fileAndrii Nakryiko
2023-03-04bpf: ensure that r0 is marked scratched after any function callAndrii Nakryiko
2023-03-04bpf: fix visit_insn()'s detection of BPF_FUNC_timer_set_callback helperAndrii Nakryiko
2023-03-04bpf: clean up visit_insn()'s instruction processingAndrii Nakryiko
2023-03-04bpf: honor env->test_state_freq flag in is_state_visited()Andrii Nakryiko
2023-03-04bpf: improve regsafe() checks for PTR_TO_{MEM,BUF,TP_BUFFER}Andrii Nakryiko
2023-03-04bpf: improve stack slot state printingAndrii Nakryiko
2023-03-03bpf: allow ctx writes using BPF_ST_MEM instructionEduard Zingerman