summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-12-012-28/+141
|\
| * bpf: Add link_info support for uprobe multi linkJiri Olsa2023-11-291-0/+72
| * bpf: Store ref_ctr_offsets values in bpf_uprobe arrayJiri Olsa2023-11-291-11/+3
| * bpf: Validate global subprogs lazilyAndrii Nakryiko2023-11-241-6/+42
| * bpf: Emit global subprog name in verifier logsAndrii Nakryiko2023-11-241-11/+24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-012-1/+4
|\ \ | |/ |/|
| * Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-12-011-0/+2
| |\
| | * bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()Hou Tao2023-11-271-0/+2
| * | Merge tag 'locking-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-11-261-1/+2
| |\ \ | | |/ | |/|
| | * lockdep: Fix block chain corruptionPeter Zijlstra2023-11-241-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-11-239-200/+448
|\| |
| * | Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-11-231-136/+266
| |\ \ | | |/ | |/|
| | * bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman2023-11-211-2/+17
| | * bpf: widening for callback iteratorsEduard Zingerman2023-11-211-2/+22
| | * bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman2023-11-211-99/+175
| | * bpf: extract setup_func_entry() utility functionEduard Zingerman2023-11-211-36/+48
| | * bpf: extract __check_reg_arg() utility functionEduard Zingerman2023-11-211-6/+13
| * | Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-192-22/+19
| |\ \
| | * | hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner2023-11-112-22/+19
| * | | Merge tag 'sched_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-11-192-38/+135
| |\ \ \
| | * | | sched/fair: Fix the decision for load balanceKeisuke Nishimura2023-11-141-3/+7
| | * | | sched: psi: fix unprivileged polling against cgroupsJohannes Weiner2023-11-141-12/+0
| | * | | sched/eevdf: Fix vruntime adjustment on reweightAbel Wu2023-11-141-23/+128
| * | | | Merge tag 'locking_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-11-191-3/+6
| |\ \ \ \
| | * | | | futex: Fix hardcoded flagsPeter Zijlstra2023-11-151-3/+6
| | |/ / /
| * | | | Merge tag 'perf_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-11-191-0/+17
| |\ \ \ \
| | * | | | perf/core: Fix cpuctx refcountingPeter Zijlstra2023-11-151-0/+17
| | |/ / /
| * | | | Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-191-0/+4
| |\ \ \ \
| | * | | | prctl: Disable prctl(PR_SET_MDWE) on pariscHelge Deller2023-11-181-0/+4
| | |/ / /
| * | | | Merge tag 'audit-pr-20231116' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-171-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()Paul Moore2023-11-141-1/+1
| | |/ /
* | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-2213-1057/+1304
|\ \ \ \ | |/ / / |/| | |
| * | | bpf: bpf_iter_task_next: use next_task(kit->task) rather than next_task(kit->...Oleg Nesterov2023-11-191-9/+5
| * | | bpf: bpf_iter_task_next: use __next_thread() rather than next_thread()Oleg Nesterov2023-11-191-5/+4
| * | | bpf: task_group_seq_get_next: use __next_thread() rather than next_thread()Oleg Nesterov2023-11-191-7/+5
| * | | bpf: emit frameno for PTR_TO_STACK regs if it differs from current oneAndrii Nakryiko2023-11-181-6/+14
| * | | bpf: smarter verifier log number printing logicAndrii Nakryiko2023-11-181-11/+68
| * | | bpf: omit default off=0 and imm=0 in register state logAndrii Nakryiko2023-11-181-6/+4
| * | | bpf: emit map name in register state if applicable and availableAndrii Nakryiko2023-11-181-6/+18
| * | | bpf: print spilled register state in stack slotAndrii Nakryiko2023-11-181-19/+17
| * | | bpf: extract register state printingAndrii Nakryiko2023-11-181-57/+63
| * | | bpf: move verifier state printing code to kernel/bpf/log.cAndrii Nakryiko2023-11-182-403/+342
| * | | bpf: move verbose_linfo() into kernel/bpf/log.cAndrii Nakryiko2023-11-182-57/+59
| * | | bpf: rename BPF_F_TEST_SANITY_STRICT to BPF_F_TEST_REG_INVARIANTSAndrii Nakryiko2023-11-172-4/+4
| * | | bpf: make __reg{32,64}_deduce_bounds logic more robustAndrii Nakryiko2023-11-151-16/+8
| * | | bpf: remove redundant s{32,64} -> u{32,64} deduction logicAndrii Nakryiko2023-11-151-36/+0
| * | | bpf: add register bounds sanity checks and sanitizationAndrii Nakryiko2023-11-152-26/+94
| * | | bpf: enhance BPF_JEQ/BPF_JNE is_branch_taken logicAndrii Nakryiko2023-11-151-0/+24
| * | | bpf: generalize is_scalar_branch_taken() logicAndrii Nakryiko2023-11-151-40/+58
| * | | bpf: generalize reg_set_min_max() to handle non-const register comparisonsAndrii Nakryiko2023-11-152-179/+142