1. ea16e83 powerpc/cpm1: link to CONFIG_CPM1 instead of CONFIG_8xx by Christophe Leroy · 8 years ago
  2. fbbcc3b powerpc/8xx: Remove SoftwareEmulation() by Christophe Leroy · 8 years ago
  3. f70b1e8 powerpc/8xx: Move 8xx machine check handlers into platforms/8xx by Christophe Leroy · 8 years ago
  4. 0e23e7b powerpc/8xx: Simplify CONFIG_8xx checks in Makefile by Christophe Leroy · 8 years ago
  5. d30a5a5 powerpc/traps: Use SRR1 defines for program check reasons by Michael Ellerman · 8 years ago
  6. ccd3cd3 powerpc/mce: Move 64-bit machine check code into mce.c by Michael Ellerman · 8 years ago
  7. 7f3f819 powerpc/traps: machine_check_generic() is only used on 32-bit by Michael Ellerman · 8 years ago
  8. 42bff23 powerpc/traps: Inline get_mc_reason() by Michael Ellerman · 8 years ago
  9. 0d0935b powerpc/4xx: Move machine_check_4xx() into platforms/4xx by Michael Ellerman · 8 years ago
  10. bfa9a2e powerpc/4xx: Create 4xx pseudo-platform in platforms/4xx by Michael Ellerman · 8 years ago
  11. 5b4e285 powerpc/44x: Move 44x machine check handlers into platforms/44x by Michael Ellerman · 8 years ago
  12. 8ab8fc6 powerpc/44x: Simplify CONFIG_44x checks in Makefile by Michael Ellerman · 8 years ago
  13. 13fef7f powerpc/47x: Guard 47x cputable entries with CONFIG_PPC_47x by Michael Ellerman · 8 years ago
  14. bf95715 powerpc/powernv: Add support to clear sensor groups data by Shilpasri G Bhat · 8 years ago
  15. 8e84b2d powerpc/powernv: Add support to set power-shifting-ratio by Shilpasri G Bhat · 8 years ago
  16. cb8b340 powerpc/powernv: Add support for powercap framework by Shilpasri G Bhat · 8 years ago
  17. a70a0b9 powerpc/pseries: Don't print failure message in energy driver by Nicholas Piggin · 8 years ago
  18. e27f71e powerpc/lib/sstep: Add isel instruction emulation by Matt Brown · 8 years ago
  19. 2c979c4 powerpc/lib/sstep: Add prty instruction emulation by Matt Brown · 8 years ago
  20. f312793 powerpc/lib/sstep: Add bpermd instruction emulation by Matt Brown · 8 years ago
  21. dcbd19b powerpc/lib/sstep: Add popcnt instruction emulation by Matt Brown · 8 years ago
  22. 02c0f62 powerpc/lib/sstep: Add cmpb instruction emulation by Matt Brown · 8 years ago
  23. 93fc5ca9 powerpc/perf: Cleanup of PM_BR_CMPL vs. PM_BRU_CMPL in Power9 event list by Madhavan Srinivasan · 8 years ago
  24. 91e0bd1 powerpc/perf: Add PM_LD_MISS_L1 and PM_BR_2PATH to power9 event list by Madhavan Srinivasan · 8 years ago
  25. 70a7e72 powerpc/perf: Factor out PPMU_ONLY_COUNT_RUN check code from power8 by Madhavan Srinivasan · 8 years ago
  26. 7aa345d powerpc/perf: Update default sdar_mode value for power9 by Madhavan Srinivasan · 8 years ago
  27. 754f0309 powerpc/44x/fsp2: Enable eMMC arasan for fsp2 platform by Ivan Mikhaylov · 8 years ago
  28. 7cd2a86 powerpc/mm: Properly invalidate when setting process table base by Suraj Jitindar Singh · 8 years ago
  29. cffb717 powerpc/xive: Ensure active irqd when setting affinity by Benjamin Herrenschmidt · 8 years ago
  30. 04019bf powerpc: Add irq accounting for watchdog interrupts by Nicholas Piggin · 8 years ago
  31. ca41ad4 powerpc: Add irq accounting for system reset interrupts by Nicholas Piggin · 8 years ago
  32. 75eb767 powerpc: Fix powerpc-specific watchdog build configuration by Nicholas Piggin · 8 years ago
  33. f886f0f powerpc/64s: Fix mce accounting for powernv by Nicholas Piggin · 8 years ago
  34. 1a36706 powerpc/pseries: Check memory device state before onlining/offlining by Nathan Fontenot · 8 years ago
  35. 8a583c0 powerpc: Fix invalid use of register expressions by Andreas Schwab · 8 years ago
  36. 21a0e8c powerpc/mm/hash64: Make vmalloc 56T on hash by Michael Ellerman · 8 years ago
  37. b5048de powerpc/mm/slb: Move comment next to the code it's referring to by Michael Ellerman · 8 years ago
  38. 63ee9b2 powerpc/mm/book3s64: Make KERN_IO_START a variable by Michael Ellerman · 8 years ago
  39. e66ca3d powerpc/powernv: Use darn instruction for get_random_seed() on Power9 by Matt Brown · 8 years ago
  40. 64d0a50 powerpc/32: Fix boot failure on non 6xx platforms by Christophe Leroy · 8 years ago
  41. 2552910 powerpc/powernv: Enable PCI peer-to-peer by Frederic Barrat · 8 years ago
  42. 6ff4d3e powerpc: Remove old unused icswx based coprocessor support by Benjamin Herrenschmidt · 8 years ago
  43. 8f5ca0b powerpc/mm: Cleanup check for stack expansion by Benjamin Herrenschmidt · 8 years ago
  44. f43bb27 powerpc/mm: Don't lose "major" fault indication on retry by Benjamin Herrenschmidt · 8 years ago
  45. bd0d63f powerpc/mm: Move page fault VMA access checks to a helper by Benjamin Herrenschmidt · 8 years ago
  46. d2e0d2c powerpc/mm: Set fault flags earlier by Benjamin Herrenschmidt · 8 years ago
  47. b15021d powerpc/mm: Add a bunch of (un)likely annotations to do_page_fault by Benjamin Herrenschmidt · 8 years ago
  48. 11ccdd3 powerpc/mm: Move/simplify faulthandler_disabled() and !mm check by Benjamin Herrenschmidt · 8 years ago
  49. 2865d08 powerpc/mm: Move the DSISR_PROTFAULT sanity check by Benjamin Herrenschmidt · 8 years ago
  50. 04aafdc powerpc/mm: Cosmetic fix to page fault accounting by Benjamin Herrenschmidt · 8 years ago
  51. 3da0264 powerpc/mm: Move CMO accounting out of do_page_fault into a helper by Benjamin Herrenschmidt · 8 years ago
  52. b5c8f0f powerpc/mm: Rework mm_fault_error() by Benjamin Herrenschmidt · 8 years ago
  53. c335060 powerpc/mm: Make bad_area* helper functions by Benjamin Herrenschmidt · 8 years ago
  54. d3ca587 powerpc/mm: Fix reporting of kernel execute faults by Benjamin Herrenschmidt · 8 years ago
  55. 65d47fd powerpc/mm: Simplify returns from __do_page_fault by Benjamin Herrenschmidt · 8 years ago
  56. bb4be50 powerpc/mm: Move debugger check to notify_page_fault() by Benjamin Herrenschmidt · 8 years ago
  57. f3d96e6 powerpc/mm: Overhaul handling of bad page faults by Benjamin Herrenschmidt · 8 years ago
  58. e6c8290 powerpc/mm: Move error_code checks for bad faults earlier by Benjamin Herrenschmidt · 8 years ago
  59. 41b464e5 powerpc/mm: Move out definition of CPU specific is_write bits by Benjamin Herrenschmidt · 8 years ago
  60. b4c001d powerpc/mm: Use symbolic constants for filtering SRR1 bits on ISIs by Benjamin Herrenschmidt · 8 years ago
  61. 398a719 powerpc/mm: Update bits used to skip hash_page by Benjamin Herrenschmidt · 8 years ago
  62. 870cfe7 powerpc/mm: Update definitions of DSISR bits by Benjamin Herrenschmidt · 8 years ago
  63. d300627 powerpc/6xx: Handle DABR match before calling do_page_fault by Benjamin Herrenschmidt · 8 years ago
  64. c433ec0 powerpc/mm: Pre-filter SRR1 bits before do_page_fault() by Benjamin Herrenschmidt · 8 years ago
  65. 7afad42 powerpc/mm: Move exception_enter/exit to a do_page_fault wrapper by Benjamin Herrenschmidt · 8 years ago
  66. 424de9c powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range by Benjamin Herrenschmidt · 8 years ago
  67. a46cc7a powerpc/mm/radix: Improve TLB/PWC flushes by Benjamin Herrenschmidt · 8 years ago
  68. 5ce5fe1 powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes by Benjamin Herrenschmidt · 8 years ago
  69. 75f327c powerpc/kernel: Avoid preemption check in iommu_range_alloc() by Victor Aoqui · 8 years ago
  70. 24be85a powerpc/powernv: Clear PECE1 in LPCR via stop-api only on Hotplug by Gautham R. Shenoy · 8 years ago
  71. e1c1cfe powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidle by Gautham R. Shenoy · 8 years ago
  72. 23493c1 powerpc/mm: Fix check of multiple 16G pages from device tree by Rui Teng · 8 years ago
  73. 9227f04 powerpc/udbg: Reduce the footgun potential of EARLY_DEBUG_LPAR(_HVSI) by Michael Ellerman · 8 years ago
  74. 3603c52 powerpc/configs: Add a powernv_be_defconfig by Michael Ellerman · 8 years ago
  75. f74c89b powerpc/perf: Add thread IMC PMU support by Anju T Sudhakar · 8 years ago
  76. 39a846d powerpc/perf: Add core IMC PMU support by Anju T Sudhakar · 8 years ago
  77. 885dcd7 powerpc/perf: Add nest IMC PMU support by Anju T Sudhakar · 8 years ago
  78. 8f95faa powerpc/powernv: Detect and create IMC device by Madhavan Srinivasan · 8 years ago
  79. 28a5db0 powerpc/powernv: Add IMC OPAL APIs by Madhavan Srinivasan · 8 years ago
  80. 7e7dc66 powerpc/mm: Build fix for non SPARSEMEM_VMEMAP config by Aneesh Kumar K.V · 8 years ago
  81. 5588b29 powerpc/powernv: use memdup_user by Geliang Tang · 8 years ago
  82. 31f8eb7 powerpc/pseries: Don't needlessly initialise rv to 0 by Michael Ellerman · 8 years ago
  83. 3783225 powerpc/pseries: use memdup_user_nul by Geliang Tang · 8 years ago
  84. 446183e powerpc/ipic: Support edge on IRQ0 by Scott Wood · 8 years ago
  85. 8f36479 powerpc: allow compiling with GENERIC_MSI_IRQ_DOMAIN by Laurentiu Tudor · 8 years ago
  86. 76d98ab powerpc/powernv: Get cpu only after validity check by Santosh Sivaraj · 8 years ago
  87. 520eccd Linux 4.13-rc2 by Linus Torvalds · 8 years ago
  88. 7683e9e Properly alphabetize MAINTAINERS file by Linus Torvalds · 8 years ago
  89. f47e07b Fix up MAINTAINERS file problems by Linus Torvalds · 8 years ago
  90. a56e88e Merge tag 'for-linus-4.13b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  91. 96edd61 xen/balloon: don't online new memory initially by Juergen Gross · 8 years ago
  92. c185dde xen/x86: fix cpu hotplug by Juergen Gross · 8 years ago
  93. 29d11cfd xen/grant-table: log the lack of grants by Wengang Wang · 8 years ago
  94. 0e4d394 xen/x86: Don't BUG on CPU0 offlining by Vitaly Kuznetsov · 8 years ago
  95. 4b162c5 Merge tag 'hwmon-for-linus-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 8 years ago
  96. ae75d1a Merge tag 'tty-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  97. dedaff2 Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  98. 55fd939 Merge tag 'usb-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  99. bcb53e5 Merge tag 'staging-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  100. 82abbea7 MAINTAINERS: fix alphabetical ordering by Randy Dunlap · 8 years ago