index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
/
topology.c
Age
Commit message (
Expand
)
Author
2025-07-14
smpboot: introduce SDTL_INIT() helper to tidy sched topology setup
Li Chen
2025-03-04
s390/cpufeature: Convert MACHINE_HAS_TOPOLOGY to cpu_has_topology()
Heiko Carstens
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-01-26
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2025-01-25
mm/memblock: add memblock_alloc_or_panic interface
Guo Weikang
2025-01-13
s390/topology: Improve topology detection
Mete Durlu
2025-01-12
s390: kernel: convert timeouts to use secs_to_jiffies()
Easwar Hariharan
2024-11-13
s390/topology: Convert to use flag output macros
Heiko Carstens
2024-10-25
s390/topology: Switch over to sysfs_emit()
Mete Durlu
2024-08-29
s390/hiperdispatch: Introduce hiperdispatch
Mete Durlu
2024-08-29
s390/topology: Add config option to switch to vertical during boot
Tobias Huschle
2024-08-29
s390/topology: Add sysctl handler for polarization
Tobias Huschle
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-02
s390/topology: Remove CPU KOBJ_CHANGE uevents
Mete Durlu
2023-11-01
Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2023-10-12
sched/topology: Rename 'DIE' domain to 'PKG'
Peter Zijlstra
2023-10-10
S390: Remove now superfluous sentinel elem from ctl_table arrays
Joel Granados
2023-05-15
s390/topology: honour nr_cpu_ids when adding CPUs
Alexander Gordeev
2023-04-30
Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2023-03-20
s390: simplify one-level sysctl registration for topology_ctl_table
Luis Chamberlain
2023-03-17
s390/topology: move to use bus_get_dev_root()
Greg Kroah-Hartman
2022-02-06
s390: remove invalid email address of Heiko Carstens
Heiko Carstens
2021-09-07
s390/topology: fix topology information when calling cpu hotplug notifiers
Sven Schnelle
2021-08-05
s390: replace deprecated CPU-hotplug functions
Sebastian Andrzej Siewior
2021-06-21
s390/topology: clear thread/group maps for offline cpus
Sven Schnelle
2021-03-08
s390/topology: remove always false if check
Heiko Carstens
2021-02-24
s390/topology: move cpumasks away from stack
Heiko Carstens
2020-06-29
s390: convert to msecs_to_jiffies()
Sven Schnelle
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2020-03-25
s390: use fallthrough;
Joe Perches
2020-03-23
s390/cpuinfo: show number of online cores
Alexander Gordeev
2020-03-23
s390/topology: remove offline CPUs from CPU topology masks
Alexander Gordeev
2020-03-23
s390/numa: remove redundant cpus_with_topology variable
Alexander Gordeev
2020-02-27
s390/mm: remove fake numa support
Heiko Carstens
2019-09-23
s390/topology: avoid firing events before kobjs are created
Vasily Gorbik
2019-07-18
proc/sysctl: add shared variables for range check
Matteo Croce
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
2018-07-06
s390/topology: correct topology mode proc handler
Vasily Gorbik
2018-07-02
s390: fix gcc 8 stringop-truncation warnings in proc handlers
Vasily Gorbik
2018-01-09
treewide: Use DEVICE_ATTR_RW
Joe Perches
2017-11-24
s390: kernel: add SPDX identifiers to the remaining files
Greg Kroah-Hartman
2017-11-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-10-05
timer: Remove users of TIMER_DEFERRED_INITIALIZER
Kees Cook
2017-09-28
s390/topology: add detection of dedicated vs shared CPUs
Martin Schwidefsky
2017-09-20
s390/topology: enable / disable topology dynamically
Heiko Carstens
2017-09-20
s390/topology: alternative topology for topology-less machines
Heiko Carstens
2017-03-22
s390/sysinfo,topology: provide raw stsi 15,1,x data via debugfs
Heiko Carstens
[next]