aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86/cpu: Change type of x86_cache_size variable to unsigned intGustavo A. R. Silva2018-02-224-5/+5
* KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by...David Woodhouse2018-02-221-5/+5
* arm: spear13xx: Fix spics gpio controller's warningViresh Kumar2018-02-221-1/+1
* arm: spear13xx: Fix dmas cellsViresh Kumar2018-02-222-5/+5
* arm: spear600: Add missing interrupt-parent of rtcViresh Kumar2018-02-221-0/+1
* ARM: dts: STi: Add gpio polarity for "hdmi,hpd-gpio" propertyPatrice Chotard2018-02-222-2/+4
* s390: fix handling of -1 in set{,fs}[gu]id16 syscallsEugene Syromiatnikov2018-02-221-4/+4
* mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copyEric W. Biederman2018-02-161-1/+1
* xtensa: fix futex_atomic_cmpxchg_inatomicMax Filippov2018-02-161-13/+10
* alpha: fix reboot on Avanti platformMikulas Patocka2018-02-161-1/+2
* alpha: fix crash if pthread_create races with signal deliveryMikulas Patocka2018-02-161-1/+2
* signal/sh: Ensure si_signo is initialized in do_divide_errorEric W. Biederman2018-02-161-1/+2
* signal/openrisc: Fix do_unaligned_access to send the proper signalEric W. Biederman2018-02-161-5/+5
* KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2Liran Alon2018-02-161-2/+3
* arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier2018-02-161-2/+11
* crypto: poly1305 - remove ->setkey() methodEric Biggers2018-02-161-1/+0
* kaiser: fix compile error without vsyscallHugh Dickins2018-02-161-1/+1
* x86/kaiser: fix build error with KASAN && !FUNCTION_GRAPH_TRACEREric Biggers2018-02-161-1/+1
* powerpc/pseries: include linux/types.h in asm/hvcall.hMichal Suchanek2018-02-161-0/+1
* x86/microcode: Do the family check firstBorislav Petkov2018-02-161-9/+18
* x86/microcode/AMD: Do not load when running on a hypervisorBorislav Petkov2018-02-161-9/+19
* x86/asm: Fix inline asm call constraints for GCC 4.4Josh Poimboeuf2018-02-161-1/+3
* powerpc/64s: Allow control of RFI flush via debugfsMichael Ellerman2018-02-161-0/+30
* powerpc/64s: Wire up cpu_show_meltdown()Michael Ellerman2018-02-162-0/+9
* powerpc/powernv: Check device-tree for RFI flush settingsOliver O'Halloran2018-02-161-0/+50
* powerpc/pseries: Query hypervisor for RFI flush settingsMichael Neuling2018-02-161-1/+36
* powerpc/64s: Support disabling RFI flush with no_rfi_flush and noptiMichael Ellerman2018-02-161-1/+23
* powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman2018-02-169-8/+290
* powerpc/64s: Convert slb_miss_common to use RFI_TO_USER/KERNELNicholas Piggin2018-02-161-2/+20
* powerpc/64: Convert the syscall exit path to use RFI_TO_USER/KERNELNicholas Piggin2018-02-161-1/+11
* powerpc/64: Convert fast_exception_return to use RFI_TO_USER/KERNELNicholas Piggin2018-02-161-2/+16
* powerpc/64s: Simple RFI macro conversionsNicholas Piggin2018-02-166-23/+29
* powerpc/64: Add macros for annotating the destination of rfid/hrfidNicholas Piggin2018-02-162-0/+35
* powerpc/pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapperMichael Neuling2018-02-162-0/+31
* powerpc: Simplify module TOC handlingAlan Modra2018-02-162-31/+9
* powerpc: Fix VSX enabling/flushing to also test MSR_FP and MSR_VECBenjamin Herrenschmidt2018-02-161-2/+3
* powerpc/64: Fix flush_(d|i)cache_range() called from modulesOliver O'Halloran2018-02-162-2/+14
* powerpc/bpf/jit: Disable classic BPF JIT on ppc64leNaveen N. Rao2018-02-161-1/+1
* KVM: VMX: Fix rflags cache during vCPU resetWanpeng Li2018-02-031-1/+1
* KVM: x86: ioapic: Preserve read-only values in the redirection tableNikita Leshenko2018-02-031-0/+6
* KVM: x86: ioapic: Clear Remote IRR when entry is switched to edge-triggeredNikita Leshenko2018-02-031-1/+10
* KVM: x86: ioapic: Fix level-triggered EOI and IOAPIC reconfigure raceNikita Leshenko2018-02-031-2/+1
* KVM: X86: Fix operand/address-size during instruction decodingWanpeng Li2018-02-031-0/+7
* KVM: x86: Don't re-execute instruction when not passing CR2 valueLiran Alon2018-02-032-2/+3
* KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failureLiran Alon2018-02-031-1/+1
* crypto: aesni - handle zero length dst bufferStephan Mueller2018-02-031-1/+1
* kaiser: fix intel_bts perf crashesHugh Dickins2018-02-031-11/+33
* x86/pti: Make unpoison of pgd for trusted boot work for realDave Hansen2018-02-031-0/+10
* bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-02-033-0/+3
* bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov2018-02-031-2/+2