summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
* revert "s390/mm: make hugepages_supported a boot time decision"Dominik Dingel2015-07-171-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-07-153-22/+35
|\
| * s390/nmi: fix vector register corruptionHeiko Carstens2015-07-131-21/+30
| * s390/process: fix sfpc inline assemblyHeiko Carstens2015-07-131-1/+1
| * s390/sclp: clear upper register halves in _sclp_print_earlyMartin Schwidefsky2015-07-071-0/+4
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-1/+1
|\ \ | |/ |/|
| * kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-06-304-100/+103
|\ \
| * | s390/kdump: fix compile for !SMPHeiko Carstens2015-06-291-23/+21
| * | s390/kdump: fix nosmt kernel parameterMichael Holzheu2015-06-254-59/+62
| * | s390/smp: cleanup core vs. cpu in the SCLP interfaceMartin Schwidefsky2015-06-251-24/+25
| * | s390/smp: fix sigp cpu detection loopMartin Schwidefsky2015-06-251-1/+2
| * | s390/kdump: fix REGSET_VX_LOW vector register ELF notesMichael Holzheu2015-06-251-1/+1
* | | clone: support passing tls argument via C rather than pt_regs magicJosh Triplett2015-06-251-1/+1
* | | s390/mm: make hugepages_supported a boot time decisionDominik Dingel2015-06-251-0/+2
|/ /
* | mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck2015-06-241-2/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-06-241-1/+1
|\ \
| * | KVM: s390: make exit_sie_sync more robustChristian Borntraeger2015-05-081-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-06-243-19/+25
|\ \
| * | s390/setup: fix DMA_API_DEBUG warningsSebastian Ott2015-06-181-4/+9
| * | s390/sclp: get rid of sclp_get_mtid() and sclp_get_mtid_max()David Hildenbrand2015-05-131-2/+3
| * | s390/sclp: unify basic sclp access by exposing "struct sclp"David Hildenbrand2015-05-133-11/+11
| * | s390/sclp: prepare smp_fill_possible_mask for global "struct sclp"David Hildenbrand2015-05-131-4/+4
| |/
* | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-231-1/+1
|\ \
| * | PCI: Include <linux/pci.h>, not <asm/pci.h>Bjorn Helgaas2015-06-081-1/+1
| |/
* | s390: time: Provide read_boot_clock64() and read_persistent_clock64()Xunlei Pang2015-05-222-8/+9
|/
* Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-153-25/+4
|\
| * s390: Remove signal translation and exec_domainRichard Weinberger2015-04-123-25/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-151-1/+0
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-023-18/+61
| |\ \ | | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-093-5/+10
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-036-125/+107
| |\ \ \
| * | | | s390: remove claw driverUrsula Braun2015-02-281-1/+0
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-04-1441-3260/+1173
|\ \ \ \ \
| * | | | | s390/smp: wait until secondaries are active & onlineHeiko Carstens2015-04-131-1/+2
| * | | | | s390/hibernate: fix save and restore of kernel text sectionHeiko Carstens2015-04-131-0/+4
| * | | | | s390/cacheinfo: add missing facility checkHeiko Carstens2015-04-131-0/+4
| * | | | | s390/irq: enforce correct irqclass_sub_desc array sizeHeiko Carstens2015-03-251-1/+2
| * | | | | s390: remove "64" suffix from mem64.S and swsusp_asm64.SHeiko Carstens2015-03-252-1/+1
| * | | | | s390/ipl: cleanup macro usageSebastian Ott2015-03-251-19/+11
| * | | | | s390/ipl: cleanup shutdown_action attributesSebastian Ott2015-03-251-31/+20
| * | | | | s390/ipl: cleanup bin attr usageSebastian Ott2015-03-251-56/+18
| * | | | | s390/uprobes: fix address space annotationHeiko Carstens2015-03-251-1/+3
| * | | | | s390: make couple of functions and variables staticHeiko Carstens2015-03-251-1/+1
| * | | | | s390/maccess: remove potentially broken probe_kernel_write()Heiko Carstens2015-03-253-8/+8
| * | | | | s390/traps: panic() instead of die() on translation exceptionHeiko Carstens2015-03-251-1/+1
| * | | | | s390: remove 31 bit syscallsHeiko Carstens2015-03-252-361/+361
| * | | | | s390: remove "64" suffix from a couple of filesHeiko Carstens2015-03-254-3/+3
| * | | | | s390: remove 31 bit supportHeiko Carstens2015-03-2528-2102/+60
| | |_|_|/ | |/| | |
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-131-10/+10
|\ \ \ \ \
OpenPOWER on IntegriCloud