summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-07-17Revert "drm/gem-framebuffer: Use dma_buf from GEM object instance"Thomas Zimmermann1-2/+6
2025-07-17Revert "drm/prime: Use dma_buf from GEM object instance"Thomas Zimmermann1-1/+7
2025-07-17Revert "drm/etnaviv: Use dma_buf from GEM object instance"Thomas Zimmermann1-2/+2
2025-07-17Revert "drm/vmwgfx: Use dma_buf from GEM object instance"Thomas Zimmermann1-3/+3
2025-07-17Revert "drm/virtio: Use dma_buf from GEM object instance"Thomas Zimmermann1-2/+3
2025-07-17drm/sched: Remove optimization that causes hang when killing dependent jobsLin.Cao1-19/+2
2025-07-17netfilter: nf_conntrack: fix crash due to removal of uninitialised entryFlorian Westphal2-8/+33
2025-07-17net: fix segmentation after TCP/UDP fraglist GROFelix Fietkau2-0/+2
2025-07-17gpiolib: devres: release GPIOs in devm_gpiod_put_array()André Draszik1-1/+1
2025-07-17ipv6: mcast: Delay put pmc->idev in mld_del_delrec()Yue Haibing1-1/+1
2025-07-17Merge branch 's390-bpf-fix-bpf_arch_text_poke-with-new_addr-null-again'Alexei Starovoitov2-1/+76
2025-07-17selftests/bpf: Stress test attaching a BPF prog to another BPF progIlya Leoshkevich1-0/+67
2025-07-17s390/bpf: Fix bpf_arch_text_poke() with new_addr == NULL againIlya Leoshkevich1-1/+9
2025-07-17sched/ext: Prevent update_locked_rq() calls with NULL rqBreno Leitao1-4/+8
2025-07-17Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-5/+8
2025-07-17net: airoha: fix potential use-after-free in airoha_npu_get()Alok Tiwari1-1/+2
2025-07-17net/mlx5: Correctly set gso_size when LRO is usedChristoph Paasch1-4/+8
2025-07-17bcachefs: Fix bch2_maybe_casefold() when CONFIG_UTF8=nKent Overstreet1-8/+7
2025-07-17bcachefs: Fix build when CONFIG_UNICODE=nKent Overstreet2-0/+13
2025-07-17bcachefs: Fix reference to invalid bucket in copygcKent Overstreet1-1/+1
2025-07-17bcachefs: Don't build aux search tree when still repairing nodeKent Overstreet1-3/+3
2025-07-17bcachefs: Tweak threshold for allocator triggering discardsKent Overstreet1-1/+2
2025-07-17bcachefs: Fix triggering of discard by the journal pathKent Overstreet1-0/+1
2025-07-16drm/amdgpu/gfx8: reset compute ring wptr on the GPU on resumeEeli Haapalainen1-0/+1
2025-07-16drm/amdgpu: Increase reset counter only on successLijo Lazar1-2/+7
2025-07-16drm/radeon: Do not hold console lock during resumeThomas Zimmermann1-12/+3
2025-07-16drm/radeon: Do not hold console lock while suspending clientsThomas Zimmermann1-5/+3
2025-07-16drm/amd/display: Disable CRTC degamma LUT for DCN401Melissa Wen1-1/+10
2025-07-16drm/amd/display: Free memory allocationClayton King1-1/+2
2025-07-16Merge tag 'probes-fixes-v6.16-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-07-16Bluetooth: btusb: QCA: Fix downloading wrong NVM for WCN6855 GF variant witho...Zijun Hu1-34/+44
2025-07-16Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmapChristian Eggers32-185/+187
2025-07-16Bluetooth: hci_core: add missing braces when using macro parametersChristian Eggers1-11/+11
2025-07-16Bluetooth: hci_core: fix typos in macrosChristian Eggers1-2/+2
2025-07-16Bluetooth: SMP: Fix using HCI_ERROR_REMOTE_USER_TERM on timeoutLuiz Augusto von Dentz1-1/+1
2025-07-16Bluetooth: SMP: If an unallowed command is received consider it a failureLuiz Augusto von Dentz2-1/+19
2025-07-16Bluetooth: btintel: Check if controller is ISO capable on btintel_classify_pk...Luiz Augusto von Dentz1-1/+1
2025-07-16Bluetooth: hci_sync: fix connectable extended advertising when using static r...Alessandro Gasbarroni1-2/+2
2025-07-16Bluetooth: Fix null-ptr-deref in l2cap_sock_resume_cb()Kuniyuki Iwashima1-0/+3
2025-07-16riscv: uaccess: Fix -Wuninitialized and -Wshadow in __put_user_nocheckNathan Chancellor1-2/+2
2025-07-16io_uring/poll: fix POLLERR handlingPavel Begunkov2-6/+8
2025-07-16riscv: Stop supporting static ftraceAlexandre Ghiti1-1/+2
2025-07-16riscv: traps_misaligned: properly sign extend value in misaligned load handlerAndreas Schwab1-1/+1
2025-07-16riscv: Enable interrupt during exception handlingNam Cao1-4/+6
2025-07-16riscv: ftrace: Properly acquire text_mutex to fix a race conditionAlexandre Ghiti1-4/+14
2025-07-16ACPI: RISC-V: Remove unnecessary CPPC debug messageSunil V L1-2/+0
2025-07-16riscv: Stop considering R_RISCV_NONE as bad relocationsAlexandre Ghiti1-1/+3
2025-07-16nvmem: layouts: u-boot-env: remove crc32 endianness conversionMichael C. Pratt1-3/+3
2025-07-16misc: amd-sbi: Explicitly clear in/out arg "mb_in_out"Akshay Gupta1-0/+4
2025-07-16misc: amd-sbi: Address copy_to/from_user() warning reported in smatchAkshay Gupta1-4/+11