summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2020-04-15ext4: do not zeroout extents beyond i_disksizeJan Kara-4/+4
2020-04-15ext4: fix return-value types in several function commentsJosh Triplett-3/+3
2020-04-15ext4: use non-movable memory for superblock readaheadRoman Gushchin-2/+21
2020-04-15ext4: use matching invalidatepage in ext4_writepageyangerkun-1/+1
2020-04-15Merge tag 'efi-urgent-2020-04-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-30/+61
2020-04-14Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-24/+67
2020-04-14Merge tag 'for-5.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-93/+51
2020-04-14Merge tag 'afs-fixes-20200413' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-71/+112
2020-04-14efi/x86: Revert struct layout change to fix kexec boot regressionArd Biesheuvel-0/+2
2020-04-14efi/x86: Don't remap text<->rodata gap read-only for mixed modeArd Biesheuvel-2/+10
2020-04-14efi/x86: Fix the deletion of variables in mixed modeGary Lin-2/+2
2020-04-14efi/libstub/file: Merge file name buffers to reduce stack usageArd Biesheuvel-13/+14
2020-04-14Documentation/x86, efi/x86: Clarify EFI handover protocol and its requirementsArd Biesheuvel-3/+18
2020-04-14efi/arm: Deal with ADR going out of range in efi_enter_kernel()Ard Biesheuvel-1/+2
2020-04-14efi/x86: Always relocate the kernel for EFI handover entryArvind Sankar-4/+10
2020-04-14efi/x86: Move efi stub globals from .bss to .dataArvind Sankar-2/+2
2020-04-14efi/libstub/x86: Remove redundant assignment to pointer hdrColin Ian King-2/+0
2020-04-14efi/cper: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai-1/+1
2020-04-13m68k: Drop redundant generic-y += hardirq.hGeert Uytterhoeven-1/+0
2020-04-13afs: Fix afs_d_validate() to set the right directory versionDavid Howells-3/+3
2020-04-13afs: Fix race between post-modification dir edit and readdir/d_revalidateDavid Howells-35/+76
2020-04-13afs: Fix length of dump of bad YFSFetchStatus recordDavid Howells-3/+3
2020-04-13afs: Fix rename operation status deliveryDavid Howells-21/+12
2020-04-13afs: Fix decoding of inline abort codes from version 1 status recordsDavid Howells-0/+1
2020-04-13afs: Fix missing XDR advance in xdr_decode_{AFS,YFS}FSFetchStatus()David Howells-9/+17
2020-04-12Linux 5.7-rc1v5.7-rc1Linus Torvalds-2/+2
2020-04-12MAINTAINERS: sort field names for all entriesLinus Torvalds-1974/+1974
2020-04-12MAINTAINERS: sort entries by entry nameLinus Torvalds-820/+820
2020-04-12Merge tag 'x86-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-9/+79
2020-04-12Merge tag 'timers-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+10
2020-04-12Merge tag 'sched-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-62/+51
2020-04-12Merge tag 'perf-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-31/+573
2020-04-12Merge tag 'locking-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-26/+51
2020-04-12Merge tag '5.7-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-238/+272
2020-04-12Merge tag 'nfs-for-5.7-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-0/+1
2020-04-11Merge tag 'nios2-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-11/+13
2020-04-11Merge tag 'dma-mapping-5.7-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-4/+8
2020-04-11Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-519/+384
2020-04-11mailmap: Add Sedat Dilek (replacement for expired email address)Sedat Dilek-0/+1
2020-04-11x86/Hyper-V: Report crash data in die() when panic_on_oops is setTianyu Lan-4/+9
2020-04-11x86/Hyper-V: Report crash register data when sysctl_record_panic_msg is not setTianyu Lan-9/+14
2020-04-11x86/Hyper-V: Report crash register data or kmsg before running crash kernelTianyu Lan-0/+10
2020-04-11x86/Hyper-V: Trigger crash enlightenment only once during system crash.Tianyu Lan-2/+14
2020-04-11pNFS: Fix RCU lock leakageTrond Myklebust-0/+1
2020-04-11KVM: VMX: Extend VMXs #AC interceptor to handle split lock #AC in guestXiaoyao Li-3/+34
2020-04-11KVM: x86: Emulate split-lock access as a write in emulatorXiaoyao Li-1/+11
2020-04-11x86/split_lock: Provide handle_guest_split_lock()Thomas Gleixner-5/+34
2020-04-11kbuild: fix comment about missing include guard detectionMasahiro Yamada-1/+1
2020-04-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds-366/+706
2020-04-10Merge tag 'docs-5.7-2' of git://git.lwn.net/linuxLinus Torvalds-24/+22