summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/numa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-071-1/+0
|\
| * mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-1/+0
* | powerpc/drmem: Make LMB walk a bit more flexibleHari Bathini2020-07-291-5/+8
* | powerpc/numa: Limit possible nodes to within num_possible_nodesSrikar Dronamraju2020-07-261-3/+4
* | powerpc/numa: remove arch_update_cpu_topologyNathan Lynch2020-07-161-10/+0
* | powerpc/numa: remove prrn_is_enabled()Nathan Lynch2020-07-161-5/+0
* | powerpc/numa: remove start/stop_topology_update()Nathan Lynch2020-07-161-20/+0
* | powerpc/numa: remove timed_topology_update()Nathan Lynch2020-07-161-9/+0
* | powerpc/numa: stub out numa_update_cpu_topology()Nathan Lynch2020-07-161-192/+1
* | powerpc/numa: remove vphn_enabled and prrn_enabled internal flagsNathan Lynch2020-07-161-4/+2
* | powerpc/numa: remove unreachable topology workqueue codeNathan Lynch2020-07-161-14/+0
* | powerpc/numa: remove unreachable topology timer codeNathan Lynch2020-07-161-21/+0
* | powerpc/numa: make vphn_enabled, prrn_enabled flags constNathan Lynch2020-07-161-2/+2
* | powerpc/numa: remove unreachable topology update codeNathan Lynch2020-07-161-147/+2
* | powerpc/numa: remove ability to enable topology updatesNathan Lynch2020-07-161-70/+1
|/
* powerpc/numa: Remove late request for home node associativitySrikar Dronamraju2020-03-041-9/+0
* powerpc/numa: Early request for home node associativitySrikar Dronamraju2020-03-041-1/+40
* powerpc/numa: Use cpu node map of first sibling threadSrikar Dronamraju2020-03-041-2/+20
* powerpc/numa: Handle extra hcall_vphn error casesSrikar Dronamraju2020-03-041-9/+16
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-6/+6
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-141-26/+35
|\
| * powerpc/mm: Consolidate numa_enable check and min_common_depth checkAneesh Kumar K.V2019-07-041-5/+11
| * powerpc/mm: Fix node look up with numa=off bootAneesh Kumar K.V2019-07-041-3/+3
| * powerpc/mm/drconf: Use NUMA_NO_NODE on failures instead of node 0Aneesh Kumar K.V2019-07-041-4/+6
| * powerpc/pseries: Provide vcpu dispatch statisticsNaveen N. Rao2019-07-041-0/+16
| * powerpc/pseries: Move mm/book3s64/vphn.c under platforms/pseries/Naveen N. Rao2019-07-041-14/+0
| * powerpc/pseries: Generalize hcall_vphn()Naveen N. Rao2019-07-041-14/+13
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64Christophe Leroy2019-05-021-1/+1
* powerpc/numa: document topology_updates_enabled, disable by defaultNathan Lynch2019-04-201-4/+10
* powerpc/numa: improve control of topology updatesNathan Lynch2019-04-201-6/+12
* powerpc: Remove duplicate headersJagadeesh Pagadala2019-04-201-1/+0
* memblock: memblock_phys_alloc_try_nid(): don't panicMike Rapoport2019-03-121-0/+4
* Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-03-071-8/+1
|\
| * powerpc/pseries: Perform full re-add of CPU for topology update post-migrationNathan Fontenot2019-01-301-8/+1
* | numa: make "nr_node_ids" unsigned intAlexey Dobriyan2019-03-061-1/+1
* | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-061-7/+7
|/
* powerpc: Use device_type helpers to access the node typeRob Herring2018-11-261-1/+1
* powerpc/numa: Suppress "VPHN is not supported" messagesSatheesh Rajendran2018-11-141-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-2/+1
* memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-311-1/+1
* powerpc/pseries/mobility: Extend start/stop topology update scopeMichael Bringmann2018-10-131-0/+6
* powerpc/numa: Skip onlining a offline node in kdump pathSrikar Dronamraju2018-10-051-2/+3
* powerpc/numa: Use associativity if VPHN hcall is successfulSrikar Dronamraju2018-09-251-1/+3
* powerpc/pseries: Fix unitialized timer reset on migrationMichael Bringmann2018-09-241-1/+2
* powerpc/topology: Get topology for shared processors at bootSrikar Dronamraju2018-08-211-10/+10
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* Merge branch 'topic/paca' into nextMichael Ellerman2018-03-311-15/+21
|\
| * powerpc/mm/numa: move numa topology discovery earlierNicholas Piggin2018-03-301-13/+19
| * powerpc/64s: Allocate LPPACAs individuallyNicholas Piggin2018-03-301-2/+2