aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2018-11-25powerpc/pkey: Define functions as staticBreno Leitao1-7/+8
2018-11-25powerpc/perf: Declare static identifier a suchBreno Leitao1-3/+3
2018-11-25powerpc/scom: Return NULL instead of 0Breno Leitao1-2/+2
2018-11-25powerpc/lib: Declare static methodsBreno Leitao1-2/+2
2018-11-25powerpc/xmon: Define static functionsBreno Leitao1-3/+3
2018-11-25powerpc/xive: Define xive_do_source_eoi as staticBreno Leitao1-1/+1
2018-11-25powerpc/eeh: Declare pci_ers_result_name() as staticBreno Leitao1-1/+1
2018-11-25powerpc/64s: Include cpu headerBreno Leitao1-0/+1
2018-11-23eisa: consolidate EISA Kconfig entry in drivers/eisaChristoph Hellwig1-3/+0
2018-11-23rapidio: consolidate RAPIDIO config entry in drivers/rapidioChristoph Hellwig3-19/+7
2018-11-23pcmcia: allow PCMCIA support independent of the architectureChristoph Hellwig1-2/+0
2018-11-23PCI: consolidate the PCI_SYSCALL symbolChristoph Hellwig1-3/+1
2018-11-23PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config optionsChristoph Hellwig1-3/+1
2018-11-23PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig20-60/+42
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-103/+58
2018-11-16net: remove VLAN_TAG_PRESENTMichał Mirosław1-3/+0
2018-11-16net/bpf_jit: PPC: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław1-8/+10
2018-11-15powerpc/64: Fix kernel stack 16-byte alignmentNicholas Piggin2-0/+3
2018-11-15KVM: PPC: Book3S HV: Fix handling for interrupted H_ENTER_NESTEDMichael Roth1-0/+1
2018-11-14powerpc/numa: Suppress "VPHN is not supported" messagesSatheesh Rajendran1-1/+1
2018-11-14powerpc/boot: Set target when cross-compiling for clangJoel Stanley1-0/+5
2018-11-12powerpc/io: Fix the IO workarounds code to work with RadixMichael Ellerman1-13/+7
2018-11-12powerpc/mm/64s: Fix preempt warning in slb_allocate_kernel()Michael Ellerman1-1/+1
2018-11-08powerpc/pseries: add of_node_put() in dlpar_detach_node()Frank Rowand1-0/+2
2018-11-08powerpc: Convert hugepd_free() to use call_rcu()Paul E. McKenney1-1/+1
2018-11-07KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILEScott Wood4-8/+27
2018-11-06powerpc/mm/64s: Only use slbfee on CPUs that support itMichael Ellerman1-0/+3
2018-11-06powerpc/mm/64s: Use PPC_SLBFEE macroMichael Ellerman2-1/+4
2018-11-06powerpc/mm/64s: Consolidate SLB assertionsMichael Ellerman1-20/+9
2018-11-05powerpc/powernv/npu: Remove NPU DMA opsAlistair Popple1-60/+4
2018-11-03Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds4-15/+5
2018-11-02Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds13-111/+137
2018-11-02kbuild: replace cc-name test with CONFIG_CC_IS_CLANGMasahiro Yamada1-2/+2
2018-11-02powerpc: PCI_MSI needs PCIChristoph Hellwig2-0/+3
2018-11-02powerpc: remove CONFIG_MCA leftoversChristoph Hellwig1-4/+0
2018-11-02powerpc: remove CONFIG_PCI_QSPANChristoph Hellwig1-9/+0
2018-10-31powerpc/powernv: hold device_hotplug_lock when calling memtrace_offline_pages()David Hildenbrand1-1/+3
2018-10-31powerpc/powernv: hold device_hotplug_lock when calling device_online()David Hildenbrand1-0/+2
2018-10-31mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand1-1/+1
2018-10-31mm/memory_hotplug: make remove_memory() take the device_hotplug_lockDavid Hildenbrand2-4/+4
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport7-11/+13
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport12-16/+10
2018-10-31memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport1-1/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport1-1/+1
2018-10-31memblock: replace __alloc_bootmem_node with appropriate memblock_ APIMike Rapoport1-2/+4
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport7-11/+11
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