summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-07-16MAINTAINERS: add block and fsdevel lists to iov_iterChristian Brauner
2025-07-16loop: use kiocb helpers to fix lockdep warningMing Lei
2025-07-16ASoC: amd: yc: Add DMI quirk for HP Laptop 17 cp-2033dxLane Odenbach
2025-07-16drm/amdgpu: Reset the clear flag in buddy during resumeArunpravin Paneer Selvam
2025-07-16ASoC: Intel: soc-acpi: add support for HP Omen14 ARLBard Liao
2025-07-16memstick: core: Zero initialize id_reg in h_memstick_read_dev_id()Nathan Chancellor
2025-07-16ovpn: reset GSO metadata after decapsulationRalf Lici
2025-07-16ovpn: reject unexpected netlink attributesAntonio Quartulli
2025-07-16ovpn: propagate socket mark to skb in UDPRalf Lici
2025-07-16usb: hub: Don't try to recover devices lost during warm reset.Mathias Nyman
2025-07-16staging: vchiq_arm: Make vchiq_shutdown never failStefan Wahren
2025-07-16Revert "staging: vchiq_arm: Create keep-alive thread during probe"Stefan Wahren
2025-07-16Revert "staging: vchiq_arm: Improve initial VCHIQ connect"Stefan Wahren
2025-07-16tracing/probes: Avoid using params uninitialized in parse_btf_arg()Nathan Chancellor
2025-07-15Merge branch 'mptcp-fix-fallback-related-races'Jakub Kicinski
2025-07-15mptcp: reset fallback status gracefully at disconnect() timePaolo Abeni
2025-07-15mptcp: plug races between subflow fail and subflow creationPaolo Abeni
2025-07-15mptcp: make fallback action and fallback decision atomicPaolo Abeni
2025-07-15net: libwx: fix multicast packets received countJiawen Wu
2025-07-15Merge branch 'fix-rx-fatal-errors'Jakub Kicinski
2025-07-15net: libwx: properly reset Rx ring descriptorJiawen Wu
2025-07-15net: libwx: fix the using of Rx buffer DMAJiawen Wu
2025-07-15net: libwx: remove duplicate page_pool_put_full_page()Jiawen Wu