summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/dis.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* s390/disassambler: use pr_cont where appropriateHeiko Carstens2016-10-171-2/+2
* s390: remove math emulation codeHeiko Carstens2016-06-151-1/+0
* s390/dis: use correct escape sequence for '%' characterHeiko Carstens2016-03-021-12/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-01-131-2/+2
|\
| * s390/dis: Fix printing of the register numbersChristian Borntraeger2015-11-271-2/+2
* | s390/dis: Fix handling of format specifiersMichael Holzheu2015-12-181-5/+12
|/
* s390: remove 31 bit supportHeiko Carstens2015-03-251-47/+1
* s390: add SMT supportMartin Schwidefsky2015-01-221-2/+6
* s390/disassembler: remove indentical initializerHeiko Carstens2015-01-081-1/+0
* s390/disassembler: add vector instructionsMartin Schwidefsky2014-10-091-3/+242
* s390/kprobes: allow kprobes only on known instructionsHeiko Carstens2013-10-241-1/+1
* s390/dis: move common definitions to a header fileSuzuki K. Poulose2013-10-241-28/+1
* s390/dis: rename structures for unique typesSuzuki K. Poulose2013-10-241-28/+28
* s390/disassembler: prevent endless loop in print_fn_code()Heiko Carstens2013-05-071-0/+2
* s390/dis: use explicit buf lenStefan Raspl2013-04-171-4/+5
* s390/dis: Fix invalid array sizeSyam Sidhardhan2013-02-281-2/+2
* s390/cleanup: rename SPP to LPPHendrik Brueckner2013-02-141-1/+0
* s390/pci: base supportJan Glauber2012-11-301-0/+15
* s390/disassembler: add new instructionsHeiko Carstens2012-11-231-193/+370
* Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-10-041-0/+27
|\
| * Merge remote-tracking branch 'upstream' into nextAvi Kivity2012-08-051-2/+2
| |\
| * | s390/dis: Instruction decoding interfaceCornelia Huck2012-07-261-0/+27
* | | s390/disassembler: fix decoding of risblg instructionHeiko Carstens2012-09-261-1/+1
* | | s390: add support for transactional memoryMartin Schwidefsky2012-09-261-0/+12
* | | s390: add support for runtime instrumentationJan Glauber2012-09-261-0/+21
* | | s390/bpf,jit: BPF Just In Time compiler for s390Martin Schwidefsky2012-09-261-0/+23
| |/ |/|
* | s390: make use of user_mode() macro where possibleHeiko Carstens2012-07-301-2/+2
|/
* s390/dis: Add the servc instruction to the disassembler.Cornelia Huck2012-07-201-0/+1
* s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-201-2/+0
* Disintegrate asm/system.h for S390David Howells2012-03-281-1/+0
* [S390] disassembler: mark exception causing instructionsHeiko Carstens2011-12-271-2/+7
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* [S390] irq: merge irq.c and s390_ext.cHeiko Carstens2011-05-261-1/+1
* [S390] disassembler: handle b280/spp instructionChristian Borntraeger2011-05-101-0/+1
* [S390] add z196 instructions to kernel disassemblerMartin Schwidefsky2010-10-251-13/+132
* [S390] add z9-ec/z10 instruction to kernel disassemblerMartin Schwidefsky2010-02-261-84/+285
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* [S390] disassembler: fix idte instruction format.Martin Schwidefsky2008-05-301-1/+1
* [S390] disassembler: Remove redundant variable assignmentChristian Borntraeger2007-10-121-1/+0
* [S390] disassembler: fix output for insns with 6 operands.Martin Schwidefsky2007-10-121-1/+3
* [S390] disassembler: fix b2 opcodes like srst, bsg, and othersChristian Borntraeger2007-08-221-1/+1
* [S390] Fix disassembly of RX_URRD, SI_URD & PC-relative instructions.Christian Borntraeger2007-07-171-3/+4
* no longer #include <asm/kdebug.h>Adrian Bunk2007-05-081-1/+1
* [S390] Improved oops output.Martin Schwidefsky2007-04-271-0/+1278