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