summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-275-12/+23
|\
| * bpf: Fix the kernel crash caused by bpf_setsockopt().Kui-Feng Lee2023-01-261-1/+0
| * bpf: Add missing btf_put to register_btf_id_dtor_kfuncsJiri Olsa2023-01-201-2/+2
| * bpf: Fix to preserve reg parent/live fields when copying range infoEduard Zingerman2023-01-191-7/+18
| * bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpersYonghong Song2023-01-181-1/+2
| * bpf: Fix off-by-one error in bpf_mem_cache_idx()Hou Tao2023-01-181-1/+1
* | module: Don't wait for GOING modulesPetr Pavlu2023-01-241-5/+21
* | Merge tag 'sched_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-01-222-23/+35
|\ \
| * | sched/core: Fix NULL pointer access fault in sched_setaffinity() with non-SMP...Waiman Long2023-01-161-2/+8
| * | sched/fair: Fixes for capacity inversion detectionQais Yousef2023-01-131-2/+11
| * | sched/uclamp: Fix a uninitialized variable warningsQais Yousef2023-01-131-19/+16
* | | Merge tag 'driver-core-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-01-211-0/+2
|\ \ \
| * | | prlimit: do_prlimit needs to have a speculation checkGreg Kroah-Hartman2023-01-211-0/+2
* | | | Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-01-211-0/+2
|\ \ \ \
| * | | | kheaders: explicitly validate existence of cpio commandThomas Weißschuh2023-01-181-0/+2
| |/ / /
* | | | Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2023-01-205-23/+21
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-175-23/+21
| |\ \ \
| | * | | bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst2023-01-131-1/+3
| | * | | bpf: hash map, avoid deadlock with suitable hash maskTonghao Zhang2023-01-121-2/+2
| | * | | bpf: remove the do_idr_lock parameter from bpf_prog_free_id()Paul Moore2023-01-091-14/+6
| | * | | bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...Paul Moore2023-01-092-7/+2
| | * | | bpf: Skip task with pid=1 in send_signal_common()Hao Sun2023-01-061-0/+3
| | * | | bpf: Skip invalid kfunc call in backtrack_insnHao Sun2023-01-061-0/+6
| | |/ /
* | | | Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-01-191-0/+2
|\ \ \ \
| * \ \ \ Merge branch 'rework/console-list-lock' into for-linusPetr Mladek2023-01-191-0/+2
| |\ \ \ \
| | * | | | kernel/printk/printk.c: Fix W=1 kernel-doc warningAnuradha Weeraman2023-01-161-0/+1
| | * | | | tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()John Ogness2023-01-161-0/+1
* | | | | | 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
|\ \ \ \ \ \ | |/ / / / / |/| | | | |