summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86/boot: Avoid warning for zero-filling .bssArnd Bergmann2018-02-251-3/+6
* arm64: Kconfig: select COMPAT_BINFMT_ELF only when BINFMT_ELF is setKefeng Wang2018-02-251-1/+1
* x86/platform: Add PCI dependency for PUNIT_ATOM_DEBUGArnd Bergmann2018-02-251-0/+1
* x86: add MULTIUSER dependency for KVMArnd Bergmann2018-02-251-1/+1
* x86/build: Silence the build with "make -s"Arnd Bergmann2018-02-251-2/+3
* x86/fpu/math-emu: Fix possible uninitialized variable useArnd Bergmann2018-02-252-10/+10
* arm64: define BUG() instruction without CONFIG_BUGArnd Bergmann2018-02-251-14/+19
* x86/ras/inject: Make it depend on X86_LOCAL_APIC=yBorislav Petkov2018-02-252-5/+2
* x86/mm/kmmio: Fix mmiotrace for page unaligned addressesKarol Herbst2018-02-252-7/+9
* powerpc/perf: Fix oops when grouping different pmu eventsRavi Bangoria2018-02-251-2/+2
* ARM: dts: am4372: Correct the interrupts_properties of McASPPeter Ujfalusi2018-02-251-2/+4
* ARM: dts: Fix omap4 hang with GPS connected to USB by using wakeupgenTony Lindgren2018-02-251-2/+0
* ARM: AM33xx: PRM: Remove am33xx_pwrdm_read_prev_pwrst functionKeerthy2018-02-251-12/+0
* ARM: OMAP2+: Fix SRAM virt to phys translation for save_secure_ram_contextTony Lindgren2018-02-255-35/+31
* arm64: dts: add #cooling-cells to CPU nodesArnd Bergmann2018-02-251-0/+2
* KVM: x86: fix escape of guest dr6 to the hostWanpeng Li2018-02-251-0/+6
* crypto: x86/twofish-3way - Fix %rbp usageEric Biggers2018-02-251-52/+60
* ARM: dts: s5pv210: add interrupt-parent for ohciArnd Bergmann2018-02-221-0/+1
* ARM: pxa/tosa-bt: add MODULE_LICENSE tagArnd Bergmann2018-02-221-0/+4
* 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