summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-125-20/+76
|\
| * Merge tag 'timers-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-01-123-10/+10
| |\
| | * time: Fix various kernel-doc problemsRandy Dunlap2023-01-033-10/+10
| * | Merge tag 'sched-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-01-121-9/+60
| |\ \
| | * | sched/core: Use kfree_rcu() in do_set_cpus_allowed()Waiman Long2023-01-091-4/+29
| | * | sched/core: Fix use-after-free bug in dup_user_cpus_ptr()Waiman Long2023-01-091-5/+29
| | * | sched/core: Fix arch_scale_freq_tick() on tickless systemsYair Podemsky2023-01-071-1/+3
| * | | Merge tag 'xtensa-20230110' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2023-01-101-1/+6
| |\ \ \ | | |/ / | |/| |
| | * | kcsan: test: don't put the expect array on the stackMax Filippov2023-01-021-1/+6
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-0521-128/+253
|\| |
| * | Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-054-18/+48
| |\ \ | | |/ | |/|
| | * bpf: Always use maximal size for copy_array()Kees Cook2022-12-281-5/+7
| | * bpf: keep a reference to the mm, in case the task is dead.Kui-Feng Lee2022-12-281-12/+27
| | * bpf: Fix panic due to wrong pageattr of im->imageChuang Wang2022-12-281-0/+4
| | * Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2022-12-242-1/+10
| | |\
| | | * bpf: fix nullness propagation for reg to reg comparisonsHao Sun2022-12-221-1/+8
| | | * bpf: Define sock security related BTF IDs under CONFIG_SECURITY_NETWORKHou Tao2022-12-191-0/+2
| * | | Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-01-011-37/+17
| |\ \ \
| | * | | perf/core: Call LSM hook after copying perf_event_attrNamhyung Kim2022-12-271-3/+3
| | * | | perf: Fix use-after-free in error pathPeter Zijlstra2022-12-271-1/+3
| | * | | perf/core: Fix cgroup events trackingChengming Zhou2022-12-271-32/+10
| | * | | perf core: Return error pointer if inherit_event() fails to find pmu_ctxRavi Bangoria2022-12-271-1/+1
| * | | | Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-01-013-16/+56
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | futex: Fix futex_waitv() hrtimer debug object leak on kcalloc errorMathieu Desnoyers2022-12-271-4/+7
| | * | | rtmutex: Add acquire semantics for rtmutex lock acquisition slow pathMel Gorman2022-12-122-12/+49
| * | | | Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-233-7/+9
| |\ \ \ \
| | * | | | cfi: Fix CFI failure with KASANSami Tolvanen2022-12-231-3/+0
| | * | | | exit: Use READ_ONCE() for all oops/warn limit readsKees Cook2022-12-162-4/+9
| * | | | | Merge tag 'dma-mapping-2022-12-23' of git://git.infradead.org/users/hch/dma-m...Linus Torvalds2022-12-231-0/+4
| |\ \ \ \ \
| | * | | | | dma-mapping: reject GFP_COMP for noncoherent allocationsChristoph Hellwig2022-12-211-0/+4
| * | | | | | Merge tag 'mm-hotfixes-stable-2022-12-22-14-34' of git://git.kernel.org/pub/s...Linus Torvalds2022-12-231-0/+5
| |\ \ \ \ \ \
| | * | | | | | gcov: add support for checksum fieldRickard x Andersson2022-12-211-0/+5
| | |/ / / / /
| * | | | | | Merge tag 'trace-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2022-12-212-2/+2
| |\ \ \ \ \ \
| | * | | | | | rv/monitors: Move monitor structure in rodataAlessandro Carminati2022-12-202-2/+2
| * | | | | | | Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-216-48/+112
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | tracing/probes: Reject symbol/symstr type for uprobeMasami Hiramatsu (Google)2022-12-153-10/+17
| | * | | | | | tracing/probes: Add symstr type for dynamic eventsMasami Hiramatsu (Google)2022-12-154-24/+85
| | * | | | | | kprobes: kretprobe events missing on 2-core KVM guestwuqiang2022-12-151-6/+2
| | * | | | | | kprobes: Fix check for probe enabled in kill_kprobe()Li Huafei2022-11-281-8/+8
| | * | | | | | tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)2022-11-241-0/+3
* | | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-046-143/+163
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | bpf: rename list_head -> graph_root in field info typesDave Marchevsky2022-12-283-22/+24
| * | | | | | | bpf: fix regs_exact() logic in regsafe() to remap IDs correctlyAndrii Nakryiko2022-12-271-7/+16
| * | | | | | | bpf: perform byte-by-byte comparison only when necessary in regsafe()Andrii Nakryiko2022-12-271-12/+9
| * | | | | | | bpf: reject non-exact register type matches in regsafe()Andrii Nakryiko2022-12-271-24/+21
| * | | | | | | bpf: generalize MAYBE_NULL vs non-MAYBE_NULL ruleAndrii Nakryiko2022-12-271-16/+15
| * | | | | | | bpf: reorganize struct bpf_reg_state fieldsAndrii Nakryiko2022-12-271-9/+8
| * | | | | | | bpf: teach refsafe() to take into account ID remappingAndrii Nakryiko2022-12-271-4/+12
| * | | | | | | bpf: Remove unused field initialization in bpf's ctl_tableRicardo Ribalda2022-12-221-1/+0
| * | | | | | | bpf: Reduce smap->elem_sizeMartin KaFai Lau2022-12-211-2/+2