summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-01-141-15/+6
|\
| * kallsyms: Fix scheduling with interrupts disabled in self-testNicholas Piggin2023-01-131-15/+6
* | 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 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 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-12-213-5/+11
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | bpf: Resolve fext program type when checking map compatibilityToke Høiland-Jørgensen2022-12-141-2/+3
| * | | | | | bpf: Synchronize dispatcher update with bpf_dispatcher_xdp_funcJiri Olsa2022-12-141-0/+5
| * | | | | | bpf: prevent leak of lsm program after failed attachMilan Landaverde2022-12-141-3/+3
* | | | | | | Merge tag 'rcu-urgent.2022.12.17a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-211-4/+6
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | rcu: Don't assert interrupts enabled too early in bootPaul E. McKenney2022-12-171-4/+6
* | | | | | | Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-12-191-2/+10
|\ \ \ \ \ \ \
| * | | | | | | padata: Mark padata_work_init() as __refNathan Chancellor2022-12-141-2/+10
* | | | | | | | Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-192-0/+17
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'topic/objtool' into nextMichael Ellerman2022-12-081-0/+7
| |\ \ \ \ \ \ \ \