1. 8a25a2f cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem by Kay Sievers · 13 years ago
  2. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  3. 1197ab2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  4. 7d0d3ad powerpc/fsl_booke: Fix comment in head_fsl_booke.S by Matthew McClintock · 13 years ago
  5. ead53f2 powerpc: remove non-required uses of include <linux/module.h> by Paul Gortmaker · 13 years ago
  6. 4b16f8e powerpc: various straight conversions from module.h --> export.h by Paul Gortmaker · 13 years ago
  7. cab2e05 powerpc: fix implicit use of cache.h in kernel/firmware.c by Paul Gortmaker · 13 years ago
  8. 62fe91b powerpc: Fix up implicit sched.h users by Paul Gortmaker · 14 years ago
  9. b56eade powerpc: Fix up implicit stat.h users by Paul Gortmaker · 14 years ago
  10. 9308794 powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  11. 66b15db powerpc: add export.h to files making use of EXPORT_SYMBOL by Paul Gortmaker · 14 years ago
  12. 333a151 powerpc: io-workarounds.c was implicitly getting init_mm by Paul Gortmaker · 14 years ago
  13. 1bc87b0 Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 13 years ago
  14. ba14f64 powerpc: respect mem= setting for early memory limit setup by Kumar Gala · 13 years ago
  15. e33ee8b powerpc: e500mc: Fix: use CONFIG_PPC_E500MC in idle_e500.S by Bharat Bhushan · 13 years ago
  16. 37caf9f powerpc/fsl-booke: Handle L1 D-cache parity error correctly on e500mc by Kumar Gala · 13 years ago
  17. 7680057 powerpc: Don't try OPAL takeover on old 970 blades by Benjamin Herrenschmidt · 13 years ago
  18. d15f02e powerpc/perf_event: Fix Power6 L1 cache read & write event codes] by Carl E. Love · 13 years ago
  19. e69b742 powerpc/ptrace: Fix build with gcc 4.6 by Benjamin Herrenschmidt · 13 years ago
  20. bb36c44 powerpc/pci: Don't configure PCIe settings when PCI_PROBE_ONLY is set by Benjamin Herrenschmidt · 13 years ago
  21. 19ccb76 KVM: PPC: Implement H_CEDE hcall for book3s_hv in real-mode code by Paul Mackerras · 13 years ago
  22. 0214394 KVM: PPC: book3s_pr: Simplify transitions between virtual and real mode by Paul Mackerras · 13 years ago
  23. 177339d KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately by Paul Mackerras · 13 years ago
  24. d12b524 powerpc: Reserve iommu page 0 by Thadeu Lima de Souza Cascardo · 13 years ago
  25. a120db0 perf events, powerpc: Add POWER7 stalled-cycles-frontend/backend events by Anshuman Khandual · 13 years ago
  26. ed79ba9 powerpc/powernv: Machine check and other system interrupts by Benjamin Herrenschmidt · 13 years ago
  27. daea117 powerpc/powernv: Support for OPAL console by Benjamin Herrenschmidt · 13 years ago
  28. 6e35d5d powerpc/powernv: Add support for instanciating OPAL v2 from Open Firmware by Benjamin Herrenschmidt · 13 years ago
  29. 14a43e6 powerpc/powernv: Basic support for OPAL by Benjamin Herrenschmidt · 13 years ago
  30. 817c21a powerpc/powernv: Get kernel command line accross OPAL takeover by Benjamin Herrenschmidt · 13 years ago
  31. 27f4488 powerpc/powernv: Add OPAL takeover from PowerVM by Benjamin Herrenschmidt · 13 years ago
  32. e550592 powerpc/powernv: Don't clobber r9 in relative_toc() by Benjamin Herrenschmidt · 13 years ago
  33. 781fb7a powerpc/pci: Call pcie_bus_configure_settings() by Benjamin Herrenschmidt · 13 years ago
  34. fb82b83 powerpc/smp: More generic support for "soft hotplug" by Benjamin Herrenschmidt · 13 years ago
  35. dfbe93a powerpc: Coding style cleanups by Anton Blanchard · 13 years ago
  36. 94db7c5 powerpc: Use for_each_node_by_type instead of open coding it by Anton Blanchard · 13 years ago
  37. c26afe9 powerpc/ps3: Add gelic udbg driver by Hector Martin · 13 years ago
  38. 0330581 powerpc/mm: Fix the call trace when resumed from hibernation by Tang Yuantian · 13 years ago
  39. 6dece0eb powerpc/32: Pass device tree address as u64 to machine_init by Scott Wood · 13 years ago
  40. 41151e7 powerpc: Hugetlb for BookE by Becky Bruce · 14 years ago
  41. 7df5659 serial/8250: Move UPIO_TSI to powerpc by Arnd Bergmann · 14 years ago
  42. 2eccacd powerpc: Tidy up dma_map_ops after adding new hook by Milton Miller · 14 years ago
  43. d24f9c6 powerpc: Use the newly added get_required_mask dma_map_ops hook by Milton Miller · 14 years ago
  44. 6a5c7be powerpc: Override dma_get_required_mask by platform hook and ops by Milton Miller · 14 years ago
  45. 9bb7361 Merge remote-tracking branch 'jwb/next' into next by Benjamin Herrenschmidt · 13 years ago
  46. dcd83aa tty/powerpc: introduce the ePAPR embedded hypervisor byte channel driver by Timur Tabi · 14 years ago
  47. 674bfa4 powerpc/44x: Kexec support for PPC440X chipsets by Suzuki Poulose · 13 years ago
  48. a85fe3f powerpc: Really fix build without CONFIG_PCI by Benjamin Herrenschmidt · 13 years ago
  49. 81210c2 powerpc: Fix build without CONFIG_PCI by Benjamin Herrenschmidt · 13 years ago
  50. 8aa6d35 powerpc: Move kdump default base address to half RMO size on 64bit by Anton Blanchard · 13 years ago
  51. b59a1bf powerpc/perf: Disable pagefaults during callchain stack read by David Ahern · 13 years ago
  52. fbafd72 powerpc: Clean up some panic messages in prom_init by Anton Blanchard · 13 years ago
  53. 966728d powerpc: Fix device tree claim code by Anton Blanchard · 13 years ago
  54. 26ee976 powerpc: Return the_cpu_ spec from identify_cpu by Scott Wood · 13 years ago
  55. 3960ef3 Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 13 years ago
  56. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  57. 1844750 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  58. 45b583b Merge 'akpm' patch series by Linus Torvalds · 13 years ago
  59. c5f4175 notifiers: sys: move reboot notifiers into reboot.h by Amerigo Wang · 13 years ago
  60. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  61. fcda12e Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 13 years ago
  62. 5fabc48 Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  63. 66574cc modules: make arch's use default loader hooks by Jonas Bonn · 14 years ago
  64. 4d4abdc Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  65. acb41c0 Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  66. 50d2a42 powerpc: Copy back TIF flags on return from softirq stack by Benjamin Herrenschmidt · 13 years ago
  67. 4b575f3 Merge remote-tracking branch 'jwb/next' into next by Benjamin Herrenschmidt · 13 years ago
  68. 9974eec powerpc: Exporting boot_cpuid_phys by Andrew Gabbasov · 13 years ago
  69. 5115a02 powerpc: Add CFAR to oops output by Michael Neuling · 13 years ago
  70. 8896293 powerpc/irq: Quieten irq mapping printks by Anton Blanchard · 14 years ago
  71. 63f21a5 powerpc/kdump: Fix timeout in crash_kexec_wait_realmode by Michael Neuling · 14 years ago
  72. 77c2342 powerpc: Correct annotations of pmu registration functions by Dmitry Eremin-Solenikov · 14 years ago
  73. 0e0ebdb powerpc: Remove redundant set_fs(USER_DS) by Mathias Krause · 14 years ago
  74. 9661534 powerpc/47x: allow kernel to be loaded in higher physical memory by Dave Kleikamp · 14 years ago
  75. 0e47ff1 powerpc: rename ppc_pci_*_flags to pci_*_flags by Rob Herring · 13 years ago
  76. 91b191c powerpc/44x: don't use tlbivax on AMP systems by Dave Kleikamp · 14 years ago
  77. 9e368f2 KVM: PPC: book3s_hv: Add support for PPC970-family processors by Paul Mackerras · 14 years ago
  78. 969391c powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architecture bits by Paul Mackerras · 14 years ago
  79. aa04b4c KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guests by Paul Mackerras · 14 years ago
  80. 371fefd KVM: PPC: Allow book3s_hv guests to use SMT processor modes by Paul Mackerras · 14 years ago
  81. a8606e2 KVM: PPC: Handle some PAPR hcalls in the kernel by Paul Mackerras · 14 years ago
  82. de56a94 KVM: PPC: Add support for Book3S processors in hypervisor mode by Paul Mackerras · 14 years ago
  83. 3c42bf8 KVM: PPC: Split host-state fields out of kvmppc_book3s_shadow_vcpu by Paul Mackerras · 14 years ago
  84. 923c53c powerpc: Set up LPCR for running guest partitions by Paul Mackerras · 14 years ago
  85. b01c8b5 powerpc, KVM: Rework KVM checks in first-level interrupt handlers by Paul Mackerras · 14 years ago
  86. dd9ebf1f KVM: PPC: e500: Add shadow PID support by Liu Yu · 14 years ago
  87. 4cd35f6 KVM: PPC: e500: Save/restore SPE state by Scott Wood · 14 years ago
  88. ecee273 KVM: PPC: booke: use shadow_msr by Scott Wood · 14 years ago
  89. c51584d powerpc/e500: SPE register saving: take arbitrary struct offset by Scott Wood · 14 years ago
  90. 685659e powerpc/e500: Save SPEFCSR in flush_spe_to_thread() by yu liu · 14 years ago
  91. b7e9c22 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  92. 6471fc6 powerpc: Dont require a dma_ops struct to set dma mask by Kumar Gala · 14 years ago
  93. 314b02f powerpc: implement arch_setup_pdev_archdata by Kumar Gala · 14 years ago
  94. 3160b09 powerpc: Create next_tlbcam_idx percpu variable for FSL_BOOKE by Becky Bruce · 14 years ago
  95. 4dc0da8 perf: Add context field to perf_event by Avi Kivity · 14 years ago
  96. 89d6c0b perf, arch: Add generic NODE cache events by Peter Zijlstra · 14 years ago
  97. a8b0ca1 perf: Remove the nmi parameter from the swevent and overflow interface by Peter Zijlstra · 14 years ago
  98. 4f8b50b irq_work, ppc: Fix up arch hooks by Peter Zijlstra · 14 years ago
  99. ac5f89c powerpc: Add jump label support by Michael Ellerman · 14 years ago
  100. a9c0f41 powerpc: Add printk companion for ppc_md.progress by Dave Carroll · 14 years ago