| Commit message (Expand) | Author | Age | Files | Lines |
* | uaccess: drop pointless ifdefs | Al Viro | 2017-03-05 | 1 | -6/+0 |
* | uaccess: drop duplicate includes from asm/uaccess.h | Al Viro | 2017-03-05 | 1 | -2/+0 |
* | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h | Al Viro | 2017-03-05 | 1 | -3/+0 |
* | Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2017-03-04 | 1 | -1/+2 |
|\ |
|
| * | KVM: PPC: Book3S HV: Fix software walk of guest process page tables | Paul Mackerras | 2017-03-01 | 1 | -1/+2 |
* | | Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2017-03-01 | 8 | -2/+47 |
|\ \ |
|
| * | | powerpc/pseries: Advertise Hot Plug Event support to firmware | Michael Roth | 2017-02-21 | 1 | -0/+1 |
| * | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo... | Michael Ellerman | 2017-02-18 | 4 | -2/+14 |
| |\ \ |
|
| | * | | powerpc/8xx: Perf events on PPC 8xx | Christophe Leroy | 2017-01-26 | 2 | -0/+6 |
| | * | | powerpc/32: Remove FIX_SRR1 | Christophe Leroy | 2017-01-26 | 1 | -1/+0 |
| | * | | powerpc/8xx: Implement hw_breakpoint | Christophe Leroy | 2017-01-25 | 1 | -0/+7 |
| | * | | powerpc/32: Enable HW_BREAKPOINT on BOOK3S | Christophe Leroy | 2017-01-25 | 1 | -1/+1 |
| * | | | powerpc/64: Implement clear_bit_unlock_is_negative_byte() | Nicholas Piggin | 2017-02-18 | 1 | -0/+28 |
| * | | | powerpc/pseries: Implement indexed-count hotplug memory add | Sahil Mehta | 2017-02-17 | 1 | -0/+2 |
| * | | | drivers/pci/hotplug: Mask PDC interrupt if required | Gavin Shan | 2017-02-15 | 1 | -0/+2 |
* | | | | scripts/spelling.txt: add "partiton" pattern and fix typo instances | Masahiro Yamada | 2017-02-27 | 2 | -2/+2 |
* | | | | kprobes: move kprobe declarations to asm-generic/kprobes.h | Luis R. Rodriguez | 2017-02-27 | 1 | -0/+3 |
* | | | | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-02-25 | 5 | -19/+7 |
|\ \ \ \ |
|
| * | | | | treewide: Consolidate get_dma_ops() implementations | Bart Van Assche | 2017-01-24 | 2 | -6/+3 |
| * | | | | treewide: Consolidate set_dma_ops() implementations | Bart Van Assche | 2017-01-24 | 1 | -5/+0 |
| * | | | | treewide: Move dma_ops from struct dev_archdata into struct device | Bart Van Assche | 2017-01-24 | 2 | -6/+2 |
| * | | | | treewide: Constify most dma_map_ops structures | Bart Van Assche | 2017-01-24 | 4 | -7/+7 |
| | |/ /
| |/| | |
|
* | | | | powerpc/mm/autonuma: switch ppc64 to its own implementation of saved write | Aneesh Kumar K.V | 2017-02-24 | 1 | -7/+45 |
* | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-02-22 | 1 | -1/+3 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | powerpc: do not make the entire heap executable | Denys Vlasenko | 2017-02-22 | 1 | -1/+3 |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2017-02-22 | 4 | -11/+43 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 2017-02-15 | 2 | -7/+8 |
| |\ \ \ |
|
| | * \ \ | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next | Paul Mackerras | 2017-02-08 | 2 | -7/+8 |
| | |\ \ \ |
|
| * | \ \ \ | Merge tag 'kvmarm-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 2017-02-09 | 9 | -18/+39 |
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| * | | | | | KVM: PPC: Book3S HV: Outline of KVM-HV HPT resizing implementation | David Gibson | 2017-01-31 | 2 | -0/+7 |
| * | | | | | KVM: PPC: Book3S HV: Allow KVM_PPC_ALLOCATE_HTAB ioctl() to change HPT size | David Gibson | 2017-01-31 | 1 | -1/+1 |
| * | | | | | KVM: PPC: Book3S HV: Split HPT allocation from activation | David Gibson | 2017-01-31 | 2 | -2/+7 |
| * | | | | | KVM: PPC: Book3S HV: Don't store values derivable from HPT order | David Gibson | 2017-01-31 | 2 | -2/+12 |
| * | | | | | KVM: PPC: Book3S HV: Gather HPT related variables into sub-structure | David Gibson | 2017-01-31 | 1 | -6/+14 |
| * | | | | | KVM: PPC: Book3S HV: Rename kvm_alloc_hpt() for clarity | David Gibson | 2017-01-31 | 1 | -2/+2 |
| * | | | | | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next | Paul Mackerras | 2017-01-31 | 11 | -27/+160 |
| |\ \ \ \ \ |
|
| * | | | | | | KVM: PPC: Book 3S: XICS: Implement ICS P/Q states | Li Zhong | 2017-01-27 | 1 | -0/+2 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2017-02-22 | 40 | -235/+617 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | powerpc/mm/radix: Skip ptesync in pte update helpers | Aneesh Kumar K.V | 2017-02-15 | 1 | -3/+0 |
| * | | | | | powerpc/mm/radix: Use ptep_get_and_clear_full when clearing pte for full mm | Aneesh Kumar K.V | 2017-02-15 | 2 | -1/+39 |
| * | | | | | powerpc/mm/radix: Update pte update sequence for pte clear case | Aneesh Kumar K.V | 2017-02-15 | 1 | -9/+3 |
| * | | | | | powerpc/mm: Fix build break with BOOK3S_64=n and MEMORY_HOTPLUG=y | Michael Ellerman | 2017-02-15 | 1 | -1/+7 |
| * | | | | | Merge branch 'topic/ppc-kvm' into next | Michael Ellerman | 2017-02-14 | 12 | -34/+168 |
| |\ \ \ \ \
| | | |_|_|/
| | |/| | | |
|
| | * | | | | powerpc/powernv: Remove separate entry for OPAL real mode calls | Benjamin Herrenschmidt | 2017-02-07 | 1 | -7/+0 |
| | * | | | | powerpc/64: CONFIG_RELOCATABLE support for hmi interrupts | Nicholas Piggin | 2017-02-07 | 1 | -0/+8 |
| | | |/ /
| | |/| | |
|
| | * | | | KVM: PPC: Book3S HV: Enable radix guest support | Paul Mackerras | 2017-01-31 | 1 | -0/+2 |
| | * | | | KVM: PPC: Book3S HV: Invalidate TLB on radix guest vcpu movement | Paul Mackerras | 2017-01-31 | 1 | -0/+2 |
| | * | | | KVM: PPC: Book3S HV: Implement dirty page logging for radix guests | Paul Mackerras | 2017-01-31 | 1 | -1/+6 |
| | * | | | KVM: PPC: Book3S HV: MMU notifier callbacks for radix guests | Paul Mackerras | 2017-01-31 | 1 | -0/+6 |
| | * | | | KVM: PPC: Book3S HV: Page table construction and page faults for radix guests | Paul Mackerras | 2017-01-31 | 1 | -0/+8 |