summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-09-16ARC: mm: SIGSEGV userspace trying to access kernel virtual memoryEugeniy Paltsev1-6/+3
2019-09-16ARC: mm: fix uninitialised signal code in do_page_faultEugeniy Paltsev1-1/+1
2019-09-16signal/arc: Use force_sig_fault where appropriateEric W. Biederman1-15/+5
2019-09-16ARM: dts: qcom: ipq4019: enlarge PCIe BAR rangeChristian Lamparter1-2/+2
2019-09-16ARM: dts: qcom: ipq4019: Fix MSI IRQ typeNiklas Cassel1-1/+1
2019-09-16ARM: dts: qcom: ipq4019: fix PCI rangeMathias Kresin1-1/+1
2019-09-16KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernelsSean Christopherson2-4/+16
2019-09-16x86/kvm: move kvm_load/put_guest_xcr0 into atomic contextWANG Chao4-6/+12
2019-09-16kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon4-16/+15
2019-09-16arm64: dts: stratix10: add the sysmgr-syscon property from the gmac'sDinh Nguyen1-0/+3
2019-09-16powerpc/kvm: Save and restore host AMR/IAMR/UAMORMichael Ellerman1-9/+17
2019-09-16x86/kvmclock: set offset for kvm unstable clockPavel Tatashin1-5/+1
2019-09-16KVM: VMX: Compare only a single byte for VMCS' "launched" in vCPU-runSean Christopherson1-1/+1
2019-09-16ARC: mm: do_page_fault fixes #1: relinquish mmap_sem if signal arrives while ...Vineet Gupta1-4/+9
2019-09-16ARC: show_regs: lockdep: re-enable preemptionVineet Gupta1-0/+8
2019-09-16powerpc/pkeys: Fix handling of pkey state across fork()Ram Pai2-6/+19
2019-09-16KVM: PPC: Book3S HV: Fix race between kvm_unmap_hva_range and MMU mode switchPaul Mackerras2-4/+14
2019-09-16ARM: davinci: dm644x: define gpio interrupts as separate resourcesBartosz Golaszewski1-0/+20
2019-09-16ARM: davinci: dm355: define gpio interrupts as separate resourcesBartosz Golaszewski1-0/+30
2019-09-16ARM: davinci: dm646x: define gpio interrupts as separate resourcesBartosz Golaszewski1-0/+10
2019-09-16ARM: davinci: dm365: define gpio interrupts as separate resourcesBartosz Golaszewski1-0/+35
2019-09-16ARM: davinci: da8xx: define gpio interrupts as separate resourcesBartosz Golaszewski1-0/+40
2019-09-16x86/kvm/lapic: preserve gfn_to_hva_cache len on cache reinitVitaly Kuznetsov1-2/+10
2019-09-16KVM: hyperv: define VP assist page helpersLadi Prosek5-6/+29
2019-09-16KVM: x86: hyperv: keep track of mismatched VP indexesVitaly Kuznetsov2-3/+26
2019-09-16KVM: x86: hyperv: consistently use 'hv_vcpu' for 'struct kvm_vcpu_hv' variablesVitaly Kuznetsov1-9/+9
2019-09-16KVM: x86: hyperv: enforce vp_index < KVM_MAX_VCPUSVitaly Kuznetsov1-3/+5
2019-09-16x86, hibernate: Fix nosave_regions setup for hibernationZhimin Gu1-1/+1
2019-09-16riscv: remove unused variable in ftraceDavid Abdurachmanov1-1/+0
2019-09-16arm64: dts: rockchip: enable usb-host regulators at boot on rk3328-rock64Dmitry Voytik1-0/+2
2019-09-16powerpc/64: mark start_here_multiplatform as __refChristophe Leroy1-0/+2
2019-09-16x86/ftrace: Fix warning and considate ftrace_jmp_replace() and ftrace_call_re...Steven Rostedt (VMware)1-25/+17
2019-09-16powerpc/tm: Fix FP/VMX unavailable exceptions inside a transactionGustavo Romero1-1/+2
2019-09-10Revert "x86/apic: Include the LDR when clearing out APIC registers"Linus Torvalds1-4/+0
2019-09-10x86/boot/compressed/64: Fix missing initialization in find_trampoline_placeme...Kirill A. Shutemov1-1/+1
2019-09-10x86/boot/compressed/64: Fix boot on machines with broken E820 tableKirill A. Shutemov1-3/+10
2019-09-10x86/boot: Preserve boot_params.secure_boot from sanitizingJohn S. Gruber1-0/+1
2019-09-06x86/ptrace: fix up botched merge of spectrev1 fixGreg Kroah-Hartman1-2/+1
2019-09-06KVM: PPC: Book3S: Fix incorrect guest-to-user-translation error handlingAlexey Kardashevskiy2-4/+8
2019-09-06x86/apic: Include the LDR when clearing out APIC registersBandan Das1-0/+4
2019-09-06x86/apic: Do not initialize LDR and DFR for bigsmpBandan Das1-22/+2
2019-09-06uprobes/x86: Fix detection of 32-bit user modeSebastian Mayr1-7/+10
2019-09-06KVM: x86: Don't update RIP or do single-step on faulting emulationSean Christopherson1-4/+5
2019-09-06kvm: x86: skip populating logical dest map if apic is not sw enabledRadim Krcmar1-0/+5
2019-09-06arm64: cpufeature: Don't treat granule sizes as strictWill Deacon1-3/+11
2019-08-29powerpc: Allow flush_(inval_)dcache_range to work across ranges >4GBAlastair D'Silva1-2/+2
2019-08-29x86/boot: Fix boot regression caused by bootparam sanitizingJohn Hubbard1-0/+1
2019-08-29x86/boot: Save fields explicitly, zero out everything elseJohn Hubbard1-13/+47
2019-08-29x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16hTom Lendacky3-13/+140
2019-08-29x86/apic: Handle missing global clockevent gracefullyThomas Gleixner1-15/+53