summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-03-10bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel
2021-03-08irqdomain: Remove debugfs_file from struct irq_domainGreg Kroah-Hartman
2021-03-08bpf: Change inode_storage's lookup_elem return value from NULL to -EBADFTal Lossos
2021-03-08bpf: Dont allow vmlinux BTF to be used in map_create and prog_load.Alexei Starovoitov
2021-03-08hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen
2021-03-06perf/core: Flush PMU internal buffers for per-CPU eventsKan Liang
2021-03-06static_call: Fix the module key fixupPeter Zijlstra
2021-03-06sched/membarrier: fix missing local execution of ipi_sync_rq_state()Mathieu Desnoyers
2021-03-06sched: Simplify set_affinity_pending refcountsPeter Zijlstra
2021-03-06sched: Fix affine_move_task() self-concurrencyPeter Zijlstra
2021-03-06sched: Optimize migration_cpu_stop()Peter Zijlstra
2021-03-06sched: Collate affine_move_task() stoppersPeter Zijlstra
2021-03-06sched: Simplify migration_cpu_stop()Peter Zijlstra
2021-03-06sched: Fix migration_cpu_stop() requeueingPeter Zijlstra
2021-03-05Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-04bpf: Explicitly zero-extend R0 after 32-bit cmpxchgBrendan Jackman
2021-03-04bpf: Add BTF_KIND_FLOAT supportIlya Leoshkevich
2021-03-04kernel: provide create_io_thread() helperJens Axboe
2021-03-04bpf: Account for BPF_FETCH in insn_has_def32()Ilya Leoshkevich
2021-03-04tracing: Skip selftests if tracing is disabledSteven Rostedt (VMware)
2021-03-04tracing: Fix memory leak in __create_synth_event()Vamshi K Sthambamkadi
2021-03-04ring-buffer: Add a little more information and a WARN when time stamp going b...Steven Rostedt (VMware)
2021-03-04ring-buffer: Force before_stamp and write_stamp to be different on discardSteven Rostedt (VMware)
2021-03-04tracing: Fix help text of TRACEPOINT_BENCHMARK in KconfigRolf Eike Beer
2021-03-04tracing: Remove duplicate declaration from trace.hYordan Karadzhov (VMware)
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-02-26Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-26bpf: Add arraymap support for bpf_for_each_map_elem() helperYonghong Song
2021-02-26bpf: Add hashtab support for bpf_for_each_map_elem() helperYonghong Song
2021-02-26bpf: Add bpf_for_each_map_elem() helperYonghong Song
2021-02-26bpf: Change return value of verifier function add_subprog()Yonghong Song
2021-02-26bpf: Refactor check_func_call() to allow callback functionYonghong Song
2021-02-26bpf: Factor out verbose_invalid_scalar()Yonghong Song
2021-02-26bpf: Factor out visit_func_call_insn() in check_cfg()Yonghong Song
2021-02-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-02-26bpf: Rename fixup_bpf_calls and add some commentsBrendan Jackman
2021-02-26bpf: Use MAX_BPF_FUNC_REG_ARGS macroDmitrii Banshchikov
2021-02-26bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu
2021-02-26bpf: Enable task local storage for tracing programsSong Liu
2021-02-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-02-26kgdb: fix to kill breakpoints on initmem after bootSumit Garg
2021-02-26kernel: delete repeated words in commentsRandy Dunlap
2021-02-26groups: simplify struct group_info allocationHubert Jasudowicz
2021-02-26sysctl.c: fix underflow value setting risk in vm_tableLin Feng
2021-02-26tracing: add error_report_end trace pointAlexander Potapenko
2021-02-26swiotlb: Validate bounce size in the sync/unmap pathMartin Radev
2021-02-26swiotlb: respect min_align_maskChristoph Hellwig
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds