1. 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
  2. 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
  3. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  4. 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
  5. 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
  6. 10dc374 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  7. 2e098dc powerpc/8xx: Fix do_mtspr_cpu6() build on older compilers by Christophe Leroy · 9 years ago
  8. a1b5344 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next by Michael Ellerman · 9 years ago
  9. affe587 powerpc32: move xxxxx_dcache_range() functions inline by Christophe Leroy · 9 years ago
  10. 5736f96 powerpc32: Remove clear_pages() and define clear_page() inline by Christophe Leroy · 9 years ago
  11. d6bfa02 powerpc: add inline functions for cache related instructions by Christophe Leroy · 9 years ago
  12. 63e9e1c powerpc/8xx: remove special handling of CPU6 errata in set_dec() by Christophe Leroy · 9 years ago
  13. 1458dd9 powerpc/8xx: Handle CPU6 ERRATA directly in mtspr() macro by Christophe Leroy · 9 years ago
  14. 7ee5cf6 powerpc/8xx: Add missing SPRN defines into reg_8xx.h by Christophe Leroy · 9 years ago
  15. e974cd4 powerpc32: remove ioremap_base by Christophe Leroy · 9 years ago
  16. be00ed7 powerpc32: Fix pte_offset_kernel() to return NULL for bad pages by Christophe Leroy · 9 years ago
  17. d8c0282 Merge branch 'topic/mprofile-kernel' into next by Michael Ellerman · 9 years ago
  18. e0728b5 powerpc/perf: Export Power8 generic and cache events to sysfs by Sukadev Bhattiprolu · 9 years ago
  19. d4969e2 powerpc/perf: Remove PME_ prefix for power7 events by Sukadev Bhattiprolu · 9 years ago
  20. 7e39322 powerpc: optimise csum_partial() call when len is constant by Christophe Leroy · 9 years ago
  21. 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
  22. 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
  23. c0efa9a powerpc: New possible return value from hcall by Christophe Lombard · 9 years ago
  24. 67086e3 powerpc/eeh: powerpc/eeh: Support error recovery for VF PE by Wei Yang · 9 years ago
  25. 0dc2830 powerpc/powernv: Support PCI config restore for VFs by Wei Yang · 9 years ago
  26. 9312bc5 powerpc/powernv: Support EEH reset for VF PE by Wei Yang · 9 years ago
  27. c29fa27 powerpc/eeh: Create PE for VFs by Wei Yang · 9 years ago
  28. 39218cd powerpc/eeh: EEH device for VF by Wei Yang · 9 years ago
  29. bc4b024 PCI: Move pci_dma_* helpers to common code by Christoph Hellwig · 9 years ago
  30. 1530866 powerpc/ftrace: Add support for -mprofile-kernel ftrace ABI by Torsten Duwe · 9 years ago
  31. f17c4e0 powerpc/module: Mark module stubs with a magic value by Michael Ellerman · 9 years ago
  32. 136cd34 powerpc/module: Only try to generate the ftrace_caller() stub once by Michael Ellerman · 9 years ago
  33. a5cab83 powerpc: Create a helper for getting the kernel toc value by Michael Ellerman · 9 years ago
  34. 6becef7 powerpc/mpc85xx: Add CPU hotplug support for E6500 by chenhui zhao · 9 years ago
  35. 2f4f1f8 powerpc/mpc85xx: Add hotplug support on E5500 and E500MC cores by chenhui zhao · 9 years ago
  36. d17799f powerpc/rcpm: add RCPM driver by chenhui zhao · 9 years ago
  37. e7affb1 powerpc/cache: add cache flush operation for various e500 by chenhui zhao · 9 years ago
  38. ebb9d30 powerpc/mm: any thread in one core can be the first to setup TLB1 by chenhui zhao · 9 years ago
  39. 5a8847c powerpc: simplify csum_add(a, b) in case a or b is constant 0 by Christophe Leroy · 9 years ago
  40. 37e08ca powerpc: inline ip_fast_csum() by Christophe Leroy · 9 years ago
  41. 03bc8b0 powerpc32: checksum_wrappers_64 becomes checksum_wrappers by Christophe Leroy · 9 years ago
  42. 11dfbf5 powerpc: mark xer clobbered in csum_add() by Christophe Leroy · 9 years ago
  43. ee3b93e powerpc/mm: Move hash64 tlbflush code into a new header by Aneesh Kumar K.V · 9 years ago
  44. f64e808 powerpc/mm: Move hash related mmu-*.h headers to book3s/ by Aneesh Kumar K.V · 9 years ago
  45. 368ced7 powerpc/mm: Switch book3s 64 with 64K page size to 4 level page table by Aneesh Kumar K.V · 9 years ago
  46. ae9a71a powerpc/mm: Don't have conditional defines for real_pte_t by Aneesh Kumar K.V · 9 years ago
  47. 2bf5991 powerpc/mm: Split pgtable types to separate header by Aneesh Kumar K.V · 9 years ago
  48. bf6a4d5 powerpc: Add the ability to save VSX without giving it up by Cyril Bur · 9 years ago
  49. 6f515d8 powerpc: Add the ability to save Altivec without giving it up by Cyril Bur · 9 years ago
  50. 8792468 powerpc: Add the ability to save FPU without giving it up by Cyril Bur · 9 years ago
  51. de2a20a powerpc: Prepare for splitting giveup_{fpu, altivec, vsx} in two by Cyril Bur · 9 years ago
  52. 70fe3d9 powerpc: Restore FPU/VEC/VSX if previously used by Cyril Bur · 9 years ago
  53. 58ded42 KVM: PPC: Add support for 64bit TCE windows by Alexey Kardashevskiy · 9 years ago
  54. 14f853f KVM: PPC: Add @offset to kvmppc_spapr_tce_table by Alexey Kardashevskiy · 9 years ago
  55. fe26e52 KVM: PPC: Add @page_shift to kvmppc_spapr_tce_table by Alexey Kardashevskiy · 9 years ago
  56. 5c3c7ed powerpc/mm: Split hash page table sizing heuristic into a helper by David Gibson · 9 years ago
  57. 27828f9 powerpc/mm: Handle removing maybe-present bolted HPTEs by David Gibson · 9 years ago
  58. 446957b powerpc: Fix misspellings in comments. by Adam Buchbinder · 9 years ago
  59. 8daf51f powerpc/mm/book3s-64: Expand the real page number field of the Linux PTE by Paul Mackerras · 9 years ago
  60. e726202 powerpc/mm/book3s-64: Move software-used bits in PTE by Paul Mackerras · 9 years ago
  61. c915df1 powerpc/mm/book3s-64: Shuffle read, write, execute and user bits in PTE by Paul Mackerras · 9 years ago
  62. a9d4996 powerpc/mm/book3s-64: Move HPTE-related bits in PTE to upper end by Paul Mackerras · 9 years ago
  63. 84c9575 powerpc/mm/book3s-64: Move _PAGE_PTE to 2nd most significant bit by Paul Mackerras · 9 years ago
  64. 849f86a powerpc/mm/book3s-64: Move _PAGE_PRESENT to the most significant bit by Paul Mackerras · 9 years ago
  65. c61a884 powerpc/mm/book3s-64: Use physical addresses in upper page table tree levels by Paul Mackerras · 9 years ago
  66. 6aa447bc Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  67. 520fe9c KVM: PPC: Book3S HV: Add tunable to control H_IPI redirection by Suresh E. Warrier · 9 years ago
  68. 0c2a660 KVM: PPC: Book3S HV: Host side kick VCPU when poked by real-mode KVM by Suresh Warrier · 9 years ago
  69. 79b6c24 KVM: PPC: Book3S HV: Host-side RM data structures by Suresh Warrier · 9 years ago
  70. ec13e9b powerpc/xics: Add icp_native_cause_ipi_rm by Suresh Warrier · 9 years ago
  71. 31639c77 powerpc/smp: Add smp_muxed_ipi_set_message by Suresh Warrier · 9 years ago
  72. bd7f561 powerpc/smp: Support more IPI messages by Suresh Warrier · 9 years ago
  73. f1a9ae0 powerpc/mm/book3s-64: Free up 7 high-order bits in the Linux PTE by Paul Mackerras · 9 years ago
  74. 1ec3f93 powerpc/mm/book3s-64: Clean up some obsolete or misleading comments by Paul Mackerras · 9 years ago
  75. a87cb3e net: Facility to report route quality of connected sockets by Tom Herbert · 9 years ago
  76. 2527083 Merge tag 'powerpc-4.5-4' into next by Michael Ellerman · 9 years ago
  77. 8577370 KVM: Use simple waitqueue for vcpu->wq by Marcelo Tosatti · 9 years ago
  78. 10d8b14 powerpc: Use BUILD_BUG_ON_MSG() for unsupported {cmp}xchg sizes by pan xinhui · 9 years ago
  79. c3ab300 powerpc: Add POWER9 cputable entry by Michael Neuling · 9 years ago
  80. ce5732a powerpc/powernv: Create separate subcores CPU feature bit by Michael Neuling · 9 years ago
  81. e6a1c1e Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  82. e6bfb70 mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits() by Dave Hansen · 9 years ago
  83. d61172b mm/core, x86/mm/pkeys: Differentiate instruction fetches by Dave Hansen · 9 years ago
  84. 1b2ee12 mm/core: Do not enforce PKEY permissions on remote mm access by Dave Hansen · 9 years ago
  85. 33a709b mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys by Dave Hansen · 9 years ago
  86. 56c08e6 powerpc: atomic: Implement acquire/release/relaxed variants for cmpxchg by Boqun Feng · 9 years ago
  87. 26760fc powerpc: atomic: Implement acquire/release/relaxed variants for xchg by Boqun Feng · 9 years ago
  88. dc53617 powerpc: atomic: Implement atomic{, 64}_*_return_* variants by Boqun Feng · 9 years ago
  89. d3695aa KVM: PPC: Add support for multiple-TCE hcalls by Alexey Kardashevskiy · 9 years ago
  90. 5ee7af1 KVM: PPC: Move reusable bits of H_PUT_TCE handler to helpers by Alexey Kardashevskiy · 9 years ago
  91. 462ee11 KVM: PPC: Replace SPAPR_TCE_SHIFT with IOMMU_PAGE_SHIFT_4K by Alexey Kardashevskiy · 9 years ago
  92. 366baf2 KVM: PPC: Use RCU for arch.spapr_tce_tables by Alexey Kardashevskiy · 9 years ago
  93. e9ab1a1 powerpc: Make vmalloc_to_phys() public by Alexey Kardashevskiy · 9 years ago
  94. ed07247 gpio: Remove unused asm/gpio.h files by Bjorn Helgaas · 9 years ago
  95. c777e2a powerpc/mm: Fix Multi hit ERAT cause by recent THP update by Aneesh Kumar K.V · 9 years ago
  96. 05ba75f powerpc/eeh: Fix stale cached primary bus by Gavin Shan · 9 years ago
  97. 126df08 powerpc/pseries: Don't trace hcalls on offline CPUs by Denis Kirjanov · 9 years ago
  98. be283ee powerpc/powernv: allocate sparse PE# when using M64 BAR in Single PE mode by Wei Yang · 9 years ago
  99. ee8222f powerpc/powernv: use one M64 BAR in Single PE mode for one VF BAR by Wei Yang · 9 years ago
  100. 9b4fffa powerpc/powernv: new function to access OPAL msglog by Andrew Donnellan · 9 years ago