summaryrefslogtreecommitdiffstats
path: root/arch/s390/numa
AgeCommit message (Expand)AuthorLines
2020-08-11s390/numa: move code to arch/s390/kernelAlexander Gordeev-44/+0
2020-02-27s390/mm: remove fake numa supportHeiko Carstens-1154/+9
2019-08-26s390/numa: correct early_param handlingVasily Gorbik-4/+5
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport-1/+8
2019-03-07arm, s390, unicore32: remove oneliner wrappers for memblock_alloc()Mike Rapoport-9/+1
2019-03-07arch: simplify several early memory allocationsMike Rapoport-5/+1
2018-11-09Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-0/+1
2018-11-02s390/mm: Fix ERROR: "__node_distance" undefined!Justin M. Forbes-0/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-3/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport-2/+2
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport-1/+1
2018-08-01s390/numa: move initial setup of node_to_cpumask_mapMartin Schwidefsky-14/+2
2017-12-05s390: add a few more SPDX identifiersMartin Schwidefsky-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+5
2016-12-07s390/numa: pin all possible cpus to nodes earlyHeiko Carstens-1/+22
2016-12-07s390/numa: establish cpu to node mapping earlyHeiko Carstens-9/+16
2016-12-07s390/topology: use cpu_topology array instead of per cpu variableHeiko Carstens-2/+2
2016-12-07s390/numa: always use logical cpu and core idsHeiko Carstens-1/+1
2016-07-31s390/numa: only set possible nodes within node_possible_mapHeiko Carstens-1/+11
2016-06-13s390/topology: add drawer scheduling domain levelHeiko Carstens-5/+20
2016-01-26s390/numa: move numa_init_late() from device to arch_initcallMichael Holzheu-1/+1
2016-01-19s390: remove superfluous memblock_alloc() return value checksHeiko Carstens-2/+0
2016-01-19s390/numa: allocate memory with correct alignmentHeiko Carstens-1/+1
2015-10-14s390/numa: write kernel message when emu_size has been increasedMichael Holzheu-2/+8
2015-09-23s390/numa: use correct type for node_to_cpumask_mapMartin Schwidefsky-4/+4
2015-08-07s390/numa: make core to node mapping data dynamicMichael Holzheu-27/+41
2015-08-07s390/topology: remove topology lockMichael Holzheu-1/+6
2015-08-04s390/numa: add emulation supportMichael Holzheu-0/+517
2015-08-03s390/numa: add topology tree infrastructurePhilipp Hachtmann-0/+403
2015-08-03s390/numa: add core infrastructurePhilipp Hachtmann-0/+204