summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-10-04powerpc/kprobes: Clean up jprobe detection in livepatch handlerNaveen N. Rao4-9/+14
2017-10-04powerpc/kprobes: Do not suppress instruction emulation if a single run failedNaveen N. Rao1-3/+14
2017-10-04powerpc/kprobes: Some cosmetic updates to try_to_emulate()Naveen N. Rao1-2/+2
2017-10-04powerpc/configs: Add Skiroot defconfigJoel Stanley1-0/+232
2017-10-04powerpc/lib/sstep: Fix fixed-point shift instructions that set CA32Sandipan Das1-0/+4
2017-10-04powerpc/lib/sstep: Fix fixed-point arithmetic instructions that set CA32Sandipan Das1-0/+13
2017-10-04powerpc/lib/sstep: Add XER bits introduced in POWER ISA v3.0Sandipan Das1-0/+2
2017-10-04powerpc/powermac: Use setup_timer() helperAllen Pais1-3/+1
2017-10-04powerpc/6xx: Use setup_timer() helperAllen Pais1-2/+1
2017-10-04powerpc/oprofile: Use setup_timer() helperAllen Pais1-6/+2
2017-10-04powerpc/powernv: Use early_radix_enabled in POWER9 tlb flushNicholas Piggin1-1/+1
2017-10-04powerpc/powernv: Implement NMI IPI with OPAL_SIGNAL_SYSTEM_RESETNicholas Piggin5-0/+57
2017-10-04powerpc/64s: Implement system reset idle wakeup reasonNicholas Piggin1-3/+38
2017-10-04powerpc/xmon: Avoid tripping SMP hardlockup watchdogNicholas Piggin1-4/+13
2017-10-04powerpc/watchdog: Do not trigger SMP crash from touch_nmi_watchdogNicholas Piggin1-2/+5
2017-10-04powerpc/watchdog: Do not backtrace locked CPUs twice if allcpus backtrace is ...Nicholas Piggin1-8/+11
2017-10-04powerpc/watchdog: Do not panic from locked CPU's IPI handlerNicholas Piggin1-2/+1
2017-09-28cxl: Enable global TLBIs for cxl contextsFrederic Barrat2-9/+46
2017-09-28powerpc/mm: Export flush_all_mm()Frederic Barrat4-2/+44
2017-09-27powerpc/64s: Add workaround for P9 vector CI load issueMichael Neuling7-5/+271
2017-09-26powerpc/powernv: Rework EEH initialization on powernvBenjamin Herrenschmidt5-60/+40
2017-09-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds17-66/+87
2017-09-24Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-25/+28
2017-09-23Merge branch 'parisc-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-13/+106
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf12-42/+39
2017-09-23Merge tag 'pci-v4.14-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds18-36/+38
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds3-4/+1
2017-09-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-2/+11
2017-09-23arch: remove unused *_segments() macros/functionsTobias Klauser10-51/+0
2017-09-22parisc: Unbreak bootloader due to gcc-7 optimizationsHelge Deller2-2/+3
2017-09-22parisc: Reintroduce option to gzip-compress the kernelHelge Deller2-0/+17
2017-09-22parisc: Add HWPOISON page fault handler codeHelge Deller1-4/+29
2017-09-22parisc: Move init_per_cpu() into init sectionHelge Deller4-4/+4
2017-09-22parisc: Check if initrd was loaded into broken RAMHelge Deller1-0/+9
2017-09-22parisc: Add PDCE_CHECK instruction to HPMC handlerHelge Deller1-1/+9
2017-09-22parisc: Add wrapper for pdc_instr() firmware functionHelge Deller2-0/+21
2017-09-22parisc: Move start_parisc() into init sectionHelge Deller1-2/+2
2017-09-22parisc: Stop unwinding at start of stackHelge Deller1-0/+12
2017-09-22Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2017-09-22Merge tag 'powerpc-4.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds19-56/+77
2017-09-22Merge branch '4.14-fixes' of git://git.linux-mips.org/pub/scm/ralf/upstream-l...Linus Torvalds27-33/+37
2017-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds5-33/+147
2017-09-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds12-156/+184
2017-09-21MIPS: PCI: fix pcibios_map_irq section mismatchManuel Lauss24-25/+25
2017-09-21MIPS: Fix input modify in __write_64bit_c0_split()James Hogan1-6/+9
2017-09-21MIPS: MSP71xx: Include asm/setup.hArnd Bergmann1-0/+2
2017-09-21powerpc/pseries: Fix parent_dn reference leak in add_dt_node()Tyrel Datwyler1-1/+3
2017-09-21powerpc/pseries: Fix "OF: ERROR: Bad of_node_put() on /cpus" during DLPARTyrel Datwyler2-2/+5
2017-09-21powerpc/eeh: Create PHB PEs after EEH is initializedBenjamin Herrenschmidt2-18/+4
2017-09-20s390/topology: enable / disable topology dynamicallyHeiko Carstens1-2/+74