aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 6-71/+56
2023-12-07Merge tag 'net-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 2-52/+18
2023-12-07Merge tag 'cgroup-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+7
2023-12-07Merge tag 'wq-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-7/+15
2023-12-06bpf: Fix prog_array_map_poke_run map poke updateGravatar Jiri Olsa 1-48/+10
2023-12-03Merge tag 'probes-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-11/+16
2023-12-01bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4Gravatar Yonghong Song 1-4/+8
2023-12-01rethook: Use __rcu pointer for rethook::handlerGravatar Masami Hiramatsu (Google) 1-9/+14
2023-12-01kprobes: consistent rcu api usage for kretprobe holderGravatar JP Kobryn 1-2/+2
2023-11-30Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 2-28/+141
2023-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-1/+4
2023-12-01Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-0/+2
2023-11-28bpf: Add link_info support for uprobe multi linkGravatar Jiri Olsa 1-0/+72
2023-11-28bpf: Store ref_ctr_offsets values in bpf_uprobe arrayGravatar Jiri Olsa 1-11/+3
2023-11-28cgroup_freezer: cgroup_freezing: Check if not frozenGravatar Tim Van Patten 1-1/+7
2023-11-26bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()Gravatar Hou Tao 1-0/+2
2023-11-26Merge tag 'locking-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+2
2023-11-24lockdep: Fix block chain corruptionGravatar Peter Zijlstra 1-1/+2
2023-11-24bpf: Validate global subprogs lazilyGravatar Andrii Nakryiko 1-6/+42
2023-11-24bpf: Emit global subprog name in verifier logsGravatar Andrii Nakryiko 1-11/+24
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 9-200/+448
2023-11-23Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-136/+266
2023-11-22workqueue: Make sure that wq_unbound_cpumask is never emptyGravatar Tejun Heo 1-7/+15
2023-11-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 13-1057/+1304
2023-11-20bpf: keep track of max number of bpf_loop callback iterationsGravatar Eduard Zingerman 1-2/+17
2023-11-20bpf: widening for callback iteratorsGravatar Eduard Zingerman 1-2/+22
2023-11-20bpf: verify callbacks as if they are called unknown number of timesGravatar Eduard Zingerman 1-99/+175
2023-11-20bpf: extract setup_func_entry() utility functionGravatar Eduard Zingerman 1-36/+48
2023-11-20bpf: extract __check_reg_arg() utility functionGravatar Eduard Zingerman 1-6/+13
2023-11-19Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-22/+19
2023-11-19Merge tag 'sched_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-38/+135
2023-11-19Merge tag 'locking_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-3/+6
2023-11-19Merge tag 'perf_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+17
2023-11-19bpf: bpf_iter_task_next: use next_task(kit->task) rather than next_task(kit->...Gravatar Oleg Nesterov 1-9/+5
2023-11-19bpf: bpf_iter_task_next: use __next_thread() rather than next_thread()Gravatar Oleg Nesterov 1-5/+4
2023-11-19bpf: task_group_seq_get_next: use __next_thread() rather than next_thread()Gravatar Oleg Nesterov 1-7/+5
2023-11-18Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+4
2023-11-18bpf: emit frameno for PTR_TO_STACK regs if it differs from current oneGravatar Andrii Nakryiko 1-6/+14
2023-11-18bpf: smarter verifier log number printing logicGravatar Andrii Nakryiko 1-11/+68
2023-11-18bpf: omit default off=0 and imm=0 in register state logGravatar Andrii Nakryiko 1-6/+4
2023-11-18bpf: emit map name in register state if applicable and availableGravatar Andrii Nakryiko 1-6/+18
2023-11-18bpf: print spilled register state in stack slotGravatar Andrii Nakryiko 1-19/+17
2023-11-18bpf: extract register state printingGravatar Andrii Nakryiko 1-57/+63
2023-11-18bpf: move verifier state printing code to kernel/bpf/log.cGravatar Andrii Nakryiko 2-403/+342
2023-11-18bpf: move verbose_linfo() into kernel/bpf/log.cGravatar Andrii Nakryiko 2-57/+59
2023-11-18prctl: Disable prctl(PR_SET_MDWE) on pariscGravatar Helge Deller 1-0/+4
2023-11-17bpf: rename BPF_F_TEST_SANITY_STRICT to BPF_F_TEST_REG_INVARIANTSGravatar Andrii Nakryiko 2-4/+4
2023-11-17Merge tag 'audit-pr-20231116' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2023-11-16Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 2-29/+66
2023-11-15bpf: make __reg{32,64}_deduce_bounds logic more robustGravatar Andrii Nakryiko 1-16/+8