summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-11-301-13/+2
|\
| * powerpc/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-13/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-281-19/+38
|\ \
| * | bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addrDaniel Borkmann2018-11-261-19/+38
| |/
* | Merge tag 'kvm-ppc-fixes-4.20-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2018-11-251-0/+1
|\ \ | |/ |/|
| * KVM: PPC: Book3S HV: Fix handling for interrupted H_ENTER_NESTEDMichael Roth2018-11-151-0/+1
* | powerpc/64: Fix kernel stack 16-byte alignmentNicholas Piggin2018-11-152-0/+3
* | powerpc/numa: Suppress "VPHN is not supported" messagesSatheesh Rajendran2018-11-141-1/+1
* | powerpc/io: Fix the IO workarounds code to work with RadixMichael Ellerman2018-11-121-13/+7
* | powerpc/mm/64s: Fix preempt warning in slb_allocate_kernel()Michael Ellerman2018-11-121-1/+1
* | KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILEScott Wood2018-11-074-8/+27
* | powerpc/mm/64s: Only use slbfee on CPUs that support itMichael Ellerman2018-11-061-0/+3
* | powerpc/mm/64s: Use PPC_SLBFEE macroMichael Ellerman2018-11-062-1/+4
* | powerpc/mm/64s: Consolidate SLB assertionsMichael Ellerman2018-11-061-20/+9
* | powerpc/powernv/npu: Remove NPU DMA opsAlistair Popple2018-11-051-60/+4
|/
* Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-11-034-15/+5
|\
| * kbuild: replace cc-name test with CONFIG_CC_IS_CLANGMasahiro Yamada2018-11-021-2/+2
| * powerpc: PCI_MSI needs PCIChristoph Hellwig2018-11-022-0/+3
| * powerpc: remove CONFIG_MCA leftoversChristoph Hellwig2018-11-021-4/+0
| * powerpc: remove CONFIG_PCI_QSPANChristoph Hellwig2018-11-021-9/+0
* | Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-11-0213-111/+137
|\ \
| * | powerpc/xmon: Relax frame size for clangJoel Stanley2018-10-311-0/+6
| * | Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottw...Michael Ellerman2018-10-293-3/+15
| |\ \
| | * | powerpc/8xx: add missing header in 8xx_mmu.cChristophe Leroy2018-10-221-0/+1
| | * | powerpc/8xx: Add DT node for using the SEC engine of the MPC885Christophe Leroy2018-10-221-1/+12
| | * | powerpc/dts/fsl: t2080rdb: reorder the Cortina PHY XFI lanesCamelia Groza2018-10-201-2/+2
| * | | powerpc/process: Fix flush_all_to_thread for SPEFelipe Rechia2018-10-261-2/+1
| * | | powerpc/pseries: add missing cpumask.h include fileTyrel Datwyler2018-10-261-0/+1
| * | | KVM: PPC: Use exported tb_to_ns() function in decrementer emulationPaul Mackerras2018-10-262-6/+4
| * | | powerpc/pseries: Export maximum memory valueAravinda Prasad2018-10-261-0/+13
| * | | powerpc/8xx: Use patch_site for perf counters setupChristophe Leroy2018-10-263-29/+35
| * | | powerpc/8xx: Use patch_site for memory setup patchingChristophe Leroy2018-10-263-24/+23
| * | | powerpc/code-patching: Add a helper to get the address of a patch_siteChristophe Leroy2018-10-261-0/+5
| * | | Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP"Christophe Leroy2018-10-263-47/+34
* | | | powerpc/powernv: hold device_hotplug_lock when calling memtrace_offline_pages()David Hildenbrand2018-10-311-1/+3
* | | | powerpc/powernv: hold device_hotplug_lock when calling device_online()David Hildenbrand2018-10-311-0/+2
* | | | mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand2018-10-311-1/+1
* | | | mm/memory_hotplug: make remove_memory() take the device_hotplug_lockDavid Hildenbrand2018-10-312-4/+4
* | | | memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-317-11/+13
* | | | mm: remove include/linux/bootmem.hMike Rapoport2018-10-3112-16/+10
* | | | memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport2018-10-311-1/+1
* | | | memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* | | | memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport2018-10-311-1/+1
* | | | memblock: replace __alloc_bootmem_node with appropriate memblock_ APIMike Rapoport2018-10-311-2/+4
* | | | memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-317-11/+11
* | | | memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-3111-18/+15
* | | | mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+0
* | | | mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-311-1/+0
* | | | treewide: remove current_text_addrNick Desaulniers2018-10-311-6/+0
| |_|/ |/| |
* | | Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-291-0/+2
|\ \ \