summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge branch 'misc-bug-fixes-part-4'Alexei Starovoitov9-21/+525
7 daysselftests/bpf: Test inner map identities in callbacksKumar Kartikeya Dwivedi2-4/+109
7 daysbpf: Preserve inner map identity in callback framesKumar Kartikeya Dwivedi1-0/+10
7 daysselftests/bpf: Test imprecise scalar kptr storesKumar Kartikeya Dwivedi1-0/+37
7 daysbpf: Mark NULL kptr stores preciseKumar Kartikeya Dwivedi1-2/+9
7 daysselftests/bpf: Test rhtab kptr cancellation semanticsNuoqi Gui2-0/+118
7 daysbpf: Cancel special fields when recycling rhtab elementsNuoqi Gui1-14/+3
7 daysselftests/bpf: Test timer field on recycled rhtab elementKumar Kartikeya Dwivedi2-0/+239
7 daysbpf: Preserve special fields in recycled rhtab elementsYuan Chen1-1/+0
7 daysima: allow users to specify the pcr index with IMA_MEASURE_PCR_IDXJulian Braha1-1/+5
7 daysselftests/bpf: Fix flaky bpf_nf test when random NAT port is 0Jiayuan Chen1-4/+4
7 daysdrm/amd/display: Fix harmless type mismatch in allocationKees Cook1-1/+1
7 daysMerge tag 'hid-for-linus-2026090401' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-29/+161
7 daysMerge tag 'sound-7.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds19-31/+191
7 daysMerge tag 'ata-7.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds2-24/+49
7 daystracing: Fix to avoid creating trace instances with duplicate namesMasami Hiramatsu (Google)1-0/+5
7 daysMerge tag 'ksmbd-for-7.3-rc2-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-33/+90
7 daysMerge tag 'probes-fixes-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-29/+89
7 daysMerge tag 'pmdomain-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-34/+20
7 daysMerge branch 'misc-bug-fixes-part-3'Alexei Starovoitov6-9/+298
7 daysselftests/bpf: Reject refcount acquisition after RCU unlockNing Ding1-0/+27
7 daysbpf: Reject untrusted allocated-object pointersNing Ding1-1/+3
7 daysselftests/bpf: Reject graph kptr use after RCU unlockKumar Kartikeya Dwivedi2-3/+78
7 daysbpf: Clear NON_OWN_REF after RCU protection endsKumar Kartikeya Dwivedi1-4/+14
7 daysselftests/bpf: Test borrowed refcount acquisition nullabilityNing Ding2-0/+109
7 daysbpf: Keep refcount_acquire nullable for borrowed RCU kptrsNing Ding1-1/+1
7 daysselftests/bpf: Reject non-percpu values in percpu kptr fieldsKumar Kartikeya Dwivedi1-0/+59
7 daysbpf: Require MEM_PERCPU for percpu kptr storesKumar Kartikeya Dwivedi1-0/+7
7 daysirqchip/stm32mp-exti: Fix the unit of the hwspinlock timeoutJu Nan1-2/+2
7 daysRevert "irqchip/mbigen: Fix mbigen node address layout"caina1-16/+4
7 daysperf build: Add clang and rust target flags for LoongArchHaiyong Sun1-0/+2
7 daysLoongArch: KVM: Fix TOCTOU race on pv_featuresTao Cui3-1/+7
7 daysLoongArch: KVM: Validate MSI data before routing it to EIOINTCZeng Chi1-0/+3
7 daysLoongArch: KVM: Preserve memslot arch flags on KVM_MR_FLAGS_ONLYZeng Chi1-0/+10
7 daysLoongArch: KVM: Remove unused function kvm_arch_flush_remote_tlbs_memslot()Bibo Mao2-7/+0
7 daysLoongArch: KVM: Fix resource leak in kvm_loongarch_env_init() error pathChaithanya Lagisetty1-4/+29
7 daysLoongArch: KVM: Add unregister helpers for the KVM interrupt devicesChaithanya Lagisetty8-0/+24
7 daysLoongArch: KVM: Free init resources if kvm_init() failsChaithanya Lagisetty1-1/+5
7 daysLoongArch: BPF: Fix off-by-one error for insn_is_cast_user()Tiezhu Yang1-1/+1
7 daysLoongArch: Avoid preempt count underflow without probeJérémy Jean1-0/+3
7 daysLoongArch: Do not save/restore percpu base register in rethook trampolineWentao Guan1-2/+0
7 daysLoongArch: Remove unused setup_profiling_timer() functionAnthony Iliopoulos1-8/+0
7 daysLoongArch: Fix typo "avaliable" in comment of vmlinux.lds.SHemanth Selam1-1/+1
7 daysLoongArch: Do not select HAVE_RUST when KASAN is enabledNathan Chancellor1-1/+1
8 daysselftests/bpf: No non-NULL inference from an imprecise zero registerEduard Zingerman1-0/+34
8 daysbpf: Mark the zero register precise for a register-form NULL checkEduard Zingerman1-0/+9
8 daysselftests/bpf: Check that JMP32 pointer vs zero jumps are not predictedEduard Zingerman1-0/+27
8 daysbpf: Don't predict JMP32 pointer vs zero comparisonsEduard Zingerman1-0/+7
8 daysselftests/bpf: Check the linked regs cap for the compared registerEduard Zingerman1-6/+7
8 daysbpf: Don't resurrect a scalar id dropped by collect_linked_regs()Eduard Zingerman1-4/+10