summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge tag 'timers-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-03-141-21/+39
| |\ \ \ \ \
| | * | | | | hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen2021-03-081-21/+39
| | |/ / / /
| * | | | | Merge tag 'sched-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-03-142-67/+63
| |\ \ \ \ \
| | * | | | | sched/membarrier: fix missing local execution of ipi_sync_rq_state()Mathieu Desnoyers2021-03-061-3/+1
| | * | | | | sched: Simplify set_affinity_pending refcountsPeter Zijlstra2021-03-061-12/+20
| | * | | | | sched: Fix affine_move_task() self-concurrencyPeter Zijlstra2021-03-061-3/+12
| | * | | | | sched: Optimize migration_cpu_stop()Peter Zijlstra2021-03-061-1/+12
| | * | | | | sched: Collate affine_move_task() stoppersPeter Zijlstra2021-03-061-15/+8
| | * | | | | sched: Simplify migration_cpu_stop()Peter Zijlstra2021-03-061-48/+8
| | * | | | | sched: Fix migration_cpu_stop() requeueingPeter Zijlstra2021-03-061-11/+28
| | |/ / / /
| * | | | | Merge tag 'locking-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-03-141-3/+4
| |\ \ \ \ \
| | * | | | | static_call: Fix the module key fixupPeter Zijlstra2021-03-061-3/+4
| | |/ / / /
| * | | | | Merge tag 'perf_urgent_for_v5.12-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-03-141-4/+38
| |\ \ \ \ \
| | * | | | | perf/core: Flush PMU internal buffers for per-CPU eventsKan Liang2021-03-061-4/+38
| | |/ / / /
| * | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-03-141-0/+8
| |\ \ \ \ \
| | * | | | | mm/fork: clear PASID for new mmFenghua Yu2021-03-131-0/+8
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'io_uring-5.12-2021-03-12' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-121-0/+1
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | kernel: make IO threads unfreezable by defaultJens Axboe2021-03-101-0/+1
| | |/ /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-1015-140/+669
|\ \ \ \ | |/ / / |/| | |
| * | | bpf, xdp: Restructure redirect actionsBjörn Töpel2021-03-102-2/+0
| * | | bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel2021-03-103-5/+32
| * | | bpf: Add BTF_KIND_FLOAT supportIlya Leoshkevich2021-03-051-2/+81
| * | | bpf: Add arraymap support for bpf_for_each_map_elem() helperYonghong Song2021-02-261-0/+40
| * | | bpf: Add hashtab support for bpf_for_each_map_elem() helperYonghong Song2021-02-262-0/+92
| * | | bpf: Add bpf_for_each_map_elem() helperYonghong Song2021-02-264-13/+215
| * | | bpf: Change return value of verifier function add_subprog()Yonghong Song2021-02-261-2/+2
| * | | bpf: Refactor check_func_call() to allow callback functionYonghong Song2021-02-261-17/+43
| * | | bpf: Factor out verbose_invalid_scalar()Yonghong Song2021-02-261-11/+19
| * | | bpf: Factor out visit_func_call_insn() in check_cfg()Yonghong Song2021-02-261-12/+23
| * | | bpf: Rename fixup_bpf_calls and add some commentsBrendan Jackman2021-02-261-7/+9
| * | | bpf: Use MAX_BPF_FUNC_REG_ARGS macroDmitrii Banshchikov2021-02-262-12/+15
| * | | bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu2021-02-263-10/+62
| * | | bpf: Enable task local storage for tracing programsSong Liu2021-02-266-49/+38
* | | | Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-103-35/+64
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | bpf: Explicitly zero-extend R0 after 32-bit cmpxchgBrendan Jackman2021-03-052-1/+22
| * | bpf: Account for BPF_FETCH in insn_has_def32()Ilya Leoshkevich2021-03-041-31/+39
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-02-263-3/+3
| |\ \
| | * | bpf: Drop imprecise log messageDmitrii Banshchikov2021-02-241-2/+0
| | * | bpf: Clear percpu pointers in bpf_prog_clone_free()Cong Wang2021-02-221-0/+2
| | * | bpf: Fix a warning message in mark_ptr_not_null_reg()Dan Carpenter2021-02-221-1/+1
| | |/
* | | Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-051-0/+30
|\ \ \
| * | | kernel: provide create_io_thread() helperJens Axboe2021-03-041-0/+30
* | | | tracing: Skip selftests if tracing is disabledSteven Rostedt (VMware)2021-03-041-0/+6
* | | | tracing: Fix memory leak in __create_synth_event()Vamshi K Sthambamkadi2021-03-041-1/+3
* | | | ring-buffer: Add a little more information and a WARN when time stamp going b...Steven Rostedt (VMware)2021-03-041-3/+7
* | | | ring-buffer: Force before_stamp and write_stamp to be different on discardSteven Rostedt (VMware)2021-03-041-0/+11
* | | | tracing: Fix help text of TRACEPOINT_BENCHMARK in KconfigRolf Eike Beer2021-03-041-1/+1
* | | | tracing: Remove duplicate declaration from trace.hYordan Karadzhov (VMware)2021-03-041-1/+0
|/ / /
* | | Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-281-7/+13
|\ \ \
| * | | blktrace: fix documentation for blk_fill_rw()Chaitanya Kulkarni2021-02-241-1/+1