summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-04-21powerpc/mm: Reduce memory usage for mm_context_t for radixAneesh Kumar K.V1-0/+6
2019-04-21powerpc/mm: Move slb_addr_linit to early_init_mmuAneesh Kumar K.V1-11/+0
2019-04-21powerpc/mm: Add helpers for accessing hash translation related variablesAneesh Kumar K.V1-6/+6
2019-04-21powerpc/32s: Implement Kernel Userspace Access ProtectionChristophe Leroy2-0/+14
2019-04-21powerpc/32s: Prepare Kernel Userspace Access ProtectionChristophe Leroy1-11/+11
2019-04-21powerpc/32s: Implement Kernel Userspace Execution Prevention.Christophe Leroy2-1/+23
2019-04-21powerpc/32: Prepare for Kernel Userspace Access ProtectionChristophe Leroy1-4/+12
2019-04-21powerpc/32: Remove MSR_PR test when returning from syscallChristophe Leroy1-5/+0
2019-04-21powerpc/64s: Implement KUAP for Radix MMUMichael Ellerman2-2/+28
2019-04-21powerpc/64: Setup KUP on secondary CPUsRussell Currey1-0/+3
2019-04-21powerpc: Add a framework for Kernel Userspace Access ProtectionChristophe Leroy1-0/+4
2019-04-21powerpc: Add framework for Kernel Userspace ProtectionChristophe Leroy1-0/+7
2019-04-21powerpc/powernv/idle: Restore AMR/UAMOR/AMOR after idleMichael Ellerman1-4/+23
2019-04-21powerpc/powernv/idle: Restore IAMR after idleRussell Currey1-0/+20
2019-04-20powerpc: Remove duplicate headersJagadeesh Pagadala1-1/+0
2019-04-20powerpc/pseries: hwpoison the pages upon hitting UEGanesh Goudar1-1/+1
2019-04-20powerpc/mm/radix: Don't do SLB preload when using the radix MMUAneesh Kumar K.V1-1/+2
2019-04-20powerpc/64: Fix booting large kernels with STRICT_KERNEL_RWXRussell Currey1-1/+3
2019-04-08powerpc/64s/radix: Fix radix segment exception handlingNicholas Piggin1-0/+12
2019-04-07powerpc/vdso32: fix CLOCK_MONOTONIC on PPC64Christophe Leroy1-1/+1
2019-04-01powerpc/32: Fix early boot failure with RTAS built-inChristophe Leroy1-8/+0
2019-03-21powerpc/security: Fix spectre_v2 reportingMichael Ellerman1-15/+8
2019-03-18powerpc/6xx: fix setup and use of SPRN_SPRG_PGDIR for hash32Christophe Leroy2-3/+6
2019-03-18powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038Michael Ellerman1-2/+2
2019-03-16Merge tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-7/+1
2019-03-13powerpc/64s: Include <asm/nmi.h> header file to fix a warningMathieu Malaterre1-0/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport4-0/+15
2019-03-12memblock: drop memblock_alloc_base()Mike Rapoport1-1/+5
2019-03-12powerpc: use memblock functions returning virtual addressChristophe Leroy3-4/+10
2019-03-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-14/+11
2019-03-08arch: simplify several early memory allocationsMike Rapoport1-2/+2
2019-03-08powerpc: 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/po...Linus Torvalds54-1293/+1081
2019-03-07Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-191/+3
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-4/+4
2019-03-06powerpc/vdso: don't clear PG_reservedDavid Hildenbrand1-2/+0
2019-03-06mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2-2/+4
2019-03-05powerpc: remove dead code in head_fsl_booke.SJason Yan1-7/+0
2019-03-03powerpc/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-01powerpc/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