summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* s390/setup: fix novx parameterMartin Schwidefsky2015-08-191-8/+7Star
* s390/numa: add core infrastructurePhilipp Hachtmann2015-08-031-0/+2
* s390/module: enable generic CPU feature modalias using s390 ELF hwcapsHendrik Brueckner2015-07-221-1/+1
* revert "s390/mm: make hugepages_supported a boot time decision"Dominik Dingel2015-07-181-2/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-07-011-0/+5
|\
| * s390/kdump: fix nosmt kernel parameterMichael Holzheu2015-06-251-0/+5
* | s390/mm: make hugepages_supported a boot time decisionDominik Dingel2015-06-261-0/+2
|/
* s390/setup: fix DMA_API_DEBUG warningsSebastian Ott2015-06-181-4/+9
* s390/sclp: unify basic sclp access by exposing "struct sclp"David Hildenbrand2015-05-131-5/+5
* s390: remove 31 bit supportHeiko Carstens2015-03-251-72/+0Star
* s390/topology: delay initialization of topology cpu masksHeiko Carstens2015-02-121-1/+0Star
* s390: add z13 code generation supportMartin Schwidefsky2015-01-221-0/+3
* s390/ftrace,kprobes: allow to patch first instructionHeiko Carstens2014-10-271-2/+0Star
* s390: add support for vector extensionMartin Schwidefsky2014-10-091-0/+9
* s390/setup: correct 4-level kernel page table detectionMartin Schwidefsky2014-09-261-2/+2
* s390: add system information as device randomnessMartin Schwidefsky2014-08-121-0/+19
* s390/kdump: Return NOTIFY_OK for all actions other than MEM_GOING_OFFLINEMichael Holzheu2014-07-221-0/+2
* s390/dump: Remove CONFIG_ZFCPDUMPMichael Holzheu2014-05-201-3/+3
* s390/spinlock: optimize spinlock code sequencePhilipp Hachtmann2014-05-201-0/+4
* s390/mm: Convert bootmem to memblockPhilipp Hachtmann2014-05-201-291/+160Star
* s390: add 31 bit warning messageHeiko Carstens2014-04-111-0/+32
* s390/uaccess: remove dead kernel parameter 'user_mode='Heiko Carstens2014-02-211-8/+0Star
* s390/uaccess: get rid of indirect function callsHeiko Carstens2014-02-211-9/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-01-201-1/+1
|\
| * s390: Fix misspellings using 'codespell' toolHendrik Brueckner2014-01-161-1/+1
* | s390/smp: improve setup of possible cpu maskHeiko Carstens2013-12-181-0/+1
|/
* s390/sclp: Determine HSA size dynamically for zfcpdumpMichael Holzheu2013-11-151-3/+4
* s390/uaccess: always run the kernel in home spaceMartin Schwidefsky2013-10-241-49/+10Star
* s390: add support for IBM zBC12 machineHeiko Carstens2013-07-261-0/+1
* s390: remove setting for saved_max_pfnZhang Yanfei2013-07-041-4/+0Star
* s390/mem_detect: remove artificial kdump memory typesHeiko Carstens2013-05-031-21/+7Star
* s390/mem_detect: limit memory detection loop to "mem=" parameterHeiko Carstens2013-05-021-1/+1
* s390/kdump,bootmem: fix bootmem allocator bitmap sizeHeiko Carstens2013-05-021-1/+5
* s390: get rid of odd global real_memory_sizeHeiko Carstens2013-05-021-8/+11
* s390/zfcpdump: exploit new cio_ignore keywordsSebastian Ott2013-05-021-12/+4Star
* s390: lowcore stack pointer offsetsMartin Schwidefsky2013-04-261-3/+6
* s390/mm: fix vmemmap size calculationHeiko Carstens2013-03-051-0/+2
* s390/pm: export pm_power_offHeiko Carstens2013-01-081-1/+2
* s390: add zEC12 code generation supportHeiko Carstens2012-11-231-0/+3
* s390/memory hotplug: use pfmf instruction to initialize storage keysHeiko Carstens2012-11-231-35/+1Star
* s390/vmalloc: have separate modules areaHeiko Carstens2012-10-091-2/+11
* s390/mm: use pfmf instruction to initialize storage keysHeiko Carstens2012-10-091-3/+35
* s390/kexec: remove CONFIG_KEXECHeiko Carstens2012-09-261-2/+0Star
* s390/mm: shorten addressing mode initializationHeiko Carstens2012-09-261-18/+10Star
* s390/mm: rename addressing_mode to s390_user_modeHeiko Carstens2012-09-261-5/+5
* s390/mm: change default addressing modeHeiko Carstens2012-09-261-11/+1Star
* s390: add support for transactional memoryMartin Schwidefsky2012-09-261-0/+6
* s390/hwcaps: do not report high gprs for 31 bit kernelMartin Schwidefsky2012-09-101-0/+2
* s390/mm: rename user_mode variable to addressing_modeHeiko Carstens2012-07-301-6/+6
* Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-241-3/+9
|\