summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-12-07bpf: Fix verification of indirect var-off stack accessAndrei Matei-10/+4
2023-12-07Merge tag 'cgroup-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+7
2023-12-07Merge tag 'wq-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-7/+15
2023-12-06bpf: Use arch_bpf_trampoline_sizeSong Liu-22/+42
2023-12-06bpf: Add arch_bpf_trampoline_size()Song Liu-0/+6
2023-12-06bpf: Add helpers for trampoline image managementSong Liu-14/+44
2023-12-06bpf: Adjust argument names of arch_prepare_bpf_trampoline()Song Liu-2/+2
2023-12-06bpf: Let bpf_prog_pack_free handle any pointerSong Liu-15/+11
2023-12-06Merge branch 'master' into mm-hotfixes-stableAndrew Morton-12/+20
2023-12-06kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMPBaoquan He-1/+0
2023-12-06bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa-48/+10
2023-12-06ring-buffer: Test last update in 32bit version of __rb_time_read()Steven Rostedt (Google)-2/+2
2023-12-06ring-buffer: Force absolute timestamp on discard of eventSteven Rostedt (Google)-11/+8
2023-12-06cgroup/cpuset: Include isolated cpuset CPUs in cpu_is_isolated() checkWaiman Long-0/+11
2023-12-06bpf,lsm: add BPF token LSM hooksAndrii Nakryiko-6/+16
2023-12-06bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko-5/+5
2023-12-06bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko-14/+16
2023-12-06bpf: consistently use BPF token throughout BPF verifier logicAndrii Nakryiko-9/+8
2023-12-06bpf: take into account BPF token when fetching helper protosAndrii Nakryiko-9/+10
2023-12-06bpf: add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko-26/+95
2023-12-06bpf: add BPF token support to BPF_BTF_LOAD commandAndrii Nakryiko-2/+18
2023-12-06bpf: add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko-15/+56
2023-12-06bpf: introduce BPF token objectAndrii Nakryiko-6/+239
2023-12-06bpf: add BPF token delegation mount options to BPF FSAndrii Nakryiko-10/+78
2023-12-06bpf: align CAP_NET_ADMIN checks with bpf_capable() approachAndrii Nakryiko-4/+9
2023-12-05tracing: Fix a possible race when disabling buffered eventsPetr Pavlu-4/+8
2023-12-05tracing: Fix a warning when allocating buffered events failsPetr Pavlu-6/+5
2023-12-05tracing: Fix incomplete locking when disabling buffered eventsPetr Pavlu-8/+4
2023-12-05tracing: Disable snapshot buffer when stopping instance tracersSteven Rostedt (Google)-76/+34
2023-12-05tracing: Stop current tracer when resizing bufferSteven Rostedt (Google)-3/+7
2023-12-05tracing: Always update snapshot buffer sizeSteven Rostedt (Google)-2/+1
2023-12-05bpf: track aligned STACK_ZERO cases as imprecise spilled registersAndrii Nakryiko-3/+7
2023-12-05bpf: preserve constant zero when doing partial register restoreAndrii Nakryiko-4/+21
2023-12-05bpf: preserve STACK_ZERO slots on partial reg spillsAndrii Nakryiko-5/+23
2023-12-05bpf: fix check for attempt to corrupt spilled pointerAndrii Nakryiko-1/+1
2023-12-05bpf: support non-r10 register spill/fill to/from stack in precision trackingAndrii Nakryiko-73/+102
2023-12-05iov_iter: replace import_single_range() with import_ubuf()Jens Axboe-2/+1
2023-12-05iov_iter: remove unused 'iov' argument from import_single_range()Jens Axboe-2/+1
2023-12-05cpu/hotplug: remove CPUHP_SLAB_PREPARE hooksVlastimil Babka-5/+0
2023-12-04bpf: Optimize the free of inner mapHou Tao-6/+24
2023-12-04bpf: Defer the free of inner map when necessaryHou Tao-8/+35
2023-12-04bpf: Set need_defer as false when clearing fd array during map freeHou Tao-9/+14
2023-12-04bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao-10/+12
2023-12-04bpf: Check rcu_read_lock_trace_held() before calling bpf map helpersHou Tao-5/+8
2023-12-04kernel/resource: Increment by align value in get_free_mem_region()Alison Schofield-2/+2
2023-12-04bpf: Minor logging improvementAndrei Matei-2/+2
2023-12-03Merge tag 'probes-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-11/+16
2023-12-02bpf: simplify tnum output if a fully known constantAndrii Nakryiko-6/+13
2023-12-02bpf: enforce precision of R0 on program/async callback returnAndrii Nakryiko-0/+4
2023-12-02bpf: unify async callback and program retval checksAndrii Nakryiko-18/+12