1. 8766dc6 Merge tag 'powerpc-4.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  2. 97f6e0c powerpc/32: Fix crash during static key init by Benjamin Herrenschmidt · 9 years ago
  3. c7a318b powerpc/ptrace: Fix coredump since ptrace TM changes by Cyril Bur · 9 years ago
  4. 98d8821 powerpc/powernv: Move IDLE_STATE_ENTER_SEQ macro to cpuidle.h by Mahesh Salgaonkar · 9 years ago
  5. 880a3d6 powerpc/xics: Properly set Edge/Level type and enable resend by Benjamin Herrenschmidt · 9 years ago
  6. 1eccfa0 Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 9 years ago
  7. 6c84239 Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 9 years ago
  8. 2cfd716 Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  9. 5411fd7 powerpc: add explicit #include <asm/asm-compat.h> for jump label by Jason Baron · 9 years ago
  10. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 9 years ago
  11. eea8148 powerpc/mm: Move register_process_table() out of ppc_md by Michael Ellerman · 9 years ago
  12. d52bd54 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  13. 7e78141 signal: consolidate {TS,TLF}_RESTORE_SIGMASK code by Andy Lutomirski · 9 years ago
  14. 949bed2 include: mman: use bool instead of int for the return value of arch_validate_prot by Chen Gang · 9 years ago
  15. c8d0267 Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  16. 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  17. 9454c23 Merge branch 'pci/msi-affinity' into next by Bjorn Helgaas · 9 years ago
  18. 8d460f6 powerpc/process: Add the function flush_tmregs_to_thread by Anshuman Khandual · 9 years ago
  19. 703b41a powerpc/mm: remove flush_tlb_page_nohash by Aneesh Kumar K.V · 9 years ago
  20. 5491ae7 powerpc/mm/hugetlb: Add flush_hugetlb_tlb_range by Aneesh Kumar K.V · 9 years ago
  21. fbfa26d powerpc/mm/radix/hugetlb: Add helper for finding page size from hstate by Aneesh Kumar K.V · 9 years ago
  22. f22dfc9 powerpc/mm/radix: Rename function and drop unused arg by Aneesh Kumar K.V · 9 years ago
  23. d8e91e9 powerpc/mm/radix: Add tlb flush of THP ptes by Aneesh Kumar K.V · 9 years ago
  24. 9d4dab1 powerpc/mm: Drop multiple definition of mm_is_core_local by Aneesh Kumar K.V · 9 years ago
  25. 13dce03 powerpc/mm: Use hugetlb flush functions by Aneesh Kumar K.V · 9 years ago
  26. 138ee7e powerpc/mm/hash: Add helper for finding SLBE LLP encoding by Aneesh Kumar K.V · 9 years ago
  27. 8cb8140 powerpc/mm/radix: Implement tlb mmu gather flush efficiently by Aneesh Kumar K.V · 9 years ago
  28. e2985fd powerpc/jump_label: Annotate jump label assembly by Michael Ellerman · 9 years ago
  29. c812c7d powerpc/mm: Catch usage of cpu/mmu_has_feature() before jump label init by Aneesh Kumar K.V · 9 years ago
  30. c12e6f2 powerpc: Add option to use jump label for mmu_has_feature() by Kevin Hao · 9 years ago
  31. 4db7327 powerpc: Add option to use jump label for cpu_has_feature() by Kevin Hao · 9 years ago
  32. b92a226 powerpc: Move cpu_has_feature() to a separate file by Kevin Hao · 9 years ago
  33. 905259e powerpc: Remove mfvtb() by Kevin Hao · 9 years ago
  34. b8f1b4f powerpc/mm: Convert early cpu/mmu feature check to use the new helpers by Aneesh Kumar K.V · 9 years ago
  35. a141cca powerpc/mm: Add early_[cpu|mmu]_has_feature() by Michael Ellerman · 9 years ago
  36. bab4c8d powerpc/mm: Define radix_enabled() in one place & use static inline by Michael Ellerman · 9 years ago
  37. 6574ba9 powerpc/kernel: Convert cpu_has_feature() to returning bool by Michael Ellerman · 9 years ago
  38. a81dc9d powerpc/kernel: Convert mmu_has_feature() to returning bool by Michael Ellerman · 9 years ago
  39. 5a25b6f powerpc/mm: Make MMU_FTR_RADIX a MMU family feature by Aneesh Kumar K.V · 9 years ago
  40. 2537b09 powerpc/mm: Do radix device tree scanning earlier by Michael Ellerman · 9 years ago
  41. bacf9cf powerpc/mm: Do hash device tree scanning earlier by Michael Ellerman · 9 years ago
  42. 1a01dc8 powerpc/mm: Add mmu_early_init_devtree() by Michael Ellerman · 9 years ago
  43. bad60e6 Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  44. 719dbb2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next by Michael Ellerman · 9 years ago
  45. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  46. 9af3f56 powerpc/mm: check for irq disabled() only if DEBUG_VM is enabled by Aneesh Kumar K.V · 9 years ago
  47. 1d3c132 powerpc/uaccess: Enable hardened usercopy by Kees Cook · 9 years ago
  48. bbce2ad Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  49. 1a1cee8 powerpc/mm: Drop unused externs for hpte_init_beat[_v3]() by Michael Ellerman · 9 years ago
  50. 6364e84 powerpc/mm: Rename hpte_init_lpar() and move the fallback to a header by Michael Ellerman · 9 years ago
  51. c86ad14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  52. 4a12027 powerpc: Add module autoloading based on CPU features by Alastair D'Silva · 9 years ago
  53. b1923ca powerpc: Merge 32-bit and 64-bit setup_arch() by Benjamin Herrenschmidt · 9 years ago
  54. f2d5769 powerpc: Get rid of ppc_md.init_early() by Benjamin Herrenschmidt · 9 years ago
  55. 7025776 powerpc/mm: Move hash table ops to a separate structure by Benjamin Herrenschmidt · 9 years ago
  56. 166dd7d powerpc/64: Move MMU backend selection out of platform code by Benjamin Herrenschmidt · 9 years ago
  57. 91b6fad powerpc/pmac: Remove early allocation of the SMU command buffer by Benjamin Herrenschmidt · 9 years ago
  58. d3cbff1 powerpc: Put exception configuration in a common place by Benjamin Herrenschmidt · 9 years ago
  59. 3808a88 powerpc: Move FW feature probing out of pseries probe() by Benjamin Herrenschmidt · 9 years ago
  60. c40785a powerpc/dart: Use a cachable DART by Benjamin Herrenschmidt · 9 years ago
  61. 9402c68 powerpc: Factor do_feature_fixup calls by Benjamin Herrenschmidt · 9 years ago
  62. 27d1149 powerpc/32: Remove RELOCATABLE_PPC32 by Kevin Hao · 9 years ago
  63. a4b3495 powerpc/mm: Cleanup LPCR defines by Aneesh Kumar K.V · 9 years ago
  64. 912cc87 powerpc/mm/radix: Add LPID based tlb flush helpers by Aneesh Kumar K.V · 9 years ago
  65. 83209bc powerpc/mm/radix: Update machine call back to support new HCALL. by Aneesh Kumar K.V · 9 years ago
  66. 09cf5bc powerpc/mm/radix: Update PID switch sequence by Aneesh Kumar K.V · 9 years ago
  67. accfad7 powerpc/mm: Clear top 16 bits of va only on older cpus by Aneesh Kumar K.V · 9 years ago
  68. e21fc93 powerpc/mm: Compile out radix related functions if RADIX_MMU is disabled by Aneesh Kumar K.V · 9 years ago
  69. 66c570f powerpc/mm: use _raw variant of page table accessors by Aneesh Kumar K.V · 9 years ago
  70. bf16cdf powerpc/mm/radix: Update LPCR HR bit as per ISA by Aneesh Kumar K.V · 9 years ago
  71. 8cd6d3c powerpc/mm: Fix .long's in tlb-radix.c to more meaningful by Balbir Singh · 9 years ago
  72. 08acce1 powerpc/powernv/pci: Remove SWINV constants and obsolete TCE code by Benjamin Herrenschmidt · 9 years ago
  73. 69c592e powerpc/opal: Add real mode call wrappers by Benjamin Herrenschmidt · 9 years ago
  74. d743618 powerpc/xics: Add ICP OPAL backend by Benjamin Herrenschmidt · 9 years ago
  75. 1d607bb powerpc/irq: Add mechanism to force a replay of interrupts by Benjamin Herrenschmidt · 9 years ago
  76. 9baaef0a powerpc/irq: Add support for HV virtualization interrupts by Benjamin Herrenschmidt · 9 years ago
  77. 9fedd3f powerpc/powernv: Add XICS emulation APIs by Benjamin Herrenschmidt · 9 years ago
  78. bcef83a powerpc/powernv: Add platform support for stop instruction by Shreyas B. Prabhu · 9 years ago
  79. b5f1bf4 Merge tag 'powerpc-4.7-5' into next by Michael Ellerman · 9 years ago
  80. 95ec77c powerpc: Make ppc_md.{halt, restart} __noreturn by Daniel Axtens · 9 years ago
  81. 89379f1 PCI/hotplug: pnv_php: export symbols and move struct types needed by cxl by Andrew Donnellan · 9 years ago
  82. 4361b03 powerpc/powernv: Add support for the cxl kernel api on the real phb by Ian Munsie · 9 years ago
  83. e0ddf7a powerpc/xmon: Dump ISA 2.07 SPRs by Michael Ellerman · 9 years ago
  84. f86ef74 powerpc/8xx: Fix vaddr for IMMR early remap by Christophe Leroy · 9 years ago
  85. c223c90 powerpc32: provide VIRT_CPU_ACCOUNTING by Christophe Leroy · 9 years ago
  86. a203658 powerpc/opal: Wake up kopald polling thread before waiting for events by Benjamin Herrenschmidt · 9 years ago
  87. e93d8e6 powerpc/mm: Fix build of Book3E/64 with 64K pages by Benjamin Herrenschmidt · 9 years ago
  88. 6dd7a82 crypto: powerpc - Add POWER8 optimised crc32c by Anton Blanchard · 9 years ago
  89. 151f251 powerpc: define FUNC_START/FUNC_END by Anton Blanchard · 9 years ago
  90. 79901024 powerpc/timer: Large Decrementer support by Oliver O'Halloran · 9 years ago
  91. ae26b36 powerpc: Send SIGBUS on unaligned copy and paste by Chris Smart · 9 years ago
  92. 70bd68d Merge tag 'powerpc-4.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  93. bfa3708 powerpc: Initialise pci_io_base as early as possible by Darren Stevens · 9 years ago
  94. 43a1dd9 powerpc/powernv: Add driver for operator panel on FSP machines by Suraj Jitindar Singh · 9 years ago
  95. d0226d3 powerpc/opal: Add inline function to get rc from an ASYNC_COMP opal_msg by Suraj Jitindar Singh · 9 years ago
  96. 2f6e974 Merge tag 'powerpc-4.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  97. 2379a23 powerpc: get rid of superfluous __GFP_REPEAT by Michal Hocko · 9 years ago
  98. 32d6bd9 tree wide: get rid of __GFP_REPEAT for order-0 allocations part I by Michal Hocko · 9 years ago
  99. 156d0e2 powerpc/ebpf/jit: Implement JIT compiler for extended BPF by Naveen N. Rao · 9 years ago
  100. 277285b powerpc/bpf/jit: Introduce rotate immediate instructions by Naveen N. Rao · 9 years ago