summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc/xive: Fix the size of the cpumask used in xive_find_target_in_mask()Cédric Le Goater2017-08-241-1/+1
* powerpc/64: Optimise set/clear of CTRL[RUN] (runlatch)Nicholas Piggin2017-08-231-8/+27
* powerpc/64s: Remove spurious IRQ reason in IRQ replayNicholas Piggin2017-08-231-2/+0
* powerpc/64: Remove redundant instruction in interrupt replayNicholas Piggin2017-08-231-1/+0
* powerpc/64s: Use the HV handler for external IRQ replay in HV mode on POWER9Nicholas Piggin2017-08-231-0/+4
* powerpc/64s: Merge HV and non-HV paths for doorbell IRQ replayNicholas Piggin2017-08-233-8/+2
* powerpc/64: Cleanup __check_irq_replay()Nicholas Piggin2017-08-231-22/+23
* powerpc/64s: masked_interrupt() returns to kernel so avoid restoring r13Nicholas Piggin2017-08-231-1/+1
* powerpc/64s: Optimise clearing of MSR_EE in masked_[H]interrupt()Nicholas Piggin2017-08-231-2/+1
* powerpc/64s: Avoid a branch in masked_[H]interrupt()Nicholas Piggin2017-08-231-4/+2
* powerpc/mm: Make switch_mm_irqs_off() out of lineBenjamin Herrenschmidt2017-08-233-88/+102
* powerpc/mm: Optimize detection of thread local mm'sBenjamin Herrenschmidt2017-08-234-1/+24
* powerpc/mm: Use mm_is_thread_local() instread of open-codingBenjamin Herrenschmidt2017-08-234-14/+6
* powerpc/mm: Avoid double irq save/restore in activate_mmBenjamin Herrenschmidt2017-08-231-4/+0
* powerpc/mm: Move pgdir setting into a helperBenjamin Herrenschmidt2017-08-231-8/+22
* powerpc/64s: Fix replay interrupt return label nameMichael Ellerman2017-08-231-2/+2
* powerpc: pseries: remove dlpar_attach_node dependency on full pathRob Herring2017-08-234-7/+5
* powerpc: Convert to using %pOF instead of full_nameRob Herring2017-08-2379-487/+461
* powerpc/vio: Use device_type to detect familyMichael Ellerman2017-08-231-2/+2
* Merge branch 'fixes' into nextMichael Ellerman2017-08-2327-127/+363
|\
| * powerpc/mm: Ensure cpumask update is orderedBenjamin Herrenschmidt2017-08-183-0/+20
| * powerpc: Fix VSX enabling/flushing to also test MSR_FP and MSR_VECBenjamin Herrenschmidt2017-08-161-2/+3
| * powerpc/watchdog: add locking around init/exit functionsNicholas Piggin2017-08-091-1/+10
| * powerpc/watchdog: Fix marking of stuck CPUsNicholas Piggin2017-08-091-6/+9
| * powerpc/watchdog: Fix final-check recovered caseNicholas Piggin2017-08-091-1/+5
| * powerpc/watchdog: Moderate touch_nmi_watchdog overheadNicholas Piggin2017-08-091-1/+3
| * powerpc/watchdog: Improve watchdog lock primitiveNicholas Piggin2017-08-091-4/+9
| * powerpc: NMI IPI improve lock primitiveNicholas Piggin2017-08-091-3/+3
| * powerpc/configs: Re-enable HARD/SOFT lockup detectorsMichael Ellerman2017-08-093-3/+6
| * powerpc/powernv/idle: Disable LOSE_FULL_CONTEXT states when stop-api failsGautham R. Shenoy2017-08-081-3/+38
| * Revert "powerpc/64: Avoid restore_math call if possible in syscall exit"Michael Ellerman2017-08-072-46/+18
| * powerpc/64: Fix __check_irq_replay missing decrementer interruptNicholas Piggin2017-08-041-1/+14
| * powerpc/perf: POWER9 PMU stops after idle workaroundNicholas Piggin2017-08-041-1/+7
| * powerpc/83xx/mpc832x_rdb: fix of_irq_to_resource() error checkSergei Shtylyov2017-08-021-1/+1
| * powerpc/64s: Fix stack setup in watchdog soft_nmi_common()Nicholas Piggin2017-07-311-1/+9
| * Merge tag 'v4.13-rc1' into fixesMichael Ellerman2017-07-31316-3232/+4156
| |\
| * | powerpc/powernv/pci: Return failure for some uses of dma_set_mask()Alistair Popple2017-07-281-0/+8
| * | powerpc/boot: Fix 64-bit boot wrapper build with non-biarch compilerMichael Ellerman2017-07-281-3/+11
| * | powerpc/smp: Call smp_ops->setup_cpu() directly on the boot CPUMichael Ellerman2017-07-281-10/+2
| * | powerpc/tm: Fix saving of TM SPRs in core dumpGustavo Romero2017-07-281-3/+10
| * | powerpc/mm: Fix pmd/pte_devmap() on non-leaf entriesOliver O'Halloran2017-07-281-1/+9
| * | powerpc/mm/hash: Free the subpage_prot_table correctlyAneesh Kumar K.V2017-07-271-1/+1
| * | powerpc/Makefile: Fix ld version check with 64-bit LE-only toolchainMichael Ellerman2017-07-261-12/+13
| * | powerpc/pseries: Fix of_node_put() underflow during reconfig removeLaurent Vivier2017-07-261-1/+0
| * | powerpc/mm/radix: Workaround prefetch issue with KVMBenjamin Herrenschmidt2017-07-266-22/+154
* | | powerpc/mm/cxl: Add the fault handling cpu to mm cpumaskAneesh Kumar K.V2017-08-171-9/+1
* | | powerpc/mm: Don't send IPI to all cpus on THP updatesAneesh Kumar K.V2017-08-174-9/+40
* | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-08-1713-55/+103
|\ \ \
| * | | powerpc/mm: Rename find_linux_pte_or_hugepte()Aneesh Kumar K.V2017-08-1713-55/+103
* | | | powerpc/bpf: Use memset32() to pre-fill traps in BPF page(s)Naveen N. Rao2017-08-171-5/+1