1. dd1842a powerpc/mm: Make page table size a variable by Aneesh Kumar K.V · 9 years ago
  2. 13f829a powerpc/mm: Move pte accessors that operate on common pte bits to pgtable.h by Aneesh Kumar K.V · 9 years ago
  3. 2e87351 powerpc/mm: Move common pte bits and accessors to book3s/64/pgtable.h by Aneesh Kumar K.V · 9 years ago
  4. d2cf005 powerpc/mm: Handle _PTE_NONE_MASK by Aneesh Kumar K.V · 9 years ago
  5. 945537d powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefix by Aneesh Kumar K.V · 9 years ago
  6. 50de596 powerpc/mm/hash: Add support for Power9 Hash by Aneesh Kumar K.V · 9 years ago
  7. e998334 powerpc/mm/radix: Add partition table format & callback by Aneesh Kumar K.V · 9 years ago
  8. 11a6f6a powerpc/mm: Move radix/hash common data structures to book3s64 headers by Aneesh Kumar K.V · 9 years ago
  9. 33d336d powerpc/mm: Use generic version of ptep_clear_flush_young() by Aneesh Kumar K.V · 9 years ago
  10. ff844b7 powerpc/mm: Use generic version of pmdp_clear_flush_young() by Aneesh Kumar K.V · 9 years ago
  11. 30bda41 powerpc/mm: Drop WIMG in favour of new constants by Aneesh Kumar K.V · 9 years ago
  12. e58e87a powerpc/mm: Update _PAGE_KERNEL_RO by Aneesh Kumar K.V · 9 years ago
  13. 96270b1 powerpc/mm: Remove RPN_SHIFT and RPN_SIZE by Aneesh Kumar K.V · 9 years ago
  14. ac29c64 powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGED by Aneesh Kumar K.V · 9 years ago
  15. e7bfc46 powerpc/mm: Use pte_user() instead of open coding by Aneesh Kumar K.V · 9 years ago
  16. 7e1e63c powerpc/mm: Convert pte_user() to static inline by Michael Ellerman · 9 years ago
  17. c7d5484 powerpc/mm: Use _PAGE_READ to indicate Read access by Aneesh Kumar K.V · 9 years ago
  18. ee3caed powerpc/mm: Use pte_raw() in pte_same()/pmd_same() by Michael Ellerman · 9 years ago
  19. 5dc1ef8 powerpc/mm: Use big endian Linux page tables for book3s 64 by Aneesh Kumar K.V · 9 years ago
  20. 3910a7f powerpc/mm: Add pte_xchg() helper by Michael Ellerman · 9 years ago
  21. 4bece39 powerpc/mm: Drop PTE_ATOMIC_UPDATES from pmd_hugepage_update() by Aneesh Kumar K.V · 9 years ago
  22. 670eea9 powerpc/mm: Always use STRICT_MM_TYPECHECKS by Michael Ellerman · 9 years ago
  23. 8a64904 powerpc: Add support for userspace P9 copy paste by Chris Smart · 9 years ago
  24. 1bfadab powerpc/perf: Assign an id to each powerpc register by Anju T · 9 years ago
  25. 8404410 Merge branch 'topic/livepatch' into next by Michael Ellerman · 9 years ago
  26. 5d31a96 powerpc/livepatch: Add livepatch stack to struct thread_info by Michael Ellerman · 9 years ago
  27. f63e6d8 powerpc/livepatch: Add livepatch header by Michael Ellerman · 9 years ago
  28. 86c9ffc powerpc: Define PVR value for POWER8NVL processor by Philippe Bergheaud · 9 years ago
  29. b3d79ea powerpc/opal: Assign numbers to OPAL_MSG macros of enum opal_msg_type by Vipin K Parashar · 9 years ago
  30. e3824e4 powerpc/swsusp: Only use tlbie in POWER4 mode by Russell Currey · 9 years ago
  31. 71528d8 powerpc: Correct used_vsr comment by Simon Guo · 9 years ago
  32. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  33. d5e2d00 Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  34. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  35. 1a46712 Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  36. 63e3027 Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  37. 10dc374 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  38. 2e098dc powerpc/8xx: Fix do_mtspr_cpu6() build on older compilers by Christophe Leroy · 9 years ago
  39. a1b5344 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next by Michael Ellerman · 9 years ago
  40. affe587 powerpc32: move xxxxx_dcache_range() functions inline by Christophe Leroy · 9 years ago
  41. 5736f96 powerpc32: Remove clear_pages() and define clear_page() inline by Christophe Leroy · 9 years ago
  42. d6bfa02 powerpc: add inline functions for cache related instructions by Christophe Leroy · 9 years ago
  43. 63e9e1c powerpc/8xx: remove special handling of CPU6 errata in set_dec() by Christophe Leroy · 9 years ago
  44. 1458dd9 powerpc/8xx: Handle CPU6 ERRATA directly in mtspr() macro by Christophe Leroy · 9 years ago
  45. 7ee5cf6 powerpc/8xx: Add missing SPRN defines into reg_8xx.h by Christophe Leroy · 9 years ago
  46. e974cd4 powerpc32: remove ioremap_base by Christophe Leroy · 9 years ago
  47. be00ed7 powerpc32: Fix pte_offset_kernel() to return NULL for bad pages by Christophe Leroy · 9 years ago
  48. d8c0282 Merge branch 'topic/mprofile-kernel' into next by Michael Ellerman · 9 years ago
  49. e0728b5 powerpc/perf: Export Power8 generic and cache events to sysfs by Sukadev Bhattiprolu · 9 years ago
  50. d4969e2 powerpc/perf: Remove PME_ prefix for power7 events by Sukadev Bhattiprolu · 9 years ago
  51. 7e39322 powerpc: optimise csum_partial() call when len is constant by Christophe Leroy · 9 years ago
  52. ab92f30 Merge tag 'kvm-arm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 9 years ago
  53. 0bae2f1 Merge branch 'ib-mfd-regulator-gpio-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into devel by Linus Walleij · 9 years ago
  54. c0efa9a powerpc: New possible return value from hcall by Christophe Lombard · 9 years ago
  55. 67086e3 powerpc/eeh: powerpc/eeh: Support error recovery for VF PE by Wei Yang · 9 years ago
  56. 0dc2830 powerpc/powernv: Support PCI config restore for VFs by Wei Yang · 9 years ago
  57. 9312bc5 powerpc/powernv: Support EEH reset for VF PE by Wei Yang · 9 years ago
  58. c29fa27 powerpc/eeh: Create PE for VFs by Wei Yang · 9 years ago
  59. 39218cd powerpc/eeh: EEH device for VF by Wei Yang · 9 years ago
  60. bc4b024 PCI: Move pci_dma_* helpers to common code by Christoph Hellwig · 9 years ago
  61. 1530866 powerpc/ftrace: Add support for -mprofile-kernel ftrace ABI by Torsten Duwe · 9 years ago
  62. f17c4e0 powerpc/module: Mark module stubs with a magic value by Michael Ellerman · 9 years ago
  63. 136cd34 powerpc/module: Only try to generate the ftrace_caller() stub once by Michael Ellerman · 9 years ago
  64. a5cab83 powerpc: Create a helper for getting the kernel toc value by Michael Ellerman · 9 years ago
  65. 6becef7 powerpc/mpc85xx: Add CPU hotplug support for E6500 by chenhui zhao · 9 years ago
  66. 2f4f1f8 powerpc/mpc85xx: Add hotplug support on E5500 and E500MC cores by chenhui zhao · 9 years ago
  67. d17799f powerpc/rcpm: add RCPM driver by chenhui zhao · 9 years ago
  68. e7affb1 powerpc/cache: add cache flush operation for various e500 by chenhui zhao · 9 years ago
  69. ebb9d30 powerpc/mm: any thread in one core can be the first to setup TLB1 by chenhui zhao · 9 years ago
  70. 5a8847c powerpc: simplify csum_add(a, b) in case a or b is constant 0 by Christophe Leroy · 9 years ago
  71. 37e08ca powerpc: inline ip_fast_csum() by Christophe Leroy · 9 years ago
  72. 03bc8b0 powerpc32: checksum_wrappers_64 becomes checksum_wrappers by Christophe Leroy · 9 years ago
  73. 11dfbf5 powerpc: mark xer clobbered in csum_add() by Christophe Leroy · 9 years ago
  74. ee3b93e powerpc/mm: Move hash64 tlbflush code into a new header by Aneesh Kumar K.V · 9 years ago
  75. f64e808 powerpc/mm: Move hash related mmu-*.h headers to book3s/ by Aneesh Kumar K.V · 9 years ago
  76. 368ced7 powerpc/mm: Switch book3s 64 with 64K page size to 4 level page table by Aneesh Kumar K.V · 9 years ago
  77. ae9a71a powerpc/mm: Don't have conditional defines for real_pte_t by Aneesh Kumar K.V · 9 years ago
  78. 2bf5991 powerpc/mm: Split pgtable types to separate header by Aneesh Kumar K.V · 9 years ago
  79. bf6a4d5 powerpc: Add the ability to save VSX without giving it up by Cyril Bur · 9 years ago
  80. 6f515d8 powerpc: Add the ability to save Altivec without giving it up by Cyril Bur · 9 years ago
  81. 8792468 powerpc: Add the ability to save FPU without giving it up by Cyril Bur · 9 years ago
  82. de2a20a powerpc: Prepare for splitting giveup_{fpu, altivec, vsx} in two by Cyril Bur · 9 years ago
  83. 70fe3d9 powerpc: Restore FPU/VEC/VSX if previously used by Cyril Bur · 9 years ago
  84. 58ded42 KVM: PPC: Add support for 64bit TCE windows by Alexey Kardashevskiy · 9 years ago
  85. 14f853f KVM: PPC: Add @offset to kvmppc_spapr_tce_table by Alexey Kardashevskiy · 9 years ago
  86. fe26e52 KVM: PPC: Add @page_shift to kvmppc_spapr_tce_table by Alexey Kardashevskiy · 9 years ago
  87. 5c3c7ed powerpc/mm: Split hash page table sizing heuristic into a helper by David Gibson · 9 years ago
  88. 27828f9 powerpc/mm: Handle removing maybe-present bolted HPTEs by David Gibson · 9 years ago
  89. 446957b powerpc: Fix misspellings in comments. by Adam Buchbinder · 9 years ago
  90. 8daf51f powerpc/mm/book3s-64: Expand the real page number field of the Linux PTE by Paul Mackerras · 9 years ago
  91. e726202 powerpc/mm/book3s-64: Move software-used bits in PTE by Paul Mackerras · 9 years ago
  92. c915df1 powerpc/mm/book3s-64: Shuffle read, write, execute and user bits in PTE by Paul Mackerras · 9 years ago
  93. a9d4996 powerpc/mm/book3s-64: Move HPTE-related bits in PTE to upper end by Paul Mackerras · 9 years ago
  94. 84c9575 powerpc/mm/book3s-64: Move _PAGE_PTE to 2nd most significant bit by Paul Mackerras · 9 years ago
  95. 849f86a powerpc/mm/book3s-64: Move _PAGE_PRESENT to the most significant bit by Paul Mackerras · 9 years ago
  96. c61a884 powerpc/mm/book3s-64: Use physical addresses in upper page table tree levels by Paul Mackerras · 9 years ago
  97. 6aa447bc Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  98. 520fe9c KVM: PPC: Book3S HV: Add tunable to control H_IPI redirection by Suresh E. Warrier · 9 years ago
  99. 0c2a660 KVM: PPC: Book3S HV: Host side kick VCPU when poked by real-mode KVM by Suresh Warrier · 9 years ago
  100. 79b6c24 KVM: PPC: Book3S HV: Host-side RM data structures by Suresh Warrier · 9 years ago