summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-076-71/+56
|\
| * Merge tag 'net-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-12-072-52/+18
| |\
| | * bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa2023-12-061-48/+10
| | * bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4Yonghong Song2023-12-011-4/+8
| * | Merge tag 'cgroup-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-12-071-1/+7
| |\ \
| | * | cgroup_freezer: cgroup_freezing: Check if not frozenTim Van Patten2023-11-281-1/+7
| * | | Merge tag 'wq-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-12-071-7/+15
| |\ \ \
| | * | | workqueue: Make sure that wq_unbound_cpumask is never emptyTejun Heo2023-11-221-7/+15
| * | | | Merge tag 'probes-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-12-032-11/+16
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | rethook: Use __rcu pointer for rethook::handlerMasami Hiramatsu (Google)2023-12-011-9/+14
| | * | | kprobes: consistent rcu api usage for kretprobe holderJP Kobryn2023-12-011-2/+2
* | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-302-28/+141
|\ \ \ \ \
| * | | | | bpf: Add link_info support for uprobe multi linkJiri Olsa2023-11-281-0/+72
| * | | | | bpf: Store ref_ctr_offsets values in bpf_uprobe arrayJiri Olsa2023-11-281-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-11-302-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-261-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-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