summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s390/smp: initialize cpu_present_mask in setup_archHeiko Carstens2016-12-077-38/+76
* s390/topology: always use s390 specific sched_domain_topology_levelHeiko Carstens2016-12-071-1/+1
* s390/smp: use smp_get_base_cpu() helper functionHeiko Carstens2016-12-071-2/+2
* s390/numa: always use logical cpu and core idsHeiko Carstens2016-12-072-1/+7
* s390: Remove VLAIS in ptff() and clear_table()Michael Holzheu2016-12-072-26/+33
* s390: fix machine check panic stack switchMartin Schwidefsky2016-12-071-1/+1
* s390/setup: fix memblock usageHeiko Carstens2016-12-021-8/+8
* s390/zcrypt: Convert to PM opsLars-Peter Clausen2016-12-021-8/+4
* s390/kexec: use node 0 when re-adding crash kernel memoryHeiko Carstens2016-12-021-1/+1
* s390/uapi: sort header export listHeiko Carstens2016-11-291-2/+2
* s390/hypfs: add hypfs header file to uapi header export listHeiko Carstens2016-11-291-0/+1
* s390: use generic asm-offsets.hHeiko Carstens2016-11-292-1/+1
* s390: convert remaining bootmem allocations to memblockHeiko Carstens2016-11-292-13/+12
* MAINTAINERS: update for maintainer of s390/zcryptHarald Freudenberger2016-11-251-1/+1
* s390: fix kernel oops for CONFIG_MARCH_Z900=y buildsMartin Schwidefsky2016-11-251-1/+2
* s390/pci: use unique UIDs for domain enumerationSebastian Ott2016-11-233-1/+15
* s390: update defconfigHeiko Carstens2016-11-233-3/+11
* s390: add cma supportHeiko Carstens2016-11-233-2/+4
* s390/cpumf: simplify psw generationHeiko Carstens2016-11-231-21/+5
* s390/thread_info: get rid of THREAD_ORDER defineHeiko Carstens2016-11-237-10/+8
* s390/uaccess: make setfs macro return voidHeiko Carstens2016-11-231-3/+3
* s390/pci_dma: remove memset from dma_allocSebastian Ott2016-11-171-2/+0
* s390/pci_dma: make lazy flush independent from the tlb_refresh bitSebastian Ott2016-11-171-8/+11
* s390/pci: fix dma address calculation in map_sgSebastian Ott2016-11-171-7/+8
* s390/time: fix clocksource steering for negative clock offsetsMartin Schwidefsky2016-11-171-4/+3
* zcore: Improve startup-message textMichael Holzheu2016-11-171-1/+1
* s390: move sys_call_table and last_break from thread_info to thread_structMartin Schwidefsky2016-11-158-21/+33
* s390: move cputime accounting fields from thread_info to thread_structMartin Schwidefsky2016-11-116-27/+16
* s390: move system_call field from thread_info to thread_structMartin Schwidefsky2016-11-114-8/+9
* s390: move thread_info into task_structHeiko Carstens2016-11-118-36/+19
* s390/preempt: move preempt_count to the lowcoreMartin Schwidefsky2016-11-118-5/+144
* s390/bitops: use atomic primitives for bitopsMartin Schwidefsky2016-11-111-55/+7
* s390/atomic: refactor atomic primitivesMartin Schwidefsky2016-11-113-169/+170
* s390: remove unneeded dependency for gen_facilitiesMasahiro Yamada2016-11-081-2/+0
* s390: squash facilities_src.h into gen_facilities.cMasahiro Yamada2016-11-072-83/+73
* s390: delete unneeded #include <linux/kconfig.h> from facilities_src.hMasahiro Yamada2016-11-071-2/+0
* s390: virtio: make ccw explicitly non-modularPaul Gortmaker2016-10-311-23/+2
* s390: hotplug: make pci_hpc explicitly non-modularPaul Gortmaker2016-10-311-5/+2
* s390: kernel: make lgr explicitly non-modularPaul Gortmaker2016-10-311-2/+3
* s390: hypfs: make inode explicitly non-modularPaul Gortmaker2016-10-311-20/+4
* s390: char: make slcp_quiesce explicitly non-modularPaul Gortmaker2016-10-311-3/+1
* s390: char: make sclp_tty explicitly non-modularPaul Gortmaker2016-10-311-2/+1
* s390: char: make con3215 explicitly non-modularPaul Gortmaker2016-10-311-11/+1
* s390: char: make zcore explicitly non-modularPaul Gortmaker2016-10-311-19/+1
* s390: cio: make it explicitly non-modularPaul Gortmaker2016-10-314-16/+11
* s390/dasd: Fix locking issue when changing RO attributeJan Höppner2016-10-281-2/+15
* s390/dasd: Fix locking issue when changing EER attributeJan Höppner2016-10-282-22/+34
* s390/dasd: Eliminate race condition in dasd_generic_set_offline()Jan Höppner2016-10-281-15/+24
* s390/dasd: Make use of dasd_set_feature() more oftenJan Höppner2016-10-281-61/+29
* s390/dasd: Replace simple_strtoul with kstrtouintJan Höppner2016-10-281-20/+11