summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2019-05-06Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds
2019-04-17powerpc/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann
2019-04-13Merge tag 'powerpc-5.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-04-08powerpc/64s/radix: Fix radix segment exception handlingNicholas Piggin
2019-04-08powerpc/vdso32: fix CLOCK_MONOTONIC on PPC64Christophe Leroy
2019-04-05kmemleak: powerpc: skip scanning holes in the .bss sectionCatalin Marinas
2019-04-01powerpc/32: Fix early boot failure with RTAS built-inChristophe Leroy
2019-03-21powerpc/security: Fix spectre_v2 reportingMichael Ellerman
2019-03-19powerpc/6xx: fix setup and use of SPRN_SPRG_PGDIR for hash32Christophe Leroy
2019-03-18powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038Michael Ellerman
2019-03-16Merge tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-03-13powerpc/64s: Include <asm/nmi.h> header file to fix a warningMathieu Malaterre
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-12memblock: drop memblock_alloc_base()Mike Rapoport
2019-03-12powerpc: use memblock functions returning virtual addressChristophe Leroy
2019-03-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-07arch: simplify several early memory allocationsMike Rapoport
2019-03-07powerpc: prefer memblock APIs returning virtual addressMike Rapoport
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-05powerpc/vdso: don't clear PG_reservedDavid Hildenbrand
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2019-03-05powerpc: remove dead code in head_fsl_booke.SJason Yan
2019-03-04powerpc/32: Clear on-stack exception marker upon exception returnChristophe Leroy
2019-03-02powerpc: Remove export of save_stack_trace_tsk_reliable()Joe Lawrence
2019-03-02powerpc: remove nargs from __SYSCALLFiroz Khan
2019-03-02powerpc/64s: Fix unrelocated interrupt trampoline address testNicholas Piggin
2019-02-27powerpc/fsl: Fix the flush of branch predictor.Christophe Leroy
2019-02-26powerpc/64s: Fix data interrupts vs d-side MCE reentrancyNicholas Piggin
2019-02-26powerpc/64s: Prepare to handle data interrupts vs d-side MCE reentrancyNicholas Piggin
2019-02-26powerpc/64s: system reset interrupt preserve HSRRsNicholas Piggin
2019-02-26powerpc/64s: Fix HV NMI vs HV interrupt recoverability testNicholas Piggin
2019-02-23powerpc: clean stack pointers namingChristophe Leroy
2019-02-23powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFOChristophe Leroy
2019-02-23powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPUChristophe Leroy
2019-02-23powerpc: 'current_set' is now a table of task_struct pointersChristophe Leroy
2019-02-23powerpc: regain entire stack spaceChristophe Leroy
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy
2019-02-23powerpc/idle/6xx: Use r1 with CURRENT_THREAD_INFO()Christophe Leroy
2019-02-23powerpc/64: Use task_stack_page() to initialise paca->kstackChristophe Leroy
2019-02-23powerpc: Update comments in preparation for THREAD_INFO_IN_TASKChristophe Leroy
2019-02-23powerpc: Replace current_thread_info()->task with currentChristophe Leroy
2019-02-23powerpc: Don't use CURRENT_THREAD_INFO to find the stackChristophe Leroy
2019-02-23powerpc: call_do_[soft]irq() takes a pointer to the stackChristophe Leroy
2019-02-23powerpc: Rename THREAD_INFO to TASK_STACKChristophe Leroy
2019-02-23powerpc: prep stack walkers for THREAD_INFO_IN_TASKChristophe Leroy
2019-02-23powerpc: Only use task_struct 'cpu' field on SMPChristophe Leroy