1. c255a45 memcg: rename config variables by Andrew Morton · 12 years ago
  2. 27c1ee3 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  3. c1d7e01 ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION by Will Deacon · 12 years ago
  4. 7463449 atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() test by Catalin Marinas · 12 years ago
  5. 6f51f51 Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  6. 64ccc9c common: dma-mapping: add support for generic dma_mmap_* calls by Marek Szyprowski · 12 years ago
  7. 84eda28 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  8. b387e41 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  9. bac821a powerpc/ftrace: Trace function graph entry before updating index by Steven Rostedt · 12 years ago
  10. 0e38498 powerpc: Lack of firmware flash support is not an error by Anton Blanchard · 12 years ago
  11. fd297b3 powerpc: Enable pseries hardware RNG and crypto modules by Anton Blanchard · 12 years ago
  12. b1acf1b powerpc: Update g5_defconfig by Benjamin Herrenschmidt · 12 years ago
  13. 38df850 powerpc/kvm/bookehv: Fix build regression by Alexander Graf · 12 years ago
  14. 1f8b0bc powerpc: Set stack limit properly in crit_transfer_to_handler by Stuart Yoder · 12 years ago
  15. 44a6b84 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  16. 6dd53aa Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  17. f14121a Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linux by Linus Torvalds · 12 years ago
  18. 5fecc9d Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  19. 0b1a871 powerpc: remove km_type definitions by Cong Wang · 13 years ago
  20. 83c7f72 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  21. a66d2c8 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  22. 574ce79 powerpc/mpic: Create a revmap with enough entries for IPIs and timers by Benjamin Herrenschmidt · 12 years ago
  23. 668fcb6 Remove stale .rej file by Benjamin Herrenschmidt · 12 years ago
  24. 765927b switch dentry_open() to struct path, make it grab references itself by Al Viro · 12 years ago
  25. bf349a4 spufs: shift dget/mntget towards dentry_open() by Al Viro · 12 years ago
  26. 55acddd Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  27. dcd261b powerpc/iommu: Fix iommu pool initialization by Benjamin Herrenschmidt · 12 years ago
  28. af3bf7f Merge remote-tracking branch 'kumar/next' into next by Benjamin Herrenschmidt · 12 years ago
  29. 10db8d2 powerpc/eeh: Check handle_eeh_events() return value by Kleber Sacilotto de Souza · 12 years ago
  30. b915341 powerpc/85xx: Add phy nodes in SGMII mode for MPC8536/44/72DS & P2020DS by Jia Hongtao · 12 years ago
  31. 37e41af Merge branch 'for-upstream-master' of git://github.com/agraf/linux-2.6 by Avi Kivity · 12 years ago
  32. 0c1fc3c KVM: PPC: Critical interrupt emulation support by Bharat Bhushan · 12 years ago
  33. 66c9897 KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guests by Mihai Caraman · 12 years ago
  34. c7ba777 KVM: PPC64: booke: Set interrupt computation mode for 64-bit host by Mihai Caraman · 12 years ago
  35. 9997782 KVM: PPC: bookehv: Add ESR flag to Data Storage Interrupt by Mihai Caraman · 12 years ago
  36. 6c5cb73 KVM: PPC: bookehv64: Add support for std/ld emulation. by Varun Sethi · 12 years ago
  37. 75c44bb booke: Added crit/mc exception handler for e500v2 by Bharat Bhushan · 12 years ago
  38. 6328e59 booke/bookehv: Add host crit-watchdog exception support by Bharat Bhushan · 12 years ago
  39. 1dee7a3 powerpc/kvm: Fix "PR" KVM implementation of H_CEDE by Benjamin Herrenschmidt · 12 years ago
  40. 9653018 powerpc/e500: add paravirt QEMU platform by Scott Wood · 12 years ago
  41. 91a6f34 powerpc/mpc85xx_ds: convert to unified PCI init by Scott Wood · 12 years ago
  42. 07e4f80 powerpc/fsl-pci: get PCI init out of board files by Scott Wood · 12 years ago
  43. 478a482 powerpc/85xx: Update corenet64_smp_defconfig by Shengzhou Liu · 12 years ago
  44. 9d23298 powerpc/85xx: Update corenet32_smp_defconfig by Shengzhou Liu · 12 years ago
  45. 3ef4106 powerpc/85xx: Rename P1021RDB-PC device trees to be consistent by Xu Jiucheng · 12 years ago
  46. c5f02bb powerpc/watchdog: move booke watchdog param related code to setup-common.c by Shaohui Xie · 12 years ago
  47. e1612de powerpc: Disable /dev/port interface on systems without an ISA bridge by Haren Myneni · 12 years ago
  48. 475d009 of: Improve prom_update_property() function by Dong Aisheng · 12 years ago
  49. b416c9a powerpc: Add "memory" attribute for mfmsr() by Tiejun Chen · 12 years ago
  50. fd5a429 powerpc/ftrace: Fix assembly trampoline register usage by roger blofeld · 12 years ago
  51. ac84aa2 powerpc/hw_breakpoints: Fix incorrect pointer access by Naveen N. Rao · 12 years ago
  52. 1d5a436 powerpc: Put the gpr save/restore functions in their own section by Stephen Rothwell · 12 years ago
  53. 18ad51d powerpc: Add VDSO version of getcpu by Anton Blanchard · 12 years ago
  54. e6a74c6 powerpc: Add a symbol for hypervisor trampolines by Michael Ellerman · 12 years ago
  55. 852d8cb powerpc/cpuidle: Fixes for pseries_idle hotplug notifier by Deepthi Dharwar · 12 years ago
  56. 8bf8385 powerpc: Fixup oddity in entry_32.S by Benjamin Herrenschmidt · 12 years ago
  57. 9778b69 powerpc: Use CURRENT_THREAD_INFO instead of open coded assembly by Stuart Yoder · 12 years ago
  58. b5dc298 powerpc/85xx: Add ucc uart support for p1025rdb by Zhicheng Fan · 12 years ago
  59. 6d4ae2d powerpc: select PPC_CLOCK unconditionally for FSL_SOC by Shawn Guo · 13 years ago
  60. e65650e powerpc/qe: set IReady in QE Microcode Upload by Kokoris, Ioannis · 13 years ago
  61. 1f0e90a powerpc/85xx: MPC8572DS - Update the MSI interrupts into 4-cell format by Jia Hongtao · 12 years ago
  62. a2ec009 powerpc/85xx: MPC8572DS - Fix eTSEC is not available on core1 of AMP boot by Jia Hongtao · 12 years ago
  63. 5a271fe powerpc/mpic: Use the MPIC_LARGE_VECTORS flag for FSL MPIC. by Varun Sethi · 12 years ago
  64. 2dc3d4c powerpc/e500: make load_up_spe a normal fuction by Liu Yu · 13 years ago
  65. d729b90 powerpc/85xx: Add BSC9131 RDB Support by Prabhakar Kushwaha · 13 years ago
  66. ab2aba4 Revert "powerpc/p3060qds: Add support for P3060QDS board" by Timur Tabi · 12 years ago
  67. 6bd825f powerpc/85xx: use the BRx registers to enable indirect mode on the P1022DS by Timur Tabi · 12 years ago
  68. aeccf89 powerpc/p2041rdb: add NAND node in device tree by Shaohui Xie · 12 years ago
  69. b048b4e powerpc: remove Wind River SBC8560 support by Paul Gortmaker · 12 years ago
  70. 572546b powerpc/85xx: Add P1024rdb dts support by Tang Yuantian · 12 years ago
  71. 063e94b powerpc/85xx: Add P1024rdb board support by Tang Yuantian · 12 years ago
  72. babb5e8 powerpc/p1010rdb: add EEPROMs to device tree by Gustavo Zacarias · 12 years ago
  73. 4b2e185 Revert "powerpc/85xx: p2020rdb - move the NAND address." by Sebastian Andrzej Siewior · 13 years ago
  74. 5d1d67e powerpc/82xx: add SPI support for mgcoge by Holger Brunck · 13 years ago
  75. 7ee0bf5 powerpc/83xx: update defconfig for kmeter1 by Holger Brunck · 13 years ago
  76. 4bfc1dd powerpc/83xx: fix RGMII AC values workaround for km83xx by Christian Herzig · 13 years ago
  77. f7854e7 powerpc/83xx: use for_each_node_by_name for km83xx.c by Holger Brunck · 13 years ago
  78. 4a35243 powerpc/p1022ds: Add RTC support by Jerry Huang · 13 years ago
  79. 5a9e0d2 powerpc/85xx: Enable MTD/NOR/NAND options by default in defconfig by Shengzhou Liu · 13 years ago
  80. a6fceddd powerpc/fsl: Distribute interrupts on all CPUs by default by Kim Phillips · 13 years ago
  81. dea0ed4 powerpc/fsl/pci: Fix when quirk_fsl_pcie_header is freed up by Matias Garcia · 13 years ago
  82. db91121 powerpc: Turn on BPF_JIT in ppc64_defconfig by Michael Ellerman · 12 years ago
  83. d6b9a81 powerpc: IOMMU fault injection by Anton Blanchard · 12 years ago
  84. a980349 powerpc: Call dma_debug_add_bus for PCI and VIO buses by Anton Blanchard · 12 years ago
  85. 44b372d powerpc/vio: Separate vio bus probe and device probe by Anton Blanchard · 12 years ago
  86. 62761d1 powerpc/vio: Remove dma not supported warnings by Anton Blanchard · 12 years ago
  87. 9c41ef0 powerpc/pseries: Fix whitespace in eeh by Michael Neuling · 12 years ago
  88. 6da7094 powerpc/perf: Use perf_instruction_pointer in callchains by Anton Blanchard · 12 years ago
  89. 5c093ef powerpc/perf: Always use pt_regs for userspace samples by Anton Blanchard · 12 years ago
  90. 75382aa powerpc/perf: Move code to select SIAR or pt_regs into perf_read_regs by Anton Blanchard · 12 years ago
  91. 68b30bb powerpc/perf: Create mmcra_sihv/mmcra_sipv helpers by Anton Blanchard · 12 years ago
  92. 962cffb powerpc: Enforce usage of RA 0-R31 where possible by Michael Neuling · 12 years ago
  93. f4c0157 powerpc: Add defines for RA 0-R31 by Michael Neuling · 12 years ago
  94. 0b7673c powerpc: Enforce usage of R0-R31 where possible by Michael Neuling · 12 years ago
  95. 0972def powerpc: Introduce new __REG_R macros by Michael Neuling · 12 years ago
  96. cdaade71 powerpc: Start using ___PPC_RA/B/S/T where necessary by Michael Neuling · 12 years ago
  97. 55a5db1 powerpc: Introduce new ___PPC_RA/B/S/T macros by Michael Neuling · 12 years ago
  98. 178f2ae powerpc: Fix VSX macros so register names aren't wrapped by Michael Neuling · 12 years ago
  99. e55174e powerpc: Fixes for instructions not using correct register naming by Michael Neuling · 12 years ago
  100. 03a22bf powerpc: Change LOAD_REG_ADDR to use real register names by Michael Neuling · 12 years ago