summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-16Merge branch 's390-bpf-fix-bpf_arch_text_poke-with-new_addr-null-again'Alexei Starovoitov
2025-07-16selftests/bpf: Stress test attaching a BPF prog to another BPF progIlya Leoshkevich
2025-07-16s390/bpf: Fix bpf_arch_text_poke() with new_addr == NULL againIlya Leoshkevich
2025-07-16sched/ext: Prevent update_locked_rq() calls with NULL rqBreno Leitao
2025-07-16Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2025-07-16net: airoha: fix potential use-after-free in airoha_npu_get()Alok Tiwari
2025-07-16net/mlx5: Correctly set gso_size when LRO is usedChristoph Paasch
2025-07-16bcachefs: Fix bch2_maybe_casefold() when CONFIG_UTF8=nKent Overstreet
2025-07-16bcachefs: Fix build when CONFIG_UNICODE=nKent Overstreet
2025-07-16bcachefs: Fix reference to invalid bucket in copygcKent Overstreet
2025-07-16bcachefs: Don't build aux search tree when still repairing nodeKent Overstreet
2025-07-16bcachefs: Tweak threshold for allocator triggering discardsKent Overstreet
2025-07-16bcachefs: Fix triggering of discard by the journal pathKent Overstreet
2025-07-16drm/amdgpu/gfx8: reset compute ring wptr on the GPU on resumeEeli Haapalainen
2025-07-16drm/amdgpu: Increase reset counter only on successLijo Lazar
2025-07-16drm/radeon: Do not hold console lock during resumeThomas Zimmermann
2025-07-16drm/radeon: Do not hold console lock while suspending clientsThomas Zimmermann
2025-07-16drm/amd/display: Disable CRTC degamma LUT for DCN401Melissa Wen
2025-07-16drm/amd/display: Free memory allocationClayton King
2025-07-16Merge tag 'probes-fixes-v6.16-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-07-16Bluetooth: btusb: QCA: Fix downloading wrong NVM for WCN6855 GF variant witho...Zijun Hu
2025-07-16Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmapChristian Eggers
2025-07-16Bluetooth: hci_core: add missing braces when using macro parametersChristian Eggers
2025-07-16Bluetooth: hci_core: fix typos in macrosChristian Eggers
2025-07-16Bluetooth: SMP: Fix using HCI_ERROR_REMOTE_USER_TERM on timeoutLuiz Augusto von Dentz
2025-07-16Bluetooth: SMP: If an unallowed command is received consider it a failureLuiz Augusto von Dentz
2025-07-16Bluetooth: btintel: Check if controller is ISO capable on btintel_classify_pk...Luiz Augusto von Dentz
2025-07-16Bluetooth: hci_sync: fix connectable extended advertising when using static r...Alessandro Gasbarroni
2025-07-16Bluetooth: Fix null-ptr-deref in l2cap_sock_resume_cb()Kuniyuki Iwashima
2025-07-16riscv: uaccess: Fix -Wuninitialized and -Wshadow in __put_user_nocheckNathan Chancellor
2025-07-16io_uring/poll: fix POLLERR handlingPavel Begunkov
2025-07-16riscv: Stop supporting static ftraceAlexandre Ghiti
2025-07-16riscv: traps_misaligned: properly sign extend value in misaligned load handlerAndreas Schwab
2025-07-16riscv: Enable interrupt during exception handlingNam Cao
2025-07-16riscv: ftrace: Properly acquire text_mutex to fix a race conditionAlexandre Ghiti
2025-07-16ACPI: RISC-V: Remove unnecessary CPPC debug messageSunil V L
2025-07-16riscv: Stop considering R_RISCV_NONE as bad relocationsAlexandre Ghiti
2025-07-16nvmem: layouts: u-boot-env: remove crc32 endianness conversionMichael C. Pratt
2025-07-16misc: amd-sbi: Explicitly clear in/out arg "mb_in_out"Akshay Gupta
2025-07-16misc: amd-sbi: Address copy_to/from_user() warning reported in smatchAkshay Gupta
2025-07-16misc: amd-sbi: Address potential integer overflow issue reported in smatchAkshay Gupta
2025-07-16comedi: comedi_test: Fix possible deletion of uninitialized timersIan Abbott
2025-07-16comedi: Fix initialization of data for instructions that write to subdeviceIan Abbott
2025-07-16comedi: Fix use of uninitialized data in insn_rw_emulate_bits()Ian Abbott
2025-07-16comedi: das6402: Fix bit shift out of boundsIan Abbott
2025-07-16comedi: aio_iiro_16: Fix bit shift out of boundsIan Abbott
2025-07-16comedi: pcl812: Fix bit shift out of boundsIan Abbott
2025-07-16comedi: das16m1: Fix bit shift out of boundsIan Abbott
2025-07-16comedi: Fix some signed shift left operationsIan Abbott
2025-07-16comedi: Fail COMEDI_INSNLIST ioctl if n_insns is too largeIan Abbott