summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-02-25crypto: x86/twofish-3way - Fix %rbp usageEric Biggers1-52/+60
2018-02-25ARM: dts: s5pv210: add interrupt-parent for ohciArnd Bergmann1-0/+1
2018-02-25arm: spear13xx: Fix spics gpio controller's warningViresh Kumar1-1/+1
2018-02-25arm: spear13xx: Fix dmas cellsViresh Kumar2-5/+5
2018-02-25arm: spear600: Add missing interrupt-parent of rtcViresh Kumar1-0/+1
2018-02-25s390: fix handling of -1 in set{,fs}[gu]id16 syscallsEugene Syromiatnikov1-4/+4
2018-02-16mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copyEric W. Biederman1-1/+1
2018-02-16xtensa: fix futex_atomic_cmpxchg_inatomicMax Filippov1-13/+10
2018-02-16alpha: fix reboot on Avanti platformMikulas Patocka1-1/+2
2018-02-16alpha: fix crash if pthread_create races with signal deliveryMikulas Patocka1-1/+2
2018-02-16signal/sh: Ensure si_signo is initialized in do_divide_errorEric W. Biederman1-1/+2
2018-02-16signal/openrisc: Fix do_unaligned_access to send the proper signalEric W. Biederman1-5/+5
2018-02-16ARM: exynos_defconfig: Enable NFSv4 clientKrzysztof Kozlowski1-0/+1
2018-02-16ARM: exynos_defconfig: Enable options to mount a rootfs via NFSJavier Martinez Canillas1-0/+6
2018-02-07um: Fix out-of-tree buildRichard Weinberger1-2/+2
2018-02-07KVM: VMX: Fix rflags cache during vCPU resetWanpeng Li1-1/+1
2018-02-07KVM: X86: Fix operand/address-size during instruction decodingWanpeng Li1-0/+7
2018-02-07KVM: x86: Don't re-execute instruction when not passing CR2 valueLiran Alon2-2/+3
2018-02-07KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failureLiran Alon1-1/+1
2018-02-07um: Remove copy&paste code from init.hRichard Weinberger1-21/+1
2018-02-07um: Stop abusing __KERNEL__Richard Weinberger5-10/+11
2018-02-07um: link vmlinux with -no-pieThomas Meyer1-1/+1
2018-01-31x86/microcode/intel: Extend BDW late-loading further with LLC size checkJia Zhang1-2/+18
2018-01-31x86/asm/32: Make sync_core() handle missing CPUID on all 32-bit kernelsAndy Lutomirski1-1/+1
2018-01-31MIPS: AR7: ensure the port type's FCR value is usedJonas Gorski1-1/+1
2018-01-31arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier1-2/+2
2018-01-31ARM: dts: kirkwood: fix pin-muxing of MPP7 on OpenBlocks A7Thomas Petazzoni1-2/+8
2018-01-17x86/microcode/intel: Extend BDW late-loading with a revision checkJia Zhang1-2/+11
2018-01-17x86/acpi: Reduce code duplication in mp_override_legacy_irq()Vikas C Sajjan1-22/+5
2018-01-17x86/acpi: Handle SCI interrupts above legacy space gracefullyVikas C Sajjan1-1/+32
2018-01-17kvm: vmx: Scrub hardware GPRs at VM-exitJim Mattson2-1/+32
2018-01-17MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSETMaciej W. Rozycki1-0/+1
2018-01-17MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accessesMaciej W. Rozycki1-0/+3
2018-01-17MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSAMaciej W. Rozycki1-11/+36
2018-01-17MIPS: Consistently handle buffer counter with PTRACE_SETREGSETMaciej W. Rozycki1-1/+1
2018-01-17MIPS: Guard against any partial write attempt with PTRACE_SETREGSETMaciej W. Rozycki1-1/+11
2018-01-17MIPS: Factor out NT_PRFPREG regset access helpersMaciej W. Rozycki1-24/+82
2018-01-02powerpc/perf: Dereference BHRB entries safelyRavi Bangoria1-2/+6
2018-01-02KVM: X86: Fix load RFLAGS w/o the fixed bitWanpeng Li1-1/+1
2017-12-25ARM: dma-mapping: disallow dma_get_sgtable() for non-kernel managed memoryRussell King1-1/+19
2017-12-25ARM: dts: am335x-evmsk: adjust mmc2 param to allow suspendReizer, Eyal1-0/+1
2017-12-25ARM: dts: ti: fix PCI bus dtc warningsRob Herring1-0/+2
2017-12-25KVM: x86: correct async page present tracepointWanpeng Li1-1/+1
2017-12-25arm64: Initialise high_memory global variable earlierSteve Capper1-1/+2
2017-12-20pinctrl: adi2: Fix Kconfig build problemLinus Walleij2-2/+6
2017-12-20powerpc/ipic: Fix status get and status clearChristophe Leroy1-2/+2
2017-12-20powerpc/opal: Fix EBUSY bug in acquiring tokensWilliam A. Kennington III1-3/+3
2017-12-20powerpc/powernv/cpufreq: Fix the frequency read by /proc/cpuinfoShriya1-1/+1
2017-12-20openrisc: fix issue handling 8 byte get_user callsStafford Horne1-1/+1
2017-12-20crypto: salsa20 - fix blkcipher_walk API usageEric Biggers1-7/+0