summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rcu.release.v6.8' of https://github.com/neeraju/linuxLinus Torvalds2024-01-129-34/+80
|\
| *-----. Merge branches 'doc.2023.12.13a', 'torture.2023.11.23a', 'fixes.2023.12.13a',...Neeraj Upadhyay (AMD)2023-12-149-34/+80
| |\ \ \ \
| | | | | * srcu: Explain why callbacks invocations can't run concurrentlyFrederic Weisbecker2023-12-121-0/+6
| | | | | * srcu: No need to advance/accelerate if no callback enqueuedFrederic Weisbecker2023-12-121-3/+5
| | | | | * srcu: Remove superfluous callbacks advancing from srcu_gp_start()Frederic Weisbecker2023-12-121-10/+0
| | |_|_|/ | |/| | |
| | | | * rcu-tasks: Mark RCU Tasks accesses to current->rcu_tasks_idle_cpuPaul E. McKenney2023-12-121-2/+2
| | |_|/ | |/| |
| | | * rcu: Force quiescent states only for ongoing grace periodZqiang2023-12-141-0/+2
| | | * rcu: Restrict access to RCU CPU stall notifiersPaul E. McKenney2023-12-125-9/+53
| | |/ | |/|
| | * rcutorture: Add fqs_holdoff check before fqs_task is createdZqiang2023-11-231-1/+3
| | * locktorture: Increase Hamming distance between call_rcu_chain and rcu_call_ch...Paul E. McKenney2023-11-231-9/+9
| |/
* | Merge tag 'dma-mapping-6.8-2024-01-08' of git://git.infradead.org/users/hch/d...Linus Torvalds2024-01-113-37/+58
|\ \
| * | dma-mapping: clear dev->dma_mem to NULL after freeing itJoakim Zhang2023-12-151-1/+3
| * | swiotlb: reduce area lock contention for non-primary IO TLB poolsPetr Tesarik2023-12-151-35/+55
| * | dma-mapping: don't store redundant offsetsRobin Murphy2023-12-151-1/+0
* | | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-1123-1792/+2574
|\ \ \
| * \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-01-053-47/+172
| |\ \ \
| | * | | bpf: Fix re-attachment branch in bpf_tracing_prog_attachJiri Olsa2024-01-041-0/+9
| | * | | bpf: Relax tracing prog recursive attach rulesDmitrii Dolgov2024-01-042-15/+47
| | * | | bpf: Remove unnecessary cpu == 0 check in memallocYonghong Song2024-01-041-1/+1
| | * | | bpf: Limit up to 512 bytes for bpf_global_percpu_ma allocationYonghong Song2024-01-031-0/+8
| | * | | bpf: Use smaller low/high marks for percpu allocationYonghong Song2024-01-031-1/+7
| | * | | bpf: Refill only one percpu element in memallocYonghong Song2024-01-031-4/+9
| | * | | bpf: Allow per unit prefill for non-fix-size percpu memory allocatorYonghong Song2024-01-032-15/+79
| | * | | bpf: Add objcg to bpf_mem_allocYonghong Song2024-01-031-5/+6
| | * | | bpf: Avoid unnecessary extra percpu memory allocationYonghong Song2024-01-031-1/+3
| | * | | bpf: Simplify checking size of helper accessesAndrei Matei2024-01-031-6/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-047-78/+108
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...David S. Miller2024-01-014-342/+322
| |\ \ \ \
| | * | | | bpf: Avoid unnecessary use of comma operator in verifierSimon Horman2023-12-211-1/+1
| | * | | | bpf: Re-support uid and gid when mounting bpffsDaniel Borkmann2023-12-211-2/+51
| | * | | | bpf: Use c->unit_size to select target cache during freeHou Tao2023-12-201-94/+11
| | * | | | bpf: add support for passing dynptr pointer to global subprogAndrii Nakryiko2023-12-192-0/+30
| | * | | | bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog argsAndrii Nakryiko2023-12-192-7/+42
| | * | | | bpf: reuse subprog argument parsing logic for subprog call checksAndrii Nakryiko2023-12-191-80/+30
| | * | | | bpf: move subprog call logic back to verifier.cAndrii Nakryiko2023-12-192-146/+146
| | * | | | bpf: prepare btf_prepare_func_args() for handling static subprogsAndrii Nakryiko2023-12-192-14/+9
| | * | | | bpf: reuse btf_prepare_func_args() check for main program BTF validationAndrii Nakryiko2023-12-192-60/+15
| | * | | | bpf: abstract away global subprog arg preparation logic from reg state setupAndrii Nakryiko2023-12-192-34/+47
| | * | | | bpf: make the verifier tracks the "not equal" for regsMenglong Dong2023-12-191-1/+37
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-12-2113-413/+144
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Revert BPF token-related functionalityAndrii Nakryiko2023-12-1911-767/+94
| * | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-12-1822-458/+1497
| |\ \ \ \ \
| | * | | | | bpf: Ensure precise is reset to false in __mark_reg_const_zero()Andrii Nakryiko2023-12-181-18/+11
| | * | | | | bpf: Fail uprobe multi link with negative offsetJiri Olsa2023-12-181-2/+6
| | * | | | | x86/cfi,bpf: Fix bpf_exception_cb() signatureAlexei Starovoitov2023-12-151-1/+1
| | * | | | | bpf: Fix dtor CFIPeter Zijlstra2023-12-152-3/+21
| | * | | | | x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra2023-12-151-8/+8
| | * | | | | x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra2023-12-151-0/+25
| | * | | | | bpf: Limit the number of kprobes when attaching program to multiple kprobesHou Tao2023-12-151-0/+3
| | * | | | | bpf: Limit the number of uprobes when attaching program to multiple uprobesHou Tao2023-12-151-0/+4