summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | powerpc: remove nargs from __SYSCALLFiroz Khan2019-03-023-6/+6
| * | | | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2019-03-021-9/+17
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | powerpc/kvm: Save and restore host AMR/IAMR/UAMORMichael Ellerman2019-02-221-9/+17
| * | | | | powerpc/64s: Fix unrelocated interrupt trampoline address testNicholas Piggin2019-03-014-16/+16
| * | | | | powerpc/powernv/ioda: Fix locked_vm counting for memory used by IOMMU tablesAlexey Kardashevskiy2019-02-282-2/+6
| * | | | | powerpc/fsl: Fix the flush of branch predictor.Christophe Leroy2019-02-271-0/+1
| * | | | | powerpc/powernv: Make opal log only readable by rootJordan Niethe2019-02-271-1/+1
| * | | | | powerpc/xmon: Fix opcode being uninitialized in print_insn_powerpcNathan Chancellor2019-02-261-1/+1
| * | | | | powerpc/powernv: move OPAL call wrapper tracing and interrupt handling to CNicholas Piggin2019-02-264-314/+328
| * | | | | powerpc/64s: Fix data interrupts vs d-side MCE reentrancyNicholas Piggin2019-02-261-10/+26
| * | | | | powerpc/64s: Prepare to handle data interrupts vs d-side MCE reentrancyNicholas Piggin2019-02-261-6/+42
| * | | | | powerpc/64s: system reset interrupt preserve HSRRsNicholas Piggin2019-02-261-1/+24
| * | | | | powerpc/64s: Fix HV NMI vs HV interrupt recoverability testNicholas Piggin2019-02-265-0/+87
| * | | | | powerpc/mm/hash: Handle mmap_min_addr correctly in get_unmapped_area topdown ...Aneesh Kumar K.V2019-02-261-4/+6
| * | | | | powerpc/hugetlb: Handle mmap_min_addr correctly in get_unmapped_area callbackAneesh Kumar K.V2019-02-261-2/+3
| * | | | | powerpc sstep: Add support for modsd, modud instructionsSandipan Das2019-02-251-2/+15
| * | | | | powerpc sstep: Add support for modsw, moduw instructionsPrasannaKumar Muralidharan2019-02-251-0/+14
| * | | | | powerpc sstep: Add support for extswsli instructionSandipan Das2019-02-251-0/+14
| * | | | | powerpc sstep: Add support for cnttzw, cnttzd instructionsSandipan Das2019-02-251-0/+14
| * | | | | powerpc: sstep: Add support for darn instructionSandipan Das2019-02-251-0/+22
| * | | | | powerpc: sstep: Add support for maddhd, maddhdu, maddld instructionsSandipan Das2019-02-252-2/+48
| * | | | | powerpc: clean stack pointers namingChristophe Leroy2019-02-232-18/+10
| * | | | | powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFOChristophe Leroy2019-02-239-18/+16
| * | | | | powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPUChristophe Leroy2019-02-2311-72/+37
| * | | | | powerpc: 'current_set' is now a table of task_struct pointersChristophe Leroy2019-02-235-15/+13
| * | | | | powerpc: regain entire stack spaceChristophe Leroy2019-02-238-55/+38
| * | | | | powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy2019-02-2321-194/+56
| * | | | | powerpc/idle/6xx: Use r1 with CURRENT_THREAD_INFO()Christophe Leroy2019-02-231-1/+2
| * | | | | powerpc: Use task_stack_page() in current_pt_regs()Christophe Leroy2019-02-231-1/+1
| * | | | | powerpc: Use linux/thread_info.h in processor.hChristophe Leroy2019-02-231-1/+1
| * | | | | powerpc: Use sizeof(struct thread_info) in INIT_SP_LIMITChristophe Leroy2019-02-231-1/+1
| * | | | | powerpc/64: Use task_stack_page() to initialise paca->kstackChristophe Leroy2019-02-231-1/+3
| * | | | | powerpc: Update comments in preparation for THREAD_INFO_IN_TASKChristophe Leroy2019-02-234-4/+4
| * | | | | powerpc: Replace current_thread_info()->task with currentChristophe Leroy2019-02-231-3/+3
| * | | | | powerpc: Don't use CURRENT_THREAD_INFO to find the stackChristophe Leroy2019-02-233-3/+3
| * | | | | powerpc: call_do_[soft]irq() takes a pointer to the stackChristophe Leroy2019-02-232-3/+3
| * | | | | powerpc: Rename THREAD_INFO to TASK_STACKChristophe Leroy2019-02-237-9/+9
| * | | | | powerpc: prep stack walkers for THREAD_INFO_IN_TASKChristophe Leroy2019-02-232-6/+49
| * | | | | powerpc: Only use task_struct 'cpu' field on SMPChristophe Leroy2019-02-233-1/+7
| * | | | | powerpc: Avoid circular header inclusion in mmu-hash.hChristophe Leroy2019-02-235-96/+107
| * | | | | powerpc/irq: use memblock functions returning virtual addressChristophe Leroy2019-02-233-27/+23
| * | | | | powerpc/64: Simplify __secondary_start paca->kstack handlingMichael Ellerman2019-02-231-11/+9
| * | | | | powerpc/64s: Remove MSR_RI optimisation in system_call_exit()Michael Ellerman2019-02-231-20/+14
| * | | | | powerpc: Enable kcovAndrew Donnellan2019-02-237-2/+22
| * | | | | powerpc/kconfig: make _etext and data areas alignment configurable on 8xxChristophe Leroy2019-02-232-5/+17
| * | | | | powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWXChristophe Leroy2019-02-236-16/+78
| * | | | | powerpc/kconfig: make _etext and data areas alignment configurable on Book3s 32Christophe Leroy2019-02-231-2/+30
| * | | | | powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWXChristophe Leroy2019-02-236-10/+112
| * | | | | powerpc/mm/32s: add setibat() clearibat() and update_bats()Christophe Leroy2019-02-233-0/+69
| * | | | | powerpc/kconfig: define CONFIG_DATA_SHIFT and CONFIG_ETEXT_SHIFTChristophe Leroy2019-02-232-6/+12