summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-1011-129/+129
|\
| * Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-03-091-0/+1
| |\
| | * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-03-071-0/+1
| | |\
| | | * btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTRLorenz Bauer2023-03-061-0/+1
| * | | Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-054-13/+39
| |\ \ \
| | * | | genirq/msi, platform-msi: Ensure that MSI descriptors are unreferencedThomas Gleixner2023-03-021-1/+22
| | * | | genirq/msi: Drop dead domain name assignmentJohan Hovold2023-02-241-4/+1
| | * | | irqdomain: Add missing NULL pointer check in irq_domain_create_hierarchy()Juergen Gross2023-02-231-1/+2
| | * | | Merge branch 'irq/core' into irq/urgentThomas Gleixner2023-02-236-560/+470
| | |\ \ \
| | * | | | genirq/irqdesc: Make kobj_type structures constantThomas Weißschuh2023-02-211-2/+2
| | * | | | genirq/msi: Take the per-device MSI lock before validating the control structureMarc Zyngier2023-02-201-3/+6
| | * | | | genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask()Sergey Shtylyov2023-02-201-2/+6
| * | | | | Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...Linus Torvalds2023-03-041-18/+26
| |\ \ \ \ \
| | * | | | | panic: fix the panic_print NMI backtrace settingGuilherme G. Piccoli2023-03-031-18/+26
| * | | | | | umh: simplify the capability pointer logicLinus Torvalds2023-03-041-13/+5
| * | | | | | Merge tag 'pm-6.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-03-031-1/+1
| |\ \ \ \ \ \
| | * | | | | | cpufreq: schedutil: make kobj_type structure constantThomas Weißschuh2023-02-231-1/+1
| * | | | | | | Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds2023-03-031-5/+1
| |\ \ \ \ \ \ \
| | * | | | | | | block: remove more NULL checks after bdev_get_queue()Juhyung Park2023-02-211-5/+1
| * | | | | | | | capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds2023-03-013-87/+64
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | bpf: enforce all maps having memory usage callbackYafang Shao2023-03-071-7/+3
* | | | | | | | bpf: offload map memory usageYafang Shao2023-03-072-0/+7
* | | | | | | | bpf, net: bpf_local_storage memory usageYafang Shao2023-03-074-0/+13
* | | | | | | | bpf: local_storage memory usageYafang Shao2023-03-071-0/+7
* | | | | | | | bpf: bpf_struct_ops memory usageYafang Shao2023-03-071-0/+16
* | | | | | | | bpf: queue_stack_maps memory usageYafang Shao2023-03-071-0/+10
* | | | | | | | bpf: devmap memory usageYafang Shao2023-03-071-2/+24
* | | | | | | | bpf: cpumap memory usageYafang Shao2023-03-071-0/+10
* | | | | | | | bpf: bloom_filter memory usageYafang Shao2023-03-071-0/+12
* | | | | | | | bpf: ringbuf memory usageYafang Shao2023-03-071-1/+19
* | | | | | | | bpf: reuseport_array memory usageYafang Shao2023-03-071-0/+8
* | | | | | | | bpf: stackmap memory usageYafang Shao2023-03-071-0/+14
* | | | | | | | bpf: arraymap memory usageYafang Shao2023-03-071-0/+28
* | | | | | | | bpf: hashtab memory usageYafang Shao2023-03-071-0/+43
* | | | | | | | bpf: lpm_trie memory usageYafang Shao2023-03-071-0/+11
* | | | | | | | bpf: add new map ops ->map_mem_usageYafang Shao2023-03-071-8/+7
* | | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-03-079-404/+1124
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | bpf: add support for fixed-size memory pointer returns for kfuncsAndrii Nakryiko2023-03-041-0/+8
| * | | | | | | bpf: generalize dynptr_get_spi to be usable for itersAndrii Nakryiko2023-03-041-6/+12
| * | | | | | | bpf: mark PTR_TO_MEM as non-null register typeAndrii Nakryiko2023-03-041-1/+2
| * | | | | | | bpf: move kfunc_call_arg_meta higher in the fileAndrii Nakryiko2023-03-041-35/+35
| * | | | | | | bpf: ensure that r0 is marked scratched after any function callAndrii Nakryiko2023-03-041-0/+2
| * | | | | | | bpf: fix visit_insn()'s detection of BPF_FUNC_timer_set_callback helperAndrii Nakryiko2023-03-041-1/+1
| * | | | | | | bpf: clean up visit_insn()'s instruction processingAndrii Nakryiko2023-03-041-13/+12
| * | | | | | | bpf: honor env->test_state_freq flag in is_state_visited()Andrii Nakryiko2023-03-041-1/+2
| * | | | | | | bpf: improve regsafe() checks for PTR_TO_{MEM,BUF,TP_BUFFER}Andrii Nakryiko2023-03-041-1/+5
| * | | | | | | bpf: improve stack slot state printingAndrii Nakryiko2023-03-041-26/+49
| * | | | | | | bpf: allow ctx writes using BPF_ST_MEM instructionEduard Zingerman2023-03-042-77/+82
| * | | | | | | bpf: Use separate RCU callbacks for freeing selemKumar Kartikeya Dwivedi2023-03-031-30/+49
| * | | | | | | bpf: Refactor RCU enforcement in the verifier.Alexei Starovoitov2023-03-033-80/+154