summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-05-03powerpc/32: Move early_init() in a separate fileChristophe Leroy3-29/+37
2019-05-03powerpc/mm: move hugetlb_disabled into asm/hugetlb.hChristophe Leroy1-0/+1
2019-05-03powerpc/mm: fix erroneous duplicate slb_addr_limit initChristophe Leroy1-6/+0
2019-05-01powerpc/tm: Avoid machine crash on rt_sigreturn()Breno Leitao1-1/+26
2019-05-01powerpc/powernv/mce: Print additional information about MCE error.Mahesh Salgaonkar2-43/+76
2019-05-01powerpc/powernv/mce: Print correct severity for MCE error.Mahesh Salgaonkar2-71/+78
2019-05-01powerpc/powernv/mce: Reduce MCE console logs to lesser lines.Mahesh Salgaonkar1-41/+48
2019-05-01powerpc: Add doorbell tracepointsAnton Blanchard1-0/+3
2019-05-01powerpc/64s: Remove 'dummy_copy_buffer'Mathieu Malaterre1-5/+0
2019-05-01powerpc/cacheinfo: Fix kobject memleakTobin C. Harding1-7/+6
2019-05-01powerpc/vdso: Drop unnecessary cc-ldoptionNick Desaulniers2-6/+4
2019-04-30Merge branch 'topic/ppc-kvm' into nextMichael Ellerman7-988/+230
2019-04-30powerpc/64s: Reimplement book3s idle code in CNicholas Piggin4-943/+162
2019-04-30powerpc/watchdog: Use hrtimers for per-CPU heartbeatNicholas Piggin1-41/+40
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds1-0/+4
2019-04-21powerpc/mm: Print kernel map details to dmesgAneesh Kumar K.V1-0/+3
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: Add force enable of DAWR on P9 optionMichael Neuling3-6/+68
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-17powerpc/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf2-4/+4
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann1-0/+4
2019-04-13Merge tag 'powerpc-5.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-9/+13
2019-04-08powerpc/64s/radix: Fix radix segment exception handlingNicholas Piggin1-0/+12
2019-04-08powerpc/vdso32: fix CLOCK_MONOTONIC on PPC64Christophe Leroy1-1/+1
2019-04-05kmemleak: powerpc: skip scanning holes in the .bss sectionCatalin Marinas1-0/+7
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-19powerpc/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