summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-22bpf: Simplify bpf_prog_pack_[size|mask]Song Liu
2022-07-22bpf: Support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)Song Liu
2022-07-22ftrace: Allow IPMODIFY and DIRECT ops on the same functionSong Liu
2022-07-22ftrace: Add modify_ftrace_direct_multi_nolockSong Liu
2022-07-21bpf: Add support for forcing kfunc args to be trustedKumar Kartikeya Dwivedi
2022-07-21bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-21watch-queue: remove spurious double semicolonLinus Torvalds
2022-07-21bpf: Check attach_func_proto more carefully in check_helper_callStanislav Fomichev
2022-07-20watchqueue: make sure to serialize 'wqueue->defunct' properlyLinus Torvalds
2022-07-19bpf: remove obsolete KMALLOC_MAX_SIZE restriction on array map value sizeAndrii Nakryiko
2022-07-19bpf: make uniform use of array->elem_size everywhere in arraymap.cAndrii Nakryiko
2022-07-19bpf: fix potential 32-bit overflow when accessing ARRAY map elementAndrii Nakryiko
2022-07-19bpf: fix lsm_cgroup build errors on esoteric configsStanislav Fomichev
2022-07-17Merge tag 'perf_urgent_for_v5.19_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-07-16Merge tag 'printk-for-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-07-15bpf: iterators: Build and use lightweight bootstrap version of bpftoolPu Lehui
2022-07-15bpf: Fix check against plain integer v 'NULL'Ben Dooks
2022-07-15Merge tag 'sysctl-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-07-15Merge branch 'rework/kthreads' into for-linusPetr Mladek
2022-07-15printk: do not wait for consoles when suspendedJohn Ogness
2022-07-14bpf: Fix subprog names in stack traces.Alexei Starovoitov
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-14bpf: Warn on non-preallocated case for BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLEYafang Shao
2022-07-14mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGEMuchun Song
2022-07-14Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-07-14Merge tag 'integrity-v5.19-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-07-13bpf: Tidy up verifier check_func_arg()Joanne Koong
2022-07-13Merge tag 'cgroup-for-5.19-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-07-13ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu
2022-07-13sysctl: Fix data-races in proc_dointvec_ms_jiffies().Kuniyuki Iwashima
2022-07-13sysctl: Fix data-races in proc_dou8vec_minmax().Kuniyuki Iwashima
2022-07-13perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra
2022-07-12bpf: Make non-preallocated allocation low priorityYafang Shao
2022-07-12bpf, x86: fix freeing of not-finalized bpf_prog_packSong Liu
2022-07-12Merge tag 'trace-v5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-07-12bpf: reparent bpf maps on memcg offliningRoman Gushchin
2022-07-12bpf: add a ksym BPF iteratorAlan Maguire
2022-07-12ftrace: Be more specific about arch impact when function tracer is enabledSteven Rostedt (Google)
2022-07-12tracing: Fix sleeping while atomic in kdb ftdumpDouglas Anderson
2022-07-12tracing/histograms: Fix memory leak problemZheng Yejian
2022-07-11Merge tag 'modules-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-07-11bpf: Remove is_valid_bpf_tramp_flags()Xu Kuohai
2022-07-11module: kallsyms: Ensure preemption in add_kallsyms() with PREEMPT_RTAaron Tomlin
2022-07-11fix race between exit_itimers() and /proc/pid/timersOleg Nesterov
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-09ptrace: fix clearing of JOBCTL_TRACED in ptrace_unfreeze_traced()Sven Schnelle
2022-07-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-07-08bpf: Check attach_func_proto more carefully in check_return_codeStanislav Fomichev