summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2023-11-29freezer,sched: Clean saved_state when restoring it during thawElliot Berman
2023-11-29sched/fair: Update min_vruntime for reweight_entity() correctlyYiwei Lin
2023-11-29perf: Fix perf_event_validate_size()Peter Zijlstra
2023-11-29freezer,sched: Do not restore saved_state of a thawed taskElliot Berman
2023-11-28bpf: Add link_info support for uprobe multi linkJiri Olsa
2023-11-28bpf: Store ref_ctr_offsets values in bpf_uprobe arrayJiri Olsa
2023-11-28cgroup_freezer: cgroup_freezing: Check if not frozenTim Van Patten
2023-11-28cgroup/cpuset: Expose cpuset.cpus.isolatedWaiman Long
2023-11-28mnt_idmapping: decouple from namespacesChristian Brauner
2023-11-26bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()Hou Tao
2023-11-26Merge tag 'locking-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-11-24lockdep: Fix block chain corruptionPeter Zijlstra
2023-11-24bpf: Validate global subprogs lazilyAndrii Nakryiko