1. 494fd07 powerpc/ps3: Use dma_addr_t down through the stack by Stephen Rothwell · 16 years ago
  2. c52fe6b powerpc/ps3: set_dabr() takes an unsigned long by Stephen Rothwell · 16 years ago
  3. 5393f78 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 16 years ago
  4. bca2685 Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  5. 74d96f0 byteorder: make swab.h include asm/swab.h like a regular header by Harvey Harrison · 16 years ago
  6. ee6a093 [CVE-2009-0029] powerpc: Enable syscall wrappers for 64-bit by Benjamin Herrenschmidt · 16 years ago
  7. e55380e [CVE-2009-0029] Rename old_readdir to sys_old_readdir by Heiko Carstens · 16 years ago
  8. ea0105e powerpc/83xx: Move mcu_mpc8349emitx driver out of drivers/i2c/chips/ by Anton Vorontsov · 16 years ago
  9. 6c9789d powerpc/83xx: Make serial ports work on MPC8315E-RDB w/ FSL U-Boots by Anton Vorontsov · 16 years ago
  10. 5597b25 powerpc/e500mc: Doorbells need to be taken w/exceptions disabled by Kumar Gala · 16 years ago
  11. 061b908 powerpc: Enable PS3 options and QPACE in ppc64_defconfig by Michael Ellerman · 16 years ago
  12. c478b58 powerpc/powermac: Fix occasional SMP boot failure by Benjamin Herrenschmidt · 16 years ago
  13. fc7a9fe powerpc/cacheinfo: Rename cache_dir per-cpu variable by Nathan Lynch · 16 years ago
  14. 9477e45 powerpc: Cleanup from l64 to ll64 change: arch code by Stephen Rothwell · 16 years ago
  15. fe33332 powerpc: Change u64/s64 to a long long integer type by Ingo Molnar · 16 years ago
  16. 66c721e powerpc/kexec: Check crash_base for relocatable kernel by Milton Miller · 16 years ago
  17. e16459c powerpc: Make dummy section a valid note header by Milton Miller · 16 years ago
  18. bd1f793 Merge commit 'gcl/gcl-next' into next by Benjamin Herrenschmidt · 16 years ago
  19. 30aae73 Merge commit 'kumar/kumar-next' into next by Benjamin Herrenschmidt · 16 years ago
  20. 6ec9eae [WATCHDOG] Enable watchdog timer on GE Fanuc's SBC610 by Martyn Welch · 16 years ago
  21. ae04d14 powerpc: Fix cpufreq drivers after cpufreq core changes by Benjamin Herrenschmidt · 16 years ago
  22. ddd527d powerpc/mpc52xx: remove dead code from GPIO driver by Wolfram Sang · 16 years ago
  23. d30239a powerpc/mpc52xx: Properly update irq_desc when set_type() is called. by Grant Likely · 16 years ago
  24. 23faf63 powerpc/mpc5121: fix NULL test in mpc5121_clk_get utility function. by roel kluin · 16 years ago
  25. 4ce5f24 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile by Linus Torvalds · 16 years ago
  26. 85da1fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 16 years ago
  27. 73ac36e fix similar typos to successfull by Coly Li · 16 years ago
  28. 2500664 powerpc/oprofile: fix whitespaces in op_model_cell.c by Robert Richter · 16 years ago
  29. 8838232 powerpc/oprofile: IBM CELL: add SPU event profiling support by Carl Love · 16 years ago
  30. 014cef9 powerpc/oprofile: fix cell/pr_util.h by Robert Richter · 16 years ago
  31. 9b93418 powerpc/oprofile: IBM CELL: cleanup and restructuring by Carl Love · 16 years ago
  32. 2b79d69 powerpc: enable dynamic ftrace by Steven Rostedt · 16 years ago
  33. 9b63564 powerpc/cell: Fix the prototype of create_vma_map() by Stephen Rothwell · 16 years ago
  34. 7021d86 powerpc/mm: Make clear_fixmap() actually work by Anton Vorontsov · 16 years ago
  35. 02af87a powerpc/kdump: Use ppc_save_regs() in crash_setup_regs() by Anton Vorontsov · 16 years ago
  36. 1edda9c powerpc: Export cacheable_memzero as its now used in a driver by Kumar Gala · 16 years ago
  37. 4a08268 powerpc: Fix missing semicolons in mmu_decl.h by Benjamin Herrenschmidt · 16 years ago
  38. ac3f645 powerpc/pasemi: local_irq_save uses an unsigned long by Ingo Molnar · 16 years ago
  39. b36ac9e powerpc/cell: Fix some u64 vs. long types by Ingo Molnar · 16 years ago
  40. 19b0bd0 powerpc/cell: Use correct types in beat files by Ingo Molnar · 16 years ago
  41. 2b931fb powerpc: Use correct type in prom_init.c by Ingo Molnar · 16 years ago
  42. 6327716 powerpc: Remove unnecessary casts by Stephen Rothwell · 16 years ago
  43. 0a2d15b mtd/ps3vram: Add modalias support to the ps3vram driver by Geert Uytterhoeven · 16 years ago
  44. cffb4add mtd/ps3vram: Add ps3vram driver for accessing video RAM as MTD by Jim Paris · 16 years ago
  45. d2b4397 powerpc: Fix iseries drivers build failure without CONFIG_VIOPATH by Kamalesh Babulal · 16 years ago
  46. c6ac71a powerpc: Enable RELOCATABLE option for CRASH_DUMP by Mohan Kumar M · 16 years ago
  47. d6a09e0 powerpc: Remove the redundant _tlbil_pid at SMP case by Dave Liu · 16 years ago
  48. 54cfd0d powerpc/cell: local_irq_save takes an unsigned long by Stephen Rothwell · 16 years ago
  49. ee418b8 powerpc/cell: Bitops work on unsigned longs by Stephen Rothwell · 16 years ago
  50. d507017 powerpc: Add ioctls for RS485 mode control of serial drivers by Matthias Fuchs · 16 years ago
  51. 16124f1 powerpc: Fix pciconfig_iobase system call on PCI-Express powermac by Paul Mackerras · 16 years ago
  52. 1d5bc03 powerpc/pasemi: Use DEFINE_SPINLOCK by Julia Lawall · 16 years ago
  53. 2701a1a powerpc/52xx: Use DEFINE_SPINLOCK by Julia Lawall · 16 years ago
  54. 93197a3 powerpc: Rewrite sysfs processor cache info code by Nathan Lynch · 16 years ago
  55. 5c9a260 powerpc/iseries: Kexec is known not to work on iseries by Michael Ellerman · 16 years ago
  56. 29f1aff powerpc: Copy bootable images in the default install script by Grant Likely · 16 years ago
  57. 893473d powerpc/mm: Cleanup careful_allocation(): consolidate memset() by Dave Hansen · 16 years ago
  58. 0be210f powerpc/mm: Make careful_allocation() return virtual addrs by Dave Hansen · 16 years ago
  59. 5d21ea2 powerpc/mm:: Cleanup careful_allocation(): bootmem already panics by Dave Hansen · 16 years ago
  60. c555e52 powerpc/mm: Add better comment on careful_allocation() by Dave Hansen · 16 years ago
  61. afcb065 powerpc/powermac: Add missing of_node_put by Nicolas Palix · 16 years ago
  62. c1f3430 powerpc/pci: Reserve legacy regions on PCI by Benjamin Herrenschmidt · 16 years ago
  63. 24f0301 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 16 years ago
  64. b424e8d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  65. 7c7758f Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
  66. 6fd8be4 powerpc/fsl-booke: Remove num_tlbcam_entries by Trent Piepho · 16 years ago
  67. 19f5465 powerpc/fsl-booke: Don't hard-code size of struct tlbcam by Trent Piepho · 16 years ago
  68. 565f376 powerpc/fsl-pci: Set relaxed ordering on prefetchable ranges by Trent Piepho · 16 years ago
  69. a097a78 powerpc/fsl-pci: Better ATMU setup for 85xx/86xx by Trent Piepho · 16 years ago
  70. 57c44c5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 16 years ago
  71. 3f9455d PCI: powerpc: use generic pci_swizzle_interrupt_pin() by Bjorn Helgaas · 16 years ago
  72. 796bcae USB: powerpc: Workaround for the PPC440EPX USBH_23 errata [take 3] by Vitaly Bordug · 16 years ago
  73. fdd4e81 powerpc/qe: add Ethernet UPSMR definitions to QE library by Timur Tabi · 16 years ago
  74. be122d6d powerpc/85xx: Fix PCIe error interrupts by Kumar Gala · 16 years ago
  75. 1433fa7 powerpc: Fix the ide suspend function in uli1575 by Jason Jin · 16 years ago
  76. 156ca2b powerpc: introduce asm/swab.h by Harvey Harrison · 16 years ago
  77. 1294156 kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe() by Masami Hiramatsu · 16 years ago
  78. ea435467 atomic_t: unify all arch definitions by Matthew Wilcox · 16 years ago
  79. c04fc58 mm: show node to memory section relationship with symlinks in sysfs by Gary Hade · 16 years ago
  80. 3340289 mm: report the MMU pagesize in /proc/pid/smaps by Mel Gorman · 16 years ago
  81. 2a94739 trivial: Fix misspelling of "firmware" in powerpc Makefile by Nick Andrew · 16 years ago
  82. 025dfda trivial: fix then -> than typos in comments and documentation by Frederik Schwarzer · 16 years ago
  83. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  84. 4aa12f7 Merge commit 'kumar/kumar-next' into next by Benjamin Herrenschmidt · 16 years ago
  85. 7d3b56b Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  86. 61420f5 Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  87. 7eb1955 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into merge-rr-cpumask by Mike Travis · 16 years ago
  88. b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  89. 597b0d2 Merge branch 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 16 years ago
  90. 9150641 cpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): powerpc by Rusty Russell · 16 years ago
  91. 18d8fda take init_fs to saner place by Al Viro · 16 years ago
  92. c2452f3 shrink struct dentry by Nick Piggin · 16 years ago
  93. ca9edae KVM: Consolidate userspace memory capability reporting into common code by Avi Kivity · 16 years ago
  94. 7b70159 KVM: ppc: mostly cosmetic updates to the exit timing accounting code by Hollis Blanchard · 16 years ago
  95. 73e75b4 KVM: ppc: Implement in-kernel exit timing statistics by Hollis Blanchard · 16 years ago
  96. c5fbdff KVM: ppc: save and restore guest mappings on context switch by Hollis Blanchard · 16 years ago
  97. 7924bd4 KVM: ppc: directly insert shadow mappings into the hardware TLB by Hollis Blanchard · 16 years ago
  98. c0ca609 powerpc/44x: declare tlb_44x_index for use in C code by Hollis Blanchard · 16 years ago
  99. 8916861 KVM: ppc: support large host pages by Hollis Blanchard · 16 years ago
  100. fe4e771 KVM: ppc: fix userspace mapping invalidation on context switch by Hollis Blanchard · 16 years ago