summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-167-51/+49
|\
| * x86: also use debug_pagealloc_enabled() for free_init_pagesChristian Borntraeger2016-03-151-14/+15
| * s390: query dynamic DEBUG_PAGEALLOC settingChristian Borntraeger2016-03-152-9/+7
| * x86: query dynamic DEBUG_PAGEALLOC settingChristian Borntraeger2016-03-153-16/+10
| * blackfin: define dummy pgprot_writecombine for !MMUSudip Mukherjee2016-03-151-0/+2
| * m32r: mm: fix build warningSudip Mukherjee2016-03-151-12/+15
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2016-03-169-20/+22
|\ \
| * | m68k: Fix misspellings in comments.Adam Buchbinder2016-02-297-14/+14
| * | m68k: Use conventional function parameters for do_sigreturnGreg Ungerer2016-02-292-6/+8
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-03-1651-2183/+2358
|\ \ \
| * | | s390/pci: enforce fmb page boundary ruleSebastian Ott2016-03-142-2/+5
| * | | s390: fix floating pointer register corruption (again)Martin Schwidefsky2016-03-101-104/+2
| * | | s390/cpumf: add missing lpp magic initializationHeiko Carstens2016-03-101-0/+1
| * | | s390: Fix misspellings in commentsAdam Buchbinder2016-03-085-6/+6
| * | | s390/mm: split arch/s390/mm/pgtable.cMartin Schwidefsky2016-03-0813-1405/+1464
| * | | s390/mm: uninline pmdp_xxx functions from pgtable.hMartin Schwidefsky2016-03-083-112/+124
| * | | s390/mm: uninline ptep_xxx functions from pgtable.hMartin Schwidefsky2016-03-083-353/+318
| * | | s390/pci: add ioctl interface for CLPMartin Schwidefsky2016-03-074-39/+293
| * | | s390: Use pr_warn instead of pr_warningJoe Perches2016-03-074-19/+12
| * | | s390/percpu: remove this_cpu_cmpxchg_double_4Heiko Carstens2016-03-021-1/+0
| * | | s390/cpumf: Improve guest detection heuristicsChristian Borntraeger2016-03-022-3/+7
| * | | s390/fault: merge report_user_fault implementationsHeiko Carstens2016-03-023-26/+12
| * | | s390/dis: use correct escape sequence for '%' characterHeiko Carstens2016-03-021-12/+5
| * | | s390/kvm: simplify set_guest_storage_keyMartin Schwidefsky2016-03-021-17/+0
| * | | s390/oprofile: add z13/z13s model numbersHeiko Carstens2016-02-241-0/+1
| * | | s390: add z13s model number to z13 elf platformHeiko Carstens2016-02-242-4/+5
| * | | s390/mm: correct comment about segment table entriesMartin Schwidefsky2016-02-231-5/+5
| * | | s390/dumpstack: merge all four stack tracersHeiko Carstens2016-02-237-218/+89
| * | | s390/mm: remove unnecessary indirection with pgste_update_allMartin Schwidefsky2016-02-231-13/+12
| * | | s390/dumpstack: use bit fields to decode psw mask in show_registers()Heiko Carstens2016-02-231-13/+4
| * | | s390/dumpstack: add missing ri bit to show_registers() outputHeiko Carstens2016-02-231-1/+2
| * | | s390: add current_stack_pointer() helper functionHeiko Carstens2016-02-234-16/+20
| * | | s390/stacktrace: use nosched instead of savesched parameterHeiko Carstens2016-02-231-6/+6
| * | | s390/pageattr: do a single TLB flush for change_page_attrMartin Schwidefsky2016-02-231-5/+3
| * | | s390/xor: optimized xor routing using the XC instructionMartin Schwidefsky2016-02-233-2/+155
| * | | s390/pci: remove pdev pointer from arch dataSebastian Ott2016-02-235-21/+27
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2016-03-164-1/+12
|\ \ \ \
| * | | | avr32: fix asm operand constraint in cmpxchg()Mans Rullgard2016-03-141-1/+1
| * | | | avr32: wire up copy_file_range syscallHans-Christian Egtvedt2016-03-143-0/+11
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-16122-2914/+5586
|\ \ \ \ \
| * \ \ \ \ Merge tag 'kvm-s390-next-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2016-03-106-71/+209
| |\ \ \ \ \
| | * | | | | KVM: s390: allocate only one DMA page per VMDavid Hildenbrand2016-03-084-48/+41
| | * | | | | KVM: s390: enable STFLE interpretation only if enabled for the guestDavid Hildenbrand2016-03-081-1/+2
| | * | | | | KVM: s390: wake up when the VCPU cpu timer expiresDavid Hildenbrand2016-03-081-13/+35
| | * | | | | KVM: s390: step the VCPU timer while in enabled waitDavid Hildenbrand2016-03-082-2/+7
| | * | | | | KVM: s390: protect VCPU cpu timer with a seqcountDavid Hildenbrand2016-03-082-8/+30
| | * | | | | KVM: s390: step VCPU cpu timer during kvm_run ioctlDavid Hildenbrand2016-03-082-2/+76
| | * | | | | KVM: s390: abstract access to the VCPU cpu timerDavid Hildenbrand2016-03-083-10/+28
| | * | | | | KVM: s390: store cpu id in vcpu->cpu when scheduled inDavid Hildenbrand2016-03-081-0/+2
| | * | | | | KVM: s390: Add diag "watchdog functions" to trace event decodingAlexander Yarygin2016-03-081-0/+1