linux/drivers/s390/char
Vasily Gorbik 73045a08cf s390: unify identity mapping limits handling
Currently we have to consider too many different values which
in the end only affect identity mapping size. These are:
1. max_physmem_end - end of physical memory online or standby.
   Always <= end of the last online memory block (get_mem_detect_end()).
2. CONFIG_MAX_PHYSMEM_BITS - the maximum size of physical memory the
   kernel is able to support.
3. "mem=" kernel command line option which limits physical memory usage.
4. OLDMEM_BASE which is a kdump memory limit when the kernel is executed as
   crash kernel.
5. "hsa" size which is a memory limit when the kernel is executed during
   zfcp/nvme dump.

Through out kernel startup and run we juggle all those values at once
but that does not bring any amusement, only confusion and complexity.

Unify all those values to a single one we should really care, that is
our identity mapping size.

Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
2020-11-20 19:19:10 +01:00
..
con3215.c s390/3215: simplify the return expression of tty3215_open() 2020-09-29 15:00:58 +02:00
con3270.c s390/3270: fix lockdep false positive on view->lock 2019-04-10 17:46:22 +02:00
ctrlchar.c
ctrlchar.h
defkeymap.c
defkeymap.map
diag_ftp.c
diag_ftp.h
fs3270.c *: convert stream-like files from nonseekable_open -> stream_open 2019-05-06 17:46:41 +03:00
hmcdrv_cache.c
hmcdrv_cache.h
hmcdrv_dev.c
hmcdrv_dev.h
hmcdrv_ftp.c s390: use fallthrough; 2020-03-25 12:39:37 +01:00
hmcdrv_ftp.h
hmcdrv_mod.c
Kconfig s390/sclp: remove call home support 2019-06-19 17:54:27 +02:00
keyboard.c
keyboard.h
Makefile s390/sclp: Add support for SCLP AP adapter config/deconfig 2020-10-07 21:50:00 +02:00
monreader.c
monwriter.c s390/monwriter: do not use stack buffers for hardware data 2018-10-09 11:20:53 +02:00
raw3270.c s390/3270: fix lockdep false positive on view->lock 2019-04-10 17:46:22 +02:00
raw3270.h s390: remove orphaned function declarations 2020-09-30 12:09:54 +02:00
sclp_ap.c s390/sclp: Add support for SCLP AP adapter config/deconfig 2020-10-07 21:50:00 +02:00
sclp_cmd.c s390: unify identity mapping limits handling 2020-11-20 19:19:10 +01:00
sclp_con.c
sclp_config.c s390/smp: fix CPU hotplug deadlock with CPU rescan 2019-01-11 17:12:02 +01:00
sclp_cpi_sys.c
sclp_cpi_sys.h
sclp_ctl.c
sclp_diag.h
sclp_early_core.c s390/sclp: provide extended sccb support 2020-11-18 12:16:02 +01:00
sclp_early.c s390/sclp: provide extended sccb support 2020-11-18 12:16:02 +01:00
sclp_ftp.c
sclp_ftp.h
sclp_ocf.c
sclp_pci.c s390: Replace zero-length array with flexible-array member 2020-02-27 16:02:21 +01:00
sclp_quiesce.c
sclp_rw.c s390/sclp: remove orphaned sclp_set_columns and sclp_set_htab 2020-09-30 12:09:54 +02:00
sclp_rw.h s390/sclp: remove orphaned sclp_set_columns and sclp_set_htab 2020-09-30 12:09:54 +02:00
sclp_sd.c
sclp_sdias.c s390/nvme: support firmware-assisted dump to NVMe disks 2020-10-02 14:40:48 +02:00
sclp_sdias.h
sclp_tty.c
sclp_tty.h
sclp_vt220.c
sclp.c s390/sclp: do not use static sccbs 2019-04-29 10:47:10 +02:00
sclp.h s390/sclp: provide extended sccb support 2020-11-18 12:16:02 +01:00
tape_34xx.c
tape_3590.c s390/tape: fix spelling mistake "partion" -> "partition" 2018-09-20 13:20:28 +02:00
tape_3590.h
tape_char.c compat_ioctl: move tape handling into drivers 2019-10-23 17:23:44 +02:00
tape_class.c
tape_class.h
tape_core.c s390: use fallthrough; 2020-03-25 12:39:37 +01:00
tape_proc.c s390/drivers: fix proc/debugfs file permissions 2018-12-13 10:42:24 +01:00
tape_std.c
tape_std.h s390: remove orphaned function declarations 2020-09-30 12:09:54 +02:00
tape.h s390: remove orphaned function declarations 2020-09-30 12:09:54 +02:00
tty3270.c s390/tty3270: remove function callback casts 2020-07-01 20:00:55 +02:00
tty3270.h
vmcp.c s390/vmcp: correct early_param handling 2019-08-26 12:51:17 +02:00
vmlogrdr.c s390: vmlogrdr: Use ARRAY_SIZE instead of reimplementing its function 2018-09-20 13:20:28 +02:00
vmur.c
vmur.h
zcore.c s390/nvme: support firmware-assisted dump to NVMe disks 2020-10-02 14:40:48 +02:00