aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/topology.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-15sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()Peter Zijlstra1-13/+7
2025-07-14smpboot: introduce SDTL_INIT() helper to tidy sched topology setupLi Chen1-5/+5
2025-03-04s390/cpufeature: Convert MACHINE_HAS_TOPOLOGY to cpu_has_topology()Heiko Carstens1-9/+10
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-8/+2
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-8/+2
2025-01-13s390/topology: Improve topology detectionMete Durlu1-0/+11
2025-01-12s390: kernel: convert timeouts to use secs_to_jiffies()Easwar Hariharan1-1/+1
2024-11-13s390/topology: Convert to use flag output macrosHeiko Carstens1-7/+8
2024-10-25s390/topology: Switch over to sysfs_emit()Mete Durlu1-7/+7
2024-08-29s390/hiperdispatch: Introduce hiperdispatchMete Durlu1-4/+14
2024-08-29s390/topology: Add config option to switch to vertical during bootTobias Huschle1-0/+2
2024-08-29s390/topology: Add sysctl handler for polarizationTobias Huschle1-13/+45
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-1/+1
2024-07-02s390/topology: Remove CPU KOBJ_CHANGE ueventsMete Durlu1-7/+1
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-1/+0
2023-10-12sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra1-1/+1
2023-10-10S390: Remove now superfluous sentinel elem from ctl_table arraysJoel Granados1-1/+0
2023-05-15s390/topology: honour nr_cpu_ids when adding CPUsAlexander Gordeev1-15/+17
2023-04-30Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-11/+1
2023-03-20s390: simplify one-level sysctl registration for topology_ctl_tableLuis Chamberlain1-11/+1
2023-03-17s390/topology: move to use bus_get_dev_root()Greg Kroah-Hartman1-1/+10
2022-02-06s390: remove invalid email address of Heiko CarstensHeiko Carstens1-1/+0
2021-09-07s390/topology: fix topology information when calling cpu hotplug notifiersSven Schnelle1-6/+7
2021-08-05s390: replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior1-2/+2
2021-06-21s390/topology: clear thread/group maps for offline cpusSven Schnelle1-3/+9
2021-03-08s390/topology: remove always false if checkHeiko Carstens1-2/+0
2021-02-24s390/topology: move cpumasks away from stackHeiko Carstens1-12/+13
2020-06-29s390: convert to msecs_to_jiffies()Sven Schnelle1-2/+2
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-1/+1
2020-03-25s390: use fallthrough;Joe Perches1-1/+1
2020-03-23s390/cpuinfo: show number of online coresAlexander Gordeev1-2/+18
2020-03-23s390/topology: remove offline CPUs from CPU topology masksAlexander Gordeev1-1/+3
2020-03-23s390/numa: remove redundant cpus_with_topology variableAlexander Gordeev1-6/+0
2020-02-27s390/mm: remove fake numa supportHeiko Carstens1-2/+0
2019-09-23s390/topology: avoid firing events before kobjs are createdVasily Gorbik1-1/+2
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-4/+2
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+6
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-2/+2
2018-07-06s390/topology: correct topology mode proc handlerVasily Gorbik1-25/+18
2018-07-02s390: fix gcc 8 stringop-truncation warnings in proc handlersVasily Gorbik1-2/+1
2018-01-09treewide: Use DEVICE_ATTR_RWJoe Perches1-2/+1
2017-11-24s390: kernel: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2017-10-05timer: Remove users of TIMER_DEFERRED_INITIALIZERKees Cook1-3/+3
2017-09-28s390/topology: add detection of dedicated vs shared CPUsMartin Schwidefsky1-1/+42
2017-09-20s390/topology: enable / disable topology dynamicallyHeiko Carstens1-2/+74
2017-09-20s390/topology: alternative topology for topology-less machinesHeiko Carstens1-11/+61