summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-07-09MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPenHauke Mehrtens1-0/+1
2020-06-30arm64: perf: Report the PC value in REGS_ABI_32 modeJiping Ma1-3/+22
2020-06-30KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson5-10/+10
2020-06-30KVM: X86: Fix MSR range of APIC registers in X2APIC modeXiaoyao Li1-2/+2
2020-06-30s390/ptrace: fix setting syscall numberSven Schnelle1-1/+30
2020-06-30ARM: imx5: add missing put_device() call in imx_suspend_alloc_ocram()yu kuai1-2/+4
2020-06-30ARM: dts: NSP: Correct FA2 mailbox nodeMatthew Hagan1-3/+3
2020-06-30fix a braino in "sparc32: fix register window handling in genregs32_[gs]et()"Al Viro1-2/+7
2020-06-25KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generatedSean Christopherson1-18/+9
2020-06-25kvm: x86: Fix reserved bits related calculation errors caused by MKTMEKai Huang1-6/+27
2020-06-25kvm: x86: Move kvm_set_mmio_spte_mask() from x86.c to mmu.cKai Huang2-31/+31
2020-06-25kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa1-13/+3
2020-06-25x86/boot/compressed: Relax sed symbol type regex for LLVM ld.lldArd Biesheuvel1-1/+1
2020-06-25arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpointsWill Deacon1-18/+26
2020-06-25openrisc: Fix issue with argument clobbering for clone/forkStafford Horne1-2/+2
2020-06-25powerpc/4xx: Don't unmap NULL mbasehuhai1-3/+1
2020-06-25x86/apic: Make TSC deadline timer detection message visibleBorislav Petkov1-1/+1
2020-06-25powerpc/64s/pgtable: fix an undefined behaviourQian Cai1-4/+19
2020-06-25powerpc/ps3: Fix kexec shutdown hangGeoff Levand1-10/+12
2020-06-25powerpc/pseries/ras: Fix FWNMI_VALID off by oneNicholas Piggin1-2/+3
2020-06-25powerpc/crashkernel: Take "mem=" option into accountPingfan Liu1-3/+5
2020-06-25powerpc/perf/hv-24x7: Fix inconsistent output values incase multiple hv-24x7 ...Kajol Jain1-10/+0
2020-06-25m68k/PCI: Fix a memory leak in an error handling pathChristophe JAILLET1-1/+3
2020-06-25ARM: integrator: Add some Kconfig selectionsLinus Walleij1-3/+4
2020-06-25s390: fix syscall_get_error for compat processesDmitry V. Levin1-1/+11
2020-06-20powerpc/64s: Save FSCR to init_task.thread.fscr after feature initMichael Ellerman1-0/+19
2020-06-20powerpc/64s: Don't let DT CPU features set FSCR_DSCRMichael Ellerman1-0/+8
2020-06-20ARM: tegra: Correct PL310 Auxiliary Control Register initializationDmitry Osipenko1-2/+2
2020-06-20sparc64: fix misuses of access_process_vm() in genregs32_[sg]et()Al Viro1-14/+3
2020-06-20sparc32: fix register window handling in genregs32_[gs]et()Al Viro1-130/+98
2020-06-20MIPS: Fix IRQ tracing when call handle_fpe() and handle_msa_fpe()YuanJunQing1-3/+3
2020-06-20m68k: mac: Don't call via_flush_cache() on Mac IIfxFinn Thain3-20/+8
2020-06-20x86/mm: Stop printing BRK addressesArvind Sankar1-2/+0
2020-06-20mips: Add udelay lpj numbers adjustmentSerge Semin1-0/+70
2020-06-20mips: MAAR: Use more precise address maskSerge Semin1-1/+1
2020-06-20x86/boot: Correct relocation destination on old linkersArvind Sankar2-2/+4
2020-06-20mips: cm: Fix an invalid error code of INTVN_*_ERRSerge Semin1-3/+3
2020-06-20MIPS: Truncate link address into 32bit for 32bit kernelJiaxun Yang3-3/+14
2020-06-20powerpc/spufs: fix copy_to_user while atomicJeremy Kerr1-38/+75
2020-06-20MIPS: Make sparse_init() using top-down allocationTiezhu Yang1-0/+10
2020-06-20ARM: 8978/1: mm: make act_mm() respect THREAD_SIZELinus Walleij1-1/+2
2020-06-20MIPS: Loongson: Build ATI Radeon GPU driver as moduleTiezhu Yang1-1/+1
2020-06-20KVM: arm64: Make vcpu_cp1x() work on Big Endian hostsMarc Zyngier1-2/+4
2020-06-20KVM: MIPS: Fix VPN2_MASK definition for variable cpu_vmbitsXing Li1-0/+4
2020-06-20KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data)Xing Li1-1/+1
2020-06-20KVM: nVMX: Consult only the "basic" exit reason when routing nested exitSean Christopherson1-1/+1
2020-06-20KVM: nSVM: leave ASID aside in copy_vmcb_control_areaPaolo Bonzini1-1/+1
2020-06-20KVM: nSVM: fix condition for filtering async PFPaolo Bonzini1-2/+2
2020-06-20x86/speculation: PR_SPEC_FORCE_DISABLE enforcement for indirect branches.Anthony Steinhauser1-2/+5
2020-06-20x86/speculation: Avoid force-disabling IBPB based on STIBP and enhanced IBRS.Anthony Steinhauser1-37/+50