summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-urgent-2020-04-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-168-30/+61
|\
| * efi/x86: Revert struct layout change to fix kexec boot regressionArd Biesheuvel2020-04-141-0/+2
| * efi/x86: Don't remap text<->rodata gap read-only for mixed modeArd Biesheuvel2020-04-141-2/+10
| * efi/x86: Fix the deletion of variables in mixed modeGary Lin2020-04-141-2/+2
| * efi/libstub/file: Merge file name buffers to reduce stack usageArd Biesheuvel2020-04-141-13/+14
| * Documentation/x86, efi/x86: Clarify EFI handover protocol and its requirementsArd Biesheuvel2020-04-141-3/+18
| * efi/arm: Deal with ADR going out of range in efi_enter_kernel()Ard Biesheuvel2020-04-141-1/+2
| * efi/x86: Always relocate the kernel for EFI handover entryArvind Sankar2020-04-141-4/+10
| * efi/x86: Move efi stub globals from .bss to .dataArvind Sankar2020-04-142-2/+2
| * efi/libstub/x86: Remove redundant assignment to pointer hdrColin Ian King2020-04-141-2/+0
| * efi/cper: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-04-141-1/+1
* | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-147-24/+67
|\ \
| * | x86/Hyper-V: Report crash data in die() when panic_on_oops is setTianyu Lan2020-04-113-4/+9
| * | x86/Hyper-V: Report crash register data when sysctl_record_panic_msg is not setTianyu Lan2020-04-111-9/+14
| * | x86/Hyper-V: Report crash register data or kmsg before running crash kernelTianyu Lan2020-04-111-0/+10
| * | x86/Hyper-V: Trigger crash enlightenment only once during system crash.Tianyu Lan2020-04-111-2/+14
| * | x86/Hyper-V: Free hv_panic_page when fail to register kmsg dumpTianyu Lan2020-04-101-2/+5
| * | x86/Hyper-V: Unload vmbus channel in hv panic callbackTianyu Lan2020-04-102-8/+16
| * | x86: hyperv: report value of misc_featuresOlaf Hering2020-04-091-2/+2
| * | hv_debugfs: Make hv_debug_root staticYueHaibing2020-04-041-1/+1
| * | hv: hyperv_vmbus.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-211-1/+1
* | | Merge tag 'for-5.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-04-147-93/+51
|\ \ \
| * | | btrfs: re-instantiate the removed BTRFS_SUBVOL_CREATE_ASYNC definitionEugene Syromiatnikov2020-04-101-6/+4
| * | | btrfs: fix reclaim counter leak of space_info objectsFilipe Manana2020-04-082-6/+15
| * | | btrfs: make full fsyncs always operate on the entire file againFilipe Manana2020-04-082-79/+29
| * | | btrfs: fix lost i_size update after cloning inline extentFilipe Manana2020-04-081-0/+1
| * | | btrfs: check commit root generation in should_ignore_rootJosef Bacik2020-04-081-2/+2
* | | | Merge tag 'afs-fixes-20200413' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-04-144-71/+112
|\ \ \ \
| * | | | afs: Fix afs_d_validate() to set the right directory versionDavid Howells2020-04-131-3/+3
| * | | | afs: Fix race between post-modification dir edit and readdir/d_revalidateDavid Howells2020-04-132-35/+76
| * | | | afs: Fix length of dump of bad YFSFetchStatus recordDavid Howells2020-04-131-3/+3
| * | | | afs: Fix rename operation status deliveryDavid Howells2020-04-133-21/+12
| * | | | afs: Fix decoding of inline abort codes from version 1 status recordsDavid Howells2020-04-131-0/+1
| * | | | afs: Fix missing XDR advance in xdr_decode_{AFS,YFS}FSFetchStatus()David Howells2020-04-132-9/+17
| | |_|/ | |/| |
* / | | m68k: Drop redundant generic-y += hardirq.hGeert Uytterhoeven2020-04-131-1/+0
|/ / /
* | | Linux 5.7-rc1v5.7-rc1Linus Torvalds2020-04-121-2/+2
* | | MAINTAINERS: sort field names for all entriesLinus Torvalds2020-04-121-1974/+1974
* | | MAINTAINERS: sort entries by entry nameLinus Torvalds2020-04-121-820/+820
* | | Merge tag 'x86-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-124-9/+79
|\ \ \
| * | | KVM: VMX: Extend VMXs #AC interceptor to handle split lock #AC in guestXiaoyao Li2020-04-111-3/+34
| * | | KVM: x86: Emulate split-lock access as a write in emulatorXiaoyao Li2020-04-111-1/+11
| * | | x86/split_lock: Provide handle_guest_split_lock()Thomas Gleixner2020-04-112-5/+34
* | | | Merge tag 'timers-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-04-123-0/+10
|\ \ \ \
| * | | | ucount: Make sure ucounts in /proc/sys/user don't regress againJan Kara2020-04-071-0/+2
| * | | | time/namespace: Add max_time_namespaces ucountDmitry Safonov2020-04-072-0/+7
| * | | | time/namespace: Fix time_for_children symlinkMichael Kerrisk (man-pages)2020-04-071-0/+1
* | | | | Merge tag 'sched-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-04-125-62/+51
|\ \ \ \ \
| * | | | | sched/debug: Add task uclamp values to SCHED_DEBUG procfsValentin Schneider2020-04-081-0/+6
| * | | | | sched/debug: Factor out printing formats into common macrosValentin Schneider2020-04-081-14/+12
| * | | | | sched/debug: Remove redundant macro defineValentin Schneider2020-04-081-12/+0