summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-07Merge tag 'mm-hotfixes-stable-2024-06-07-15-24' of git://git.kernel.org/pub/s...Linus Torvalds
2024-06-07Merge tag 'gpio-fixes-for-v6.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-06-07Merge tag 'block-6.10-20240607' of git://git.kernel.dk/linuxLinus Torvalds
2024-06-07Merge tag 'io_uring-6.10-20240607' of git://git.kernel.dk/linuxLinus Torvalds
2024-06-07Merge tag 'for-6.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-06-07Merge tag 'nfsd-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-06-07Merge tag 'riscv-for-linus-6.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-06-07Merge tag 's390-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2024-06-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2024-06-07Merge tag 'platform-drivers-x86-v6.10-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-06-07Merge tag 'iommu-fixes-v6.10-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-06-07Merge tag 'ata-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds
2024-06-07Merge tag 'drm-fixes-2024-06-07' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-06-07HID: Ignore battery for ELAN touchscreens 2F2C and 4116Louis Dalibard
2024-06-07HID: i2c-hid: elan: fix reset suspend current leakageJohan Hovold
2024-06-07dt-bindings: HID: i2c-hid: elan: add 'no-reset-on-power-off' propertyJohan Hovold
2024-06-07dt-bindings: HID: i2c-hid: elan: add Elan eKTH5015MJohan Hovold
2024-06-07dt-bindings: HID: i2c-hid: add dedicated Ilitek ILI2901 schemaJohan Hovold
2024-06-07input: Add support for "Do Not Disturb"Aseda Aboagye
2024-06-07input: Add event code for accessibility keyAseda Aboagye
2024-06-07hid: asus: asus_report_fixup: fix potential read out of boundsAndrew Ballance
2024-06-07gpio: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-07cifs: Don't advance the I/O iterator before terminating subrequestDavid Howells
2024-06-07smb: client: fix deadlock in smb2_find_smb_tcon()Enzo Matsumiya
2024-06-07modpost: do not warn about missing MODULE_DESCRIPTION() for vmlinux.oMasahiro Yamada
2024-06-07kbuild: explicitly run mksysmap as sed script from link-vmlinux.shRichard Acayan
2024-06-07Merge tag 'drm-misc-next-fixes-2024-06-07' of https://gitlab.freedesktop.org/...Dave Airlie
2024-06-07Merge tag 'drm-misc-fixes-2024-06-07' of https://gitlab.freedesktop.org/drm/m...Dave Airlie
2024-06-07Merge tag 'amd-drm-fixes-6.10-2024-06-06' of https://gitlab.freedesktop.org/a...Dave Airlie
2024-06-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2024-06-06Merge tag 'pci-v6.10-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-06-06btrfs: protect folio::private when attaching extent buffer foliosQu Wenruo
2024-06-06Merge tag 'net-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-06-06Merge tag 'tomoyo-pr-20240606' of git://git.code.sf.net/p/tomoyo/tomoyoLinus Torvalds
2024-06-06Merge tag 'efi-fixes-for-v6.10-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-06-06Merge branch 'selftests-net-lib-small-fixes'Jakub Kicinski
2024-06-06selftests: net: lib: set 'i' as localMatthieu Baerts (NGI0)
2024-06-06selftests: net: lib: avoid error removing empty netns nameMatthieu Baerts (NGI0)
2024-06-06selftests: net: lib: support errexit with busywaitMatthieu Baerts (NGI0)
2024-06-06ata: pata_macio: Fix max_segment_size with PAGE_SIZE == 64KMichael Ellerman
2024-06-06net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()Su Hui
2024-06-06kconfig: remove wrong expr_trans_bool()Masahiro Yamada
2024-06-06ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet
2024-06-06kconfig: doc: document behavior of 'select' and 'imply' followed by 'if'Masahiro Yamada
2024-06-06kconfig: doc: fix a typo in the note about 'imply'Masahiro Yamada
2024-06-06kconfig: gconf: give a proper initial state to the Save buttonMasahiro Yamada
2024-06-06kconfig: remove unneeded code for user-supplied values being out of rangeMasahiro Yamada
2024-06-06Merge branch 'af_unix-fix-lockless-access-of-sk-sk_state-and-others-fields'Paolo Abeni
2024-06-06af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().Kuniyuki Iwashima
2024-06-06af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().Kuniyuki Iwashima