summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2018-04-24hypfs_kill_super(): deal with failed allocationsAl Viro
2018-04-24powerpc/lib: Fix off-by-one in alternate feature patchingMichael Ellerman
2018-04-24powerpc/eeh: Fix enabling bridge MMIO windowsMichael Neuling
2018-04-24MIPS: memset.S: Fix clobber of v1 in last_fixupMatt Redfearn
2018-04-24MIPS: memset.S: Fix return of __clear_user from Lpartial_fixupMatt Redfearn
2018-04-24MIPS: memset.S: EVA & fault support for small_memsetMatt Redfearn
2018-04-24MIPS: uaccess: Add micromips clobbers to bzero invocationMatt Redfearn
2018-04-24um: Use POSIX ucontext_t instead of struct ucontextKrzysztof Mazur
2018-04-24powerpc/powernv: Fix OPAL NVRAM driver OPAL_BUSY loopsNicholas Piggin
2018-04-24powerpc/powernv: define a standard delay for OPAL_BUSY type retry loopsNicholas Piggin
2018-04-24powerpc/64: Fix smp_wmb barrier definition use use lwsync consistentlyNicholas Piggin
2018-04-24powerpc/powernv: Handle unknown OPAL errors in opal_nvram_write()Nicholas Piggin
2018-04-24ARM: dts: at91: sama5d4: fix pinctrl compatible stringSantiago Esteban
2018-04-24ARM: dts: at91: at91sam9g25: fix mux-mask pinctrl propertyNicolas Ferre
2018-04-24x86/hweight: Don't clobber %rdiVille Syrjälä
2018-04-24x86/hweight: Get rid of the special calling conventionBorislav Petkov
2018-04-24s390/ipl: ensure loadparm valid flag is setVasily Gorbik
2018-04-24parisc: Fix out of array access in match_pci_device()Helge Deller
2018-04-13sparc64: ldc abort during vds iso bootJag Raman
2018-04-13xen: avoid type warning in xchg_xen_ulongArnd Bergmann
2018-04-13MIPS: kprobes: flush_insn_slot should flush only if probe initialisedMarcin Nowakowski
2018-04-13MIPS: mm: adjust PKMAP locationMarcin Nowakowski
2018-04-13MIPS: mm: fixed mappings: correct initialisationMarcin Nowakowski
2018-04-13ARM: imx: Add MXC_CPU_IMX6ULL and cpu_is_imx6ullLeonard Crestez
2018-04-13powerpc/spufs: Fix coredump of SPU contextsMichael Ellerman
2018-04-13KVM: SVM: do not zero out segment attributes if segment is unusable or not pr...Roman Pen
2018-04-13arm64: futex: Fix undefined behaviour with FUTEX_OP_OPARG_SHIFT usageWill Deacon
2018-04-13powerpc/[booke|4xx]: Don't clobber TCR[WP] when setting TCR[DIE]Ivan Mikhaylov
2018-04-13ARM: dts: ls1021a: add "fsl,ls1021a-esdhc" compatible string to esdhc nodeRasmus Villemoes
2018-04-13KVM: nVMX: Fix handling of lmsw instructionJan H. Schönherr
2018-04-13ARM: davinci: da8xx: Create DSP device only when assigned memorySuman Anna
2018-04-13powerpc/mm: Fix virt_addr_valid() etc. on 64-bit hashMichael Ellerman
2018-04-13ARM: dts: imx6qdl-wandboard: Fix audio channel swapFabio Estevam
2018-04-13x86/tsc: Provide 'tsc=unstable' boot parameterPeter Zijlstra
2018-04-13ARM: dts: imx53-qsrb: Pulldown PMIC IRQ pinFabio Estevam
2018-04-13KVM: PPC: Book3S PR: Check copy_to/from_user return valuesPaul Mackerras
2018-04-13s390: move _text symbol to address higher than zeroHeiko Carstens
2018-04-13x86/asm: Don't use RBP as a temporary register in csum_partial_copy_generic()Josh Poimboeuf
2018-04-08Revert "ARM: dts: omap3-n900: Fix the audio CODEC's reset pin"Greg Kroah-Hartman
2018-04-08Revert "ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin"Greg Kroah-Hartman
2018-04-08ARM: dts: am57xx-beagle-x15-common: Add overide powerhold propertyKeerthy
2018-04-08ARM: dts: dra7: Add power hold and power controller properties to palmasKeerthy
2018-04-08crypto: x86/cast5-avx - fix ECB encryption when long sg follows short oneEric Biggers
2018-04-08arm64: avoid overflow in VA_START and PAGE_OFFSETNick Desaulniers
2018-04-08frv: declare jiffies to be located in the .data sectionMatthias Kaehlcke
2018-04-08kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu
2018-03-28bpf, x64: increase number of passesDaniel Borkmann
2018-03-28perf/x86/intel: Don't accidentally clear high bits in bdw_limit_period()Dan Carpenter
2018-03-28x86/entry/64: Don't use IST entry for #BP stackAndy Lutomirski
2018-03-28x86/boot/64: Verify alignment of the LOAD segmentH.J. Lu