1. 1cdab55 powerpc: Wire up /proc/vmallocinfo to our ioremap() by Benjamin Herrenschmidt · 16 years ago
  2. 16962e7 powerpc: Estimate G5 cpufreq transition latency by Nick Piggin · 16 years ago
  3. e14eee5 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 16 years ago
  4. d6ee6f7 Merge commit 'gcl/next' into next by Benjamin Herrenschmidt · 16 years ago
  5. ac4dff2 powerpc/86xx: Correct local bus registers in GE Fanuc SBC610 dts file by Martyn Welch · 16 years ago
  6. 0bcd783 powerpc: add fsl,fifo-depth property to Freescale SSI device nodes by Timur Tabi · 16 years ago
  7. c307195 powerpc/fsl-booke: Add support for tlbilx instructions by Kumar Gala · 16 years ago
  8. c026c98 powerpc/83xx: Do not configure or probe disabled FSL DR USB controllers by Anton Vorontsov · 16 years ago
  9. 30c4046 powerpc/83xx: Fix the interrupt loss problem on ipic by dayu@datangmobile.cn · 16 years ago
  10. 48b3fd1 powerpc/4xx: update ml507 .dts file to release reference design by Grant Likely · 16 years ago
  11. 368a121 powerpc: Run sbc610 USB fixup code only on the appropriate platform. by Tony Breeds · 16 years ago
  12. 652e8f8 Merge commit 'jwb/next' into next by Benjamin Herrenschmidt · 16 years ago
  13. 5b10174 x86-64: seccomp: fix 32/64 syscall hole by Roland McGrath · 16 years ago
  14. aafbf16 powerpc/5200: Add 'simple-bus' to the of_platform probe list. by Grant Likely · 16 years ago
  15. 86f5a4a powerpc/5200: On the digsy-mtc, configure PSC4 and PSC5 as UARTs by Grzegorz Bernacki · 16 years ago
  16. 652b2db powerpc/5200: Add digsy-mtc support to mpc5200_defconfig by Grzegorz Bernacki · 16 years ago
  17. 1ac00cc powerpc/44x: Fix address decoding setup of PCI 2.x cells by Benjamin Herrenschmidt · 16 years ago
  18. f72b728 powerpc: Fix 64bit __copy_tofrom_user() regression by Mark Nelson · 16 years ago
  19. e423b9ec powerpc: Fix 64bit memcpy() regression by Mark Nelson · 16 years ago
  20. 49f297f powerpc: Fix load/store float double alignment handler by Michael Neuling · 16 years ago
  21. 501cb16 powerpc: Randomise PIEs by Anton Blanchard · 16 years ago
  22. 002b0ec powerpc: Increase stack gap on 64bit binaries by Anton Blanchard · 16 years ago
  23. a5adc91 powerpc: Ensure random space between stack and mmaps by Anton Blanchard · 16 years ago
  24. 912f9ee powerpc: Randomise the brk region by Anton Blanchard · 16 years ago
  25. d839088 powerpc: Randomise lower bits of stack address by Anton Blanchard · 16 years ago
  26. 2dadb98 powerpc: More stack randomisation for 64bit binaries by Anton Blanchard · 16 years ago
  27. 9f14c42 powerpc: Randomise mmap start address by Anton Blanchard · 16 years ago
  28. 13a2cb3 powerpc: Rearrange mmap.c by Anton Blanchard · 16 years ago
  29. a465f9b powerpc: Move is_32bit_task by Anton Blanchard · 16 years ago
  30. 4c4ece3 powerpc/powermac: Hotplug /sys entries are missing by Giuliano Pochini · 16 years ago
  31. 41fd81c powerpc/cell: Add rtas rtc calls for the QPACE platform by Benjamin Krill · 16 years ago
  32. 553631e powerpc: Fix load/store float double alignment handler by Michael Neuling · 16 years ago
  33. 545bba1 powerpc: Add alignment handler for new lfiwzx instruction by Michael Neuling · 16 years ago
  34. 0f16ef7 powerpc/numa: Cleanup hot_add_scn_to_nid by Nathan Fontenot · 16 years ago
  35. f52862f powerpc/pseries: Fix partition migration hang under load by Brian King · 16 years ago
  36. 448e2ca powerpc/pseries: Implement a quota system for MSIs by Michael Ellerman · 16 years ago
  37. d523cc3 powerpc/pseries: Return req#msi(-x) if request is larger by Michael Ellerman · 16 years ago
  38. 620165f powerpc: Add support for using doorbells for SMP IPI by Kumar Gala · 16 years ago
  39. 6ed8d12 powerpc/cell: Fix dependency in cpufreq by Arnd Bergmann · 16 years ago
  40. 7425464 powerpc/spufs: Constify context contents and coredump callback constants by Jeremy Kerr · 16 years ago
  41. 3688b46 powerpc/spufs: Clear purge status before setting up isolated mode by Jeremy Kerr · 16 years ago
  42. 60ee0319 powerpc/spufs: Use correct return value for spu_handle_mm_fault by Jeremy Kerr · 16 years ago
  43. 13870b6 powerpc/mm: Reduce hashtable size when using 64kB pages by Anton Blanchard · 16 years ago
  44. 33f00dce powerpc: Rework dma-noncoherent to use generic vmalloc layer by Ilya Yanok · 16 years ago
  45. 812d904 powerpc: Fix warnings from make headers_check by Kumar Gala · 16 years ago
  46. f817869 powerpc/pci: Fix PCI<->OF matching of old style multifunc devices by Tom Arbuckle · 16 years ago
  47. 16c57b3 powerpc: Unify opcode definitions and support by Kumar Gala · 16 years ago
  48. bb9b903 powerpc, ftrace: use create_branch lib function by Steven Rostedt · 16 years ago
  49. b54dcfe powerpc, ftrace: use unsigned int for instruction manipulation by Steven Rostedt · 16 years ago
  50. 60ce8f7 powerpc32, ftrace: dynamic function graph tracer by Steven Rostedt · 16 years ago
  51. fad4f47 powerpc32, ftrace: port function graph tracer to ppc32, static only by Steven Rostedt · 16 years ago
  52. bf528a3 powerpc32, ftrace: save and restore mcount regs with macro by Steven Rostedt · 16 years ago
  53. bb72534 powerpc64, ftrace: save toc only on modules for function graph by Steven Rostedt · 16 years ago
  54. 4654288 powerpc64, tracing: add function graph tracer with dynamic tracing by Steven Rostedt · 16 years ago
  55. 6794c78 powerpc64: port of the function graph tracer by Steven Rostedt · 16 years ago
  56. 17be5b3 powerpc, ftrace: fix compile error when modules not configured by Steven Rostedt · 16 years ago
  57. 44e1d06 ftrace, powerpc: replace debug macro with proper pr_deug by Steven Rostedt · 16 years ago
  58. 3b7faeb Merge commit 'kumar/next' into next by Benjamin Herrenschmidt · 16 years ago
  59. 82a0a1c Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 16 years ago
  60. b30b774 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 16 years ago
  61. ad8ba2c KVM: Add kvm_arch_sync_events to sync with asynchronize events by Sheng Yang · 16 years ago
  62. 6c71209 AMCC PPC 460SX redwood SoC platform initial framework by Madhulika Madishetty · 16 years ago
  63. 41b6a08 powerpc/4xx: Enable PCI domains on 4xx by Benjamin Herrenschmidt · 16 years ago
  64. 018f76e powerpc/4xx: Add missing USB and i2c devices to Canyonlands by Benjamin Herrenschmidt · 16 years ago
  65. e124012 powerpc/44x: Support for 256KB PAGE_SIZE by Yuri Tikhonov · 16 years ago
  66. 26456dc powerpc/vsx: Fix VSX alignment handler for regs 32-63 by Michael Neuling · 16 years ago
  67. 0047656 powerpc/ps3: Move ps3_mm_add_memory to device_initcall by Geoff Levand · 16 years ago
  68. 06eccea powerpc/mm: Fix numa reserve bootmem page selection by Dave Hansen · 16 years ago
  69. fbc78b0 powerpc/mm: Fix _PAGE_CHG_MASK to protect _PAGE_SPECIAL by Philippe Gerum · 16 years ago
  70. 96a8bac powerpc/fsl-booke: Fix compile warning by Kumar Gala · 16 years ago
  71. 70fe3af powerpc/book-3e: Introduce concept of Book-3e MMU by Kumar Gala · 16 years ago
  72. d66c82e powerpc/fsl-booke: Add new ISA 2.06 page sizes and MAS defines by Kumar Gala · 16 years ago
  73. a240474 powerpc/85xx: Added 36-bit physical device tree for mpc8572ds board by Kumar Gala · 16 years ago
  74. ca34040 powerpc/85xx: Fixed PCI IO region sizes in mpc8572ds*.dts by Kumar Gala · 16 years ago
  75. f99fb8a powerpc/mm: Fix _PAGE_COHERENT support on classic ppc32 HW by Kumar Gala · 16 years ago
  76. 8d30c14 powerpc/mm: Rework I$/D$ coherency (v3) by Benjamin Herrenschmidt · 16 years ago
  77. 4b7ad35 powerpc/amigaone: Default config for AmigaOne boards by Gerhard Pircher · 16 years ago
  78. 8f23735 powerpc/amigaone: Bootwrapper and serial console support for AmigaOne by Gerhard Pircher · 16 years ago
  79. 50408b7 powerpc/amigaone: Generic device tree for all AmigaOne boards by Gerhard Pircher · 16 years ago
  80. 54b318a powerpc/amigaone: Add platform support for AmigaOne by Gerhard Pircher · 16 years ago
  81. 8535ef0 powerpc/eeh: Only disable/enable LSI interrupts in EEH by Mike Mason · 16 years ago
  82. 10156ce powerpc: Disable mv643xx Ethernet port 0 on Pegasos by Gabriel Paubert · 16 years ago
  83. 91b0f5e powerpc/mm: Move 64-bit unmapped_area to top of address space by Anton Blanchard · 16 years ago
  84. c3bd517 powerpc/pci: Move hose_list and pci_address_to_pio to pci-common by Milton Miller · 16 years ago
  85. 6071ed0 powerpc/pseries: Return the number of MSIs we could allocate by Michael Ellerman · 16 years ago
  86. 649781f powerpc/pseries: Check for MSI-X also in rtas_msi_pci_irq_fixup() by Michael Ellerman · 16 years ago
  87. 3a51c0c powerpc/pseries: Add support for ibm,req#msi-x by Michael Ellerman · 16 years ago
  88. e27ed69 powerpc/pseries: Fix MSI-X interrupt querying by Michael Ellerman · 16 years ago
  89. 059f134 powerpc: Allow debugging of LMBs with lmb=debug by Michael Ellerman · 16 years ago
  90. 33642d3 powerpc: Remove unused ppc64_terminate_msg() by Michael Ellerman · 16 years ago
  91. 7ce14a3 powerpc/pseries: Remove write only variable in PCI DLPAR by Milton Miller · 16 years ago
  92. 8b16cd2 powerpc/numa: Remove redundant find_cpu_node() by Milton Miller · 16 years ago
  93. 20fcefe powerpc/numa: Avoid possible reference beyond prop. length in find_min_common_depth() by Milton Miller · 16 years ago
  94. 6a4d7a9 Merge commit 'gcl/next' into next by Benjamin Herrenschmidt · 16 years ago
  95. edbc29d Merge commit 'kumar/next' into next by Benjamin Herrenschmidt · 16 years ago
  96. 0b2f828 powerpc: Add missing sparsemem.h include by Michael Neuling · 16 years ago
  97. 5b11abf powerpc/pci: mmap anonymous memory when legacy_mem doesn't exist by Benjamin Herrenschmidt · 16 years ago
  98. d87bf76 powerpc/cell: Add missing #include for oprofile by Michael Neuling · 16 years ago
  99. f25f907 powerpc/ftrace: Fix math to calculate offset in TOC by Steven Rostedt · 16 years ago
  100. eef3361 powerpc: Don't emulate mr. instructions by Ananth N Mavinakayanahalli · 16 years ago