summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2019-04-231-0/+4
|\
| * arch: add pidfd and io_uring syscalls everywhereArnd Bergmann2019-04-151-0/+4
* | Merge tag 'powerpc-5.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-04-133-9/+13
|\ \
| * | powerpc/64s/radix: Fix radix segment exception handlingNicholas Piggin2019-04-081-0/+12
| * | powerpc/vdso32: fix CLOCK_MONOTONIC on PPC64Christophe Leroy2019-04-071-1/+1
| * | powerpc/32: Fix early boot failure with RTAS built-inChristophe Leroy2019-04-011-8/+0
* | | kmemleak: powerpc: skip scanning holes in the .bss sectionCatalin Marinas2019-04-061-0/+7
|/ /
* | powerpc/security: Fix spectre_v2 reportingMichael Ellerman2019-03-211-15/+8
* | powerpc/6xx: fix setup and use of SPRN_SPRG_PGDIR for hash32Christophe Leroy2019-03-182-3/+6
* | powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038Michael Ellerman2019-03-181-2/+2
|/
* Merge tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-03-162-7/+1
|\
| * powerpc/64s: Include <asm/nmi.h> header file to fix a warningMathieu Malaterre2019-03-131-0/+1
| * powerpc: remove dead code in head_fsl_booke.SJason Yan2019-03-051-7/+0
* | treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-124-0/+15
* | memblock: drop memblock_alloc_base()Mike Rapoport2019-03-121-1/+5
* | powerpc: use memblock functions returning virtual addressChristophe Leroy2019-03-123-4/+10
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-083-14/+11
|\ \
| * | arch: simplify several early memory allocationsMike Rapoport2019-03-081-2/+2
| * | powerpc: prefer memblock APIs returning virtual addressMike Rapoport2019-03-082-12/+9
* | | Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-03-0754-1293/+1081
|\ \ \ | |/ / |/| / | |/
| * powerpc/32: Clear on-stack exception marker upon exception returnChristophe Leroy2019-03-031-0/+9
| * powerpc: Remove export of save_stack_trace_tsk_reliable()Joe Lawrence2019-03-021-1/+0
| * powerpc: remove nargs from __SYSCALLFiroz Khan2019-03-022-5/+5
| * powerpc/64s: Fix unrelocated interrupt trampoline address testNicholas Piggin2019-03-012-8/+9
| * powerpc/fsl: Fix the flush of branch predictor.Christophe Leroy2019-02-271-0/+1
| * 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-263-0/+77
| * powerpc: clean stack pointers namingChristophe Leroy2019-02-232-18/+10
| * powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFOChristophe Leroy2019-02-237-12/+14
| * powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPUChristophe Leroy2019-02-237-57/+30
| * powerpc: 'current_set' is now a table of task_struct pointersChristophe Leroy2019-02-234-13/+11
| * powerpc: regain entire stack spaceChristophe Leroy2019-02-236-48/+32
| * powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy2019-02-2314-168/+24
| * powerpc/idle/6xx: Use r1 with CURRENT_THREAD_INFO()Christophe Leroy2019-02-231-1/+2
| * 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-233-3/+3
| * 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-231-1/+1
| * 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-232-0/+6
| * 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-234-2/+15
| * powerpc/kconfig: make _etext and data areas alignment configurable on 8xxChristophe Leroy2019-02-231-2/+2
| * powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWXChristophe Leroy2019-02-231-12/+42