summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-04-08MIPS: Lantiq: Fix cascaded IRQ setupFelix Fietkau1-21/+17
2017-04-08xen/setup: Don't relocate p2m over existing oneRoss Lagerwall1-3/+3
2017-03-31metag/ptrace: Reject partial NT_METAG_RPIPE writesDave Martin1-0/+2
2017-03-31metag/ptrace: Provide default TXSTATUS for short NT_PRSTATUSDave Martin1-3/+12
2017-03-31metag/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+1
2017-03-31sparc/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+1
2017-03-31mips/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+2
2017-03-31h8300/ptrace: Fix incorrect register transfer countDave Martin1-3/+5
2017-03-31c6x/ptrace: Remove useless PTRACE_SETREGSET implementationDave Martin1-41/+0
2017-03-30x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panicSumit Semwal1-0/+24
2017-03-30xen: do not re-use pirq number cached in pci device msi msg dataSumit Semwal1-16/+7
2017-03-30ARM: dts: at91: sama5d2: add dma properties to UART nodesNicolas Ferre1-0/+35
2017-03-30ARM: at91: pm: cpu_idle: switch DDR to power-down modeNicolas Ferre1-1/+17
2017-03-26powerpc/boot: Fix zImage TOC alignmentMichael Ellerman1-0/+1
2017-03-26s390/pci: fix use after free in dma_initSebastian Ott1-6/+10
2017-03-26KVM: PPC: Book3S PR: Fix illegal opcode emulationThomas Huth1-1/+0
2017-03-26xen/qspinlock: Don't kick CPU if IRQ is not initializedRoss Lagerwall1-0/+6
2017-03-26crypto: ghash-clmulni - Fix load failureWang, Rui Y1-0/+26
2017-03-22x86/perf: Fix CR4.PCE propagation to use active_mm instead of mmAndy Lutomirski1-2/+2
2017-03-22x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=yAndrey Ryabinin2-0/+2
2017-03-18s390/kdump: Use "LINUX" ELF note name instead of "CORE"Michael Holzheu1-8/+10
2017-03-18KVM: s390: Fix guest migration for huge guests resulting in panicJanosch Frank1-1/+18
2017-03-18powerpc: Emulation support for load/store instructions on LERavi Bangoria1-20/+0
2017-03-18MIPS: Netlogic: Fix CP0_EBASE redefinition warningsJames Hogan2-9/+6
2017-03-18MIPS: DEC: Avoid la pseudo-instruction in delay slotsRalf Baechle1-2/+38
2017-03-18MIPS: ralink: Remove unused rt*_wdt_reset functionsArnd Bergmann3-31/+0
2017-03-18MIPS: ralink: Cosmetic change to prom_init().John Crispin1-5/+4
2017-03-18MIPS: Update lemote2f_defconfig for CPU_FREQ_STAT changeArnd Bergmann1-1/+1
2017-03-18MIPS: ip22: Fix ip28 build for modern gccArnd Bergmann1-1/+1
2017-03-18MIPS: Update ip27_defconfig for SCSI_DH changeArnd Bergmann1-1/+1
2017-03-18MIPS: ip27: Disable qlge driver in defconfigArnd Bergmann1-1/+0
2017-03-18MIPS: Update defconfigs for NF_CT_PROTO_DCCP/UDPLITE changeArnd Bergmann7-12/+12
2017-03-15xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRDMax Filippov1-2/+2
2017-03-15s390: use correct input data address for setup_randomnessHeiko Carstens1-1/+1
2017-03-15s390: make setup_randomness workHeiko Carstens1-3/+3
2017-03-15s390: TASK_SIZE for kernel threadsMartin Schwidefsky1-1/+2
2017-03-15KVM: VMX: use correct vmcs_read/write for guest segment selector/baseChao Peng1-2/+2
2017-03-15KVM: s390: Disable dirty log retrieval for UCONTROL guestsJanosch Frank1-0/+3
2017-03-12MIPS: IP22: Fix build error due to binutils 2.25 uselessnes.Ralf Baechle1-1/+12
2017-03-12MIPS: IP22: Reformat inline assembler code to modern standards.Ralf Baechle1-20/+23
2017-03-12powerpc/xmon: Fix data-breakpointRavi Bangoria1-1/+3
2017-03-12arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2Marc Zyngier2-10/+2
2017-03-12ARM: dts: at91: Enable DMA on sama5d2_xplained consoleAlexandre Belloni1-0/+2
2017-03-12ARM: dts: at91: Enable DMA on sama5d4_xplained consoleAlexandre Belloni1-0/+2
2017-03-12MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumpsPaul Burton1-0/+2
2017-03-12MIPS: Calculate microMIPS ra properly when unwinding the stackPaul Burton1-20/+63
2017-03-12MIPS: Fix is_jump_ins() handling of 16b microMIPS instructionsPaul Burton1-3/+8
2017-03-12MIPS: Fix get_frame_info() handling of microMIPS function sizePaul Burton1-7/+5
2017-03-12MIPS: Prevent unaligned accesses during stack unwindingPaul Burton1-35/+35
2017-03-12MIPS: Clear ISA bit correctly in get_frame_info()Paul Burton1-5/+2