summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-2823-92/+559
|\
| * powerpc/eeh: Fix eeh eeh_debugfs_break_device() with SRIOV devicesOliver O'Halloran2019-09-271-2/+2
| * powerpc/nvdimm: use H_SCM_QUERY hcall on H_OVERLAP errorAneesh Kumar K.V2019-09-251-8/+40
| * powerpc/nvdimm: Use HCALL error as the return valueAneesh Kumar K.V2019-09-251-15/+11
| * powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9Aneesh Kumar K.V2019-09-245-22/+134
| * powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flagAneesh Kumar K.V2019-09-245-9/+9
| * powerpc/book3s64/mm: Don't do tlbie fixup for some hardware revisionsAneesh Kumar K.V2019-09-241-2/+28
| * powerpc/pseries: Call H_BLOCK_REMOVE when supportedLaurent Dufour2019-09-241-2/+21
| * powerpc/pseries: Read TLB Block Invalidate CharacteristicsLaurent Dufour2019-09-243-0/+142
| * KVM: PPC: Book3S HV: use smp_mb() when setting/clearing host_ipi flagMichael Roth2019-09-246-14/+108
| * powerpc/mm: Fix an Oops in kasan_mmu_init()Christophe Leroy2019-09-211-1/+14
| * powerpc/mm: Add a helper to select PAGE_KERNEL_RO or PAGE_READONLYChristophe Leroy2019-09-211-8/+13
| * powerpc/64s: Set reserved PCR bitsJordan Niethe2019-09-216-12/+27
| * powerpc: Fix definition of PCR bits to work with old binutilsAlistair Popple2019-09-211-3/+3
| * powerpc/book3s64/radix: Remove WARN_ON in destroy_context()Aneesh Kumar K.V2019-09-211-1/+14
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-281-0/+1
|\ \
| * | x86/purgatory: Disable the stackleak GCC plugin for the purgatoryArvind Sankar2019-09-231-0/+1
* | | Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-2816-25/+76
|\ \ \
| * | | kexec: Fix file verification on S390Matthew Garrett2019-09-101-1/+1
| * | | x86/mmiotrace: Lock down the testmmiotrace moduleDavid Howells2019-08-191-0/+5
| * | | acpi: Ignore acpi_rsdp kernel param when the kernel has been locked downJosh Boyer2019-08-195-6/+30
| * | | x86/msr: Restrict MSR access when the kernel is locked downMatthew Garrett2019-08-191-0/+8
| * | | x86: Lock down IO port access when the kernel is locked downMatthew Garrett2019-08-191-2/+5
| * | | kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEJiri Bohac2019-08-1910-20/+30
| * | | lockdown: Copy secure_boot flag in boot params across kexec rebootDave Young2019-08-191-0/+1
* | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-272-24/+2
|\ \ \ \
| * | | | MODSIGN: Export module signature definitionsThiago Jung Bauermann2019-08-052-24/+2
* | | | | Merge tag 'riscv/for-v5.4-rc1-b' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-279-19/+73
|\ \ \ \ \
| * | | | | riscv: Avoid interrupts being erroneously enabled in handle_exception()Vincent Chen2019-09-201-1/+5
| * | | | | riscv: dts: sifive: Drop "clock-frequency" property of cpu nodesBin Meng2019-09-201-3/+0
| * | | | | riscv: dts: sifive: Add ethernet0 to the aliases nodeBin Meng2019-09-201-0/+1
| * | | | | RISC-V: Export kernel symbols for kvmAtish Patra2019-09-202-0/+2
| * | | | | arch/riscv: disable excess harts before picking main boot hartXiang Wang2019-09-201-3/+5
| * | | | | RISC-V: Enable VIRTIO drivers in RV64 and RV32 defconfigAnup Patel2019-09-192-0/+22
| * | | | | RISC-V: Fix building error when CONFIG_SPARSEMEM_MANUAL=yGreentime Hu2019-09-191-12/+12
| * | | | | riscv: dts: Add DT support for SiFive FU540 PWM driverYash Shah2019-09-192-0/+26
* | | | | | Merge tag 'nios2-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-09-271-3/+3
|\ \ \ \ \ \
| * | | | | | nios2: force the string buffer NULL-terminatedWang Xiayang2019-09-201-3/+3
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-09-2722-384/+731
|\ \ \ \ \ \ \
| * | | | | | | KVM: nVMX: cleanup and fix host 64-bit mode checksPaolo Bonzini2019-09-251-31/+19
| * | | | | | | KVM: vmx: fix build warnings in hv_enable_direct_tlbflush() on i386Vitaly Kuznetsov2019-09-251-9/+5
| * | | | | | | KVM: x86: Don't check kvm_rebooting in __kvm_handle_fault_on_reboot()Sean Christopherson2019-09-251-7/+1
| * | | | | | | KVM: x86: Drop ____kvm_handle_fault_on_reboot()Sean Christopherson2019-09-251-5/+1
| * | | | | | | KVM: VMX: Add error handling to VMREAD helperSean Christopherson2019-09-252-4/+25
| * | | | | | | KVM: VMX: Optimize VMX instruction error and fault handlingSean Christopherson2019-09-252-32/+74
| * | | | | | | KVM: x86: Check kvm_rebooting in kvm_spurious_fault()Sean Christopherson2019-09-252-2/+3
| * | | | | | | kvm: nvmx: limit atomic switch MSRsMarc Orr2019-09-242-11/+33
| * | | | | | | kvm: svm: Intercept RDPRUJim Mattson2019-09-243-0/+10
| * | | | | | | kvm: x86: Add "significant index" flag to a few CPUID leavesJim Mattson2019-09-241-0/+6
| * | | | | | | KVM: x86/mmu: Skip invalid pages during zapping iff root_count is zeroSean Christopherson2019-09-241-4/+5