aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2025-12-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds74-708/+2880
2025-12-05Merge tag 'for-linus-6.19-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds6-75/+117
2025-12-05Merge tag 'ata-6.19-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-36/+52
2025-12-05Merge tag 'tpmdd-sessions-next-6.19-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-116/+204
2025-12-05Merge tag 'media/v6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-1/+1
2025-12-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds115-1450/+4929
2025-12-06LoongArch: Adjust common macro definitions for 32BIT/64BITHuacai Chen3-55/+174
2025-12-06LoongArch: Add adaptive CSR accessors for 32BIT/64BITHuacai Chen10-59/+81
2025-12-06LoongArch: Add atomic operations for 32BIT/64BITHuacai Chen7-219/+413
2025-12-06LoongArch: Add new PCI ID for pci_fixup_vgadev()Huacai Chen1-0/+2
2025-12-06LoongArch: Add and use some macros for AVECSong Gao2-2/+10
2025-12-06LoongArch: Correct the calculation logic of thread_countQiang Ma1-1/+7
2025-12-06LoongArch: Use unsigned long for _end and _textTiezhu Yang1-2/+2
2025-12-06LoongArch: Use __pmd()/__pte() for swap entry conversionsYuli Wang1-2/+2
2025-12-06LoongArch: Fix arch_dup_task_struct() for CONFIG_RANDSTRUCTHuacai Chen1-0/+5
2025-12-06LoongArch: Fix build errors for CONFIG_RANDSTRUCTHuacai Chen1-2/+2
2025-12-06LoongArch: Simplify __arch_bitrev32() implementationXi Ruoyao1-1/+1
2025-12-06LoongArch: Select HAVE_ARCH_BITREVERSE in KconfigXi Ruoyao1-0/+1
2025-12-05nfs/localio: fix regression due to out-of-order __put_credMike Snitzer1-31/+17
2025-12-05Merge tag 'soc-drivers-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds29-47/+648
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds188-1290/+5896
2025-12-05Merge tag 'soc-newsoc-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds25-6/+541
2025-12-05Merge tag 'soc-dt-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds732-5692/+52142
2025-12-05Merge tag 'soc-arm-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds8-23/+29
2025-12-05Merge tag 'soc-defconfig-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-8/+56
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds191-2625/+6293
2025-12-05NFSv4: Handle NFS4ERR_NOTSUPP errors for directory delegationsTrond Myklebust1-8/+17
2025-12-05nfs/localio: remove 61 byte hole from needless ____cacheline_alignedMike Snitzer1-1/+1
2025-12-05nfs/localio: remove alignment size checking in nfs_is_local_dio_possibleMike Snitzer1-2/+0
2025-12-05Merge tag 'uml-for-linux-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds64-865/+972
2025-12-05Merge tag 'riscv-for-linus-6.19-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds28-306/+657
2025-12-05Merge tag 'powerpc-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds49-197/+270
2025-12-05ovl: pass original credentials, not mounter credentials during createChristian Brauner1-8/+12
2025-12-05cifs: Remove dead function prototypesDavid Howells2-18/+0
2025-12-05Merge tag 'vfs-6.19-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-25/+33
2025-12-05Merge tag 'exfat-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-24/+77
2025-12-05smb/client: add two elements to smb2_error_map_table arrayChenXiaoSong1-0/+3
2025-12-05smb: rename to STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAPChenXiaoSong2-3/+4
2025-12-05smb/client: remove unused elements from smb2_error_map_table arrayChenXiaoSong1-3/+0
2025-12-05smb/client: reduce loop count in map_smb2_to_linux_error() by halfChenXiaoSong1-24/+6
2025-12-05smb: client: Add tracepoint for krb5 authPaulo Alcantara4-2/+45
2025-12-05smb: client: improve error message when creating SMB sessionPaulo Alcantara1-1/+6
2025-12-05smb: client: relax session and tcon reconnect attemptsPaulo Alcantara3-5/+26
2025-12-05Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-71/+340
2025-12-05mshv: Cleanly shutdown root partition with MSHVPraveen K Paladugu3-0/+24
2025-12-05mshv: Use reboot notifier to configure sleep statePraveen K Paladugu3-0/+80
2025-12-05mshv: Add definitions for MSHV sleep state configurationPraveen K Paladugu2-1/+43
2025-12-05mshv: Add support for movable memory regionsStanislav Kinsburskii4-36/+346
2025-12-05mshv: Add refcount and locking to mem regionsStanislav Kinsburskii3-12/+45
2025-12-05mshv: Fix huge page handling in memory region traversalStanislav Kinsburskii2-31/+191