summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-07-17kbuild: add --target to correctly cross-compile UAPI headers with ClangMasahiro Yamada1-1/+1
2025-07-17bpfilter: match bit size of bpfilter_umh to that of the kernelMasahiro Yamada3-3/+10
2025-07-17kbuild: use -MMD instead of -MD to exclude system headers from dependencyMasahiro Yamada4-8/+8
2025-07-17VMCI: fix race between vmci_host_setup_notify and vmci_ctx_unset_notifyWupeng Ma1-6/+5
2025-07-17VMCI: check context->notify_page after call to get_user_pages_fast() to avoid...George Kennedy1-0/+2
2025-07-17ovl: Check for NULL d_inode() in ovl_dentry_upper()Kees Cook1-1/+3
2025-07-17ceph: fix possible integer overflow in ceph_zero_objects()Dmitry Kandybka1-1/+1
2025-07-17ALSA: hda: Ignore unsol events for cards being shut downCezary Rojewski1-1/+1
2025-07-17usb: typec: displayport: Receive DP Status Update NAK request exit dp altmodeJos Wang1-0/+4
2025-07-17usb: cdc-wdm: avoid setting WDM_READ for ZLP-sRobert Hodaszi1-14/+9
2025-07-17usb: Add checks for snprintf() calls in usb_alloc_dev()Andy Shevchenko1-4/+10
2025-07-17tty: serial: uartlite: register uart driver in initJakub Lewalski1-3/+12
2025-07-17usb: potential integer overflow in usbg_make_tpg()Chen Yufeng1-2/+2
2025-07-17iio: pressure: zpa2326: Use aligned_s64 for the timestampJonathan Cameron1-1/+1
2025-07-17md/md-bitmap: fix dm-raid max_write_behind settingYu Kuai1-1/+1
2025-07-17dmaengine: xilinx_dma: Set dma_device directionsThomas Gessler1-0/+2
2025-07-17mfd: max14577: Fix wakeup source leaks on device unbindKrzysztof Kozlowski1-0/+1
2025-07-17mailbox: Not protect module_put with spin_lock_irqsavePeng Fan1-1/+1
2025-07-17cifs: Fix cifs_query_path_info() for Windows NT serversPali Rohár1-0/+8
2025-06-27Linux 5.4.295v5.4.295Greg Kroah-Hartman1-1/+1
2025-06-27scsi: qedf: Use designated initializer for struct qed_fcoe_cb_opsKees Cook1-1/+1
2025-06-27arm64/ptrace: Fix stack-out-of-bounds read in regs_get_kernel_stack_nth()Tengda Wu1-1/+1
2025-06-27perf: Fix sample vs do_exit()Peter Zijlstra2-8/+16
2025-06-27s390/pci: Fix __pcilg_mio_inuser() inline assemblyHeiko Carstens1-1/+1
2025-06-27rtc: test: Fix invalid format specifier.David Gow1-1/+1
2025-06-27jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()Jeongjun Park1-1/+2
2025-06-27mm/huge_memory: fix dereferencing invalid pmd migration entryGavin Guo1-1/+1
2025-06-27rtc: Make rtc_time64_to_tm() support dates before 1970Alexandre Mergnat1-5/+19
2025-06-27rtc: Improve performance of rtc_time64_to_tm(). Add tests.Cassio Neri4-27/+170
2025-06-27xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_createDan Aloni1-0/+2
2025-06-27posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_ti...Oleg Nesterov1-0/+9
2025-06-27ARM: dts: am335x-bone-common: Increase MDIO reset deassert delay to 50msGeert Uytterhoeven1-1/+1
2025-06-27ARM: dts: am335x-bone-common: Increase MDIO reset deassert timeColin Foster1-1/+1
2025-06-27ARM: dts: am335x-bone-common: Add GPIO PHY reset on revision C3 boardShengyu Qu1-0/+8
2025-06-27net: atm: fix /proc/net/atm/lec handlingEric Dumazet1-2/+3
2025-06-27net: atm: add lec_mutexEric Dumazet1-0/+7
2025-06-27calipso: Fix null-ptr-deref in calipso_req_{set,del}attr().Kuniyuki Iwashima1-0/+8
2025-06-27tipc: fix null-ptr-deref when acquiring remote ip of ethernet bearerHaixia Qu1-2/+2
2025-06-27tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behaviorNeal Cardwell1-12/+25
2025-06-27atm: atmtcp: Free invalid length skb in atmtcp_c_send().Kuniyuki Iwashima1-1/+3
2025-06-27mpls: Use rcu_dereference_rtnl() in mpls_route_input_rcu().Kuniyuki Iwashima1-2/+2
2025-06-27wifi: carl9170: do not ping device which has failed to load firmwareDmitry Antipov1-6/+13
2025-06-27aoe: clean device rq_list in aoedev_downdev()Justin Sanders1-0/+8
2025-06-27hwmon: (occ) fix unaligned accessesArnd Bergmann1-15/+13
2025-06-27drm/nouveau/bl: increase buffer size to avoid truncate warningJacob Keller1-1/+1
2025-06-27erofs: remove unused trace event erofs_destroy_inodeGao Xiang1-18/+0
2025-06-27ALSA: hda/realtek: enable headset mic on Latitude 5420 RuggedJonathan Lane1-0/+1
2025-06-27ALSA: hda/intel: Add Thinkpad E15 to PM deny listTakashi Iwai1-0/+2
2025-06-27Input: sparcspkr - avoid unannotated fall-throughWangYuli1-6/+16
2025-06-27HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse()Terry Junge4-20/+25