Age | Commit message (Expand) | Author | Files | Lines |
2022-02-07 | s390: remove invalid email address of Heiko Carstens | Heiko Carstens | 1 | -1/+0 |
2021-09-07 | s390/topology: fix topology information when calling cpu hotplug notifiers | Sven Schnelle | 1 | -6/+7 |
2021-08-05 | s390: replace deprecated CPU-hotplug functions | Sebastian Andrzej Siewior | 1 | -2/+2 |
2021-06-21 | s390/topology: clear thread/group maps for offline cpus | Sven Schnelle | 1 | -3/+9 |
2021-03-08 | s390/topology: remove always false if check | Heiko Carstens | 1 | -2/+0 |
2021-02-24 | s390/topology: move cpumasks away from stack | Heiko Carstens | 1 | -12/+13 |
2020-06-29 | s390: convert to msecs_to_jiffies() | Sven Schnelle | 1 | -2/+2 |
2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig | 1 | -1/+1 |
2020-03-25 | s390: use fallthrough; | Joe Perches | 1 | -1/+1 |
2020-03-23 | s390/cpuinfo: show number of online cores | Alexander Gordeev | 1 | -2/+18 |
2020-03-23 | s390/topology: remove offline CPUs from CPU topology masks | Alexander Gordeev | 1 | -1/+3 |
2020-03-23 | s390/numa: remove redundant cpus_with_topology variable | Alexander Gordeev | 1 | -6/+0 |
2020-02-27 | s390/mm: remove fake numa support | Heiko Carstens | 1 | -2/+0 |
2019-09-24 | s390/topology: avoid firing events before kobjs are created | Vasily Gorbik | 1 | -1/+2 |
2019-07-19 | proc/sysctl: add shared variables for range check | Matteo Croce | 1 | -4/+2 |
2019-03-12 | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport | 1 | -0/+6 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 1 | -1/+1 |
2018-10-31 | memblock: remove _virt from APIs returning virtual address | Mike Rapoport | 1 | -2/+2 |
2018-07-06 | s390/topology: correct topology mode proc handler | Vasily Gorbik | 1 | -25/+18 |
2018-07-02 | s390: fix gcc 8 stringop-truncation warnings in proc handlers | Vasily Gorbik | 1 | -2/+1 |
2018-01-09 | treewide: Use DEVICE_ATTR_RW | Joe Perches | 1 | -2/+1 |
2017-11-24 | s390: kernel: add SPDX identifiers to the remaining files | Greg Kroah-Hartman | 1 | -0/+1 |
2017-11-14 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -3/+3 |
2017-10-05 | timer: Remove users of TIMER_DEFERRED_INITIALIZER | Kees Cook | 1 | -3/+3 |
2017-09-28 | s390/topology: add detection of dedicated vs shared CPUs | Martin Schwidefsky | 1 | -1/+42 |
2017-09-20 | s390/topology: enable / disable topology dynamically | Heiko Carstens | 1 | -2/+74 |
2017-09-20 | s390/topology: alternative topology for topology-less machines | Heiko Carstens | 1 | -11/+61 |
2017-03-22 | s390/sysinfo,topology: provide raw stsi 15,1,x data via debugfs | Heiko Carstens | 1 | -1/+1 |
2017-03-22 | s390/topology: get rid of core mask array | Heiko Carstens | 1 | -1/+3 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-02-07 | s390/topology: correct allocation of topology information | Martin Schwidefsky | 1 | -1/+1 |
2017-01-16 | s390/topology: make "topology=off" parameter work | Heiko Carstens | 1 | -9/+2 |
2017-01-16 | s390/topology: reduce number of printks | Heiko Carstens | 1 | -5/+3 |
2016-12-07 | s390/numa: establish cpu to node mapping early | Heiko Carstens | 1 | -9/+24 |
2016-12-07 | s390/topology: use cpu_topology array instead of per cpu variable | Heiko Carstens | 1 | -9/+9 |
2016-12-07 | s390/topology: always use s390 specific sched_domain_topology_level | Heiko Carstens | 1 | -1/+1 |
2016-06-13 | s390/topology: remove z10 special handling | Heiko Carstens | 1 | -56/+8 |
2016-06-13 | s390/topology: add drawer scheduling domain level | Heiko Carstens | 1 | -6/+27 |
2016-03-18 | param: convert some "on"/"off" users to strtobool | Kees Cook | 1 | -5/+2 |
2015-10-27 | s390/topology: reduce per_cpu() invocations | Heiko Carstens | 1 | -12/+16 |
2015-08-19 | s390/numa: re-add DIE sched_domain_topology_level | Michael Holzheu | 1 | -0/+1 |
2015-08-07 | s390/topology: remove topology lock | Michael Holzheu | 1 | -7/+4 |
2015-08-03 | s390/numa: add core infrastructure | Philipp Hachtmann | 1 | -9/+12 |
2015-03-25 | s390: make couple of functions and variables static | Heiko Carstens | 1 | -1/+1 |
2015-02-12 | s390/topology: convert cpu_topology array to per cpu variable | Heiko Carstens | 1 | -17/+17 |
2015-02-12 | s390/topology: delay initialization of topology cpu masks | Heiko Carstens | 1 | -53/+47 |
2015-01-22 | s390: add SMT support | Martin Schwidefsky | 1 | -18/+45 |
2014-09-26 | s390/topology: call set_sched_topology early | Martin Schwidefsky | 1 | -8/+10 |
2014-06-04 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+20 |
2014-05-20 | s390/mm: Convert bootmem to memblock | Philipp Hachtmann | 1 | -1/+3 |