1. da15bf4 KVM: PPC E500: fix tlbcfg emulation by Liu Yu · 15 years ago
  2. d86be07 KVM: PPC E500: Add register l1csr0 emulation by Liu Yu · 15 years ago
  3. f7adbba KVM: PPC: Keep SRR1 flags around in shadow_msr by Alexander Graf · 15 years ago
  4. 1c0006d KVM: PPC: Fix initial GPR settings by Alexander Graf · 15 years ago
  5. 180a34d KVM: PPC: Add support for FPU/Altivec/VSX by Alexander Graf · 15 years ago
  6. d5e5281 KVM: PPC: Add helper functions to call real mode loaders by Alexander Graf · 15 years ago
  7. 4b5c9b7 KVM: PPC: Make large pages work by Alexander Graf · 15 years ago
  8. 25a8a02 KVM: PPC: Emulate trap SRR1 flags properly by Alexander Graf · 15 years ago
  9. 021ec9c KVM: PPC: Call SLB patching code in interrupt safe manner by Alexander Graf · 15 years ago
  10. b4433a7 KVM: PPC: Implement 'skip instruction' mode by Alexander Graf · 15 years ago
  11. 7e57cba KVM: PPC: Use PACA backed shadow vcpu by Alexander Graf · 15 years ago
  12. 992b5b2 KVM: PPC: Add helpers for CR, XER by Alexander Graf · 15 years ago
  13. 8e5b26b KVM: PPC: Use accessor functions for GPR access by Alexander Graf · 15 years ago
  14. 7706664d KVM: powerpc: Improve DEC handling by Alexander Graf · 15 years ago
  15. 3d98ffb powerpc: Fix lwsync feature fixup vs. modules on 64-bit by Benjamin Herrenschmidt · 15 years ago
  16. 874f2f9 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago
  17. 6ebdc66 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  18. 203041a powerpc: Convert mpic locks to raw_spinlock by Thomas Gleixner · 15 years ago
  19. 087d8c7 powerpc: Convert feature_lock to raw_spinlock by Thomas Gleixner · 15 years ago
  20. 87d3134 Merge commit 'gcl/next' into next by Benjamin Herrenschmidt · 15 years ago
  21. e9cb0a4 powerpc/mpc5121: enable support for more PSC UARTs by Anatolij Gustschin · 15 years ago
  22. 3bffb65 powerpc/booke: Add support for advanced debug registers by Dave Kleikamp · 15 years ago
  23. 99396ac powerpc/booke: Add definitions for advanced debug registers by Dave Kleikamp · 15 years ago
  24. 3162d92 powerpc: Extended ptrace interface by Dave Kleikamp · 15 years ago
  25. 5a0e9b5 powerpc: Use lwsync for acquire barrier if CPU supports it by Anton Blanchard · 15 years ago
  26. f10e2e5 powerpc: Rename LWSYNC_ON_SMP to PPC_RELEASE_BARRIER, ISYNC_ON_SMP to PPC_ACQUIRE_BARRIER by Anton Blanchard · 15 years ago
  27. 864b9e6 powerpc: Use lwarx/ldarx hint in bit locks by Anton Blanchard · 15 years ago
  28. 4e14a4d powerpc: Use lwarx hint in spinlocks by Anton Blanchard · 15 years ago
  29. 17081102 powerpc: Convert global "BAD" interrupt to per cpu spurious by Anton Blanchard · 15 years ago
  30. 89713ed powerpc: Add timer, performance monitor and machine check counts to /proc/interrupts by Anton Blanchard · 15 years ago
  31. 8c007bf powerpc: Reduce footprint of irq_stat by Anton Blanchard · 15 years ago
  32. 8d3d50b powerpc/eeh: Fix a bug when pci structure is null by Breno Leitao · 15 years ago
  33. a8dbceb7 powerpc/mpc5121: Add machine restart support by Anatolij Gustschin · 15 years ago
  34. df0edeb of: remove undefined request_OF_resource & release_OF_resource by Grant Likely · 15 years ago
  35. fc0bdae of: move definition of of_chosen into common code. by Grant Likely · 15 years ago
  36. 7c7b60c of: put default string compare and #a/s-cell values into common header by Grant Likely · 15 years ago
  37. fcdeb7f of: merge of_attach_node() & of_detach_node() by Grant Likely · 15 years ago
  38. a13672f powerpc: Reformat SD_NODE_INIT to match x86 by Anton Blanchard · 15 years ago
  39. 61c03dd powerpc: Replace per_cpu(, smp_processor_id()) with __get_cpu_var() by Anton Blanchard · 15 years ago
  40. 4ba525d powerpc: Simplify param.h by including <asm-generic/param.h> by Robert P. J. Day · 15 years ago
  41. 94f28da powerpc: TIF_ABI_PENDING bit removal by Andreas Schwab · 15 years ago
  42. c81b812 powerpc: cpumask_of_node() should handle -1 as a node by Anton Blanchard · 15 years ago
  43. 2593f93 Merge commit 'kumar/next' into merge by Benjamin Herrenschmidt · 15 years ago
  44. 01ae45b powerpc: Convert BUG() to use unreachable() by David Daney · 15 years ago
  45. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
  46. a73611b Merge branch 'next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  47. 74f3ae7 Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  48. 7949456 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 15 years ago
  49. ac2b3e6 dma-mapping: fix off-by-one error in dma_capable() by Jan Beulich · 15 years ago
  50. 698ba7b elf: kill USE_ELF_CORE_DUMP by Christoph Hellwig · 15 years ago
  51. 25baa35 ptrace: powerpc: implement user_single_step_siginfo() by Oleg Nesterov · 15 years ago
  52. d4703ae module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y by Rusty Russell · 15 years ago
  53. e593194 locking: Convert raw_rwlock functions to arch_rwlock by Thomas Gleixner · 15 years ago
  54. fb3a6bb locking: Convert raw_rwlock to arch_rwlock by Thomas Gleixner · 15 years ago
  55. 0199c4e locking: Convert __raw_spin* functions to arch_spin* by Thomas Gleixner · 15 years ago
  56. edc35bd locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED by Thomas Gleixner · 15 years ago
  57. 445c895 locking: Convert raw_spinlock to arch_spinlock by Thomas Gleixner · 15 years ago
  58. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  59. d1d56f8 powerpc: gamecube/wii: early debugging using usbgecko by Albert Herranz · 15 years ago
  60. b8e8efa powerpc: reserve fixmap entries for early debug by Albert Herranz · 15 years ago
  61. 09cea96 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  62. 559df2e kbuild: move asm-offsets.h to include/generated by Sam Ravnborg · 16 years ago
  63. 12458ea ppc440spe-adma: adds updated ppc440spe adma driver by Anatolij Gustschin · 15 years ago
  64. 78331ad powerpc/gpio: support gpio_to_irq() by Peter Korsgaard · 15 years ago
  65. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  66. bcd6acd Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago
  67. 40d50cf powerpc: Make "intspec" pointers in irq_host->xlate() const by Roman Fietze · 15 years ago
  68. 0c46616 powerpc/8xx: Restore _PAGE_WRITETHRU by Joakim Tjernlund · 15 years ago
  69. fe11dc3 powerpc/8xx: Update TLB asm so it behaves as linux mm expects. by Joakim Tjernlund · 15 years ago
  70. 8c82da5 Merge commit 'gcl/next' into next by Benjamin Herrenschmidt · 15 years ago
  71. 12633e8 sysfs/cpu: Add probe/release files by Nathan Fontenot · 15 years ago
  72. ab519a0 powerpc/pseries: Kernel DLPAR Infrastructure by Nathan Fontenot · 15 years ago
  73. d58b0c3 powerpc/macio: Rework hotplug media bay support by Benjamin Herrenschmidt · 15 years ago
  74. 6035ccd Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  75. 41440ff Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 15 years ago
  76. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  77. 3ad1f3b Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  78. 128b4a0 powerpc/macio: Add dma_parms support to macio by Benjamin Herrenschmidt · 15 years ago
  79. 7fb19ea powerpc/macio: Add devres support to macio_device by Benjamin Herrenschmidt · 15 years ago
  80. e15a113 powerpc/kvm: Sync guest visible MMU state by Alexander Graf · 15 years ago
  81. d28513b powerpc/mm: Fix pgtable cache cleanup with CONFIG_PPC_SUBPAGE_PROT by David Gibson · 15 years ago
  82. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  83. 6dfa5ca i2c-powermac: Include the i2c_adapter in struct pmac_i2c_bus by Jean Delvare · 15 years ago
  84. c3fa27d Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  85. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  86. 220d0b1 Merge branch 'master' into for-2.6.33 by Jens Axboe · 15 years ago
  87. ff9c38b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  88. 5a7b419 Revert "powerpc/mm: Fix bug in pagetable cache cleanup with CONFIG_PPC_SUBPAGE_PROT" by Benjamin Herrenschmidt · 15 years ago
  89. e810590 powerpc: Fix DEBUG_HIGHMEM build break from d4515646699 by Becky Bruce · 15 years ago
  90. c045256 powerpc/mm: Fix bug in pagetable cache cleanup with CONFIG_PPC_SUBPAGE_PROT by David Gibson · 15 years ago
  91. 2d4dc89 block: add helpers to run flush_dcache_page() against a bio and a request's pages by Ilya Loginov · 15 years ago
  92. dad2f2f powerpc: Fix wrong error code from ppc32 select syscall by arnd@arndb.de · 15 years ago
  93. 2d7cf3e powerpc: Fix DEBUG_HIGHMEM build break from d4515646699 by Becky Bruce · 15 years ago
  94. 69ddb57 powerpc/pseries: Add extended_cede_processor() helper function. by Gautham R Shenoy · 15 years ago
  95. d95cacc powerpc: Move ehea hcall definitions into hvcall.h by Anton Blanchard · 15 years ago
  96. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  97. 0ffa798 Merge branches 'perf/powerpc' and 'perf/bench' into perf/core by Ingo Molnar · 15 years ago
  98. eda43d1 mpc52xx/wdt: merge WDT code into the GPT driver by Albrecht Dreß · 15 years ago
  99. 690b846 mpc5200/gpt: tiny fix for gpt period limitation by Albrecht Dreß · 15 years ago
  100. 58c12bd powerpc/qe&cpm: Implement static inline stubs for non-QE/CPM builds by Anton Vorontsov · 15 years ago