summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-06-07xen: use same main loop for counting and remapping pagesJuergen Gross1-39/+26
2016-06-07powerpc/eeh: Restore initial state in eeh_pe_reset_and_recover()Gavin Shan1-0/+23
2016-06-07Revert "powerpc/eeh: Fix crash in eeh_add_device_early() on Cell"Guilherme G. Piccoli1-1/+1
2016-06-07powerpc/eeh: Don't report error in eeh_pe_reset_and_recover()Gavin Shan1-3/+0
2016-06-07powerpc/book3s64: Fix branching to OOL handlers in relocatable kernelHari Bathini1-5/+11
2016-06-07ARM: dts: exynos: Add interrupt line to MAX8997 PMIC on exynos4210-tratsMarek Szyprowski1-0/+2
2016-06-07ARM: dts: at91: fix typo in sama5d2 PIN_PD24 descriptionFlorian Vallee1-2/+2
2016-06-07ARM: mvebu: fix GPIO config on the Linksys boardsImre Kaloz2-5/+5
2016-06-07ARM: sun7i: dt: Enable dram gate 5 (tve0 clock) for simplefb TV outputPriit Laes1-2/+3
2016-06-07ARM: sun4i: dt: Enable dram gate 5 (tve0 clock) for simplefb TV outputPriit Laes1-1/+1
2016-06-07MIPS: VDSO: Build with `-fno-strict-aliasing'Maciej W. Rozycki1-1/+2
2016-06-07MIPS: lib: Mark intrinsics notraceHarvey Hunt7-7/+7
2016-06-07MIPS: Build microMIPS VDSO for microMIPS kernelsJames Hogan1-0/+1
2016-06-07MIPS: Fix sigreturn via VDSO on microMIPS kernelJames Hogan1-8/+0
2016-06-07MIPS: ptrace: Prevent writes to read-only FCSR bitsMaciej W. Rozycki1-9/+19
2016-06-07MIPS: ptrace: Fix FP context restoration FCSR regressionMaciej W. Rozycki1-0/+1
2016-06-07MIPS: Disable preemption during prctl(PR_SET_FP_MODE, ...)Paul Burton1-0/+4
2016-06-07MIPS: Prevent "restoration" of MSA context in non-MSA kernelsPaul Burton1-2/+5
2016-06-07MIPS: Force CPUs to lose FP context during mode switchesPaul Burton1-23/+17
2016-06-07MIPS: Fix MSA ld_*/st_* asm macros to use PTR_ADDUJames Hogan1-8/+8
2016-06-07MIPS: Use copy_s.fmt rather than copy_u.fmtPaul Burton2-17/+17
2016-06-07MIPS: Loongson-3: Reserve 32MB for RS780E integrated GPUHuacai Chen1-3/+3
2016-06-07MIPS: Reserve nosave data for hibernationHuacai Chen1-0/+3
2016-06-07MIPS: ath79: make bootconsole wait for both THRE and TEMTMatthias Schiffer1-2/+4
2016-06-07MIPS: Loongson-3: Fix build error after ld-version.sh modificationHuacai Chen1-1/+1
2016-06-07MIPS: Sync icache & dcache in set_pte_atPaul Burton3-27/+24
2016-06-07MIPS: Handle highmem pages in __update_cachePaul Burton1-1/+9
2016-06-07MIPS: Flush highmem pages in __flush_dcache_pagePaul Burton1-3/+9
2016-06-07MIPS: Fix watchpoint restorationJames Hogan4-10/+9
2016-06-07MIPS: Fix uapi include in exported asm/siginfo.hJames Hogan1-3/+1
2016-06-07MIPS: Fix siginfo.h to use strict posix typesJames Hogan1-9/+9
2016-06-07MIPS: Avoid using unwind_stack() with usermodeJames Hogan1-1/+1
2016-06-07MIPS: Don't unwind to user mode with EVAJames Hogan1-1/+1
2016-06-07MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCCMaciej W. Rozycki2-3/+16
2016-06-07MIPS: math-emu: Fix jalr emulation when rd == $0Paul Burton1-3/+5
2016-06-07MIPS64: R6: R2 emulation bugfixLeonid Yegoshin1-52/+53
2016-06-01x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeysDave Hansen3-9/+13
2016-06-01xen/x86: actually allocate legacy interrupts on PV guestsStefano Stabellini1-2/+5
2016-06-01MIPS: KVM: Fix timer IRQ race when writing CP0_CompareJames Hogan3-36/+29
2016-06-01MIPS: KVM: Fix timer IRQ race when freezing timerJames Hogan1-5/+23
2016-06-01KVM: PPC: Book3S HV: Fix build error in book3s_hv.cGavin Shan1-0/+1
2016-06-01KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_resetBruce Rogers1-1/+1
2016-06-01KVM: MTRR: remove MSR 0x2f8Andy Honig1-2/+0
2016-06-01crypto: sha1-mb - make sha1_x8_avx2() conform to C function ABIJosh Poimboeuf1-2/+11
2016-06-01perf/x86/intel/uncore: Remove WARN_ON_ONCE in uncore_pci_probeJiri Olsa1-1/+1
2016-06-01kvm: arm64: Fix EC field in inject_abt64Matt Evans1-1/+1
2016-06-01arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tablesMarc Zyngier1-6/+11
2016-06-01arm64: cpuinfo: Missing NULL terminator in compat_hwcap_strJulien Grall1-1/+2
2016-06-01arm64: Implement pmdp_set_access_flags() for hardware AF/DBMCatalin Marinas1-0/+10
2016-06-01arm64: Implement ptep_set_access_flags() for hardware AF/DBMCatalin Marinas2-0/+55