aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/bootgraph.pl (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-11s390: fix normalization bug in exception table sortingArd Biesheuvel1-2/+6
2016-01-11s390/configs: update default configurationsHeiko Carstens5-54/+61
2016-01-11s390/vdso: optimize getcpu system callMartin Schwidefsky9-3/+101
2016-01-11s390: drop smp_mb in vdso_initMichael S. Tsirkin1-2/+0
2016-01-11s390: rename struct _lowcore to struct lowcoreHeiko Carstens12-116/+116
2016-01-11s390/mem_detect: use unsigned longsHeiko Carstens2-9/+6
2016-01-11s390/ptrace: get rid of long longs in psw_bitsHeiko Carstens1-19/+19
2016-01-11s390/sysinfo: add missing SYSIB 1.2.2 multithreading fieldsHeiko Carstens2-11/+21
2015-12-30s390: get rid of CONFIG_SCHED_MC and CONFIG_SCHED_BOOKHeiko Carstens4-8/+8
2015-12-30s390/Kconfig: remove pointless 64 bit dependenciesHeiko Carstens1-3/+2
2015-12-30s390/dasd: fix failfast for disconnected devicesStefan Haberland1-2/+6
2015-12-30s390/con3270: testing return kzalloc retvalPierre Morel1-0/+2
2015-12-30s390/hmcdrv: constify hmcdrv_ftp_ops structsAya Mahfouz1-3/+3
2015-12-30s390/cio: add NULL testJulia Lawall1-0/+2
2015-12-18s390/cio: Change I/O instructions from inline to normal functionsPeter Oberparleiter3-208/+238
2015-12-18s390/cio: Introduce common I/O layer tracepointsPeter Oberparleiter6-1/+419
2015-12-18s390/cio: Consolidate inline assemblies and related data definitionsPeter Oberparleiter5-74/+73
2015-12-18s390/cio: Fix incorrect xsch opcode specificationPeter Oberparleiter1-1/+1
2015-12-18s390/cio: Remove unused inline assembliesPeter Oberparleiter5-31/+16
2015-12-18s390/setup: cleanup machine flagsChristian Borntraeger1-17/+14
2015-12-18s390/smp: save timestamp on external callsHeiko Carstens1-0/+2
2015-12-18s390/sysinfo: Remove unused variablesChristian Borntraeger1-2/+1
2015-12-18s390/extmem: remove unused variableChristian Borntraeger1-3/+1
2015-12-18s390/fault: remove unused variableChristian Borntraeger1-2/+0
2015-12-18s390/traps: Remove unused variableChristian Borntraeger1-3/+0
2015-12-18s390: compile head.S always with -march=z900Heiko Carstens1-2/+4
2015-12-18kbuild: add AFLAGS_REMOVE_(basename).o optionHeiko Carstens1-1/+2
2015-12-18s390/facilities: add z13 als bitHeiko Carstens1-0/+3
2015-12-18s390/facilities: optimize test_facility()Heiko Carstens1-0/+6
2015-12-18s390/facilities: remove unneeded facility bitsHeiko Carstens1-12/+0
2015-12-18s390/facilities: make use of generated facility listHeiko Carstens1-24/+11
2015-12-18s390/facilities: add helper tool to generate facility listsHeiko Carstens6-0/+160
2015-12-18s390/facilities: always use lowcore's stfle field for storing facility bitsHeiko Carstens3-6/+7
2015-12-18s390/facilities: use stfl mnemonic instead of insn magicHeiko Carstens2-5/+3
2015-11-27s390/spinlock: do not yield to a CPU in udelay/mdelayMartin Schwidefsky3-8/+31
2015-11-27s390/sclp: add open for business supportJochen Schweflinghaus2-1/+109
2015-11-27s390: remove is_32bit_task() helperHeiko Carstens3-7/+6
2015-11-27s390: add 'install' target to 'make help'Michael Holzheu1-0/+4
2015-11-27s390/sclp: Add VT220 support to early sclp consoleSascha Silbe2-16/+51
2015-11-27s390/dis: Fix printing of the register numbersChristian Borntraeger1-2/+2
2015-11-27s390/sclp_cpi: remove sclp_cpi module in favor of sysfs interfaceHendrik Brueckner3-54/+0
2015-11-27s390: Delete unnecessary checks before the function call "debug_unregister"Markus Elfring4-16/+8
2015-11-27s390/pci_dma: fix DMA table corruption with > 4 TB main memoryGerald Schaefer3-7/+17
2015-11-27s390: get_user_pages_fast() might sleepDavid Hildenbrand1-0/+1
2015-11-27s390/spinlock: avoid diagnose loopMartin Schwidefsky1-9/+19
2015-11-27s390/dump: cleanup CPU save area handlingMartin Schwidefsky5-198/+145
2015-11-27s390/dump: rework CPU register dump codeMartin Schwidefsky12-145/+158
2015-11-27s390/dump: remove SAVE_AREA_BASEMartin Schwidefsky5-36/+42
2015-11-27s390/kvm: remove dependency on struct save_area definitionMartin Schwidefsky2-15/+16
2015-11-27s390/zcore: simplify memcpy_hsaMartin Schwidefsky1-68/+33