1. 98edb6c Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 16 years ago
  2. 79c4581 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 16 years ago
  3. 1fc711f powerpc/kexec: Fix race in kexec shutdown by Michael Neuling · 16 years ago
  4. 78f6223 powerpc/fsl-booke: Move loadcam_entry back to asm code to fix SMP ftrace by Kumar Gala · 16 years ago
  5. 218d169 PPC: Export SWITCH_FRAME_SIZE by Alexander Graf · 16 years ago
  6. 97e4925 KVM: PPC: Add SVCPU to Book3S_32 by Alexander Graf · 16 years ago
  7. 0604675 KVM: PPC: Use now shadowed vcpu fields by Alexander Graf · 16 years ago
  8. 00c3a37 KVM: PPC: Use CONFIG_PPC_BOOK3S define by Alexander Graf · 16 years ago
  9. 0fe1ac4 powerpc/perf_event: Fix oops due to perf_event_do_pending call by Paul Mackerras · 16 years ago
  10. f7adbba KVM: PPC: Keep SRR1 flags around in shadow_msr by Alexander Graf · 16 years ago
  11. 021ec9c KVM: PPC: Call SLB patching code in interrupt safe manner by Alexander Graf · 16 years ago
  12. 7e57cba KVM: PPC: Use PACA backed shadow vcpu by Alexander Graf · 16 years ago
  13. 8b27f0b powerpc/fsl-booke: Rework TLB CAM code by Kumar Gala · 17 years ago
  14. 55c7588 Export new PACA constants in asm-offsets by Alexander Graf · 17 years ago
  15. 6290890 Add Book3s_64 offsets to asm-offsets.c by Alexander Graf · 17 years ago
  16. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 17 years ago
  17. 4f0dbc2 Merge commit 'paulus-perf/master' into next by Benjamin Herrenschmidt · 17 years ago
  18. dce6670 powerpc: Add PACA fields specific to 64-bit Book3E processors by Benjamin Herrenschmidt · 17 years ago
  19. 57e2a99 powerpc: Add memory management headers for new 64-bit BookE by Benjamin Herrenschmidt · 17 years ago
  20. 9c1e105 powerpc: Allow perf_counters to access user memory at interrupt time by Paul Mackerras · 17 years ago
  21. bc47ab0 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 17 years ago
  22. 91c60b5 powerpc: Separate PACA fields for server CPUs by Benjamin Herrenschmidt · 17 years ago
  23. f541ae3 Merge branch 'linus' into perfcounters/core-v2 by Ingo Molnar · 17 years ago
  24. 9ff9a26 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 17 years ago
  25. 366d4b9 KVM: ppc: No need to include core-header for KVM in asm-offsets.c currently by Hollis Blanchard · 17 years ago
  26. 9e1e372 powerpc: Remove unused asm-offsets entries for cpu_spec by Michael Ellerman · 17 years ago
  27. 7783549 Merge commit 'v2.6.29-rc2' into perfcounters/core by Ingo Molnar · 17 years ago
  28. 30aae73 Merge commit 'kumar/kumar-next' into next by Benjamin Herrenschmidt · 17 years ago
  29. c0d362a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/perfcounters into perfcounters/core by Ingo Molnar · 17 years ago
  30. 93a6d3c powerpc: Provide a way to defer perf counter work until interrupts are enabled by Paul Mackerras · 17 years ago
  31. 19f5465 powerpc/fsl-booke: Don't hard-code size of struct tlbcam by Trent Piepho · 17 years ago
  32. 73e75b4 KVM: ppc: Implement in-kernel exit timing statistics by Hollis Blanchard · 17 years ago
  33. 7924bd4 KVM: ppc: directly insert shadow mappings into the hardware TLB by Hollis Blanchard · 17 years ago
  34. db93f57 KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessor by Hollis Blanchard · 17 years ago
  35. 0f55dc4 KVM: ppc: Rename "struct tlbe" to "struct kvmppc_44x_tlbe" by Hollis Blanchard · 17 years ago
  36. ca9153a powerpc/44x: Support 16K/64K base page sizes on 44x by Ilya Yanok · 17 years ago
  37. 5e69661 powerpc/mm: Split mmu_context handling by Benjamin Herrenschmidt · 17 years ago
  38. 597bc5c powerpc: Improve resolution of VDSO clock_gettime by Paul Mackerras · 18 years ago
  39. 08d19f5 Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 18 years ago
  40. 49dd2c4 KVM: powerpc: Map guest userspace with TID=0 mappings by Hollis Blanchard · 18 years ago
  41. 83aae4a KVM: ppc: Write only modified shadow entries into the TLB on exit by Hollis Blanchard · 18 years ago
  42. 20754c2 KVM: ppc: Stop saving host TLB state by Hollis Blanchard · 18 years ago
  43. 4ee7084 POWERPC: Allow 32-bit hashed pgtable code to support 36-bit physical by Becky Bruce · 18 years ago
  44. 1f6a93e powerpc: Make it possible to move the interrupt handlers away from the kernel by Paul Mackerras · 18 years ago
  45. c6e6771 powerpc: Introduce VSX thread_struct and CONFIG_VSX by Michael Neuling · 18 years ago
  46. fca622c [POWERPC] 40x/Book-E: Save/restore volatile exception registers by Kumar Gala · 18 years ago
  47. 867a89e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 18 years ago
  48. d4d298f ppc/powerpc: use kbuild.h instead of defining macros in asm-offsets.c by Christoph Lameter · 18 years ago
  49. 8521882 [POWERPC] Add IRQSTACKS support on ppc32 by Kumar Gala · 18 years ago
  50. bbf45ba KVM: ppc: PowerPC 440 KVM implementation by Hollis Blanchard · 18 years ago
  51. 91120cc [POWERPC] Cleanup asm-offsets.c by Kumar Gala · 18 years ago
  52. 3eb9cf0 [POWERPC] iSeries: Use alternate paca structure for booting by Stephen Rothwell · 18 years ago
  53. 163dab3 [POWERPC] powerpc32: Remove asm-offsets ptrace cruft by Roland McGrath · 18 years ago
  54. 151db1f Fix compilation of powerpc asm-offsets.c with old gcc by Tony Breeds · 18 years ago
  55. ad7f716 [POWERPC] Use a sensible default for clock_getres() in the VDSO by Tony Breeds · 18 years ago
  56. bee86f1 [POWERPC] Fix swapper_pg_dir size when CONFIG_PTE_64BIT=y on FSL_BOOKE by Kumar Gala · 18 years ago
  57. fbe4817 [POWERPC] vdso: Fixes for cache block sizes by Olof Johansson · 18 years ago
  58. 4603ac1 powerpc: add scaled time accounting by Michael Neuling · 19 years ago
  59. ee7a76d [POWERPC] Size swapper_pg_dir correctly by Stephen Rothwell · 19 years ago
  60. 16a15a3 [POWERPC] iSeries: Clean up lparmap mess by Stephen Rothwell · 19 years ago
  61. aabded9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 19 years ago
  62. f7e4217 rename thread_info to stack by Roman Zippel · 19 years ago
  63. d0f13e3 [POWERPC] Introduce address space "slices" by Benjamin Herrenschmidt · 19 years ago
  64. 543b9fd [POWERPC] powermac: Suspend to disk on G5 by Johannes Berg · 19 years ago
  65. 6873040 [POWERPC] Save trap number in bad_stack by Olof Johansson · 19 years ago
  66. 4002aca [POWERPC] Remove last_syscall by Anton Blanchard · 19 years ago
  67. 007d88d [POWERPC] Fix manual assembly WARN_ON() in enter_rtas(). by David Woodhouse · 19 years ago
  68. d04c56f [POWERPC] Lazy interrupt disabling for 64-bit machines by Paul Mackerras · 20 years ago
  69. f04da0b [POWERPC] Fix non-smp build by Olof Johansson · 20 years ago
  70. 57852a8 [POWERPC] powerpc: Instrument Hypervisor Calls by Mike Kravetz · 20 years ago
  71. f39b7a5 [POWERPC] Cleanup CPU inits by Olof Johansson · 20 years ago
  72. 11a27ad [POWERPC] SLB shadow buffer cleanup by Michael Neuling · 20 years ago
  73. 2f6093c [POWERPC] Implement SLB shadow buffer by Michael Neuling · 20 years ago
  74. 54f5cd8 [POWERPC] iseries: Remove unnecessary include of iseries/hv_lp_event.h by Stephen Rothwell · 20 years ago
  75. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 20 years ago
  76. bf72aeb powerpc: Use 64k pages without needing cache-inhibited large pages by Paul Mackerras · 20 years ago
  77. 4306443 powerpc: Remove unused paca->pgdir field by Paul Mackerras · 20 years ago
  78. f39224a powerpc: Use correct sequence for putting CPU into nap mode by Paul Mackerras · 20 years ago
  79. e822250 [PATCH] powerpc: Kill _machine and hard-coded platform numbers by Benjamin Herrenschmidt · 20 years ago
  80. 5164501 Merge ../linux-2.6 by Paul Mackerras · 20 years ago
  81. 1bd7933 powerpc: Fix various syscall/signal/swapcontext bugs by Paul Mackerras · 20 years ago
  82. c6622f6 powerpc: Implement accurate task and CPU time accounting by Paul Mackerras · 20 years ago
  83. 3356bb9 [PATCH] powerpc: Remove lppaca structure from the PACA by David Gibson · 20 years ago
  84. 404849b [PATCH] powerpc: Remove some unneeded fields from the paca by David Gibson · 20 years ago
  85. 401d1f0 [PATCH] syscall entry/exit revamp by David Woodhouse · 20 years ago
  86. 0c37ec2 [PATCH] powerpc: vdso fixes (take #2) by Benjamin Herrenschmidt · 20 years ago
  87. a7f290d [PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernel by Benjamin Herrenschmidt · 20 years ago
  88. 799d604 [PATCH] powerpc: merge code values for identifying platforms by Paul Mackerras · 20 years ago
  89. 3c726f8 [PATCH] ppc64: support 64k pages by Benjamin Herrenschmidt · 20 years ago
  90. e45423e merge filename and modify references to iseries/hv_lp_event.h by Kelly Daly · 21 years ago
  91. d73e0c9 powerpc: Rename asm offset TRAP to _TRAP for 32-bit by Paul Mackerras · 21 years ago
  92. 033ef33 powerpc: Merge rtas.c into arch/powerpc/kernel by Paul Mackerras · 21 years ago
  93. 6cb7bfe [PATCH] powerpc: Merge thread_info.h by David Gibson · 21 years ago
  94. fd582ec ppc: Various minor compile fixes by Paul Mackerras · 21 years ago
  95. 40ef8cb powerpc: Get 64-bit configs to compile with ARCH=powerpc by Paul Mackerras · 21 years ago
  96. d1dead5 powerpc: merge asm-offsets.c by Stephen Rothwell · 21 years ago
  97. 14cf11a powerpc: Merge enough to start building in arch/powerpc. by Paul Mackerras · 21 years ago