Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | s390: query dynamic DEBUG_PAGEALLOC setting | Christian Borntraeger | 2016-03-16 | 2 | -9/+7 | |
| * | | | | | | | | | x86: query dynamic DEBUG_PAGEALLOC setting | Christian Borntraeger | 2016-03-16 | 3 | -16/+10 | |
| * | | | | | | | | | blackfin: define dummy pgprot_writecombine for !MMU | Sudip Mukherjee | 2016-03-16 | 1 | -0/+2 | |
| * | | | | | | | | | m32r: mm: fix build warning | Sudip Mukherjee | 2016-03-16 | 1 | -12/+15 | |
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 2016-03-16 | 9 | -20/+22 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | m68k: Fix misspellings in comments. | Adam Buchbinder | 2016-02-29 | 7 | -14/+14 | |
| * | | | | | | | | | | m68k: Use conventional function parameters for do_sigreturn | Greg Ungerer | 2016-02-29 | 2 | -6/+8 | |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2016-03-16 | 51 | -2183/+2358 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | s390/pci: enforce fmb page boundary rule | Sebastian Ott | 2016-03-14 | 2 | -2/+5 | |
| * | | | | | | | | | | s390: fix floating pointer register corruption (again) | Martin Schwidefsky | 2016-03-10 | 1 | -104/+2 | |
| * | | | | | | | | | | s390/cpumf: add missing lpp magic initialization | Heiko Carstens | 2016-03-10 | 1 | -0/+1 | |
| * | | | | | | | | | | s390: Fix misspellings in comments | Adam Buchbinder | 2016-03-08 | 5 | -6/+6 | |
| * | | | | | | | | | | s390/mm: split arch/s390/mm/pgtable.c | Martin Schwidefsky | 2016-03-08 | 13 | -1405/+1464 | |
| * | | | | | | | | | | s390/mm: uninline pmdp_xxx functions from pgtable.h | Martin Schwidefsky | 2016-03-08 | 3 | -112/+124 | |
| * | | | | | | | | | | s390/mm: uninline ptep_xxx functions from pgtable.h | Martin Schwidefsky | 2016-03-08 | 3 | -353/+318 | |
| * | | | | | | | | | | s390/pci: add ioctl interface for CLP | Martin Schwidefsky | 2016-03-07 | 4 | -39/+293 | |
| * | | | | | | | | | | s390: Use pr_warn instead of pr_warning | Joe Perches | 2016-03-07 | 4 | -19/+12 | |
| * | | | | | | | | | | s390/percpu: remove this_cpu_cmpxchg_double_4 | Heiko Carstens | 2016-03-02 | 1 | -1/+0 | |
| * | | | | | | | | | | s390/cpumf: Improve guest detection heuristics | Christian Borntraeger | 2016-03-02 | 2 | -3/+7 | |
| * | | | | | | | | | | s390/fault: merge report_user_fault implementations | Heiko Carstens | 2016-03-02 | 3 | -26/+12 | |
| * | | | | | | | | | | s390/dis: use correct escape sequence for '%' character | Heiko Carstens | 2016-03-02 | 1 | -12/+5 | |
| * | | | | | | | | | | s390/kvm: simplify set_guest_storage_key | Martin Schwidefsky | 2016-03-02 | 1 | -17/+0 | |
| * | | | | | | | | | | s390/oprofile: add z13/z13s model numbers | Heiko Carstens | 2016-02-24 | 1 | -0/+1 | |
| * | | | | | | | | | | s390: add z13s model number to z13 elf platform | Heiko Carstens | 2016-02-24 | 2 | -4/+5 | |
| * | | | | | | | | | | s390/mm: correct comment about segment table entries | Martin Schwidefsky | 2016-02-23 | 1 | -5/+5 | |
| * | | | | | | | | | | s390/dumpstack: merge all four stack tracers | Heiko Carstens | 2016-02-23 | 7 | -218/+89 | |
| * | | | | | | | | | | s390/mm: remove unnecessary indirection with pgste_update_all | Martin Schwidefsky | 2016-02-23 | 1 | -13/+12 | |
| * | | | | | | | | | | s390/dumpstack: use bit fields to decode psw mask in show_registers() | Heiko Carstens | 2016-02-23 | 1 | -13/+4 | |
| * | | | | | | | | | | s390/dumpstack: add missing ri bit to show_registers() output | Heiko Carstens | 2016-02-23 | 1 | -1/+2 | |
| * | | | | | | | | | | s390: add current_stack_pointer() helper function | Heiko Carstens | 2016-02-23 | 4 | -16/+20 | |
| * | | | | | | | | | | s390/stacktrace: use nosched instead of savesched parameter | Heiko Carstens | 2016-02-23 | 1 | -6/+6 | |
| * | | | | | | | | | | s390/pageattr: do a single TLB flush for change_page_attr | Martin Schwidefsky | 2016-02-23 | 1 | -5/+3 | |
| * | | | | | | | | | | s390/xor: optimized xor routing using the XC instruction | Martin Schwidefsky | 2016-02-23 | 3 | -2/+155 | |
| * | | | | | | | | | | s390/pci: remove pdev pointer from arch data | Sebastian Ott | 2016-02-23 | 5 | -21/+27 | |
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt... | Linus Torvalds | 2016-03-16 | 4 | -1/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | avr32: fix asm operand constraint in cmpxchg() | Mans Rullgard | 2016-03-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | avr32: wire up copy_file_range syscall | Hans-Christian Egtvedt | 2016-03-14 | 3 | -0/+11 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-03-16 | 122 | -2914/+5586 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge tag 'kvm-s390-next-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini | 2016-03-10 | 6 | -71/+209 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | KVM: s390: allocate only one DMA page per VM | David Hildenbrand | 2016-03-08 | 4 | -48/+41 | |
| | * | | | | | | | | | | | KVM: s390: enable STFLE interpretation only if enabled for the guest | David Hildenbrand | 2016-03-08 | 1 | -1/+2 | |
| | * | | | | | | | | | | | KVM: s390: wake up when the VCPU cpu timer expires | David Hildenbrand | 2016-03-08 | 1 | -13/+35 | |
| | * | | | | | | | | | | | KVM: s390: step the VCPU timer while in enabled wait | David Hildenbrand | 2016-03-08 | 2 | -2/+7 | |
| | * | | | | | | | | | | | KVM: s390: protect VCPU cpu timer with a seqcount | David Hildenbrand | 2016-03-08 | 2 | -8/+30 | |
| | * | | | | | | | | | | | KVM: s390: step VCPU cpu timer during kvm_run ioctl | David Hildenbrand | 2016-03-08 | 2 | -2/+76 | |
| | * | | | | | | | | | | | KVM: s390: abstract access to the VCPU cpu timer | David Hildenbrand | 2016-03-08 | 3 | -10/+28 | |
| | * | | | | | | | | | | | KVM: s390: store cpu id in vcpu->cpu when scheduled in | David Hildenbrand | 2016-03-08 | 1 | -0/+2 | |
| | * | | | | | | | | | | | KVM: s390: Add diag "watchdog functions" to trace event decoding | Alexander Yarygin | 2016-03-08 | 1 | -0/+1 | |
| * | | | | | | | | | | | | KVM: x86: remove eager_fpu field of struct kvm_vcpu_arch | Paolo Bonzini | 2016-03-09 | 3 | -4/+2 | |
| * | | | | | | | | | | | | KVM: x86: disable MPX if host did not enable MPX XSAVE features | Paolo Bonzini | 2016-03-09 | 3 | -18/+17 |