summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-14sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds
2023-03-14Merge tag 'trace-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-03-12Merge tag 'kernel.fork.v6.3-rc2' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds
2023-03-12Merge tag 'vfs.misc.v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
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-09Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
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-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
2023-03-03umh: simplify the capability pointer logicLinus Torvalds
2023-03-03Merge tag 'pm-6.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2023-03-03Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds
2023-03-03bpf: Use separate RCU callbacks for freeing selemKumar Kartikeya Dwivedi
2023-03-03bpf: Refactor RCU enforcement in the verifier.Alexei Starovoitov
2023-03-03bpf: Introduce kptr_rcu.Alexei Starovoitov