aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2017-09-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-09-04net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao
2017-09-04powerpc/xive: Fix section __init warningCédric Le Goater
2017-09-04powerpc: Fix kernel crash in emulation of vector loads and storesPaul Mackerras
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar
2017-09-03Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-09-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-09-04Merge branch 'pm-sleep'Rafael J. Wysocki
2017-09-04Merge branch 'pm-cpufreq'Rafael J. Wysocki
2017-09-03Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Rafael J. Wysocki
2017-09-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2017-09-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-09-02powerpc/xive: improve debugging macrosCédric Le Goater
2017-09-02powerpc/xive: add XIVE Exploitation Mode to CASCédric Le Goater
2017-09-02powerpc/xive: introduce H_INT_ESB hcallCédric Le Goater
2017-09-02powerpc/xive: add the HW IRQ number under xive_irq_dataCédric Le Goater
2017-09-02powerpc/xive: introduce xive_esb_write()Cédric Le Goater
2017-09-02powerpc/xive: rename xive_poke_esb() in xive_esb_read()Cédric Le Goater
2017-09-02powerpc/xive: guest exploitation of the XIVE interrupt controllerCédric Le Goater
2017-09-02powerpc/xive: introduce a common routine xive_queue_page_alloc()Cédric Le Goater
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-09-01Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2017-09-01Merge tag 'mvebu-fixes-4.13-3' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson
2017-09-02powerpc/sstep: Avoid used uninitialized errorMichael Ellerman
2017-09-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2017-09-01x86/idt: Fix the X86_TRAP_BP gateIngo Molnar
2017-09-01axonram: Return directly after a failed kzalloc() in axon_ram_probe()Markus Elfring
2017-09-01axonram: Improve a size determination in axon_ram_probe()Markus Elfring
2017-09-01axonram: Delete an error message for a failed memory allocation in axon_ram_p...Markus Elfring
2017-09-01powerpc/powernv/npu: Move tlb flush before launching ATSDAlistair Popple
2017-09-01powerpc/iommu: Use permission-specific DEVICE_ATTR variantsJulia Lawall
2017-09-01powerpc/eeh: Delete an error out of memory message at init timeMarkus Elfring
2017-09-01powerpc/mm: Use seq_putc() in two functionsMarkus Elfring
2017-09-01crypto/nx: Add P9 NX specific error codes for 842 engineHaren Myneni
2017-09-01powerpc/32: remove a NOP from memset()Christophe Leroy
2017-09-01powerpc/32: optimise memset()Christophe Leroy
2017-09-01powerpc: fix location of two EXPORT_SYMBOLChristophe Leroy
2017-09-01powerpc/32: add memset16()Christophe Leroy
2017-09-01powerpc: Wrap register number correctly for string load/store instructionsPaul Mackerras
2017-09-01powerpc: Emulate load/store floating point as integer word instructionsPaul Mackerras
2017-09-01powerpc: Use instruction emulation infrastructure to handle alignment faultsPaul Mackerras
2017-09-01powerpc: Separate out load/store emulation into its own functionPaul Mackerras
2017-09-01powerpc: Handle opposite-endian processes in emulation codePaul Mackerras
2017-09-01powerpc: Set regs->dar if memory access fails in emulate_step()Paul Mackerras
2017-09-01powerpc: Emulate the dcbz instructionPaul Mackerras
2017-09-01powerpc: Emulate load/store floating double pair instructionsPaul Mackerras
2017-09-01powerpc: Emulate vector element load/store instructionsPaul Mackerras
2017-09-01powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not livePaul Mackerras
2017-09-01powerpc: Make load/store emulation use larger memory accessesPaul Mackerras