aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-13s390/sclp: unify basic sclp access by exposing "struct sclp"David Hildenbrand1-12/+19
2015-05-08KVM: s390: make exit_sie_sync more robustChristian Borntraeger1-1/+2
2015-05-08KVM: s390: Enable guest EDAT2 supportGuenther Hutzl1-0/+1
2015-04-23s390/mm: change swap pte encoding and pgtable cleanupMartin Schwidefsky1-95/+63
2015-04-23s390/kvm: remove delayed reallocation of page tables for KVMMartin Schwidefsky4-1/+16
2015-04-23kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFPMartin Schwidefsky1-0/+3
2015-04-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-5/+7
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/miscLinus Torvalds1-2/+0
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2015-04-15s390/pci: add locking for fmb accessSebastian Ott1-0/+2
2015-04-15s390/pci: extract software counters from fmbSebastian Ott1-4/+4
2015-04-15s390: Use bool function return values of true/false not 1/0Joe Perches1-1/+1
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds33-826/+19
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+5
2015-04-14mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook1-3/+0
2015-04-14mm: split ET_DYN ASLR from mmap ASLRKees Cook1-3/+2
2015-04-14s390: redefine randomize_et_dyn for ELF_ET_DYN_BASEKees Cook1-3/+5
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds1-0/+43
2015-04-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+41
2015-04-12s390: Remove signal translation and exec_domainRichard Weinberger1-2/+0
2015-04-09jump_label: Allow asm/jump_label.h to be included in assemblyAnton Blanchard1-0/+3
2015-04-07Merge tag 'kvm-s390-next-20150331' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-3/+27
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-03-31KVM: s390: deliver floating interrupts in order of priorityJens Freimann1-3/+27
2015-03-30s390/syscalls: simplify syscall_get_arch()Heiko Carstens1-1/+1
2015-03-27livepatch: add support on s390Jiri Slaby1-0/+43
2015-03-25s390: fix /proc/interrupts outputSebastian Ott1-1/+0
2015-03-25s390: add missing arch_release_task_struct() declarationHeiko Carstens1-0/+2
2015-03-25s390/maccess: remove potentially broken probe_kernel_write()Heiko Carstens1-0/+1
2015-03-25s390/cmpxchg: simplify cmpxchg_doubleHeiko Carstens1-6/+1
2015-03-25s390: remove 31 bit supportHeiko Carstens30-819/+14
2015-03-23Merge tag 'kvm-s390-next-20150318' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into queueMarcelo Tosatti1-1/+1
2015-03-17KVM: s390: represent SIMD cap in kvm facilityMichael Mueller1-1/+0
2015-03-17KVM: s390: introduce post handlers for STSIEkaterina Tumanova1-0/+1
2015-03-13s390/mm: limit STACK_RND_MASK for compat tasksMartin Schwidefsky1-1/+1
2015-03-12Merge tag 'kvm-s390-next-20150306' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into queueMarcelo Tosatti1-2/+14
2015-03-09Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+6
2015-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-11/+2
2015-03-06KVM: s390: Enable vector support for capable guestEric Farman1-1/+3
2015-03-06KVM: s390: Add new SIGP order to kernel countersEric Farman1-0/+1
2015-03-06KVM: s390: Vector exceptionsEric Farman1-0/+1
2015-03-06KVM: s390: Allocate and save/restore vector registersEric Farman1-1/+9
2015-03-05Merge tag 'kvm-s390-master-20150303' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linuxMarcelo Tosatti1-6/+6
2015-03-04KVM: s390: include guest facilities in kvm facility testMichael Mueller1-6/+6
2015-03-02s390/mm: fix incorrect ASCE after crst_table_downgradeMartin Schwidefsky1-1/+1
2015-02-28mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED definesKirill A. Shutemov1-0/+2
2015-02-26s390: let the compiler do page clearingChristian Borntraeger1-10/+1
2015-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-16/+8
2015-02-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-0/+1