summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-07-041-2/+3
|\
| * Merge tag 'v3.10' into nextBenjamin Herrenschmidt2013-07-011-1/+2
| |\
| * | mm/THP: add pmd args to pgtable deposit and withdraw APIsAneesh Kumar K.V2013-06-201-2/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-07-033-47/+64
|\ \ \
| * | | KVM: s390: Renamed PGM_PRIVILEGED_OPERATIONThomas Huth2013-06-201-1/+1
| * | | KVM: s390,perf: Detect if perf samples belong to KVM host or guestHeinz Graalfs2013-06-172-0/+11
| * | | KVM: s390: Use common waitqueueChristian Borntraeger2013-06-171-1/+1
| * | | KVM: s390: guest large pagesChristian Borntraeger2013-06-171-1/+4
| * | | KVM: s390: Provide function for setting the guest storage keyChristian Borntraeger2013-06-171-0/+3
| * | | s390/kvm: Kick guests out of sie if prefix page host pte is touchedChristian Borntraeger2013-05-211-0/+1
| * | | s390/kvm: Provide a way to prevent reentering SIEChristian Borntraeger2013-05-211-1/+4
| * | | s390/kvm: Mark if a cpu is in SIEChristian Borntraeger2013-05-211-1/+4
| * | | s390/kvm: rename RCP_xxx defines to PGSTE_xxxMartin Schwidefsky2013-05-211-43/+39
| * | | s390/pgtable: fix ipte notify bitChristian Borntraeger2013-05-211-2/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-07-037-34/+28
|\ \ \ \
| * | | | s390/airq: simplify adapter interrupt codeMartin Schwidefsky2013-06-261-3/+12
| * | | | s390/pci: remove per device debug attributeMartin Schwidefsky2013-06-261-1/+0
| * | | | s390/dma: remove gratuitous bracketsSebastian Ott2013-06-261-1/+1
| * | | | s390/facility: decompose test_facility()Michael Mueller2013-06-261-6/+11
| * | | | s390/irq: store interrupt information in pt_regsMartin Schwidefsky2013-06-261-0/+1
| * | | | s390/pci: cleanup hotplug codeSebastian Ott2013-06-261-1/+0
| * | | | s390/kvm: Provide function for setting the guest storage keyChristian Borntraeger2013-06-261-0/+3
| * | | | s390: remove virt_to_phys implementationSebastian Ott2013-06-261-22/+0
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-021-3/+0
|\ \ \ \ | |/ / / |/| | |
| * | | consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-3/+0
| | |/ | |/|
* | | s390/dma: support debug_dma_mapping_errorSebastian Ott2013-06-191-0/+1
* | | s390/dma: fix mapping_error detectionSebastian Ott2013-06-191-1/+1
|/ /
* | s390/pgtable: make pgste lock an explicit barrierChristian Borntraeger2013-06-051-2/+3
* | s390/pgtable: Save pgste during modify_prot_start/commitChristian Borntraeger2013-06-051-1/+10
* | s390/pgtable: Fix guest overindication for change bitChristian Borntraeger2013-06-051-7/+9
* | s390/pgtable: Fix check for pgste/storage key handlingChristian Borntraeger2013-05-281-4/+11
* | kernel: Fix s390 absolute memory access for /dev/memMichael Holzheu2013-05-221-0/+1
* | s390/dma: do not call debug_dma after freeSebastian Ott2013-05-221-1/+1
* | s390/pgtable: fix ipte notify bitChristian Borntraeger2013-05-171-2/+2
* | s390/ftrace: fix mcount adjustmentHeiko Carstens2013-05-151-5/+7
* | s390: disable pfmf for clear page instructionChristian Borntraeger2013-05-071-12/+8
|/
* s390/mem_detect: remove artificial kdump memory typesHeiko Carstens2013-05-031-4/+2
* s390/mm: add pte invalidation notifier for kvmMartin Schwidefsky2013-05-031-10/+56
* s390/mem_detect: limit memory detection loop to "mem=" parameterHeiko Carstens2013-05-021-1/+1
* s390: get rid of odd global real_memory_sizeHeiko Carstens2013-05-021-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-8/+0
|\
| * consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro2013-03-031-8/+0
* | mm/hugetlb: add more arch-defined huge_pte functionsGerald Schaefer2013-04-292-56/+95
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-04-2914-301/+148
|\ \
| * | s390: remove small stack config optionHeiko Carstens2013-04-261-5/+0
| * | s390: system call path micro optimizationMartin Schwidefsky2013-04-263-4/+20
| * | s390/uapi: change struct statfs[64] member types to unsigned valuesHeiko Carstens2013-04-231-11/+26
| * | s390/ptrace: remove empty ifdefsHeiko Carstens2013-04-231-5/+1
| * | s390/compat: remove ptrace compat definitions from uapi header fileHeiko Carstens2013-04-232-0/+17
| * | s390/compat: fix compile error for !COMPATHeiko Carstens2013-04-231-2/+2