summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-03-14Merge tag 'qcom-drivers-fixes-for-6.14' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann4-19/+13
2025-03-14Merge tag 'qcom-arm64-fixes-for-6.14' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann1-1/+0
2025-03-14memory: omap-gpmc: drop no compatible checkRoger Quadros1-20/+0
2025-03-14Merge tag 'asahi-soc-maintainers-6.14-fixes' of https://github.com/AsahiLinux...Arnd Bergmann1-0/+3
2025-03-14Merge tag 'v6.14-rockchip-dtsfixes2' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann7-6/+28
2025-03-14Merge tag 'arm-soc/for-6.14/devicetree-fixes-part2' of https://github.com/Bro...Arnd Bergmann3-10/+8
2025-03-14accel/qaic: Fix integer overflow in qaic_validate_req()Dan Carpenter1-1/+3
2025-03-14accel/qaic: Fix possible data corruption in BOs > 2GJeffrey Hugo1-1/+4
2025-03-14bcachefs: Change btree wb assert to runtime errorKent Overstreet2-1/+28
2025-03-14KVM: s390: pv: fix race when making a page secureClaudio Imbrenda6-144/+151
2025-03-14MAINTAINERS: Update Ike Panhc's email addressIke Panhc2-1/+2
2025-03-14xfs: Use abs_diff instead of XFS_ABSDIFFMatthew Wilcox (Oracle)1-5/+3
2025-03-14tracing: Correct the refcount if the hist/hist_debug file fails to openTengda Wu1-6/+18
2025-03-14Merge patch series "can: flexcan: only change CAN state when link up in syste...Marc Kleine-Budde1-3/+15
2025-03-14can: flexcan: disable transceiver during system PMHaibo Chen1-1/+11
2025-03-14can: flexcan: only change CAN state when link up in system PMHaibo Chen1-2/+4
2025-03-14efi/libstub: Avoid physical address 0x0 when doing random allocationArd Biesheuvel1-0/+4
2025-03-14Merge tag 'leds-fixes-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-11/+10
2025-03-14Merge patch series "R-Car CANFD fixes"Marc Kleine-Budde2-18/+12
2025-03-14can: rcar_canfd: Fix page entries in the AFL listBiju Das1-17/+11
2025-03-14dt-bindings: can: renesas,rcar-canfd: Fix typo in pattern properties for R-Ca...Biju Das1-1/+1
2025-03-14can: statistics: use atomic access in hot pathOliver Hartkopp3-31/+39
2025-03-14Merge tag 'drm-fixes-2025-03-14' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds22-79/+200
2025-03-14can: ucan: fix out of bound read in strscpy() sourceVincent Mailhol1-25/+18
2025-03-14usb: typec: tcpm: fix state transition for SNK_WAIT_CAPABILITIES state in run...Amit Sunil Dhamne1-4/+4
2025-03-14Merge tag 'usb-serial-6.14-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman3-16/+59
2025-03-14Merge tag 'drm-xe-fixes-2025-03-13' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie5-19/+58
2025-03-14Merge tag 'drm-intel-fixes-2025-03-13' of https://gitlab.freedesktop.org/drm/...Dave Airlie2-4/+6
2025-03-14Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-11/+6
2025-03-14Merge tag 'bcachefs-2025-03-13' of git://evilpiepirate.org/bcachefsLinus Torvalds7-24/+36
2025-03-14Merge tag 'drm-misc-fixes-2025-03-13' of https://gitlab.freedesktop.org/drm/m...Dave Airlie5-24/+45
2025-03-14Merge tag 'amd-drm-fixes-6.14-2025-03-12' of https://gitlab.freedesktop.org/a...Dave Airlie10-32/+91
2025-03-13Bluetooth: hci_event: Fix connection regression between LE and non-LE adaptersArkadiusz Bokowy1-1/+1
2025-03-13Bluetooth: Fix error code in chan_alloc_skb_cb()Dan Carpenter1-1/+6
2025-03-13drm/v3d: Set job pointer to NULL when the job's fence has an errorMaíra Canal1-4/+14
2025-03-13drm/v3d: Don't run jobs that have errors flagged in its fenceMaíra Canal1-1/+8
2025-03-13x86/vmware: Parse MP tables for SEV-SNP enabled guests under VMware hypervisorsAjay Kaher1-0/+4
2025-03-13Merge tag 'net-6.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds86-361/+1252
2025-03-13dm-flakey: Fix memory corruption in optional corrupt_bio_byte featureKent Overstreet1-1/+1
2025-03-13Merge tag 'vfs-6.14-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds5-12/+23
2025-03-13bcachefs: bch2_get_random_u64_below()Kent Overstreet3-11/+16
2025-03-13bcachefs: target_congested -> get_random_u32_below()Kent Overstreet1-1/+1
2025-03-13Merge tag 'nvme-6.14-2025-03-13' of git://git.infradead.org/nvme into block-6.14Jens Axboe2-15/+26
2025-03-13Revert "fanotify: disable readahead if we have pre-content watches"Amir Goldstein2-26/+0
2025-03-13Revert "mm: don't allow huge faults for files with pre content watches"Amir Goldstein1-19/+0
2025-03-13Revert "fsnotify: generate pre-content permission event on page fault"Amir Goldstein3-82/+0
2025-03-13Revert "xfs: add pre-content fsnotify hook for DAX faults"Amir Goldstein1-13/+0
2025-03-13Revert "ext4: add pre-content fsnotify hook for DAX faults"Amir Goldstein1-3/+0
2025-03-13Merge tag 'nf-25-03-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni6-10/+25
2025-03-13smb: client: Fix match_session bug preventing session reuseHenrique Carvalho1-4/+12