aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-14/+11
2019-03-07arch: simplify several early memory allocationsMike Rapoport1-2/+2
2019-03-07powerpc: prefer memblock APIs returning virtual addressMike Rapoport2-12/+9
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds54-1293/+1081
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-191/+3
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-4/+4
2019-03-05powerpc/vdso: don't clear PG_reservedDavid Hildenbrand1-2/+0
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2-2/+4
2019-03-04powerpc/32: Clear on-stack exception marker upon exception returnChristophe Leroy1-0/+9
2019-03-02powerpc: Remove export of save_stack_trace_tsk_reliable()Joe Lawrence1-1/+0
2019-03-02powerpc: remove nargs from __SYSCALLFiroz Khan2-5/+5
2019-03-02powerpc/64s: Fix unrelocated interrupt trampoline address testNicholas Piggin2-8/+9
2019-02-27powerpc/fsl: Fix the flush of branch predictor.Christophe Leroy1-0/+1
2019-02-26powerpc/64s: Fix data interrupts vs d-side MCE reentrancyNicholas Piggin1-10/+26
2019-02-26powerpc/64s: Prepare to handle data interrupts vs d-side MCE reentrancyNicholas Piggin1-6/+42
2019-02-26powerpc/64s: system reset interrupt preserve HSRRsNicholas Piggin1-1/+24
2019-02-26powerpc/64s: Fix HV NMI vs HV interrupt recoverability testNicholas Piggin3-0/+77
2019-02-23powerpc: clean stack pointers namingChristophe Leroy2-18/+10
2019-02-23powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFOChristophe Leroy7-12/+14
2019-02-23powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPUChristophe Leroy7-57/+30
2019-02-23powerpc: 'current_set' is now a table of task_struct pointersChristophe Leroy4-13/+11
2019-02-23powerpc: regain entire stack spaceChristophe Leroy6-48/+32
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy14-168/+24
2019-02-23powerpc/idle/6xx: Use r1 with CURRENT_THREAD_INFO()Christophe Leroy1-1/+2
2019-02-23powerpc/64: Use task_stack_page() to initialise paca->kstackChristophe Leroy1-1/+3
2019-02-23powerpc: Update comments in preparation for THREAD_INFO_IN_TASKChristophe Leroy3-3/+3
2019-02-23powerpc: Replace current_thread_info()->task with currentChristophe Leroy1-3/+3
2019-02-23powerpc: Don't use CURRENT_THREAD_INFO to find the stackChristophe Leroy3-3/+3
2019-02-23powerpc: call_do_[soft]irq() takes a pointer to the stackChristophe Leroy1-1/+1
2019-02-23powerpc: Rename THREAD_INFO to TASK_STACKChristophe Leroy7-9/+9
2019-02-23powerpc: prep stack walkers for THREAD_INFO_IN_TASKChristophe Leroy2-6/+49
2019-02-23powerpc: Only use task_struct 'cpu' field on SMPChristophe Leroy2-0/+6
2019-02-23powerpc/irq: use memblock functions returning virtual addressChristophe Leroy3-27/+23
2019-02-23powerpc/64: Simplify __secondary_start paca->kstack handlingMichael Ellerman1-11/+9
2019-02-23powerpc/64s: Remove MSR_RI optimisation in system_call_exit()Michael Ellerman1-20/+14
2019-02-23powerpc: Enable kcovAndrew Donnellan4-2/+15
2019-02-23powerpc/kconfig: make _etext and data areas alignment configurable on 8xxChristophe Leroy1-2/+2
2019-02-23powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWXChristophe Leroy1-12/+42
2019-02-23powerpc/mm/32s: add setibat() clearibat() and update_bats()Christophe Leroy1-0/+35
2019-02-23powerpc/kconfig: define CONFIG_DATA_SHIFT and CONFIG_ETEXT_SHIFTChristophe Leroy1-6/+3
2019-02-23powerpc/8xx: Map 32Mb of RAM at init.Christophe Leroy1-20/+31
2019-02-23Revert "powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handling"Michael Ellerman1-1/+4
2019-02-22powerpc/32: Fix CONFIG_VIRT_CPU_ACCOUNTING_NATIVE for 40x/bookeChristophe Leroy1-5/+7
2019-02-22powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handlingChristophe Leroy1-4/+1
2019-02-22powerpc/603: don't handle PAGE_ACCESSED in TLB miss handlers.Christophe Leroy1-11/+13
2019-02-22powerpc/603: Don't worry about _PAGE_USER in TLB miss handlersChristophe Leroy1-9/+3
2019-02-22powerpc/603: let's handle PAGE_DIRTY directlyChristophe Leroy1-4/+2
2019-02-22powerpc/603: Don't handle _PAGE_RW and _PAGE_DIRTY on ITLB missesChristophe Leroy1-6/+2
2019-02-22powerpc/603: Don't handle kernel page TLB misses when not needChristophe Leroy1-0/+4
2019-02-22powerpc/603: use physical address directly in TLB miss handlers.Christophe Leroy1-9/+6