1. 78c7705 powerpc/83xx: Fix sparse warnings in mpc836x_mds.c by Anton Vorontsov · 16 years ago
  2. 81b36a0 powerpc/83xx: Fix sparse warnings in board files by Anton Vorontsov · 16 years ago
  3. a5dae76 powerpc: Implement get_brgfreq() and get_baudrate() stubs by Anton Vorontsov · 16 years ago
  4. ca9153a powerpc/44x: Support 16K/64K base page sizes on 44x by Ilya Yanok · 16 years ago
  5. 6ca4f74 powerpc: Force memory size to be a multiple of PAGE_SIZE by Hollis Blanchard · 16 years ago
  6. f8f50b1 powerpc/32: Wire up the trampoline code for kdump by Dale Farnsworth · 16 years ago
  7. ccdcef7 powerpc/32: Add the ability for a classic ppc kernel to be loaded at 32M by Dale Farnsworth · 16 years ago
  8. 01695a9 powerpc/32: Allow __ioremap on RAM addresses for kdump kernel by Anton Vorontsov · 16 years ago
  9. 6f29c32 powerpc/32: Setup OF properties for kdump by Dale Farnsworth · 16 years ago
  10. 7375331 powerpc/32/kdump: Implement crash_setup_regs() using ppc_save_regs() by Anton Vorontsov · 16 years ago
  11. 322b439 powerpc: Prepare xmon_save_regs for use with kdump by Anton Vorontsov · 16 years ago
  12. 5be8554 powerpc: Remove default kexec/crash_kernel ops assignments by Anton Vorontsov · 16 years ago
  13. 77733f8 powerpc: Make default kexec/crash_kernel ops implicit by Anton Vorontsov · 16 years ago
  14. 2e8e4f5 powerpc: Setup OF properties for ppc32 kexec by Dale Farnsworth · 16 years ago
  15. b906cfa powerpc/pseries: Fix cpu hotplug by Sebastien Dugue · 16 years ago
  16. fad7b9b powerpc: Fix KVM build on ppc440 by Paul Mackerras · 16 years ago
  17. def434c powerpc/cell: add QPACE as a separate Cell platform by Benjamin Krill · 16 years ago
  18. e68558d powerpc/cell: fix build breakage with CONFIG_SPUFS disabled by Arnd Bergmann · 16 years ago
  19. aec739e powerpc/mpc5200: add rts/cts handling in PSC UART driver by Wolfram Sang · 16 years ago
  20. 6b61e69 powerpc/mpc5200: Add MDMA/UDMA support to MPC5200 ATA driver by Tim Yamin · 16 years ago
  21. aaab5e8 powerpc/mpc5200: Disable bestcomm prefetching when ATA DMA enabled by Grant Likely · 16 years ago
  22. e4efe3c powerpc/mpc5200: Bestcomm fixes to ATA support by Tim Yamin · 16 years ago
  23. 6228824 powerpc/mpc5200: Bugfix on handling variable sized buffer descriptors by Grant Likely · 16 years ago
  24. dd952cb powerpc/mpc5200: Make internal 5200 PIC the default interrupt controller by Grant Likely · 16 years ago
  25. bcb73f5 powerpc/mpc5200: Document and tidy irq driver by Grant Likely · 16 years ago
  26. a149535 powerpc: Fix missing 'blr' in _tlbia() by Benjamin Herrenschmidt · 16 years ago
  27. 49e6e3f powerpc/bootwrapper: Use the child-bus #address-cells to decide which range entry to use by Scott Wood · 16 years ago
  28. e14d774 powerpc: Const-qualify Device Node Argument to DCR Resource Extent API by Grant Erickson · 16 years ago
  29. 9dce3ce powerpc/44x: 44x TLB doesn't need "Guarded" set for all pages by Benjamin Herrenschmidt · 16 years ago
  30. 64b3d0e powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDED by Benjamin Herrenschmidt · 16 years ago
  31. 7752035 powerpc/mm: Runtime allocation of mmu context maps for nohash CPUs by Benjamin Herrenschmidt · 16 years ago
  32. 760ec0e powerpc/44x: No need to mask MSR:CE, ME or DE in _tlbil_va on 440 by Benjamin Herrenschmidt · 16 years ago
  33. 2a4aca11 powerpc/mm: Split low level tlb invalidate for nohash processors by Benjamin Herrenschmidt · 16 years ago
  34. f048aac powerpc/mm: Add SMP support to no-hash TLB handling by Benjamin Herrenschmidt · 16 years ago
  35. 7c03d65 powerpc/mm: Introduce MMU features by Benjamin Herrenschmidt · 16 years ago
  36. 2ca8cf73 powerpc/mm: Rework context management for CPUs with no hash table by Benjamin Herrenschmidt · 16 years ago
  37. 5e69661 powerpc/mm: Split mmu_context handling by Benjamin Herrenschmidt · 16 years ago
  38. 6d2170b powerpc/4xx: Extended DCR support v2 by Benjamin Herrenschmidt · 16 years ago
  39. fecba96 powerpc: Add reboot notifier to Collaborative Memory Manager by Brian King · 16 years ago
  40. 2218108 powerpc: Disable Collaborative Memory Manager for kdump by Brian King · 16 years ago
  41. 5d84e4b powerpc/iseries: viodasd needs to depend on CONFIG_BLOCK by Stephen Rothwell · 16 years ago
  42. 532774e powerpc: Pass a valid token to rtas_call() in phyp-dump code by Tony Breeds · 16 years ago
  43. 7a2eab0 powerpc: Protect against NULL pointer deref in phyp-dump code by Tony Breeds · 16 years ago
  44. 8168b54 powerpc: Rename struct vm_region to avoid conflict with NOMMU by David Howells · 16 years ago
  45. 13ba3c0 powerpc: Convert sysfs cache code to of_find_next_cache_node() by Nathan Lynch · 16 years ago
  46. b2ea25b powerpc: Convert cpu_to_l2cache() to of_find_next_cache_node() by Nathan Lynch · 16 years ago
  47. e523f72 powerpc: Add of_find_next_cache_node() by Nathan Lynch · 16 years ago
  48. c280266 Merge branch 'linux-2.6' into next by Paul Mackerras · 16 years ago
  49. a52519f Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc by Linus Torvalds · 16 years ago
  50. af4d364 powerpc: Fix corruption error in rh_alloc_fixed() by Guillaume Knispel · 16 years ago
  51. 28707af powerpc/fsl-booke: Fix the miss interrupt restore by Dave Liu · 16 years ago
  52. eddce36 Merge branch 'next' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx into next by Paul Mackerras · 16 years ago
  53. 3bd8226 Merge branch 'sh/for-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago
  54. eef70b2 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  55. f9d62c0 sh: Disable GENERIC_HARDIRQS_NO__DO_IRQ for unconverted platforms. by Paul Mundt · 16 years ago
  56. aab0d37 powerpc: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  57. f63837f powerpc/mm: Remove flush_HPTE() by Benjamin Herrenschmidt · 16 years ago
  58. e41e811 powerpc/mm: Rename tlb_32.c and tlb_64.c to tlb_hash32.c and tlb_hash64.c by Benjamin Herrenschmidt · 16 years ago
  59. 1a37a3f powerpc/mm: Add local_flush_tlb_mm() to SW loaded TLB implementations by Benjamin Herrenschmidt · 16 years ago
  60. a58f053 powerpc: Fix asm EMIT_BUG_ENTRY with !CONFIG_BUG by Benjamin Herrenschmidt · 16 years ago
  61. 3045b3c powerpc: Remove dead BIO_VMERGE_BOUNDARY definition by FUJITA Tomonori · 16 years ago
  62. 7fe519c powerpc: Introduce ppc_pci_flags accessors by Josh Boyer · 16 years ago
  63. edc72ac powerpc/pseries: Check for GIQ indicator before calling set-indicator by Nathan Lynch · 16 years ago
  64. 6ff04c5 powerpc/powermac: Use set_hard_smp_processor_id() instead of smp_hw_index by Nathan Lynch · 16 years ago
  65. 13a9801 powerpc: Move smp_hw_index to 32-bit code by Nathan Lynch · 16 years ago
  66. 6b82b3e powerpc: Remove `have_of' global variable by Anton Vorontsov · 16 years ago
  67. 0efbb57 powerpc: Fix !CONFIG_PPC_NEED_DMA_SYNC_OPS build warning by Becky Bruce · 16 years ago
  68. 46d0149 powerpc/ps3: Add sub-match id modalias support by Geert Uytterhoeven · 16 years ago
  69. 62d8074 powerpc/ps3: Quiet dmesg output by Geoff Levand · 16 years ago
  70. 15cb1cc powerpc: Fix typo in pgtable-ppc64.h by Geoff Levand · 16 years ago
  71. 29e931c powerpc/chrp: Add missing of_node_put in pci.c by Nicolas Palix · 16 years ago
  72. 1e1c568 Merge branch 'merge' into next by Paul Mackerras · 16 years ago
  73. 23e0e8a powerpc/cell/axon-msi: Fix MSI after kexec by Arnd Bergmann · 16 years ago
  74. a4c74dd powerpc: Fix bootmem reservation on uninitialized node by Dave Hansen · 16 years ago
  75. 48f797d powerpc: Check for valid hugepage size in hugetlb_get_unmapped_area by Brian King · 16 years ago
  76. a3dd154 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  77. 7004405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  78. 91cac62 powerpc/85xx: Fix compile issues with mpc8572ds.dts by Kumar Gala · 16 years ago
  79. 8309ce72 powerpc: Fix bogus cache flushing on all 40x and BookE processors v2 by Benjamin Herrenschmidt · 16 years ago
  80. 67306da [ARM] Ensure linux/hardirqs.h is included where required by Russell King · 16 years ago
  81. cefb3d0 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc by Linus Torvalds · 16 years ago
  82. ae8d04e x86 Fix VMI crash on boot in 2.6.28-rc8 by Zachary Amsden · 16 years ago
  83. 3909845 [ARM] fix kernel-doc syntax by Randy Dunlap · 16 years ago
  84. 442a902 [ARM] arch/arm/common/sa1111.c: Correct error handling code by Julia Lawall · 16 years ago
  85. e5e774d powerpc/fsl-booke: Fix problem with _tlbil_va being interrupted by Kumar Gala · 16 years ago
  86. 5279585 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx by Linus Torvalds · 16 years ago
  87. 6d8a52d MIPS: IP32: Update defconfig by David Daney · 16 years ago
  88. 11531ac MIPS: Add missing calls to plat_unmap_dma_mem. by David Daney · 16 years ago
  89. 00ace20 MIPS: Kconfig: Fix the arch-specific header path by Dmitri Vorobiev · 16 years ago
  90. b6354db MIPS: Use EI/DI for MIPS R2. by David Daney · 16 years ago
  91. cd85400 powerpc/4xx: Add L2 cache node to AMCC Canyonlands dts file by Stefan Roese · 16 years ago
  92. 9f3eefc powerpc/40x: Add proper BOOTCFLAGS for cuboot-acadia by Josh Boyer · 16 years ago
  93. 674a0a6 [ARM] 5341/2: there is no copy_page on nommu ARM by Nicolas Pitre · 16 years ago
  94. bb49eed IA64: HP_SIMETH needs to depend upon NET by Alexander Beregalov · 16 years ago
  95. c7f8d6f MN10300: Give correct size when reserving interrupt vector table by Akira Takeuchi · 16 years ago
  96. 24646bd MN10300: Fix the preemption resume_kernel() routine by Akira Takeuchi · 16 years ago
  97. a8893fb MN10300: Discard low-priority Tx interrupts when closing an on-chip serial port by Akira Takeuchi · 16 years ago
  98. cb32898 MN10300: vmlinux.lds.S cleanup - use PAGE_SIZE, PERCPU macros by Cyrill Gorcunov · 16 years ago
  99. 061afe9 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 16 years ago
  100. 942c88c Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago