summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-12-06bpf: add BPF token support to BPF_BTF_LOAD commandAndrii Nakryiko
2023-12-06bpf: add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko
2023-12-06bpf: introduce BPF token objectAndrii Nakryiko
2023-12-06bpf: add BPF token delegation mount options to BPF FSAndrii Nakryiko
2023-12-06bpf: align CAP_NET_ADMIN checks with bpf_capable() approachAndrii Nakryiko
2023-12-05tracing: Fix a possible race when disabling buffered eventsPetr Pavlu
2023-12-05tracing: Fix a warning when allocating buffered events failsPetr Pavlu
2023-12-05tracing: Fix incomplete locking when disabling buffered eventsPetr Pavlu
2023-12-05tracing: Disable snapshot buffer when stopping instance tracersSteven Rostedt (Google)
2023-12-05tracing: Stop current tracer when resizing bufferSteven Rostedt (Google)
2023-12-05tracing: Always update snapshot buffer sizeSteven Rostedt (Google)
2023-12-05bpf: track aligned STACK_ZERO cases as imprecise spilled registersAndrii Nakryiko
2023-12-05bpf: preserve constant zero when doing partial register restoreAndrii Nakryiko
2023-12-05bpf: preserve STACK_ZERO slots on partial reg spillsAndrii Nakryiko
2023-12-05bpf: fix check for attempt to corrupt spilled pointerAndrii Nakryiko
2023-12-05bpf: support non-r10 register spill/fill to/from stack in precision trackingAndrii Nakryiko
2023-12-05iov_iter: replace import_single_range() with import_ubuf()Jens Axboe
2023-12-05iov_iter: remove unused 'iov' argument from import_single_range()Jens Axboe
2023-12-05cpu/hotplug: remove CPUHP_SLAB_PREPARE hooksVlastimil Babka
2023-12-04bpf: Optimize the free of inner mapHou Tao
2023-12-04bpf: Defer the free of inner map when necessaryHou Tao
2023-12-04bpf: Set need_defer as false when clearing fd array during map freeHou Tao
2023-12-04bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao
2023-12-04bpf: Check rcu_read_lock_trace_held() before calling bpf map helpersHou Tao
2023-12-04kernel/resource: Increment by align value in get_free_mem_region()Alison Schofield
2023-12-04bpf: Minor logging improvementAndrei Matei
2023-12-03Merge tag 'probes-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-12-02bpf: simplify tnum output if a fully known constantAndrii Nakryiko
2023-12-02bpf: enforce precision of R0 on program/async callback returnAndrii Nakryiko
2023-12-02bpf: unify async callback and program retval checksAndrii Nakryiko
2023-12-02bpf: enforce precise retval range on program exitAndrii Nakryiko
2023-12-02bpf: enforce exact retval range on subprog/callback exitAndrii Nakryiko
2023-12-02bpf: enforce precision of R0 on callback returnAndrii Nakryiko
2023-12-02bpf: provide correct register name for exception callback retval checkAndrii Nakryiko
2023-12-01bpf: Add kfunc bpf_get_file_xattrSong Liu
2023-12-01bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4Yonghong Song
2023-12-01tracing/uprobe: Replace strlcpy() with strscpy()Kees Cook
2023-12-01params: Fix multi-line comment styleAndy Shevchenko
2023-12-01params: Sort headersAndy Shevchenko
2023-12-01params: Use size_add() for kmalloc()Andy Shevchenko
2023-12-01params: Do not go over the limit when getting the string lengthAndy Shevchenko
2023-12-01params: Introduce the param_unknown_fn typeAndy Shevchenko
2023-12-01cgroup/rstat: Optimize cgroup_rstat_updated_list()Waiman Long
2023-12-01locking/mutex: Document that mutex_unlock() is non-atomicJann Horn
2023-12-01rethook: Use __rcu pointer for rethook::handlerMasami Hiramatsu (Google)
2023-12-01kprobes: consistent rcu api usage for kretprobe holderJP Kobryn
2023-11-30Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-01Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-11-29ptrace: Convert ptrace_attach() to use lock guardsPeter Zijlstra