summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-12-10Merge tag 'sched_urgent_for_v6.7_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-12-10Merge tag 'perf_urgent_for_v6.7_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-12-09bpf: Add bpf_cpumask_weight() kfuncDavid Vernet
2023-12-09bpf: handle fake register spill to stack with BPF_ST_MEM instructionAndrii Nakryiko
2023-12-09bpf: Set uattr->batch.count as zero before batched update or deletionHou Tao
2023-12-09bpf: Only call maybe_wait_bpf_programs() when map operation succeedsHou Tao
2023-12-09bpf: Add missed maybe_wait_bpf_programs() for htab of mapsHou Tao
2023-12-09bpf: Call maybe_wait_bpf_programs() only once for generic_map_update_batch()Hou Tao
2023-12-09bpf: Remove unnecessary wait from bpf_map_copy_value()Hou Tao
2023-12-08bpf: Enable bpf_cgrp_storage for cgroup1 non-attach caseYafang Shao
2023-12-08bpf: Minor cleanup around stack boundsAndrei Matei
2023-12-08bpf: Fix accesses to uninit stack slotsAndrei Matei
2023-12-08Merge tag 'trace-v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-12-08Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...Linus Torvalds
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-07Merge tag 'net-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-12-07bpf: Guard stack limits against 32bit overflowAndrei Matei
2023-12-07bpf: Fix verification of indirect var-off stack accessAndrei Matei
2023-12-07Merge tag 'cgroup-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-12-07Merge tag 'wq-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-12-06bpf: Use arch_bpf_trampoline_sizeSong Liu
2023-12-06bpf: Add arch_bpf_trampoline_size()Song Liu
2023-12-06bpf: Add helpers for trampoline image managementSong Liu
2023-12-06bpf: Adjust argument names of arch_prepare_bpf_trampoline()Song Liu
2023-12-06bpf: Let bpf_prog_pack_free handle any pointerSong Liu
2023-12-06Merge branch 'master' into mm-hotfixes-stableAndrew Morton
2023-12-06kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMPBaoquan He
2023-12-06bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa
2023-12-06ring-buffer: Test last update in 32bit version of __rb_time_read()Steven Rostedt (Google)
2023-12-06ring-buffer: Force absolute timestamp on discard of eventSteven Rostedt (Google)
2023-12-06cgroup/cpuset: Include isolated cpuset CPUs in cpu_is_isolated() checkWaiman Long
2023-12-06bpf,lsm: add BPF token LSM hooksAndrii Nakryiko
2023-12-06bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko
2023-12-06bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko
2023-12-06bpf: consistently use BPF token throughout BPF verifier logicAndrii Nakryiko
2023-12-06bpf: take into account BPF token when fetching helper protosAndrii Nakryiko
2023-12-06bpf: add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko
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