| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-06-20 | KVM: PPC: Book3S HV: Fix TB corruption in guest exit path on HMI interrupt |  Mahesh Salgaonkar | 2 | -0/+51 |
| 2016-06-17 | PCI: Unify pci_resource_to_user() declarations |  Bjorn Helgaas | 1 | -3/+0 |
| 2016-06-17 | powerpc/mm/radix: Update Radix tree size as per ISA 3.0 |  Aneesh Kumar K.V | 1 | -0/+15 |
| 2016-06-16 | cxl: Add support for CAPP DMA mode |  Ian Munsie | 1 | -0/+1 |
| 2016-06-16 | powerpc: Introduce asm-prototypes.h |  Daniel Axtens | 1 | -0/+75 |
| 2016-06-16 | locking/atomic, arch/powerpc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}{,_relaxed,_acquire,_release}() |  Peter Zijlstra | 1 | -9/+74 |
| 2016-06-14 | Merge branch 'linus' into locking/core, to pick up fixes before merging new changes |  Ingo Molnar | 2 | -4/+4 |
| 2016-06-14 | powerpc/spinlock: Fix spin_unlock_wait() |  Boqun Feng | 1 | -6/+32 |
| 2016-06-14 | powerpc: Define and use PPC64_ELF_ABI_v2/v1 |  Michael Ellerman | 8 | -22/+28 |
| 2016-06-14 | powerpc: Various typo fixes |  Michael Ellerman | 10 | -11/+11 |
| 2016-06-14 | powerpc: Remove assembly versions of strcpy, strcat, strlen and strcmp |  Anton Blanchard | 1 | -4/+0 |
| 2016-06-14 | powerpc/mm/hash: Use the correct PPP mask when updating HPTE |  Aneesh Kumar K.V | 1 | -0/+1 |
| 2016-06-10 | powerpc/mm/radix: Flush page walk cache when freeing page table |  Aneesh Kumar K.V | 5 | -7/+32 |
| 2016-06-10 | powerpc/nohash: Fix build break with 64K pages |  Michael Ellerman | 1 | -1/+1 |
| 2016-06-08 | locking/mutex: Optimize mutex_trylock() fast-path |  Peter Zijlstra | 1 | -1/+1 |
| 2016-06-04 | char/genrtc: remove powerpc support |  Arnd Bergmann | 1 | -78/+0 |
| 2016-05-31 | powerpc: Use privileged SPR number for MMCR2 |  Thomas Huth | 1 | -1/+1 |
| 2016-05-31 | powerpc: Fix definition of SIAR and SDAR registers |  Thomas Huth | 1 | -2/+2 |
| 2016-05-20 | Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux |  Linus Torvalds | 43 | -1027/+2318 |
| 2016-05-19 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 2 | -1/+1 |
| 2016-05-19 | arch: fix has_transparent_hugepage() |  Hugh Dickins | 2 | -1/+1 |
| 2016-05-19 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm |  Linus Torvalds | 1 | -0/+5 |
| 2016-05-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching |  Linus Torvalds | 2 | -1/+65 |
| 2016-05-13 | KVM: halt_polling: provide a way to qualify wakeups during poll |  Christian Borntraeger | 1 | -0/+2 |
| 2016-05-11 | kvm: introduce KVM_MAX_VCPU_ID |  Greg Kurz | 1 | -0/+3 |
| 2016-05-11 | powerpc/pci: Export pci_traverse_device_nodes() |  Gavin Shan | 1 | -3/+3 |
| 2016-05-11 | powerpc/pci: Introduce pci_remove_device_node_info() |  Gavin Shan | 1 | -0/+1 |
| 2016-05-11 | powerpc/pci: Export pci_add_device_node_info() |  Gavin Shan | 1 | -1/+2 |
| 2016-05-11 | powerpc/pci: Rename pcibios_find_pci_bus() |  Gavin Shan | 1 | -1/+1 |
| 2016-05-11 | powerpc/pci: Rename pcibios_{add, remove}_pci_devices() |  Gavin Shan | 1 | -2/+2 |
| 2016-05-11 | powerpc/powernv: Data type unsigned int for PE number |  Gavin Shan | 1 | -3/+3 |
| 2016-05-11 | powerpc/pci: Cleanup on struct pci_controller_ops |  Gavin Shan | 1 | -12/+13 |
| 2016-05-11 | powerpc/mm/slice: Remove slice_mm_new_context() |  Aneesh Kumar K.V | 1 | -3/+0 |
| 2016-05-11 | powerpc/mm/radix: Document software bits for radix |  Aneesh Kumar K.V | 1 | -2/+6 |
| 2016-05-11 | powerpc/mm/radix: Add THP support for 4K linux page size |  Aneesh Kumar K.V | 3 | -25/+81 |
| 2016-05-11 | powerpc/mm/radix: Add radix THP callbacks |  Aneesh Kumar K.V | 3 | -0/+40 |
| 2016-05-11 | powerpc/mm/thp: Abstraction for THP functions |  Aneesh Kumar K.V | 3 | -54/+94 |
| 2016-05-11 | powerpc/mm: THP is only available on hash64 as of now |  Aneesh Kumar K.V | 1 | -13/+11 |
| 2016-05-11 | powerpc/mm/radix: Add hugetlb support 4K page size |  Aneesh Kumar K.V | 2 | -21/+47 |
| 2016-05-11 | powerpc/mm: Add radix support for hugetlb |  Aneesh Kumar K.V | 2 | -0/+28 |
| 2016-05-11 | powerpc/mm: pte_frag abstraction |  Aneesh Kumar K.V | 3 | -2/+10 |
| 2016-05-11 | powerpc/mm: vmalloc abstraction in preparation for radix |  Aneesh Kumar K.V | 3 | -10/+87 |
| 2016-05-11 | powerpc/mm: Add radix pgalloc details |  Aneesh Kumar K.V | 2 | -6/+38 |
| 2016-05-11 | powerpc/mm: Make 4K and 64K use pte_t for pgtable_t |  Aneesh Kumar K.V | 3 | -144/+51 |
| 2016-05-11 | powerpc/mm: Rename function to indicate we are allocating fragments |  Aneesh Kumar K.V | 2 | -12/+12 |
| 2016-05-11 | powerpc/mm: Simplify the code dropping 4-level table #ifdef |  Aneesh Kumar K.V | 1 | -39/+18 |
| 2016-05-11 | powerpc/mm: Revert changes made to nohash pgalloc-64.h |  Aneesh Kumar K.V | 2 | -35/+10 |
| 2016-05-11 | powerpc/mm: Copy pgalloc (part 2) |  Aneesh Kumar K.V | 7 | -25/+59 |
| 2016-05-11 | powerpc/mm: Make a copy of pgalloc.h for 32 and 64 book3s |  Aneesh Kumar K.V | 2 | -0/+375 |
| 2016-05-11 | powerpc/mm/radix: Add MMU_FTR_RADIX |  Aneesh Kumar K.V | 2 | -2/+12 |