summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-04-26MIPS: Fix clean of vmlinuz.{32,ecoff,bin,srec}James Hogan1-1/+5
2018-04-26powerpc: System reset avoid interleaving oops using die synchronisationNicholas Piggin1-1/+1
2018-04-26KVM: s390: use created_vcpus in more placesChristian Borntraeger1-2/+2
2018-04-26KVM: PPC: Book3S HV: Enable migration of decrementer registerPaul Mackerras3-1/+11
2018-04-26kvm: x86: fix KVM_XEN_HVM_CONFIG ioctlPaolo Bonzini1-3/+4
2018-04-26x86/tsc: Allow TSC calibration without PITPeter Zijlstra2-0/+23
2018-04-26x86/tsc: Prevent 32bit truncation in calc_hpet_ref()Xiaoming Gao1-1/+1
2018-04-26x86/acpi: Prevent X2APIC id 0xffffffff from being accountedDou Liyang1-0/+4
2018-04-24hypfs_kill_super(): deal with failed allocationsAl Viro1-1/+1
2018-04-24powerpc/lib: Fix off-by-one in alternate feature patchingMichael Ellerman1-1/+1
2018-04-24powerpc/xive: Fix trying to "push" an already active pool VPBenjamin Herrenschmidt1-0/+4
2018-04-24powerpc/eeh: Fix enabling bridge MMIO windowsMichael Neuling1-1/+2
2018-04-24MIPS: memset.S: Fix clobber of v1 in last_fixupMatt Redfearn1-1/+1
2018-04-24MIPS: memset.S: Fix return of __clear_user from Lpartial_fixupMatt Redfearn1-1/+1
2018-04-24MIPS: memset.S: EVA & fault support for small_memsetMatt Redfearn1-1/+6
2018-04-24MIPS: uaccess: Add micromips clobbers to bzero invocationMatt Redfearn1-2/+9
2018-04-24um: Use POSIX ucontext_t instead of struct ucontextKrzysztof Mazur2-2/+2
2018-04-24um: Compile with modern headersJason A. Donenfeld3-0/+3
2018-04-24powerpc/powernv: Fix OPAL NVRAM driver OPAL_BUSY loopsNicholas Piggin1-1/+6
2018-04-24powerpc/powernv: define a standard delay for OPAL_BUSY type retry loopsNicholas Piggin1-0/+3
2018-04-24powerpc/kexec_file: Fix error code when trying to load kdump kernelThiago Jung Bauermann1-1/+1
2018-04-24powerpc/kprobes: Fix call trace due to incorrect preempt countNaveen N. Rao1-13/+17
2018-04-24powerpc/64: Fix smp_wmb barrier definition use use lwsync consistentlyNicholas Piggin2-5/+2
2018-04-24powerpc/64: Call H_REGISTER_PROC_TBL when running as a HPT guest on POWER9Paul Mackerras2-2/+12
2018-04-24powerpc/64s: Fix dt_cpu_ftrs to have restore_cpu clear unwanted LPCR bitsNicholas Piggin1-3/+9
2018-04-24powerpc/powernv: Handle unknown OPAL errors in opal_nvram_write()Nicholas Piggin1-0/+4
2018-04-24x86/xen: Delay get_cpu_cap until stack canary is establishedJason Andryuk1-4/+4
2018-04-24ARM: dts: at91: sama5d4: fix pinctrl compatible stringSantiago Esteban1-1/+1
2018-04-24ARM: dts: exynos: Fix IOMMU support for GScaler devices on Exynos5250Marek Szyprowski1-4/+4
2018-04-24ARM: dts: at91: at91sam9g25: fix mux-mask pinctrl propertyNicolas Ferre1-1/+1
2018-04-24arm: dts: mt7623: fix USB initialization fails on bananapi-r2Sean Wang1-2/+22
2018-04-24ARM: EXYNOS: Fix coupled CPU idle freeze on Exynos4210Marek Szyprowski1-5/+1
2018-04-24ARM: dts: da850-lego-ev3: Fix battery voltage gpioDavid Lechner1-2/+2
2018-04-24ARM64: dts: meson: reduce odroid-c2 eMMC maximum rateJerome Brunet1-1/+1
2018-04-19x86/mce/AMD: Get address from already initialized blockYazen Ghannam1-0/+15
2018-04-19x86/mce/AMD, EDAC/mce_amd: Enumerate Reserved SMCA bank typeYazen Ghannam2-0/+8
2018-04-19x86/mce/AMD: Pass the bank number to smca_get_bank_type()Yazen Ghannam1-8/+7
2018-04-19x86/MCE: Report only DRAM ECC as memory errors on AMD systemsYazen Ghannam3-3/+14
2018-04-19s390/ipl: ensure loadparm valid flag is setVasily Gorbik1-0/+1
2018-04-19x86/MCE/AMD: Define a function to get SMCA bank typeYazen Ghannam1-0/+14
2018-04-19KVM: PPC: Book3S HV: trace_tlbie must not be called in realmodeNicholas Piggin1-4/+0
2018-04-19parisc: Fix HPMC handler by increasing size to multiple of 16 bytesHelge Deller1-1/+5
2018-04-19parisc: Fix out of array access in match_pci_device()Helge Deller1-0/+4
2018-04-12x86/microcode: Fix CPU synchronization routineBorislav Petkov1-27/+41
2018-04-12x86/microcode: Attempt late loading only when new microcode is presentBorislav Petkov4-19/+28
2018-04-12x86/microcode: Synchronize late microcode loadingAshok Raj1-26/+92
2018-04-12x86/microcode: Request microcode on the BSPBorislav Petkov1-6/+5
2018-04-12x86/microcode/intel: Look into the patch cache firstBorislav Petkov1-6/+5
2018-04-12x86/microcode: Do not upload microcode if CPUs are offlineAshok Raj1-0/+18
2018-04-12x86/microcode/intel: Writeback and invalidate caches before updating microcodeAshok Raj1-0/+12