summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-01-21bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTRKumar Kartikeya Dwivedi1-18/+66
2023-01-21bpf: Fix state pruning for STACK_DYNPTR stack slotsKumar Kartikeya Dwivedi1-4/+84
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-38/+29
2023-01-20Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds5-23/+21
2023-01-20bpf: Add missing btf_put to register_btf_id_dtor_kfuncsJiri Olsa1-2/+2
2023-01-20bpf: Change modules resolving for kprobe multi linkJiri Olsa1-46/+47
2023-01-20livepatch: Improve the search performance of module_kallsyms_on_each_symbol()Zhen Lei4-12/+15
2023-01-20bpf: Fix to preserve reg parent/live fields when copying range infoEduard Zingerman1-7/+18
2023-01-19Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2023-01-19Merge branch 'rework/console-list-lock' into for-linusPetr Mladek1-0/+2
2023-01-19bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpersYonghong Song1-1/+2
2023-01-19bpf: Fix off-by-one error in bpf_mem_cache_idx()Hou Tao1-1/+1
2023-01-18kheaders: explicitly validate existence of cpio commandThomas Weißschuh1-0/+2
2023-01-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5-23/+21
2023-01-18bpf: Do not allow to load sleepable BPF_TRACE_RAW_TP programJiri Olsa1-3/+19
2023-01-18genirq/msi: Free the fwnode created by msi_create_device_irq_domain()Jason Gunthorpe2-2/+6
2023-01-16kernel/printk/printk.c: Fix W=1 kernel-doc warningAnuradha Weeraman1-0/+1
2023-01-16tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()John Ogness1-0/+1
2023-01-16sched/core: Fix NULL pointer access fault in sched_setaffinity() with non-SMP...Waiman Long1-2/+8
2023-01-14Merge tag 'modules-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-15/+6
2023-01-14kallsyms: Fix scheduling with interrupts disabled in self-testNicholas Piggin1-15/+6
2023-01-13bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst1-1/+3
2023-01-13sched/fair: Fixes for capacity inversion detectionQais Yousef1-2/+11
2023-01-13sched/uclamp: Fix a uninitialized variable warningsQais Yousef1-19/+16
2023-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-20/+76
2023-01-13bpf: hash map, avoid deadlock with suitable hash maskTonghao Zhang1-2/+2
2023-01-13Merge tag 'timers-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-10/+10
2023-01-13Merge tag 'sched-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+60
2023-01-11bpf: btf: limit logging of ignored BTF mismatchesConnor O'Brien1-11/+27
2023-01-10Merge tag 'xtensa-20230110' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-1/+6
2023-01-10bpf: remove the do_idr_lock parameter from bpf_prog_free_id()Paul Moore1-14/+6
2023-01-10bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...Paul Moore2-7/+2
2023-01-09sched/core: Use kfree_rcu() in do_set_cpus_allowed()Waiman Long1-4/+29
2023-01-09sched/core: Fix use-after-free bug in dup_user_cpus_ptr()Waiman Long1-5/+29
2023-01-07sched/core: Fix arch_scale_freq_tick() on tickless systemsYair Podemsky1-1/+3
2023-01-07bpf: Skip task with pid=1 in send_signal_common()Hao Sun1-0/+3
2023-01-06bpf: Skip invalid kfunc call in backtrack_insnHao Sun1-0/+6
2023-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski21-128/+253
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-18/+48
2023-01-05Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski6-143/+163
2023-01-03time: Fix various kernel-doc problemsRandy Dunlap3-10/+10
2023-01-02kcsan: test: don't put the expect array on the stackMax Filippov1-1/+6
2023-01-01Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-37/+17
2023-01-01Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-16/+56
2022-12-29bpf: rename list_head -> graph_root in field info typesDave Marchevsky3-22/+24
2022-12-29bpf: Always use maximal size for copy_array()Kees Cook1-5/+7
2022-12-29bpf: keep a reference to the mm, in case the task is dead.Kui-Feng Lee1-12/+27
2022-12-29bpf: Fix panic due to wrong pageattr of im->imageChuang Wang1-0/+4
2022-12-28bpf: fix regs_exact() logic in regsafe() to remap IDs correctlyAndrii Nakryiko1-7/+16
2022-12-28bpf: perform byte-by-byte comparison only when necessary in regsafe()Andrii Nakryiko1-12/+9