summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-03-04powerpc/vdso64: Use double word compare on pointersAnton Blanchard2-2/+2
2018-03-04powerpc/ptrace: Fix out of bounds array access warningKhem Raj1-2/+2
2018-03-04powerpc/pseries: include linux/types.h in asm/hvcall.hMichal Suchanek1-0/+1
2018-03-04powerpc/powernv: Check device-tree for RFI flush settingsOliver O'Halloran1-0/+49
2018-03-04powerpc/64s: Improve RFI L1-D cache flush fallbackNicholas Piggin4-56/+39
2018-03-04powerpc/64s: Simple RFI macro conversionsNicholas Piggin6-21/+28
2018-03-04x86/mm: Disable preemption during CR3 read+writeSebastian Andrzej Siewior1-0/+7
2018-03-04arm64: Disable unhandled signal log messages by defaultMichael Weiser1-1/+1
2018-03-04x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()Arnd Bergmann1-1/+1
2018-03-04KVM: nVMX: vmx_complete_nested_posted_interrupt() can't failDavid Hildenbrand1-5/+5
2018-03-04KVM: nVMX: kmap() can't failDavid Hildenbrand1-9/+0
2018-03-04x86/kvm: Update spectre-v1 mitigationDan Williams1-11/+9
2018-03-04x86/paravirt: Remove 'noreplace-paravirt' cmdline optionJosh Poimboeuf1-14/+0
2018-03-04x86/get_user: Use pointer masking to limit speculationDan Williams1-0/+10
2018-03-04x86: Implement array_index_mask_nospecDan Williams1-0/+24
2018-03-04KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exce...Wanpeng Li1-8/+26
2018-03-04perf/x86: Shut up false-positive -Wmaybe-uninitialized warningArnd Bergmann1-2/+2
2018-03-04x86/platform/olpc: Fix resume handler build warningBorislav Petkov1-0/+2
2018-03-04x86/boot: Avoid warning for zero-filling .bssArnd Bergmann1-3/+6
2018-03-04x86: add MULTIUSER dependency for KVMArnd Bergmann1-1/+1
2018-03-04x86/build: Silence the build with "make -s"Arnd Bergmann1-2/+3
2018-03-04x86/ras/inject: Make it depend on X86_LOCAL_APIC=yBorislav Petkov2-5/+2
2018-03-04x86/mm/kmmio: Fix mmiotrace for page unaligned addressesKarol Herbst2-7/+9
2018-03-04powerpc/perf: Fix oops when grouping different pmu eventsRavi Bangoria1-2/+2
2018-03-04ARM: dts: am4372: Correct the interrupts_properties of McASPPeter Ujfalusi1-2/+4
2018-03-04ARM: dts: Fix omap4 hang with GPS connected to USB by using wakeupgenTony Lindgren1-2/+0
2018-03-04ARM: AM33xx: PRM: Remove am33xx_pwrdm_read_prev_pwrst functionKeerthy1-12/+0
2018-03-04ARM: OMAP2+: Fix SRAM virt to phys translation for save_secure_ram_contextTony Lindgren5-35/+31
2018-03-04crypto: x86/twofish-3way - Fix %rbp usageEric Biggers1-52/+60
2018-03-04ARM: dts: s5pv210: add interrupt-parent for ohciArnd Bergmann1-0/+1
2018-03-04arm: spear13xx: Fix spics gpio controller's warningViresh Kumar1-1/+1
2018-03-04arm: spear13xx: Fix dmas cellsViresh Kumar2-5/+5
2018-03-04arm: spear600: Add missing interrupt-parent of rtcViresh Kumar1-0/+1
2018-03-04s390: fix handling of -1 in set{,fs}[gu]id16 syscallsEugene Syromiatnikov1-4/+4
2018-03-04mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copyEric W. Biederman1-1/+1
2018-03-04xtensa: fix futex_atomic_cmpxchg_inatomicMax Filippov1-13/+10
2018-03-04alpha: fix reboot on Avanti platformMikulas Patocka1-1/+2
2018-03-04alpha: fix crash if pthread_create races with signal deliveryMikulas Patocka1-1/+2
2018-03-04signal/sh: Ensure si_signo is initialized in do_divide_errorEric W. Biederman1-1/+2
2018-03-04signal/openrisc: Fix do_unaligned_access to send the proper signalEric W. Biederman1-5/+5
2018-03-04KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2Liran Alon1-2/+3
2018-03-04arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier1-2/+11
2018-02-28powerpc/64s: Allow control of RFI flush via debugfsMichael Ellerman1-0/+30
2018-02-28powerpc/64s: Wire up cpu_show_meltdown()Michael Ellerman2-0/+9
2018-02-28powerpc/pseries: Query hypervisor for RFI flush settingsMichael Neuling1-1/+36
2018-02-28powerpc/64s: Support disabling RFI flush with no_rfi_flush and noptiMichael Ellerman1-1/+23
2018-02-28powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman9-8/+290
2018-02-28powerpc/64s: Convert slb_miss_common to use RFI_TO_USER/KERNELNicholas Piggin1-2/+20
2018-02-28powerpc/64: Convert the syscall exit path to use RFI_TO_USER/KERNELNicholas Piggin1-1/+11
2018-02-28powerpc/64: Convert fast_exception_return to use RFI_TO_USER/KERNELNicholas Piggin1-2/+16