1. 3dfcb315 powerpc/mm: make a separate copy for book3s by Aneesh Kumar K.V · 9 years ago
  2. 26b6a3d powerpc/mm: move pte headers to book3s directory by Aneesh Kumar K.V · 9 years ago
  3. d1e1cf2 powerpc: clean up asm/switch_to.h by Anton Blanchard · 9 years ago
  4. 579e633 powerpc: create flush_all_to_thread() by Anton Blanchard · 9 years ago
  5. c208505 powerpc: create giveup_all() by Anton Blanchard · 9 years ago
  6. 1f2e25b powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}() by Anton Blanchard · 9 years ago
  7. 3eb5d58 powerpc: Add ppc_strict_facility_enable boot option by Anton Blanchard · 9 years ago
  8. dc4fbba powerpc: Create disable_kernel_{fp,altivec,vsx,spe}() by Anton Blanchard · 9 years ago
  9. 98da581 powerpc: Move part of giveup_fpu,altivec,spe into c by Anton Blanchard · 9 years ago
  10. b51b115 powerpc: Remove NULL task struct pointer checks in FP and vector code by Anton Blanchard · 9 years ago
  11. 611b0e5 powerpc: Create mtmsrd_isync() by Anton Blanchard · 9 years ago
  12. af1bbc3 powerpc: Remove UP only lazy floating point and vector optimisations by Anton Blanchard · 9 years ago
  13. 152d523 powerpc: Create context switch helpers save_sprs() and restore_sprs() by Anton Blanchard · 9 years ago
  14. 31a40e2 powerpc/64: Include KVM guest test in all interrupt vectors by Paul Mackerras · 9 years ago
  15. f43194e powerpc: Standardise on NR_syscalls rather than __NR_syscalls. by Rashmica Gupta · 9 years ago
  16. 1451ad03 powerpc: Wire up sys_mlock2() by Michael Ellerman · 9 years ago
  17. 77c5b5d kmap_atomic_to_page() has no users, remove it by Nicolas Pitre · 9 years ago
  18. 2f4bf52 Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  19. 2e3078a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  20. b0f205c mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage by Eric B Munson · 9 years ago
  21. 933425fb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  22. 8bdf202 Merge branch 'next' of git://git.denx.de/linux-denx-agust into next by Michael Ellerman · 9 years ago
  23. 197a4f4 Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 9 years ago
  24. e1f580e8 powerpc/e6500: hw tablewalk: make sure we invalidate and write to the same tlb entry by Kevin Hao · 9 years ago
  25. 43f2cfc Merge branch 'clock' into HEAD by Scott Wood · 9 years ago
  26. ffda09a powerpc/booke: Only use VIRT_PHYS_OFFSET on booke32 by Scott Wood · 9 years ago
  27. 1cb6e06 powerpc/book3e: support CONFIG_RELOCATABLE by Tiejun Chen · 9 years ago
  28. a2c01ed Merge tag 'powerpc-4.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  29. 3217f7c KVM: Add kvm_arch_vcpu_{un}blocking callbacks by Christoffer Dall · 9 years ago
  30. ffcea12 powerpc: mpc512x: drop bogus and unused psc register bit definitions by Uwe Kleine-König · 9 years ago
  31. 1a4bb93 powerpc/512x: add LocalPlus Bus FIFO device driver by Alexander Popov · 9 years ago
  32. 9484865 powerpc/fsl: Move fsl_guts.h out of arch/powerpc by Scott Wood · 9 years ago
  33. 2331631 powerpc: Revert "Use the POWER8 Micro Partition Prefetch Engine in KVM HV on POWER8" by Paul Mackerras · 9 years ago
  34. ebb65c8 Merge tag 'powerpc-4.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  35. a342361 powerpc: Individual System V IPC system calls by Sam bobroff · 9 years ago
  36. 2daab50 KVM: PPC: e500: Emulate TMCFG0 TMRN register by Tudor Laurentiu · 9 years ago
  37. 6a14c22 powerpc/e6500: add TMCFG0 register definition by Tudor Laurentiu · 9 years ago
  38. 891121e powerpc/mm: Differentiate between hugetlb and THP during page walk by Aneesh Kumar K.V · 9 years ago
  39. ec2640b powerpc/mm: Disable hugepd for 64K page size. by Aneesh Kumar K.V · 9 years ago
  40. f78f7ed powerpc: Fix _ALIGN_* errors due to type difference. by Aneesh Kumar K.V · 9 years ago
  41. fdf880a powerpc: Fix checkstop in native_hpte_clear() with lockdep by Cyril Bur · 9 years ago
  42. 7a5692e arch/powerpc: provide zero_bytemask() for big-endian by Chris Metcalf · 9 years ago
  43. 19c22f3 word-at-a-time.h: fix some Kbuild files by Chris Metcalf · 9 years ago
  44. cb2d388 powerpc/msi: Free the bitmap if it was slab allocated by Denis Kirjanov · 9 years ago
  45. 30c4465 Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  46. 65d3223 powerpc/mm: Add virt_to_pfn and use this instead of opencoding by Aneesh Kumar K.V · 9 years ago
  47. b6d980f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  48. 920552b KVM: disable halt_poll_ns as default for s390x by David Hildenbrand · 9 years ago
  49. 793b8bf powerpc: Wire up sys_membarrier() by Michael Ellerman · 9 years ago
  50. 3ae8394 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  51. fadb97b Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  52. f240bdd Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  53. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  54. 62bea5b KVM: add halt_attempted_poll to VCPU stats by Paolo Bonzini · 9 years ago
  55. 33e247c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  56. 519f526 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  57. 452e06a dma-mapping: consolidate dma_set_mask by Christoph Hellwig · 9 years ago
  58. ee19637 dma-mapping: consolidate dma_supported by Christoph Hellwig · 9 years ago
  59. efa21e4 dma-mapping: cosolidate dma_mapping_error by Christoph Hellwig · 9 years ago
  60. 1e89375 dma-mapping: consolidate dma_{alloc,free}_noncoherent by Christoph Hellwig · 9 years ago
  61. 6894258 dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} by Christoph Hellwig · 9 years ago
  62. b855d45 powerpc: Wire up sys_userfaultfd() by Michael Ellerman · 9 years ago
  63. 59a47ff Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  64. ff474e8 Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  65. ca520ca Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  66. f35f3a4 KVM: PPC: Book3S: Fix size of the PSPB register by Thomas Huth · 9 years ago
  67. ae98207 Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  68. 25525be Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  69. 7073bc6 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  70. d4c9039 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  71. 9698351 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next by Michael Ellerman · 9 years ago
  72. 8d58b66 Merge tag 'v4.2-rc8' into x86/mm, before applying new changes by Ingo Molnar · 9 years ago
  73. 5d53be7 powerpc/powernv: Fix mis-merge of OPAL support for LEDS driver by Michael Ellerman · 9 years ago
  74. c63517c KVM: PPC: Book3S: correct width in XER handling by Sam bobroff · 10 years ago
  75. 08fe1e7 KVM: PPC: Book3S HV: Fix bug in dirty page tracking by Paul Mackerras · 9 years ago
  76. b4deba5 KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8 by Paul Mackerras · 9 years ago
  77. ec25716 KVM: PPC: Book3S HV: Make use of unused threads when running guests by Paul Mackerras · 9 years ago
  78. 5358a96 KVM: PPC: Fix warnings from sparse by Thomas Huth · 10 years ago
  79. 8a8d918 powerpc/powernv: Add OPAL interfaces for accessing and modifying system LED states by Anshuman Khandual · 9 years ago
  80. 39bfd71 powerpc/eeh: Disable automatically blocked PCI config by Gavin Shan · 9 years ago
  81. dd49715 powerpc: Export include/uapi/asm/eeh.h by Gavin Shan · 9 years ago
  82. 5352298 powerpc/powernv: move dma_get_required_mask from pnv_phb to pci_controller_ops by Andrew Donnellan · 9 years ago
  83. 9530057 powerpc/mm: Drop the 64K on 4K version of pte_pagesize_index() by Michael Ellerman · 9 years ago
  84. f444f1f powerpc/cell: Drop support for 64K local store on 4K kernels by Michael Ellerman · 9 years ago
  85. 74b5037 powerpc/mm: Fix pte_pagesize_index() crash on 4K w/64K hash by Michael Ellerman · 9 years ago
  86. e63dbd1 powerpc: Add an inline function to update POWER8 HID0 by Gautham R. Shenoy · 9 years ago
  87. f52609f Merge branch 'locking/arch-atomic' into locking/core, because it's ready for upstream by Ingo Molnar · 9 years ago
  88. c602320 powerpc/fsl: Force coherent memory on e500mc derivatives by Scott Wood · 9 years ago
  89. 0d61f0b powerpc/booke64: Move mb() to __set_pte_at() with kernel-addr test by Scott Wood · 9 years ago
  90. 2f7d2b7 powerpc/mm: Don't call __flush_dcache_icache_phys() with PA>VA by Scott Wood · 10 years ago
  91. 501c8de powerpc: add support for csum_add() by LEROY Christophe · 10 years ago
  92. 92c985f powerpc: put csum_tcpudp_magic inline by LEROY Christophe · 10 years ago
  93. 197165d powerpc/ftrace: add powerpc timebase as a trace clock source by Naveen N. Rao · 10 years ago
  94. e784b64 powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable machine check errors. by Mahesh Salgaonkar · 9 years ago
  95. c33e11d0 powerpc/powernv: display reason for Malfunction Alert HMI. by Mahesh Salgaonkar · 10 years ago
  96. 12d560f rcu,locking: Privatize smp_mb__after_unlock_lock() by Paul E. McKenney · 9 years ago
  97. 11276d5 locking/static_keys: Add a new static_key interface by Peter Zijlstra · 9 years ago
  98. 76695af locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_acquire() by Andrey Konovalov · 9 years ago
  99. 4c73e89 arch/*/io.h: Add ioremap_uc() to all architectures by Luis R. Rodriguez · 9 years ago
  100. 1b60bab powerpc/kernel: Add SIG_SYS support for compat tasks by Michael Ellerman · 9 years ago