aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-19Merge tag 'powerpc-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds158-5776/+1464
2024-07-19Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds104-1923/+5193
2024-07-19Merge tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds146-1052/+1236
2024-07-19Merge tag 'i2c-for-6.11-rc1-try2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds98-639/+744
2024-07-19Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds420-3115/+15654
2024-07-19Merge tag 'staging-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds87-3622/+616
2024-07-19Merge tag 'usb-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds127-1197/+2553
2024-07-19Merge tag 'tty-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds41-598/+1000
2024-07-19Merge tag 'net-6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds18-46/+156
2024-07-19Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds5-42/+46
2024-07-19Merge tag 'probes-fixes-v6.11-pre-rc' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2024-07-19Merge tag 'pwrseq-fixes-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-9/+8
2024-07-19Merge tag 'sound-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds352-4509/+21495
2024-07-19Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds469-2231/+16821
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds48-543/+2145
2024-07-19Merge tag 'vfio-v6.11-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds6-70/+78
2024-07-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds65-615/+3141
2024-07-19Merge tag 'for-6.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds42-582/+947
2024-07-19Merge tag 'dma-mapping-6.11-2024-07-19' of git://git.infradead.org/users/hch/...Linus Torvalds8-106/+146
2024-07-19Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds56-1236/+1624
2024-07-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds106-414/+1785
2024-07-19Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds19-239/+1206
2024-07-19Merge tag 'tpmdd-next-6.11-rc1-roundtwo' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-2/+3
2024-07-19cifs: Add a tracepoint to track credits involved in R/W requestsDavid Howells7-23/+173
2024-07-19cifs: Fix setting of zero_point after DIO writeDavid Howells1-5/+10
2024-07-19cifs: Fix missing error code setDavid Howells1-0/+2
2024-07-19cifs: Fix server re-repick on subrequest retryDavid Howells1-3/+0
2024-07-19cifs: fix noisy message on copy_file_rangeSteve French1-1/+1
2024-07-19Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds114-5897/+5484
2024-07-19blk-cgroup: move congestion_count to struct blkcgXiu Jianfeng3-10/+10
2024-07-19sbitmap: fix io hung due to race on sbitmap_word::clearedYang Yang2-7/+34
2024-07-19block: avoid polling configuration errorshexue1-1/+4
2024-07-19block: Catch possible entries missing from rqf_name[]John Garry2-0/+2
2024-07-19block: Simplify definition of RQF_NAME()John Garry1-1/+1
2024-07-19block: Use enum to define RQF_x bit indexesJohn Garry1-32/+54
2024-07-19block: Catch possible entries missing from cmd_flag_name[]John Garry2-0/+3
2024-07-19block: Catch possible entries missing from alloc_policy_name[]John Garry2-2/+7
2024-07-19block: Catch possible entries missing from hctx_flag_name[]John Garry2-4/+9
2024-07-19block: Catch possible entries missing from hctx_state_name[]John Garry2-7/+11
2024-07-19block: Catch possible entries missing from blk_queue_flag_name[]John Garry1-0/+2
2024-07-19block: Make QUEUE_FLAG_x as an enumJohn Garry1-13/+16
2024-07-19block: Relocate BLK_MQ_MAX_DEPTHJohn Garry1-2/+1
2024-07-19block: Relocate BLK_MQ_CPU_WORK_BATCHJohn Garry2-2/+2
2024-07-19block: remove QUEUE_FLAG_STOPPEDChristoph Hellwig2-3/+0
2024-07-19block: Add missing entry to hctx_flag_name[]John Garry1-2/+3
2024-07-19block: Add zone write plugging entry to rqf_name[]John Garry1-0/+1
2024-07-19block: Add missing entries from cmd_flag_name[]John Garry1-1/+6
2024-07-19btrfs: change BTRFS_MOUNT_* flags to 64bit typeQu Wenruo5-42/+46
2024-07-19Merge branch 'pci/misc'Bjorn Helgaas19-12/+19
2024-07-19Merge branch 'pci/switchtec'Bjorn Helgaas3-10/+10