summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-10-31Merge tag 'acpi-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2023-10-31Merge tag 'thermal-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-10-30Merge tag 'timers-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-10-30Merge tag 'irq-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-10-30Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-10-30Merge tag 'x86-boot-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-10-30Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-10-30Merge tag 'edac_updates_for_v6.7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-10-30Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.iov_iter' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2023-10-30Merge tag 'vfs-6.7.super' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-28Merge tag 'irq-urgent-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-10-28Merge tag 'char-misc-6.6-final' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-10-28Merge tag 'i2c-for-6.6-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-28block: move bdev_mark_dead out of disk_check_media_changeChristoph Hellwig
2023-10-28bcache: Fixup error handling in register_cache()Jan Kara
2023-10-28scsi: target: Convert to bdev_open_by_path()Jan Kara
2023-10-28s390/dasd: Convert to bdev_open_by_path()Jan Kara
2023-10-28nvmet: Convert to bdev_open_by_path()Jan Kara
2023-10-28mtd: block2mtd: Convert to bdev_open_by_dev/path()Jan Kara
2023-10-28md: Convert to bdev_open_by_dev()Jan Kara
2023-10-28dm: Convert to bdev_open_by_dev()Jan Kara
2023-10-28bcache: Convert to bdev_open_by_path()Jan Kara
2023-10-28zram: Convert to use bdev_open_by_dev()Jan Kara
2023-10-28xen/blkback: Convert to bdev_open_by_dev()Jan Kara
2023-10-28rnbd-srv: Convert to use bdev_open_by_path()Jan Kara
2023-10-28pktcdvd: Convert to bdev_open_by_dev()Jan Kara
2023-10-28drdb: Convert to use bdev_open_by_path()Jan Kara
2023-10-27Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-10-27Merge tag 'ata-6.6-final' of git://git.kernel.org/pub/scm/linux/kernel/git/dl...Linus Torvalds
2023-10-27Merge tag 'platform-drivers-x86-v6.6-6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-10-27net: pcs: xpcs: Add 2500BASE-X case in get state for XPCS driversRaju Lakkaraju
2023-10-27net: mana: Use xdp_set_features_flag instead of direct assignmentKonstantin Taranov
2023-10-27vxlan: Cleanup IFLA_VXLAN_PORT_RANGE entry in vxlan_get_size()Benjamin Poirier
2023-10-27iavf: delete the iavf client interfaceMichal Schmidt
2023-10-27iavf: add a common function for undoing the interrupt schemeMichal Schmidt
2023-10-27iavf: use unregister_netdevMichal Schmidt
2023-10-27iavf: rely on netdev's own registered stateMichal Schmidt
2023-10-27iavf: fix the waiting time for initial resetMichal Schmidt
2023-10-27iavf: in iavf_down, don't queue watchdog_task if comms failedMichal Schmidt
2023-10-27iavf: simplify mutex_trylock+sleep loopsMichal Schmidt
2023-10-27iavf: fix comments about old bit locksMichal Schmidt
2023-10-27ipvlan: properly track tx_errorsEric Dumazet
2023-10-27netdevsim: Block until all devices are releasedIdo Schimmel