summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-137-107/+91
|\
| * asm-generic: remove ptrace.hChristoph Hellwig2019-07-013-79/+0
| * x86: don't use asm-generic/ptrace.hChristoph Hellwig2019-07-011-5/+25
| * sh: don't use asm-generic/ptrace.hChristoph Hellwig2019-07-011-4/+25
| * powerpc: don't use asm-generic/ptrace.hChristoph Hellwig2019-07-011-7/+22
| * arm64: don't use asm-generic/ptrace.hChristoph Hellwig2019-07-011-12/+19
* | Merge tag 's390-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-07-1322-256/+1547
|\ \
| * | s390/unwind: avoid int overflow in outside_of_stackVasily Gorbik2019-07-111-1/+1
| * | s390/zcrypt: remove the exporting of ap_query_configurationDenis Efremov2019-07-111-1/+0
| * | s390/pci: add mio_enabled attributeSebastian Ott2019-07-111-0/+10
| * | s390: fix setting of mio addressing controlSebastian Ott2019-07-113-13/+3
| * | s390/ipl: Fix detection of has_secure attributePhilipp Rudo2019-07-113-8/+1
| * | s390: vfio-ap: fix irq registrationChristian Borntraeger2019-07-111-2/+1
| * | s390/cpumf: Add extended counter set definitions for model 8561 and 8562Thomas Richter2019-07-111-0/+2
| * | s390/dasd: Handle out-of-space constraintJan Höppner2019-07-115-3/+243
| * | s390/dasd: Add discard support for ESE volumesJan Höppner2019-07-111-3/+54
| * | s390/dasd: Use ALIGN_DOWN macroJan Höppner2019-07-111-1/+1
| * | s390/dasd: Make dasd_setup_queue() a discipline functionJan Höppner2019-07-117-80/+103
| * | s390/dasd: Add new ioctl to release spaceJan Höppner2019-07-115-0/+364
| * | s390/dasd: Add dasd_sleep_on_queue_interruptible()Jan Höppner2019-07-112-0/+10
| * | s390/dasd: Add missing intensity definitionJan Höppner2019-07-111-0/+1
| * | s390/dasd: Fix whitespaceJan Höppner2019-07-111-75/+75
| * | s390/dasd: Add dynamic formatting support for ESE volumesJan Höppner2019-07-113-14/+239
| * | s390/dasd: Recognise data for ESE volumesJan Höppner2019-07-114-4/+430
| * | s390/dasd: Put sub-order definitions in a separate sectionJan Höppner2019-07-111-2/+6
| * | s390/dasd: Make layout analysis ESE compatibleJan Höppner2019-07-111-6/+6
| * | s390/dasd: Remove old defines and functionJan Höppner2019-07-111-21/+0
| * | s390/dasd: Remove unused structs and function prototypesJan Höppner2019-07-111-25/+0
* | | Merge tag 'nios2-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-07-133-5/+0
|\ \ \
| * | | nios2: configs: Remove useless UEVENT_HELPER_PATHKrzysztof Kozlowski2019-07-042-2/+0
| * | | nios2: remove pointless second entry for CONFIG_TRACE_IRQFLAGS_SUPPORTMasahiro Yamada2019-07-041-3/+0
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-1392-1432/+2693
|\ \ \ \
| * \ \ \ Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-1117500-128453/+30919
| |\ \ \ \
| | * | | | KVM: arm/arm64: Initialise host's MPIDRs by reading the actual registerMarc Zyngier2019-07-083-9/+7
| | * | | | KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_sDave Martin2019-07-0511-156/+148
| | * | | | KVM: doc: Add API documentation on the KVM_REG_ARM_WORKAROUNDS registerAndre Przywara2019-07-051-0/+31
| | * | | | KVM: arm/arm64: Add save/restore support for firmware workaround stateAndre Przywara2019-07-055-15/+170
| | * | | | arm64: KVM: Propagate full Spectre v2 workaround state to KVM guestsAndre Przywara2019-07-055-11/+56
| | * | | | KVM: arm/arm64: Support chained PMU countersAndrew Murray2019-07-052-37/+217
| | * | | | KVM: arm/arm64: Remove pmc->bitmaskAndrew Murray2019-07-052-11/+20
| | * | | | KVM: arm/arm64: Re-create event when setting counter valueAndrew Murray2019-07-051-9/+33
| | * | | | KVM: arm/arm64: Extract duplicated code to own functionAndrew Murray2019-07-051-12/+16
| | * | | | KVM: arm/arm64: Rename kvm_pmu_{enable/disable}_counter functionsAndrew Murray2019-07-053-12/+12
| | * | | | KVM: arm64: Skip more of the SError vaxorcismJames Morse2019-07-051-4/+10
| | * | | | KVM: arm64: Re-mask SError after the one instruction windowJames Morse2019-07-051-0/+2
| | * | | | arm64: Update silicon-errata.txt for Neoverse-N1 #1349291James Morse2019-07-052-0/+5
| | * | | | KVM: arm64: Defer guest entry when an asynchronous exception is pendingJames Morse2019-07-051-0/+15
| | * | | | KVM: arm64: Consume pending SError as early as possibleJames Morse2019-07-053-5/+8
| | * | | | KVM: arm64: Make indirect vectors preamble behaviour symmetricJames Morse2019-07-051-3/+3
| | * | | | KVM: arm64: Abstract the size of the HYP vectors pre-ambleJames Morse2019-07-053-5/+26