summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | s390/sysinfo: add missing SYSIB 1.2.2 multithreading fieldsHeiko Carstens2016-01-112-11/+21
| * | | s390: get rid of CONFIG_SCHED_MC and CONFIG_SCHED_BOOKHeiko Carstens2015-12-304-8/+8
| * | | s390/Kconfig: remove pointless 64 bit dependenciesHeiko Carstens2015-12-301-3/+2Star
| * | | s390/cio: Consolidate inline assemblies and related data definitionsPeter Oberparleiter2015-12-181-14/+0Star
| * | | s390/setup: cleanup machine flagsChristian Borntraeger2015-12-181-17/+14Star
| * | | s390/smp: save timestamp on external callsHeiko Carstens2015-12-181-0/+2
| * | | s390/sysinfo: Remove unused variablesChristian Borntraeger2015-12-181-2/+1Star
| * | | s390/extmem: remove unused variableChristian Borntraeger2015-12-181-3/+1Star
| * | | s390/fault: remove unused variableChristian Borntraeger2015-12-181-2/+0Star
| * | | s390/traps: Remove unused variableChristian Borntraeger2015-12-181-3/+0Star
| * | | s390: compile head.S always with -march=z900Heiko Carstens2015-12-181-2/+4
| * | | s390/facilities: add z13 als bitHeiko Carstens2015-12-181-0/+3
| * | | s390/facilities: optimize test_facility()Heiko Carstens2015-12-181-0/+6
| * | | s390/facilities: remove unneeded facility bitsHeiko Carstens2015-12-181-12/+0Star
| * | | s390/facilities: make use of generated facility listHeiko Carstens2015-12-181-24/+11Star
| * | | s390/facilities: add helper tool to generate facility listsHeiko Carstens2015-12-186-0/+160
| * | | s390/facilities: always use lowcore's stfle field for storing facility bitsHeiko Carstens2015-12-183-6/+7
| * | | s390/facilities: use stfl mnemonic instead of insn magicHeiko Carstens2015-12-182-5/+3Star
| * | | s390/spinlock: do not yield to a CPU in udelay/mdelayMartin Schwidefsky2015-11-273-8/+31
| * | | s390: remove is_32bit_task() helperHeiko Carstens2015-11-273-7/+6Star
| * | | s390: add 'install' target to 'make help'Michael Holzheu2015-11-271-0/+4
| * | | s390/sclp: Add VT220 support to early sclp consoleSascha Silbe2015-11-272-16/+51
| * | | s390/dis: Fix printing of the register numbersChristian Borntraeger2015-11-271-2/+2
| * | | s390/pci_dma: fix DMA table corruption with > 4 TB main memoryGerald Schaefer2015-11-273-7/+17
| * | | s390: get_user_pages_fast() might sleepDavid Hildenbrand2015-11-271-0/+1
| * | | s390/spinlock: avoid diagnose loopMartin Schwidefsky2015-11-271-9/+19
| * | | s390/dump: cleanup CPU save area handlingMartin Schwidefsky2015-11-274-192/+140Star
| * | | s390/dump: rework CPU register dump codeMartin Schwidefsky2015-11-2710-142/+157
| * | | s390/dump: remove SAVE_AREA_BASEMartin Schwidefsky2015-11-274-35/+41
| * | | s390/kvm: remove dependency on struct save_area definitionMartin Schwidefsky2015-11-272-15/+16
| * | | s390/dump: streamline oldmem copy functionsMartin Schwidefsky2015-11-275-99/+88Star
| * | | s390/kdump: remove code to create ELF notes in the crashed systemMartin Schwidefsky2015-11-275-63/+28Star
| * | | s390/zcore: remove /sys/kernel/debug/zcore/memMartin Schwidefsky2015-11-271-1/+0Star
| * | | s390/zcore: copy vector registers into the image dataMartin Schwidefsky2015-11-271-0/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-01-132-11/+5Star
|\ \ \
| * | | soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-051-0/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-011-5/+12
| |\ \ \ | | | |/ | | |/|
| * | | bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann2015-12-181-11/+2Star
| | |/ | |/|
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-131-2/+1Star
|\ \ \
| * | | [s390] page_to_phys() always returns a multiple of PAGE_SIZEAl Viro2016-01-091-2/+1Star
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-1214-144/+454
|\ \ \
| * | | KVM: move architecture-dependent requests to arch/Paolo Bonzini2016-01-081-0/+4
| * | | KVM: s390: implement the RI support of guestFan Zhang2016-01-073-1/+27
| * | | kvm/s390: drop unpaired smp_mbMichael S. Tsirkin2016-01-071-1/+0Star
| * | | KVM: s390: consider system MHA for guest storageGuenther Hutzl2015-12-151-1/+5
| * | | KVM: s390: fix mismatch between user and in-kernel guest limitDominik Dingel2015-12-154-7/+25
| * | | KVM: s390: obey kptr_restrict in tracesChristian Borntraeger2015-12-152-7/+8
| * | | KVM: s390: use assignment instead of memcpyChristian Borntraeger2015-12-151-2/+4
| * | | KVM: s390: remove redudant assigment of error codeChristian Borntraeger2015-11-301-3/+1Star
| * | | KVM: s390: remove pointless test_facility(2) checkHeiko Carstens2015-11-301-1/+1