summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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-201-2/+17
| | * bpf: widening for callback iteratorsEduard Zingerman2023-11-201-2/+22
| | * bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman2023-11-201-99/+175
| | * bpf: extract setup_func_entry() utility functionEduard Zingerman2023-11-201-36/+48
| | * bpf: extract __check_reg_arg() utility functionEduard Zingerman2023-11-201-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-181-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-2113-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
| * | | bpf: Add a new kfunc for cgroup1 hierarchyYafang Shao2023-11-141-0/+20
| * | | bpf: Add crosstask check to __bpf_get_stackJordan Rome2023-11-101-1/+10
| * | | Merge branch 'for-6.8-bpf' of https://git.kernel.org/pub/scm/linux/kernel/git...Alexei Starovoitov2023-11-103-17/+66
| |\ \ \
| | * | | cgroup: Add a new helper for cgroup1 hierarchyYafang Shao2023-11-092-1/+34
| | * | | cgroup: Add annotation for holding namespace_sem in current_cgns_cgroup_from_...Yafang Shao2023-11-091-0/+5
| | * | | cgroup: Eliminate the need for cgroup_mutex in proc_cgroup_show()Yafang Shao2023-11-091-5/+7
| | * | | cgroup: Make operations on the cgroup root_list RCU safeYafang Shao2023-11-092-8/+18
| | * | | cgroup: Remove unnecessary list_empty()Yafang Shao2023-11-091-4/+3
| * | | | bpf: Mark direct ld of stashed bpf_{rb,list}_node as non-owning refDave Marchevsky2023-11-091-5/+31
| * | | | bpf: Move GRAPH_{ROOT,NODE}_MASK macros into btf_field_type enumDave Marchevsky2023-11-091-7/+4