summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
Commit message (Expand)AuthorAgeFilesLines
* s390/mm: change swap pte encoding and pgtable cleanupMartin Schwidefsky2015-04-231-95/+63Star
* s390/kvm: remove delayed reallocation of page tables for KVMMartin Schwidefsky2015-04-234-1/+16
* kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFPMartin Schwidefsky2015-04-231-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-04-202-5/+7
|\
| * s390/pci: add locking for fmb accessSebastian Ott2015-04-151-0/+2
| * s390/pci: extract software counters from fmbSebastian Ott2015-04-151-4/+4
| * s390: Use bool function return values of true/false not 1/0Joe Perches2015-04-151-1/+1
* | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-151-2/+0Star
|\ \
| * | s390: Remove signal translation and exec_domainRichard Weinberger2015-04-121-2/+0Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-151-1/+0Star
|\ \ \ | |_|/ |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-021-1/+1
| |\|
| * | s390: fix /proc/interrupts outputSebastian Ott2015-03-251-1/+0Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-04-1533-826/+19Star
|\ \ \
| * | | s390/syscalls: simplify syscall_get_arch()Heiko Carstens2015-03-301-1/+1
| * | | s390: add missing arch_release_task_struct() declarationHeiko Carstens2015-03-251-0/+2
| * | | s390/maccess: remove potentially broken probe_kernel_write()Heiko Carstens2015-03-251-0/+1
| * | | s390/cmpxchg: simplify cmpxchg_doubleHeiko Carstens2015-03-251-6/+1Star
| * | | s390: remove 31 bit supportHeiko Carstens2015-03-2530-819/+14Star
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-151-7/+5Star
|\ \ \
| * | | mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook2015-04-151-3/+0Star
| * | | mm: split ET_DYN ASLR from mmap ASLRKees Cook2015-04-151-3/+2Star
| * | | s390: redefine randomize_et_dyn for ELF_ET_DYN_BASEKees Cook2015-04-151-3/+5
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-0/+43
|\ \ \ \ | |/ / / |/| | |
| * | | livepatch: add support on s390Jiri Slaby2015-03-271-0/+43
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-04-131-0/+3
|\ \ \ \
| * | | | jump_label: Allow asm/jump_label.h to be included in assemblyAnton Blanchard2015-04-091-0/+3
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-133-7/+47
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge tag 'kvm-s390-next-20150331' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2015-04-071-3/+27
| |\ \ \ \
| | * | | | KVM: s390: deliver floating interrupts in order of priorityJens Freimann2015-03-311-3/+27
| * | | | | Merge tag 'kvm-s390-next-20150318' of git://git.kernel.org/pub/scm/linux/kern...Marcelo Tosatti2015-03-241-1/+1
| |\| | | |
| | * | | | KVM: s390: represent SIMD cap in kvm facilityMichael Mueller2015-03-171-1/+0Star
| | * | | | KVM: s390: introduce post handlers for STSIEkaterina Tumanova2015-03-171-0/+1
| * | | | | Merge tag 'kvm-s390-next-20150306' of git://git.kernel.org/pub/scm/linux/kern...Marcelo Tosatti2015-03-133-4/+20
| |\| | | | | | |_|_|/ | |/| | |
| | * | | KVM: s390: Enable vector support for capable guestEric Farman2015-03-061-1/+3
| | * | | KVM: s390: Add new SIGP order to kernel countersEric Farman2015-03-061-0/+1
| | * | | KVM: s390: Vector exceptionsEric Farman2015-03-061-0/+1
| | * | | KVM: s390: Allocate and save/restore vector registersEric Farman2015-03-062-1/+13
| | * | | KVM: s390: fix instruction interception trace pointDavid Hildenbrand2015-03-061-2/+2
* | | | | s390/mm: limit STACK_RND_MASK for compat tasksMartin Schwidefsky2015-03-131-1/+1
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-03-101-6/+6
|\ \ \ \
| * | | | Merge tag 'kvm-s390-master-20150303' of git://git.kernel.org/pub/scm/linux/ke...Marcelo Tosatti2015-03-051-6/+6
| |\| | |
| | * | | KVM: s390: include guest facilities in kvm facility testMichael Mueller2015-03-041-6/+6
| | |/ /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-03-102-11/+2Star
|\ \ \ \ | |/ / / |/| | |
| * | | s390/mm: fix incorrect ASCE after crst_table_downgradeMartin Schwidefsky2015-03-021-1/+1
| * | | s390: let the compiler do page clearingChristian Borntraeger2015-02-261-10/+1Star
| |/ /
* / / mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED definesKirill A. Shutemov2015-02-281-0/+2
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-02-211-16/+8Star
|\ \
| * | s390/topology: convert cpu_topology array to per cpu variableHeiko Carstens2015-02-121-9/+9
| * | s390/topology: delay initialization of topology cpu masksHeiko Carstens2015-02-121-8/+0Star
* | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-181-0/+1
|\ \ \