summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2017-04-28powerpc/pseries: Enable VFIOAlexey Kardashevskiy
2017-04-28powerpc/powernv: Fix iommu table size calculation hook for small tablesAlexey Kardashevskiy
2017-04-28powerpc/powernv: Check kzalloc() return value in pnv_pci_table_allocAlexey Kardashevskiy
2017-04-28powerpc: Add arch/powerpc/tools directoryNicholas Piggin
2017-04-28powerpc: Use the new post-link pass to check relocationsNicholas Piggin
2017-04-28powerpc/xmon: Wait for secondaries before IPI'ing on system resetNicholas Piggin
2017-04-28powerpc/pseries: Implement NMI IPI with H_SIGNAL_SYS_RESETNicholas Piggin
2017-04-28powerpc: Add struct smp_ops_t.cause_nmi_ipi operationNicholas Piggin
2017-04-28powerpc: Add NMI IPI infrastructureNicholas Piggin
2017-04-28powerpc: Mark system reset as an NMI with nmi_enter/exit()Nicholas Piggin
2017-04-28powerpc/64s: Dedicated system reset interrupt stackNicholas Piggin
2017-04-28powerpc/64s: Disallow system reset vs system reset reentrancyNicholas Piggin
2017-04-28powerpc/64s: Fix system reset vs general interrupt reentrancyNicholas Piggin
2017-04-28powerpc/64s: Exception macro for stack frame and initial register saveNicholas Piggin
2017-04-28powerpc/64s: Add exception macro that does not enable RINicholas Piggin
2017-04-28powerpc/cbe: Do not process external or decremeter interrupts from sresetNicholas Piggin
2017-04-28powerpc/pasemi: Do not process external or decrementer interrupts from sresetNicholas Piggin
2017-04-28Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2017-04-28Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-nextPaul Mackerras
2017-04-28KVM: PPC: Book3S HV: Avoid preemptibility warning in module initializationDenis Kirjanov
2017-04-27pstore: Fix flags to enable dumps on powerpcAnkit Kumar
2017-04-27powerpc/ftrace/64: Split further based on -mprofile-kernelNaveen N. Rao
2017-04-27powerpc: Split ftrace bits into a separate fileNaveen N. Rao
2017-04-27powerpc/mm: Rename table dump file nameChristophe Leroy
2017-04-27powerpc/mm: On PPC32, display 32 bits addresses in page table dumpChristophe Leroy
2017-04-27powerpc/mm: Fix missing page attributes in page table dumpChristophe Leroy
2017-04-27powerpc/mm: Fix page table dump build on PPC32Christophe Leroy
2017-04-27powerpc/mm/radix: Optimise tlbiel flush all caseAneesh Kumar K.V
2017-04-27powerpc/mm/radix: Optimise Page Walk Cache flushAneesh Kumar K.V
2017-04-27KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář
2017-04-27KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt
2017-04-26HAVE_ARCH_HARDENED_USERCOPY is unconditional nowAl Viro
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro
2017-04-26powerpc/powernv: Fix oops on P9 DD1 in cause_ipi()Michael Ellerman
2017-04-26powerpc/powernv: Fix missing attr initialisation in opal_export_attrs()Michael Ellerman
2017-04-26powerpc/mm: Fix possible out-of-bounds shift in arch_mmap_rnd()Michael Ellerman
2017-04-26powerpc/64s: Revert setting of LPCR[LPES] on POWER9Nicholas Piggin
2017-04-25block: remove block_device_operations ->direct_access()Dan Williams
2017-04-25powerpc/mm: Ensure IRQs are off in switch_mm()David Gibson
2017-04-25powerpc/sysfs: Fix reference leak of cpu device_nodes present at bootTyrel Datwyler
2017-04-25powerpc/pseries: Fix of_node_put() underflow during DLPAR removeTyrel Datwyler
2017-04-25powerpc/xmon: Deindent the SLB dumping logicMichael Ellerman
2017-04-25Merge branch 'topic/kprobes' into nextMichael Ellerman
2017-04-24powerpc/kprobes: Prefer ftrace when probing function entryNaveen N. Rao
2017-04-24powerpc: Introduce a new helper to obtain function entry pointsNaveen N. Rao
2017-04-24powerpc/kprobes: Add support for KPROBES_ON_FTRACENaveen N. Rao
2017-04-24powerpc/ftrace: Restore LR from pt_regsNaveen N. Rao
2017-04-23powerpc/kprobes: Blacklist common exception handlersNaveen N. Rao
2017-04-23powerpc/kprobes: Blacklist exception handlersNaveen N. Rao