summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | tracing/probes: Avoid setting TPARG_FL_FENTRY and TPARG_FL_RETURNMasami Hiramatsu (Google)2023-06-062-1/+6
| * | | | | | | | | | fprobe: Pass return address to the handlersMasami Hiramatsu (Google)2023-06-064-6/+10
* | | | | | | | | | | Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-06-309-23/+665
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| * | | | | | | | | | tracing/boot: Replace strlcpy with strscpyAzeem Shaikh2023-06-221-4/+4
| * | | | | | | | | | tracing/timerlat: Add user-space interfaceDaniel Bristot de Oliveira2023-06-222-5/+377
| * | | | | | | | | | tracing/osnoise: Skip running osnoise if all instances are offDaniel Bristot de Oliveira2023-06-221-3/+28
| * | | | | | | | | | tracing/osnoise: Switch from PF_NO_SETAFFINITY to migrate_disableDaniel Bristot de Oliveira2023-06-221-0/+68
| * | | | | | | | | | ftrace: Show all functions with addresses in available_filter_functions_addrsJiri Olsa2023-06-221-0/+37
| * | | | | | | | | | function_graph: Support recording and printing the return value of functionDonglin Peng2023-06-205-11/+148
| * | | | | | | | | | fgraph: Add declaration of "struct fgraph_ret_regs"Steven Rostedt (Google)2023-06-201-0/+3
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-301-0/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | riscv: Add prctl controls for userspace vector managementAndy Chiu2023-06-081-0/+12
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-06-301-0/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kcsan: Don't expect 64 bits atomic builtins from 32 bits architecturesChristophe Leroy2023-06-091-0/+2
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | pid: Replace struct pid 1-element array with flex-arrayKees Cook2023-06-302-3/+6
* | | | | | | | | | Merge tag 'dma-mapping-6.5-2023-06-28' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-06-293-3/+14
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | swiotlb: use the atomic counter of total used slabs if availablePetr Tesarik2023-06-071-0/+11
| * | | | | | | | | dma-remap: use kvmalloc_array/kvfree for larger dma memory remapgaoxu2023-06-071-2/+2
| * | | | | | | | | dma-mapping: fix a Kconfig typoSui Jingfeng2023-06-071-1/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'sysctl-6.5-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-291-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sysctl: fix unused proc_cap_handler() function warningArnd Bergmann2023-06-291-1/+1
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge tag 'trace-v6.4-rc7-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-291-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tracing/user_events: Fix incorrect return value for writing operation when ev...sunliming2023-06-281-1/+2
* | | | | | | | | | Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2023-06-291-1/+0
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDVlastimil Babka2023-05-261-1/+0
* | | | | | | | | | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-2825-463/+1249
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-06-2418-184/+395
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | bpf: Keep BPF_PROG_LOAD permission checks clear of validationsAndrii Nakryiko2023-06-191-12/+9
| | * | | | | | | | | | bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko2023-06-1911-35/+47
| | * | | | | | | | | | bpf: Inline map creation logic in map_create() functionAndrii Nakryiko2023-06-191-33/+24
| | * | | | | | | | | | bpf: Move unprivileged checks into map_create() and bpf_prog_load()Andrii Nakryiko2023-06-191-15/+19
| | * | | | | | | | | | bpf: Remove in_atomic() from bpf_link_put().Sebastian Andrzej Siewior2023-06-161-13/+16
| | * | | | | | | | | | bpf: Verify scalar ids mapping in regsafe() using check_ids()Eduard Zingerman2023-06-131-23/+68
| | * | | | | | | | | | bpf: Use scalar ids in mark_chain_precision()Eduard Zingerman2023-06-131-0/+115
| | * | | | | | | | | | bpf: Replace bpf_cpumask_any* with bpf_cpumask_any_distribute*David Vernet2023-06-121-10/+12
| | * | | | | | | | | | bpf: Add bpf_cpumask_first_and() kfuncDavid Vernet2023-06-121-0/+16
| | * | | | | | | | | | bpf: Hide unused bpf_patch_call_argsArnd Bergmann2023-06-121-3/+5
| | * | | | | | | | | | bpf: Factor out a common helper free_all()Hou Tao2023-06-061-15/+16
| | * | | | | | | | | | bpf: Teach verifier that trusted PTR_TO_BTF_ID pointers are non-NULLDavid Vernet2023-06-051-2/+7
| | * | | | | | | | | | bpf: Replace open code with for allocated object checkDaniel T. Lee2023-06-051-2/+2
| | * | | | | | | | | | bpf: Make bpf_refcount_acquire fallible for non-owning refsDave Marchevsky2023-06-052-10/+24
| | * | | | | | | | | | bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculationDave Marchevsky2023-06-051-2/+2
| | * | | | | | | | | | bpf: Set kptr_struct_meta for node param to list and rbtree insert funcsDave Marchevsky2023-06-051-0/+3
| | * | | | | | | | | | bpf: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-311-2/+2
| | * | | | | | | | | | bpf: Silence a warning in btf_type_id_size()Yonghong Song2023-05-301-9/+10
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-229-116/+265
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-154-19/+32
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-086-6/+29
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-0113-114/+249
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-265-42/+105
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \