1. 5736f96 powerpc32: Remove clear_pages() and define clear_page() inline by Christophe Leroy · 9 years ago
  2. d6bfa02 powerpc: add inline functions for cache related instructions by Christophe Leroy · 9 years ago
  3. 766d45c powerpc/8xx: rewrite flush_instruction_cache() in C by Christophe Leroy · 9 years ago
  4. a7761fe powerpc/8xx: rewrite set_context() in C by Christophe Leroy · 9 years ago
  5. 63e9e1c powerpc/8xx: remove special handling of CPU6 errata in set_dec() by Christophe Leroy · 9 years ago
  6. 1458dd9 powerpc/8xx: Handle CPU6 ERRATA directly in mtspr() macro by Christophe Leroy · 9 years ago
  7. 7ee5cf6 powerpc/8xx: Add missing SPRN defines into reg_8xx.h by Christophe Leroy · 9 years ago
  8. e974cd4 powerpc32: remove ioremap_base by Christophe Leroy · 9 years ago
  9. c562eb0 powerpc32: Remove useless/wrong MMU:setio progress message by Christophe Leroy · 9 years ago
  10. 3084cdb powerpc32: refactor x_mapped_by_bats() and x_mapped_by_tlbcam() together by Christophe Leroy · 9 years ago
  11. be00ed7 powerpc32: Fix pte_offset_kernel() to return NULL for bad pages by Christophe Leroy · 9 years ago
  12. 516d918 powerpc/8xx: move setup_initial_memory_limit() into 8xx_mmu.c by Christophe Leroy · 9 years ago
  13. a372acf powerpc/8xx: Map linear kernel RAM with 8M pages by Christophe Leroy · 9 years ago
  14. 913a6b3 powerpc/8xx: Save r3 all the time in DTLB miss handler by Christophe Leroy · 9 years ago
  15. 3b5eb41 powerpc/p5040: Add device node for RAID Engine by Xuelin Shi · 9 years ago
  16. 7e39322 powerpc: optimise csum_partial() call when len is constant by Christophe Leroy · 9 years ago
  17. ac6082d powerpc/fsl-lbc: Modify suspend/resume entry sequence by Raghav Dogra · 9 years ago
  18. 921fff3 powerpc/8xx: CONFIG_DEBUG_PAGEALLOC requires ITLBmiss for kernel addresses by Christophe Leroy · 9 years ago
  19. 501ea766 powerpc/885: set SDCR to 0x40 by Christophe Leroy · 9 years ago
  20. b278268 powerpc/86xx: disable IDE subsystem in mpc8610_hpcd_defconfig by Bartlomiej Zolnierkiewicz · 9 years ago
  21. 2fa1d23 powerpc/85xx: disable IDE subsystem in stx_gp3_defconfig by Bartlomiej Zolnierkiewicz · 9 years ago
  22. 451bc2e powerpc/85xx: disable IDE subsystem in ksi8560_defconfig by Bartlomiej Zolnierkiewicz · 9 years ago
  23. ba1353e powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig by Bartlomiej Zolnierkiewicz · 9 years ago
  24. 6becef7 powerpc/mpc85xx: Add CPU hotplug support for E6500 by chenhui zhao · 9 years ago
  25. 2f4f1f8 powerpc/mpc85xx: Add hotplug support on E5500 and E500MC cores by chenhui zhao · 9 years ago
  26. 56f1ba2 powerpc/mpc85xx: refactor the PM operations by chenhui zhao · 9 years ago
  27. d17799f powerpc/rcpm: add RCPM driver by chenhui zhao · 9 years ago
  28. e7affb1 powerpc/cache: add cache flush operation for various e500 by chenhui zhao · 9 years ago
  29. ebb9d30 powerpc/mm: any thread in one core can be the first to setup TLB1 by chenhui zhao · 9 years ago
  30. 5a8847c powerpc: simplify csum_add(a, b) in case a or b is constant 0 by Christophe Leroy · 9 years ago
  31. f867d55 powerpc32: optimise csum_partial() loop by Christophe Leroy · 9 years ago
  32. 48821a3 powerpc32: optimise a few instructions in csum_partial() by Christophe Leroy · 9 years ago
  33. 7aef4136 powerpc32: rewrite csum_partial_copy_generic() based on copy_tofrom_user() by Christophe Leroy · 9 years ago
  34. 37e08ca powerpc: inline ip_fast_csum() by Christophe Leroy · 9 years ago
  35. 03bc8b0 powerpc32: checksum_wrappers_64 becomes checksum_wrappers by Christophe Leroy · 9 years ago
  36. 11dfbf5 powerpc: mark xer clobbered in csum_add() by Christophe Leroy · 9 years ago
  37. e0f82bd powerpc: unexport csum_tcpudp_magic by Christophe Leroy · 9 years ago
  38. ee3b93e powerpc/mm: Move hash64 tlbflush code into a new header by Aneesh Kumar K.V · 9 years ago
  39. f64e808 powerpc/mm: Move hash related mmu-*.h headers to book3s/ by Aneesh Kumar K.V · 9 years ago
  40. c367a44 powerpc/mm: add _PAGE_HASHPTE similar to 4K hash by Aneesh Kumar K.V · 9 years ago
  41. e9a6814 powerp/mm: Update code comments by Aneesh Kumar K.V · 9 years ago
  42. ff20c2e mm: Some arch may want to use HPAGE_PMD related values as variables by Kirill A. Shutemov · 9 years ago
  43. 368ced7 powerpc/mm: Switch book3s 64 with 64K page size to 4 level page table by Aneesh Kumar K.V · 9 years ago
  44. ae9a71a powerpc/mm: Don't have conditional defines for real_pte_t by Aneesh Kumar K.V · 9 years ago
  45. 2bf5991 powerpc/mm: Split pgtable types to separate header by Aneesh Kumar K.V · 9 years ago
  46. bf6a4d5 powerpc: Add the ability to save VSX without giving it up by Cyril Bur · 9 years ago
  47. 6f515d8 powerpc: Add the ability to save Altivec without giving it up by Cyril Bur · 9 years ago
  48. 8792468 powerpc: Add the ability to save FPU without giving it up by Cyril Bur · 9 years ago
  49. de2a20a powerpc: Prepare for splitting giveup_{fpu, altivec, vsx} in two by Cyril Bur · 9 years ago
  50. 70fe3d9 powerpc: Restore FPU/VEC/VSX if previously used by Cyril Bur · 9 years ago
  51. d272f66 powerpc: Explicitly disable math features when copying thread by Cyril Bur · 9 years ago
  52. 5c3c7ed powerpc/mm: Split hash page table sizing heuristic into a helper by David Gibson · 9 years ago
  53. 1dace6c powerpc/mm: Clean up memory hotplug failure paths by David Gibson · 9 years ago
  54. 27828f9 powerpc/mm: Handle removing maybe-present bolted HPTEs by David Gibson · 9 years ago
  55. abd0a0e powerpc/mm: Clean up error handling for htab_remove_mapping by David Gibson · 9 years ago
  56. 446957b powerpc: Fix misspellings in comments. by Adam Buchbinder · 9 years ago
  57. 95442c6 powerpc/ps3: gelic_udbg: use struct udphdr from <linux/udp.h> by Luis Henriques · 9 years ago
  58. 0336c8c powerpc/ps3: gelic_udbg: use struct iphdr from <linux/ip.h> by Luis Henriques · 9 years ago
  59. e9aaa6d powerpc/ps3: gelic_udbg: use struct vlan_hdr from <linux/if_vlan.h> by Luis Henriques · 9 years ago
  60. 497abcf powerpc/ps3: gelic_udbg: use struct ethhdr from <linux/if_ether.h> by Luis Henriques · 9 years ago
  61. 8daf51f powerpc/mm/book3s-64: Expand the real page number field of the Linux PTE by Paul Mackerras · 9 years ago
  62. e726202 powerpc/mm/book3s-64: Move software-used bits in PTE by Paul Mackerras · 9 years ago
  63. c915df1 powerpc/mm/book3s-64: Shuffle read, write, execute and user bits in PTE by Paul Mackerras · 9 years ago
  64. a9d4996 powerpc/mm/book3s-64: Move HPTE-related bits in PTE to upper end by Paul Mackerras · 9 years ago
  65. 84c9575 powerpc/mm/book3s-64: Move _PAGE_PTE to 2nd most significant bit by Paul Mackerras · 9 years ago
  66. 849f86a powerpc/mm/book3s-64: Move _PAGE_PRESENT to the most significant bit by Paul Mackerras · 9 years ago
  67. c61a884 powerpc/mm/book3s-64: Use physical addresses in upper page table tree levels by Paul Mackerras · 9 years ago
  68. f1a9ae0 powerpc/mm/book3s-64: Free up 7 high-order bits in the Linux PTE by Paul Mackerras · 9 years ago
  69. 1ec3f93 powerpc/mm/book3s-64: Clean up some obsolete or misleading comments by Paul Mackerras · 9 years ago
  70. 2527083 Merge tag 'powerpc-4.5-4' into next by Michael Ellerman · 9 years ago
  71. a4c3f90 powerpc: Fix BUG_ON() reporting in real mode by Balbir Singh · 9 years ago
  72. 10d8b14 powerpc: Use BUILD_BUG_ON_MSG() for unsupported {cmp}xchg sizes by pan xinhui · 9 years ago
  73. 289543a powerpc/powernv: Add AST graphics driver to powernv_defconfig by Jeremy Kerr · 9 years ago
  74. 78a31c7 powerpc/powernv: Add powernv firmware interface drivers to powernv_defconfig by Jeremy Kerr · 9 years ago
  75. 31b1108 powerpc/powernv: Add powernv_defconfig by Jeremy Kerr · 9 years ago
  76. c3ab300 powerpc: Add POWER9 cputable entry by Michael Neuling · 9 years ago
  77. 15b1624 powerpc: Use defines for __init_tlb_power[78] by Michael Neuling · 9 years ago
  78. ce5732a powerpc/powernv: Create separate subcores CPU feature bit by Michael Neuling · 9 years ago
  79. 88409d0 powerpc/powernv: don't create OPAL msglog sysfs entry if memcons init fails by Andrew Donnellan · 9 years ago
  80. 9ab3ac2 powerpc/mm/hash: Clear the invalid slot information correctly by Aneesh Kumar K.V · 9 years ago
  81. f6bf0fa powerpc/eeh: Fix partial hotplug criterion by Gavin Shan · 9 years ago
  82. 56c08e6 powerpc: atomic: Implement acquire/release/relaxed variants for cmpxchg by Boqun Feng · 9 years ago
  83. 26760fc powerpc: atomic: Implement acquire/release/relaxed variants for xchg by Boqun Feng · 9 years ago
  84. dc53617 powerpc: atomic: Implement atomic{, 64}_*_return_* variants by Boqun Feng · 9 years ago
  85. 94e3d92 powerpc: Fix kgdb on little endian ppc64le by Balbir Singh · 9 years ago
  86. 6ecad91 powerpc/ioda: Set "read" permission when "write" is set by Alexey Kardashevskiy · 9 years ago
  87. c777e2a powerpc/mm: Fix Multi hit ERAT cause by recent THP update by Aneesh Kumar K.V · 9 years ago
  88. 1bc74f1 powerpc/powernv: Fix stale PE primary bus by Gavin Shan · 9 years ago
  89. 05ba75f powerpc/eeh: Fix stale cached primary bus by Gavin Shan · 9 years ago
  90. 126df08 powerpc/pseries: Don't trace hcalls on offline CPUs by Denis Kirjanov · 9 years ago
  91. e4f226b powerpc/perf/hv-gpci: Increase request buffer size by Sukadev Bhattiprolu · 9 years ago
  92. be283ee powerpc/powernv: allocate sparse PE# when using M64 BAR in Single PE mode by Wei Yang · 9 years ago
  93. dfcc8d4 powerpc/powernv: boundary the total VF BAR size instead of the individual one by Wei Yang · 9 years ago
  94. f2dd0af powerpc/powernv: replace the hard coded boundary with gate by Wei Yang · 9 years ago
  95. ee8222f powerpc/powernv: use one M64 BAR in Single PE mode for one VF BAR by Wei Yang · 9 years ago
  96. 7fbe7a9 powerpc/powernv: simplify the calculation of iov resource alignment by Wei Yang · 9 years ago
  97. b033185 powerpc/powernv: don't enable SRIOV when VF BAR has non 64bit-prefetchable BAR by Wei Yang · 9 years ago
  98. ccc9662 powerpc/powernv: Simplify definitions of EEH debugfs handlers by Gavin Shan · 9 years ago
  99. 6dfb540 powerpc/xmon: Add xmon command to dump process/task similar to ps(1) by Douglas Miller · 9 years ago
  100. fde93a0 powerpc/xmon: add command to dump OPAL msglog by Andrew Donnellan · 9 years ago