aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-21Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-9/+51
2022-06-21afs: Fix dynamic root getattrGravatar David Howells 1-1/+2
2022-06-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 6-55/+161
2022-06-20Merge tag 'perf-tools-fixes-for-v5.19-2022-06-19' of git://git.kernel.org/pub...Gravatar Linus Torvalds 15-105/+125
2022-06-20Merge tag 'slab-for-5.19-fixup' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-7/+36
2022-06-20udmabuf: add back sanity checkGravatar Gerd Hoffmann 1-1/+4
2022-06-19Linux 5.19-rc3v5.19-rc3Gravatar Linus Torvalds 1-1/+1
2022-06-19Merge tag 'x86-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-75/+159
2022-06-19Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 6-19/+55
2022-06-19Merge tag 'sched-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-3/+38
2022-06-19Merge tag 'locking-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2022-06-19Merge tag 'irq-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 9-6/+23
2022-06-19tools headers UAPI: Sync linux/prctl.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+9
2022-06-19Merge tag 'char-misc-5.19-rc3-take2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 7-5/+14
2022-06-19Merge tag 'i2c-for-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-10/+22
2022-06-19Merge tag 'xfs-5.19-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 7-25/+37
2022-06-19perf metrics: Ensure at least 1 id per metricGravatar Ian Rogers 1-0/+9
2022-06-19tools headers arm64: Sync arm64's cputype.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-2/+10
2022-06-19tools headers UAPI: Sync x86's asm/kvm.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-5/+6
2022-06-19perf arm-spe: Don't set data source if it's not a memory operationGravatar Leo Yan 1-14/+8
2022-06-19perf expr: Allow exponents on floating point valuesGravatar Ian Rogers 2-1/+3
2022-06-19perf test topology: Use !strncmp(right platform) to fix guest PPC comparision...Gravatar Athira Rajeev 1-1/+1
2022-06-19perf test: Record only user callchains on the "Check Arm64 callgraphs are com...Gravatar Michael Petlan 1-1/+1
2022-06-19perf beauty: Update copy of linux/socket.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-1/+6
2022-06-19perf test: Fix variable length array undefined behavior in bp_accountGravatar Ian Rogers 1-2/+14
2022-06-19libperf evsel: Open shouldn't leak fd on failureGravatar Ian Rogers 1-5/+12
2022-06-19perf test: Fix "perf stat CSV output linter" test on s390Gravatar Thomas Richter 2-72/+45
2022-06-19perf unwind: Fix uninitialized variableGravatar Ian Rogers 1-1/+1
2022-06-18Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 26-895/+947
2022-06-18Merge tag '5.19-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 3-0/+43
2022-06-18ext4: fix a doubled word "need" in a commentGravatar Xiang wangx 1-1/+1
2022-06-18ext4: add reserved GDT blocks checkGravatar Zhang Yi 1-0/+10
2022-06-18ext4: make variable "count" signedGravatar Ding Xiang 1-1/+2
2022-06-18ext4: correct the judgment of BUG in ext4_mb_normalize_requestGravatar Baokun Li 1-1/+16
2022-06-18ext4: fix bug_on ext4_mb_use_inode_paGravatar Baokun Li 1-0/+9
2022-06-18ext4: fix up test_dummy_encryption handling for new mount APIGravatar Eric Biggers 1-63/+71
2022-06-18ext4: use kmemdup() to replace kmalloc + memcpyGravatar Shuqi Zhang 1-2/+1
2022-06-18ext4: fix super block checksum incorrect after mountGravatar Ye Bin 1-8/+8
2022-06-18cifs: when a channel is not found for server, log its connection idGravatar Shyam Prasad N 1-0/+3
2022-06-17x86/tdx: Handle load_unaligned_zeropad() page-cross to a shared pageGravatar Kirill A. Shutemov 1-1/+14
2022-06-17Merge tag 'nfs-for-5.19-2' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 6-6/+20
2022-06-17Merge tag 'pci-v5.19-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-17/+18
2022-06-17Merge tag 'printk-for-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 6-1/+50
2022-06-17x86/PCI: Revert "x86/PCI: Clip only host bridge windows for E820 regions"Gravatar Hans de Goede 4-17/+18
2022-06-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 5-79/+69
2022-06-17Merge tag 'loongarch-fixes-5.19-2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-27/+39
2022-06-17Merge tag 'riscv-for-linus-5.19-rc3' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-6/+18
2022-06-17Merge tag 'hyperv-fixes-signed-20220617' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 8-15/+109
2022-06-17Merge tag 'block-5.19-2022-06-16' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 13-38/+106
2022-06-17Merge tag 'io_uring-5.19-2022-06-16' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-211/+142