summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-033-6/+6
|\ \ \ \ \ \ \
| * | | | | | | s390: Prevent hotplug rwsem recursionThomas Gleixner2017-05-262-3/+3
| * | | | | | | s390/kernel: Use stop_machine_cpuslocked()Sebastian Andrzej Siewior2017-05-261-3/+3
| |/ / / / / /
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-07-0355-371/+818
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'nmiforkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms39...Martin Schwidefsky2017-06-287-12/+115
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | KVM: s390: Backup the guest's machine check infoQingFeng Hao2017-06-273-1/+51
| | * | | | | | s390/nmi: s390: New low level handling for machine check happening in guestQingFeng Hao2017-06-275-11/+64
| | | |_|_|_|/ | | |/| | | |
| * | | | | | s390/pci: recognize name clashes with uidsSebastian Ott2017-06-281-1/+11
| * | | | | | s390/pci: provide more debug informationSebastian Ott2017-06-282-2/+4
| * | | | | | s390/pci: fix handling of PEC 306Sebastian Ott2017-06-283-32/+24
| * | | | | | s390/pci: improve pci hotplugSebastian Ott2017-06-283-3/+21
| * | | | | | s390/pci: introduce clp_get_stateSebastian Ott2017-06-282-14/+47
| * | | | | | s390/pci: improve error handling during fmb (de)registrationSebastian Ott2017-06-281-30/+21
| * | | | | | s390/pci: improve unreg_ioat error handlingSebastian Ott2017-06-282-6/+17
| * | | | | | s390/pci: improve error handling during interrupt deregistrationSebastian Ott2017-06-283-16/+25
| * | | | | | s390/pci: don't cleanup in arch_setup_msi_irqsSebastian Ott2017-06-282-29/+18
| * | | | | | s390/fpu: export save_fpu_regs for all configsMartin Schwidefsky2017-06-131-2/+0
| * | | | | | s390/kvm: avoid global config of vm.alloc_pgste=1Martin Schwidefsky2017-06-136-2/+53
| * | | | | | s390: rename struct psw_bits membersHeiko Carstens2017-06-127-35/+35
| * | | | | | s390: rename psw_bits enumsHeiko Carstens2017-06-127-26/+26
| * | | | | | s390/mm: use correct address space when enabling DATHeiko Carstens2017-06-121-1/+5
| * | | | | | s390/ipl: revert Load Normal semantics for LPAR CCW-type re-IPLHeiko Carstens2017-06-121-6/+1
| * | | | | | s390/dumpstack: remove raw stack dumpHeiko Carstens2017-06-121-25/+4
| * | | | | | s390: provide default ioremap and iounmap declarationLogan Gunthorpe2017-06-121-2/+2
| * | | | | | s390/perf: fix null string in perf list pmu commandThomas Richter2017-06-121-2/+1
| * | | | | | s390/mm: add p?d_folded() helper functionsHeiko Carstens2017-06-121-7/+22
| * | | | | | s390/mm: remove incorrect _REGION3_ENTRY_ORIGIN defineHeiko Carstens2017-06-121-3/+1
| * | | | | | s390/ptrace: guarded storage regset for the current taskMartin Schwidefsky2017-06-121-2/+13
| * | | | | | s390/facilities: remove stfle requirementHeiko Carstens2017-06-121-1/+0
| * | | | | | s390: Remove 'message security assist' from the list of vital facilitiesThomas Huth2017-06-121-1/+0
| * | | | | | s390/fault: use _ASCE_ORIGIN instead of PAGE_MASKHeiko Carstens2017-06-121-1/+1
| * | | | | | s390/smp: use sigp condition code defineHeiko Carstens2017-06-121-1/+1
| * | | | | | s390/smp: fix false positive kmemleak of mcesa data structureChristian Borntraeger2017-06-121-0/+3
| * | | | | | s390/crypto: fix aes/paes Kconfig dependenyHarald Freudenberger2017-06-121-1/+2
| * | | | | | s390/vdso: use _install_special_mapping to establish vdsoMartin Schwidefsky2017-06-121-27/+64
| * | | | | | s390/cputime: simplify account_system_index_scaledMartin Schwidefsky2017-06-121-9/+5
| * | | | | | s390: use two more generic header filesHeiko Carstens2017-06-123-22/+2
| * | | | | | s390/mm: add __rcu annotationsHeiko Carstens2017-06-121-3/+3
| * | | | | | s390: add missing header includes for type checkingHeiko Carstens2017-06-122-0/+2
| * | | | | | s390/mm: implement 5 level pages tablesMartin Schwidefsky2017-06-1215-72/+289
* | | | | | | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-031-2/+4
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe2017-06-226-27/+100
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig2017-06-132-3/+3
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-124-8/+2
| |\ \ \ \ \ \ \ \
| * | | | | | | | | block: introduce new block status code typeChristoph Hellwig2017-06-091-2/+4
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds2017-07-032-3/+3
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | S390/sysinfo: use uuid_is_null instead of opencoding itChristoph Hellwig2017-06-052-3/+3
| |/ / / / / /
* | | | | | | arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-282-30/+0
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-06-261-6/+1
|\ \ \ \ \ \ \
| * | | | | | | s390/ipl: revert Load Normal semantics for LPAR CCW-type re-IPLHeiko Carstens2017-06-141-6/+1
| | |_|/ / / / | |/| | | | |