summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport11-18/+15
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport1-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport1-1/+0
2018-10-31treewide: remove current_text_addrNick Desaulniers1-6/+0
2018-10-31powerpc/xmon: Relax frame size for clangJoel Stanley1-0/+6
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+2
2018-10-29Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottw...Michael Ellerman3-3/+15
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2-6/+2
2018-10-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-56/+12
2018-10-27hugetlb: introduce generic version of huge_ptep_getAlexandre Ghiti1-5/+0
2018-10-27hugetlb: introduce generic version of huge_ptep_set_access_flags()Alexandre Ghiti1-0/+1
2018-10-27hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti4-12/+2
2018-10-27hugetlb: introduce generic version of prepare_hugepage_rangeAlexandre Ghiti1-15/+0
2018-10-27hugetlb: introduce generic version of huge_pte_wrprotectAlexandre Ghiti1-5/+0
2018-10-27hugetlb: introduce generic version of huge_pte_none()Alexandre Ghiti1-5/+0
2018-10-27hugetlb: introduce generic version of huge_ptep_clear_flushAlexandre Ghiti1-0/+1
2018-10-27hugetlb: introduce generic version of huge_ptep_get_and_clear()Alexandre Ghiti1-0/+1
2018-10-27hugetlb: introduce generic version of set_huge_pte_at()Alexandre Ghiti1-6/+0
2018-10-27hugetlb: introduce generic version of hugetlb_free_pgd_rangeAlexandre Ghiti1-1/+3
2018-10-27sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2-7/+4
2018-10-27Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds215-3022/+5224
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-75/+68
2018-10-26Merge tag 'dma-mapping-4.20-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+2
2018-10-26powerpc/process: Fix flush_all_to_thread for SPEFelipe Rechia1-2/+1
2018-10-26powerpc/pseries: add missing cpumask.h include fileTyrel Datwyler1-0/+1
2018-10-26KVM: PPC: Use exported tb_to_ns() function in decrementer emulationPaul Mackerras2-6/+4
2018-10-26powerpc/pseries: Export maximum memory valueAravinda Prasad1-0/+13
2018-10-26powerpc/8xx: Use patch_site for perf counters setupChristophe Leroy3-29/+35
2018-10-26powerpc/8xx: Use patch_site for memory setup patchingChristophe Leroy3-24/+23
2018-10-26powerpc/code-patching: Add a helper to get the address of a patch_siteChristophe Leroy1-0/+5
2018-10-26Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP"Christophe Leroy3-47/+34
2018-10-26Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds43-904/+3920
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-25/+12
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-90/+61
2018-10-23powerpc/8xx: add missing header in 8xx_mmu.cChristophe Leroy1-0/+1
2018-10-23powerpc/8xx: Add DT node for using the SEC engine of the MPC885Christophe Leroy1-1/+12
2018-10-21powerpc/msi: Fix compile error on mpc83xxChristophe Leroy1-0/+7
2018-10-21powerpc: Fix stack protector crashes on CPU hotplugMichael Ellerman1-7/+3
2018-10-21powerpc/dts/fsl: t2080rdb: reorder the Cortina PHY XFI lanesCamelia Groza1-2/+2
2018-10-20KVM: PPC: Optimize clearing TCEs for sparse tablesAlexey Kardashevskiy3-7/+6
2018-10-20powerpc/traps: restore recoverability of machine_check interruptsChristophe Leroy1-2/+7
2018-10-20powerpc/64/module: REL32 relocation range checkNicholas Piggin1-1/+8
2018-10-20powerpc/64s/radix: Fix radix__flush_tlb_collapsed_pmd double flushing pmdNicholas Piggin1-1/+0
2018-10-20powerpc/mm: Fix page table dump to work on RadixMichael Ellerman1-3/+9
2018-10-20powerpc/mm/radix: Display if mappings are exec or notMichael Ellerman1-12/+17
2018-10-20powerpc/mm/radix: Simplify split mapping logicMichael Ellerman1-22/+10
2018-10-20powerpc/mm/radix: Remove the retry in the split mapping logicMichael Ellerman1-7/+5
2018-10-20powerpc/mm/radix: Fix small page at boundary when splittingMichael Ellerman1-2/+2