1. 49dd2c4 KVM: powerpc: Map guest userspace with TID=0 mappings by Hollis Blanchard · 17 years ago
  2. 83aae4a KVM: ppc: Write only modified shadow entries into the TLB on exit by Hollis Blanchard · 17 years ago
  3. 20754c2 KVM: ppc: Stop saving host TLB state by Hollis Blanchard · 17 years ago
  4. c6e6771 powerpc: Introduce VSX thread_struct and CONFIG_VSX by Michael Neuling · 17 years ago
  5. fca622c [POWERPC] 40x/Book-E: Save/restore volatile exception registers by Kumar Gala · 17 years ago
  6. 867a89e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  7. d4d298f ppc/powerpc: use kbuild.h instead of defining macros in asm-offsets.c by Christoph Lameter · 17 years ago
  8. 8521882 [POWERPC] Add IRQSTACKS support on ppc32 by Kumar Gala · 17 years ago
  9. bbf45ba KVM: ppc: PowerPC 440 KVM implementation by Hollis Blanchard · 17 years ago
  10. 91120cc [POWERPC] Cleanup asm-offsets.c by Kumar Gala · 17 years ago
  11. 3eb9cf0 [POWERPC] iSeries: Use alternate paca structure for booting by Stephen Rothwell · 17 years ago
  12. 163dab3 [POWERPC] powerpc32: Remove asm-offsets ptrace cruft by Roland McGrath · 17 years ago
  13. 151db1f Fix compilation of powerpc asm-offsets.c with old gcc by Tony Breeds · 17 years ago
  14. ad7f716 [POWERPC] Use a sensible default for clock_getres() in the VDSO by Tony Breeds · 17 years ago
  15. bee86f1 [POWERPC] Fix swapper_pg_dir size when CONFIG_PTE_64BIT=y on FSL_BOOKE by Kumar Gala · 17 years ago
  16. fbe4817 [POWERPC] vdso: Fixes for cache block sizes by Olof Johansson · 17 years ago
  17. 4603ac1 powerpc: add scaled time accounting by Michael Neuling · 17 years ago
  18. ee7a76d [POWERPC] Size swapper_pg_dir correctly by Stephen Rothwell · 17 years ago
  19. 16a15a3 [POWERPC] iSeries: Clean up lparmap mess by Stephen Rothwell · 18 years ago
  20. aabded9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 18 years ago
  21. f7e4217 rename thread_info to stack by Roman Zippel · 18 years ago
  22. d0f13e3 [POWERPC] Introduce address space "slices" by Benjamin Herrenschmidt · 18 years ago
  23. 543b9fd [POWERPC] powermac: Suspend to disk on G5 by Johannes Berg · 18 years ago
  24. 6873040 [POWERPC] Save trap number in bad_stack by Olof Johansson · 18 years ago
  25. 4002aca [POWERPC] Remove last_syscall by Anton Blanchard · 18 years ago
  26. 007d88d [POWERPC] Fix manual assembly WARN_ON() in enter_rtas(). by David Woodhouse · 18 years ago
  27. d04c56f [POWERPC] Lazy interrupt disabling for 64-bit machines by Paul Mackerras · 18 years ago
  28. f04da0bc [POWERPC] Fix non-smp build by Olof Johansson · 18 years ago
  29. 57852a8 [POWERPC] powerpc: Instrument Hypervisor Calls by Mike Kravetz · 18 years ago
  30. f39b7a5 [POWERPC] Cleanup CPU inits by Olof Johansson · 19 years ago
  31. 11a27ad [POWERPC] SLB shadow buffer cleanup by Michael Neuling · 19 years ago
  32. 2f6093c [POWERPC] Implement SLB shadow buffer by Michael Neuling · 19 years ago
  33. 54f5cd8 [POWERPC] iseries: Remove unnecessary include of iseries/hv_lp_event.h by Stephen Rothwell · 19 years ago
  34. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  35. bf72aeb powerpc: Use 64k pages without needing cache-inhibited large pages by Paul Mackerras · 19 years ago
  36. 4306443 powerpc: Remove unused paca->pgdir field by Paul Mackerras · 19 years ago
  37. f39224a powerpc: Use correct sequence for putting CPU into nap mode by Paul Mackerras · 19 years ago
  38. e822250 [PATCH] powerpc: Kill _machine and hard-coded platform numbers by Benjamin Herrenschmidt · 19 years ago
  39. 5164501 Merge ../linux-2.6 by Paul Mackerras · 19 years ago
  40. 1bd7933 powerpc: Fix various syscall/signal/swapcontext bugs by Paul Mackerras · 19 years ago
  41. c6622f6 powerpc: Implement accurate task and CPU time accounting by Paul Mackerras · 19 years ago
  42. 3356bb9f7 [PATCH] powerpc: Remove lppaca structure from the PACA by David Gibson · 19 years ago
  43. 404849b [PATCH] powerpc: Remove some unneeded fields from the paca by David Gibson · 19 years ago
  44. 401d1f0 [PATCH] syscall entry/exit revamp by David Woodhouse · 19 years ago
  45. 0c37ec2 [PATCH] powerpc: vdso fixes (take #2) by Benjamin Herrenschmidt · 19 years ago
  46. a7f290d [PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernel by Benjamin Herrenschmidt · 19 years ago
  47. 799d604 [PATCH] powerpc: merge code values for identifying platforms by Paul Mackerras · 19 years ago
  48. 3c726f8 [PATCH] ppc64: support 64k pages by Benjamin Herrenschmidt · 19 years ago
  49. e45423e merge filename and modify references to iseries/hv_lp_event.h by Kelly Daly · 19 years ago
  50. d73e0c9 powerpc: Rename asm offset TRAP to _TRAP for 32-bit by Paul Mackerras · 19 years ago
  51. 033ef33 powerpc: Merge rtas.c into arch/powerpc/kernel by Paul Mackerras · 19 years ago
  52. 6cb7bfe [PATCH] powerpc: Merge thread_info.h by David Gibson · 19 years ago
  53. fd582ec ppc: Various minor compile fixes by Paul Mackerras · 19 years ago
  54. 40ef8cb powerpc: Get 64-bit configs to compile with ARCH=powerpc by Paul Mackerras · 19 years ago
  55. d1dead5 powerpc: merge asm-offsets.c by Stephen Rothwell · 19 years ago
  56. 14cf11a powerpc: Merge enough to start building in arch/powerpc. by Paul Mackerras · 19 years ago