summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)Hou Tao2021-12-042-5/+4
* libbpf: Reduce bpf_core_apply_relo_insn() stack usage.Alexei Starovoitov2021-12-031-1/+10
* bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn().Alexei Starovoitov2021-12-021-1/+345
* bpf: Adjust BTF log size limit.Alexei Starovoitov2021-12-021-1/+1
* bpf: Pass a set of bpf_core_relo-s to prog_load command.Alexei Starovoitov2021-12-023-1/+83
* bpf: Prepare relo_core.c for kernel duty.Alexei Starovoitov2021-12-022-0/+30
* bpf: Rename btf_member accessors.Alexei Starovoitov2021-12-022-12/+12
* bpf: Clean-up bpf_verifier_vlog() for BPF_LOG_KERNEL log levelHou Tao2021-12-011-4/+6
* bpf: Change bpf_kallsyms_lookup_name size type to ARG_CONST_SIZE_OR_ZEROKumar Kartikeya Dwivedi2021-11-301-1/+1
* bpf: Add bpf_loop helperJoanne Koong2021-11-303-34/+91
* bpf, docs: Prune all references to "internal BPF"Christoph Hellwig2021-11-301-1/+1
* bpf: Remove a redundant comment on bpf_prog_freeChristoph Hellwig2021-11-301-1/+0
* bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang2021-11-161-1/+2
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-157-90/+202
|\
| * bpf: Introduce btf_tracing_idsSong Liu2021-11-126-16/+16
| * bpf: Extend BTF_ID_LIST_GLOBAL with parameter for number of IDsSong Liu2021-11-121-1/+1
| * bpf: Support BTF_KIND_TYPE_TAG for btf_type_tag attributesYonghong Song2021-11-111-1/+13
| * bpf: Introduce helper bpf_find_vmaSong Liu2021-11-076-81/+181
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-11-121-0/+1
|\ \
| * | reboot: export symbol 'reboot_mode'Shawn Guo2021-10-161-0/+1
* | | Merge tag 'kcsan.2021.11.11a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-115-111/+183
|\ \ \
| * | | kcsan: selftest: Cleanup and add missing __initMarco Elver2021-09-131-42/+30
| * | | kcsan: Move ctx to start of argument listMarco Elver2021-09-131-4/+4
| * | | kcsan: Support reporting scoped read-write access typeMarco Elver2021-09-132-3/+9
| * | | kcsan: Start stack trace with explicit location if providedMarco Elver2021-09-132-13/+61
| * | | kcsan: Save instruction pointer for scoped accessesMarco Elver2021-09-131-3/+9
| * | | kcsan: Add ability to pass instruction pointer of access to reportingMarco Elver2021-09-133-38/+45
| * | | kcsan: test: Fix flaky test caseMarco Elver2021-09-131-4/+18
| * | | kcsan: test: Use kunit_skip() to skip testsMarco Elver2021-09-131-4/+7
| * | | kcsan: test: Defer kcsan_test_init() after kunit initializationMarco Elver2021-09-131-1/+1
* | | | Merge tag 'trace-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-11-112-1/+7
|\ \ \ \
| * | | | ftrace/direct: Fix lockup in modify_ftrace_direct_multiJiri Olsa2021-11-101-1/+2
| * | | | ring-buffer: Protect ring_buffer_reset() from reentrancySteven Rostedt (VMware)2021-11-101-0/+5
* | | | | Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-112-35/+27
|\ \ \ \ \
| * | | | | bpf: Stop caching subprog index in the bpf_pseudo_func insnMartin KaFai Lau2021-11-062-23/+21
| * | | | | bpf: Do not reject when the stack read size is different from the tracked sca...Martin KaFai Lau2021-11-031-12/+6
| | |_|_|/ | |/| | |
* | | | | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-104-16/+33
|\ \ \ \ \
| * | | | | signal: Add SA_IMMUTABLE to ensure forced siganls do not get changedEric W. Biederman2021-11-031-1/+7
| * | | | | exit/syscall_user_dispatch: Send ordinary signals on failureEric W. Biederman2021-10-291-4/+8
| * | | | | signal: Implement force_fatal_sigEric W. Biederman2021-10-291-9/+17
| * | | | | exit/kthread: Have kernel threads return instead of calling do_exitEric W. Biederman2021-10-291-1/+1
| * | | | | reboot: Remove the unreachable panic after do_exit in reboot(2)Eric W. Biederman2021-10-201-1/+0
| | |_|/ / | |/| | |
* | | | | Merge tag 'kernel.sys.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-0/+4
|\ \ \ \ \
| * | | | | uapi/linux/prctl: provide macro definitions for the PR_SCHED_CORE type argumentEugene Syromiatnikov2021-09-291-0/+4
* | | | | | Merge tag 'pidfd.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2021-11-101-0/+36
|\ \ \ \ \ \
| * | | | | | pid: add pidfd_get_task() helperChristian Brauner2021-10-141-0/+36
* | | | | | | Merge tag 'dma-mapping-5.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-11-091-3/+2
|\ \ \ \ \ \ \
| * | | | | | | dma-mapping: use 'bitmap_zalloc()' when applicableChristophe JAILLET2021-10-271-3/+2
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-096-71/+66
|\ \ \ \ \ \ \ \
| * | | | | | | | kernel/resource: disallow access to exclusive system RAM regionsDavid Hildenbrand2021-11-091-10/+19