summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-200/+448
2023-11-23Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-136/+266
2023-11-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski13-1057/+1304
2023-11-21bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman1-2/+17
2023-11-21bpf: widening for callback iteratorsEduard Zingerman1-2/+22
2023-11-21bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman1-99/+175
2023-11-21bpf: extract setup_func_entry() utility functionEduard Zingerman1-36/+48
2023-11-21bpf: extract __check_reg_arg() utility functionEduard Zingerman1-6/+13
2023-11-20Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-22/+19
2023-11-20Merge tag 'sched_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-38/+135
2023-11-20Merge tag 'locking_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+6
2023-11-20Merge tag 'perf_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+17
2023-11-19bpf: bpf_iter_task_next: use next_task(kit->task) rather than next_task(kit->...Oleg Nesterov1-9/+5
2023-11-19bpf: bpf_iter_task_next: use __next_thread() rather than next_thread()Oleg Nesterov1-5/+4
2023-11-19bpf: task_group_seq_get_next: use __next_thread() rather than next_thread()Oleg Nesterov1-7/+5
2023-11-19Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2023-11-18bpf: emit frameno for PTR_TO_STACK regs if it differs from current oneAndrii Nakryiko1-6/+14
2023-11-18bpf: smarter verifier log number printing logicAndrii Nakryiko1-11/+68
2023-11-18bpf: omit default off=0 and imm=0 in register state logAndrii Nakryiko1-6/+4
2023-11-18bpf: emit map name in register state if applicable and availableAndrii Nakryiko1-6/+18
2023-11-18bpf: print spilled register state in stack slotAndrii Nakryiko1-19/+17
2023-11-18bpf: extract register state printingAndrii Nakryiko1-57/+63
2023-11-18bpf: move verifier state printing code to kernel/bpf/log.cAndrii Nakryiko2-403/+342
2023-11-18bpf: move verbose_linfo() into kernel/bpf/log.cAndrii Nakryiko2-57/+59
2023-11-18prctl: Disable prctl(PR_SET_MDWE) on pariscHelge Deller1-0/+4
2023-11-17bpf: rename BPF_F_TEST_SANITY_STRICT to BPF_F_TEST_REG_INVARIANTSAndrii Nakryiko2-4/+4
2023-11-17Merge tag 'audit-pr-20231116' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-11-16Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-29/+66
2023-11-15bpf: make __reg{32,64}_deduce_bounds logic more robustAndrii Nakryiko1-16/+8
2023-11-15bpf: remove redundant s{32,64} -> u{32,64} deduction logicAndrii Nakryiko1-36/+0
2023-11-15bpf: add register bounds sanity checks and sanitizationAndrii Nakryiko2-26/+94
2023-11-15bpf: enhance BPF_JEQ/BPF_JNE is_branch_taken logicAndrii Nakryiko1-0/+24
2023-11-15bpf: generalize is_scalar_branch_taken() logicAndrii Nakryiko1-40/+58
2023-11-15bpf: generalize reg_set_min_max() to handle non-const register comparisonsAndrii Nakryiko2-179/+142
2023-11-15bpf: Do not allocate percpu memory at init stageYonghong Song2-7/+21
2023-11-15perf/core: Fix cpuctx refcountingPeter Zijlstra1-0/+17
2023-11-15futex: Fix hardcoded flagsPeter Zijlstra1-3/+6
2023-11-15audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()Paul Moore1-1/+1
2023-11-15sched/fair: Fix the decision for load balanceKeisuke Nishimura1-3/+7
2023-11-15sched: psi: fix unprivileged polling against cgroupsJohannes Weiner1-12/+0
2023-11-15sched/eevdf: Fix vruntime adjustment on reweightAbel Wu1-23/+128
2023-11-14bpf: Add a new kfunc for cgroup1 hierarchyYafang Shao1-0/+20
2023-11-11hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner2-22/+19
2023-11-11Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-5/+6
2023-11-11tracing/kprobes: Fix the order of argument descriptionsYujie Liu1-1/+1
2023-11-10Merge tag 'dma-mapping-6.7-2023-11-10' of git://git.infradead.org/users/hch/d...Linus Torvalds4-10/+81
2023-11-10bpf: Add crosstask check to __bpf_get_stackJordan Rome1-1/+10
2023-11-10Merge branch 'for-6.8-bpf' of https://git.kernel.org/pub/scm/linux/kernel/git...Alexei Starovoitov3-17/+66
2023-11-10tracing: fprobe-event: Fix to check tracepoint event and returnMasami Hiramatsu (Google)1-4/+5
2023-11-10bpf: fix control-flow graph checking in privileged modeAndrii Nakryiko1-15/+8