summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/numa.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport1-1/+0
2020-07-29powerpc/drmem: Make LMB walk a bit more flexibleHari Bathini1-5/+8
2020-07-26powerpc/numa: Limit possible nodes to within num_possible_nodesSrikar Dronamraju1-3/+4
2020-07-16powerpc/numa: remove arch_update_cpu_topologyNathan Lynch1-10/+0
2020-07-16powerpc/numa: remove prrn_is_enabled()Nathan Lynch1-5/+0
2020-07-16powerpc/numa: remove start/stop_topology_update()Nathan Lynch1-20/+0
2020-07-16powerpc/numa: remove timed_topology_update()Nathan Lynch1-9/+0
2020-07-16powerpc/numa: stub out numa_update_cpu_topology()Nathan Lynch1-192/+1
2020-07-16powerpc/numa: remove vphn_enabled and prrn_enabled internal flagsNathan Lynch1-4/+2
2020-07-16powerpc/numa: remove unreachable topology workqueue codeNathan Lynch1-14/+0
2020-07-16powerpc/numa: remove unreachable topology timer codeNathan Lynch1-21/+0
2020-07-16powerpc/numa: make vphn_enabled, prrn_enabled flags constNathan Lynch1-2/+2
2020-07-16powerpc/numa: remove unreachable topology update codeNathan Lynch1-147/+2
2020-07-16powerpc/numa: remove ability to enable topology updatesNathan Lynch1-70/+1
2020-03-04powerpc/numa: Remove late request for home node associativitySrikar Dronamraju1-9/+0
2020-03-04powerpc/numa: Early request for home node associativitySrikar Dronamraju1-1/+40
2020-03-04powerpc/numa: Use cpu node map of first sibling threadSrikar Dronamraju1-2/+20
2020-03-04powerpc/numa: Handle extra hcall_vphn error casesSrikar Dronamraju1-9/+16
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-6/+6
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-26/+35
2019-07-05powerpc/mm: Consolidate numa_enable check and min_common_depth checkAneesh Kumar K.V1-5/+11
2019-07-05powerpc/mm: Fix node look up with numa=off bootAneesh Kumar K.V1-3/+3
2019-07-05powerpc/mm/drconf: Use NUMA_NO_NODE on failures instead of node 0Aneesh Kumar K.V1-4/+6
2019-07-04powerpc/pseries: Provide vcpu dispatch statisticsNaveen N. Rao1-0/+16
2019-07-04powerpc/pseries: Move mm/book3s64/vphn.c under platforms/pseries/Naveen N. Rao1-14/+0
2019-07-04powerpc/pseries: Generalize hcall_vphn()Naveen N. Rao1-14/+13
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-03powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64Christophe Leroy1-1/+1
2019-04-20powerpc/numa: document topology_updates_enabled, disable by defaultNathan Lynch1-4/+10
2019-04-20powerpc/numa: improve control of topology updatesNathan Lynch1-6/+12
2019-04-20powerpc: Remove duplicate headersJagadeesh Pagadala1-1/+0
2019-03-12memblock: memblock_phys_alloc_try_nid(): don't panicMike Rapoport1-0/+4
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-8/+1
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan1-1/+1
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-7/+7
2019-01-30powerpc/pseries: Perform full re-add of CPU for topology update post-migrationNathan Fontenot1-8/+1
2018-11-26powerpc: Use device_type helpers to access the node typeRob Herring1-1/+1
2018-11-14powerpc/numa: Suppress "VPHN is not supported" messagesSatheesh Rajendran1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-2/+1
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport1-1/+1
2018-10-13powerpc/pseries/mobility: Extend start/stop topology update scopeMichael Bringmann1-0/+6
2018-10-05powerpc/numa: Skip onlining a offline node in kdump pathSrikar Dronamraju1-2/+3
2018-09-25powerpc/numa: Use associativity if VPHN hcall is successfulSrikar Dronamraju1-1/+3
2018-09-24powerpc/pseries: Fix unitialized timer reset on migrationMichael Bringmann1-1/+2
2018-08-21powerpc/topology: Get topology for shared processors at bootSrikar Dronamraju1-10/+10
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-03-31Merge branch 'topic/paca' into nextMichael Ellerman1-15/+21
2018-03-30powerpc/mm/numa: move numa topology discovery earlierNicholas Piggin1-13/+19
2018-03-30powerpc/64s: Allocate LPPACAs individuallyNicholas Piggin1-2/+2