1. b8c49de powerpc/pseries: Pass phb only to iommu_table_setparms_lpar by Benjamin Herrenschmidt · 15 years ago
  2. 4af2da2 powerpc/pseries: Do not need to check for dma_window == NULL by Nishanth Aravamudan · 15 years ago
  3. f413323 powerpc/pseries: Checking for pdn->parent is redundant by Nishanth Aravamudan · 15 years ago
  4. 7372cfb powerpc/pseries: Do not search for dma-window property on dlpar remove by Nishanth Aravamudan · 15 years ago
  5. b3c7385 powerpc/iommu: Use coherent_dma_mask for alloc_coherent by Nishanth Aravamudan · 15 years ago
  6. 56d8adc Merge remote branch 'jwb/next' into next by Benjamin Herrenschmidt · 15 years ago
  7. f4b9841 Merge branch 'nvram' into next by Benjamin Herrenschmidt · 15 years ago
  8. 6024ede powerpc/nvram: Handle partition names >= 12 chars by Jim Keniston · 15 years ago
  9. 690d1a9 powerpc/nvram: Fix NVRAM partition list setup by Jim Keniston · 15 years ago
  10. 9a866b8 powerpc/nvram: Rename ppc64,linux partition to ibm,rtas-log by Benjamin Herrenschmidt · 15 years ago
  11. edc79a2 powerpc/nvram: Move the log partition stuff to pseries by Benjamin Herrenschmidt · 15 years ago
  12. d962694 powerpc/nvram: Change nvram_setup_partition() to use new helper by Benjamin Herrenschmidt · 15 years ago
  13. cf5cbf9 powerpc/nvram: Add nvram_find_partition() by Benjamin Herrenschmidt · 15 years ago
  14. fa2b4e5 powerpc/nvram: Improve partition removal by Benjamin Herrenschmidt · 15 years ago
  15. e49e2e8 powerpc/nvram: Shuffle code around in nvram_create_partition() by Benjamin Herrenschmidt · 15 years ago
  16. cef0d5a powerpc/nvram: Completely clear a new partition by Benjamin Herrenschmidt · 15 years ago
  17. 578914c powerpc/nvram: Ensure that the partition header/block size is right by Benjamin Herrenschmidt · 15 years ago
  18. 3667330 powerpc/nvram: nvram_create_partitions() now uses bytes by Benjamin Herrenschmidt · 15 years ago
  19. 4e7c77a powerpc/nvram: More flexible nvram_create_partition() by Benjamin Herrenschmidt · 15 years ago
  20. 74d51d0 powerpc/nvram: Move things out of asm/nvram.h by Benjamin Herrenschmidt · 15 years ago
  21. f2e785e powerpc: Use call_rcu_sched() for pagetables by Peter Zijlstra · 15 years ago
  22. ee2ffd8 powerpc/4xx: Add Canyonlands suspend and idle support by Victor Gallardo · 15 years ago
  23. 05ed608 powerpc/4xx: Add Kilauea suspend and idle support by Victor Gallardo · 15 years ago
  24. d164f6d powerpc/4xx: Add suspend and idle support by Victor Gallardo · 15 years ago
  25. 46f5221 powerpc: Remove second definition of STACK_FRAME_OVERHEAD by Stephen Rothwell · 15 years ago
  26. 0b97fee powerpc/mm: Avoid avoidable void* pointer by Michael Neuling · 15 years ago
  27. 6f08cb3 powerpc: Add POWER7+ cputable entry by Michael Neuling · 15 years ago
  28. 1d32bb1 powerpc: Remove POWER6 oprofile workarounds for POWER7 by Michael Neuling · 15 years ago
  29. 93fe56e powerpc: Remove unneeded cpu_setup/restore from POWER7 cputable entry by Michael Neuling · 15 years ago
  30. 36f567b powerpc: Add VPHN firmware feature by Jesse Larrew · 15 years ago
  31. 698193d powerpc: Consolidate obj-y assignments by Michael Ellerman · 15 years ago
  32. f7dec88 powerpc/iseries: Remove unused mf_getSrcHistory function and caller. by Jesper Juhl · 15 years ago
  33. 467d93a powerpc/cell: Use vzalloc rather than vmalloc and memset in spu_alloc_lscsa_std by Jesper Juhl · 15 years ago
  34. cd34206 powerpc: Add memory_hotplug_max() by Nishanth Aravamudan · 15 years ago
  35. f6aedd8 powerpc/macio: Ensure all dma routines get copied over by Nishanth Aravamudan · 15 years ago
  36. a8daac8 powerpc/pseries: iommu cleanup by Nishanth Aravamudan · 15 years ago
  37. 34c4d01 powerpc/dart: iommu table cleanup by Nishanth Aravamudan · 15 years ago
  38. 741d204 powerpc/cell: Beat dma ops cleanup by Nishanth Aravamudan · 15 years ago
  39. 2f9c9be powerpc/pasemi: Clean up pasemi iommu table initializations by Nishanth Aravamudan · 15 years ago
  40. 6d283d7 powerpc/vio: Use dma ops helpers by Nishanth Aravamudan · 15 years ago
  41. 72b962d powerpc/ps3: Replace the use of <module>-objs with <module>-y by Tracey Dent · 15 years ago
  42. 8cb7c71 rtc-cmos.c : Fix warning on PowerPC by Srikanth Krishnakar · 15 years ago
  43. 5742bd8 powerpc: Add support for new hcall H_BEST_ENERGY by Vaidyanathan Srinivasan · 15 years ago
  44. 99d8670 powerpc: Cleanup APIs for cpu/thread/core mappings by Vaidyanathan Srinivasan · 15 years ago
  45. 787d44c powerpc: enable ARCH_DMA_ADDR_T_64BIT with ARCH_PHYS_ADDR_T_64BIT by FUJITA Tomonori · 15 years ago
  46. 4e89a2d powerpc/pseries: Add kernel parameter to disable batched hcalls by Will Schmidt · 15 years ago
  47. 475fc7c powerpc: Fix two typos in Documentation/powerpc/booting-without-of.txt by Lennert Buytenhek · 15 years ago
  48. 5a71c61 drivers/char/hvc_vio: Use static const char arrays by Joe Perches · 15 years ago
  49. 56e640d powerpc: Removing undead ifdef __KERNEL__ by Christian Dietrich · 15 years ago
  50. d72e063 powerpc/kdump: Override crash_free_reserved_phys_range to avoid freeing RTAS by Anton Blanchard · 15 years ago
  51. 64ff312 powerpc: Add support for popcnt instructions by Anton Blanchard · 15 years ago
  52. 7208364 Un-inline get_pipe_info() helper function by Linus Torvalds · 15 years ago
  53. c66fb34 Export 'get_pipe_info()' to other users by Linus Torvalds · 15 years ago
  54. 71993e6 Rename 'pipe_info()' to 'get_pipe_info()' by Linus Torvalds · 15 years ago
  55. a9e40a2 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  56. 75f5d2c Merge branch 'fwnet' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 15 years ago
  57. 0f639a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 15 years ago
  58. 19650e8 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  59. 1eb4c63 Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 by Linus Torvalds · 15 years ago
  60. 0318755 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  61. fbe6c40 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  62. d2f30c7 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  63. 1b065fd Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  64. b76a1e4 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 15 years ago
  65. 78daa87 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  66. d4d2ad9 Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  67. 5c3b9ba Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 15 years ago
  68. b127c6f Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung by Linus Torvalds · 15 years ago
  69. 0a66a59 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 15 years ago
  70. 37fa84d Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 15 years ago
  71. 5a8cfb4 ALSA: hda - Use ALC_INIT_DEFAULT for really default initialization by Takashi Iwai · 15 years ago
  72. ee6dcfa perf: Fix the software context switch counter by Peter Zijlstra · 15 years ago
  73. cc2067a perf, x86: Fixup Kconfig deps by Peter Zijlstra · 15 years ago
  74. 33c6d6a x86, perf, nmi: Disable perf if counters are not accessible by Don Zickus · 15 years ago
  75. dddd337 perf: Fix inherit vs. context rotation bug by Thomas Gleixner · 15 years ago
  76. 4917b28 dmar, x86: Use function stubs when CONFIG_INTR_REMAP is disabled by Randy Dunlap · 15 years ago
  77. 2543618 ASoC: Fix resource reclaim for osk5912 by Axel Lin · 15 years ago
  78. fe99b55 ASoC: tlv320aic3x - fix variable may be used uninitialized warning by Axel Lin · 15 years ago
  79. 8b6b30a ASoC: davinci-vcif - fix a memory leak by Axel Lin · 15 years ago
  80. 09de953 ASoC: phycore-ac97: fix resource leak by Axel Lin · 15 years ago
  81. ac8f924 ASoC: imx-ssi: fix resource leak by Axel Lin · 15 years ago
  82. 14abca3 ASoC: simone: fix resource leak in simone_init error path by Axel Lin · 15 years ago
  83. c7a734e ASoC: sam9g20_wm8731: fix resource leak in at91sam9g20ek_init error path by Axel Lin · 15 years ago
  84. b193dee ASoC: snd-soc-afeb9260: remove unneeded platform_device_del in error path by Axel Lin · 15 years ago
  85. 917dac0 ASoC: pcm030-audio-fabric: fix resource leak in pcm030_fabric_init error path by Axel Lin · 15 years ago
  86. 4e1f865 ASoC: efika-audio-fabric: fix resource leak in efika_fabric_init error path by Axel Lin · 15 years ago
  87. 3b6bc35 ASoC: Call snd_soc_unregister_dais instead of snd_soc_unregister_dai in sh4_soc_dai_remove by Axel Lin · 15 years ago
  88. 846172d ASoC: fix SND_PXA2XX_LIB Kconfig warning by Dmitry Artamonow · 15 years ago
  89. 4814a2b [S390] qdio: free indicator after reset is finished by Jan Glauber · 15 years ago
  90. e8129c6 [S390] nmi: fix clock comparator revalidation by Heiko Carstens · 15 years ago
  91. 7167594 ALSA: hda - Fix ALC660-VD/ALC861-VD capture/playback mixers by Herton Ronaldo Krzesinski · 15 years ago
  92. 9adf262 ARM: S5PV210: Fix sysdev related warning messages by Abhilash Kesavan · 15 years ago
  93. 35bbcfe ARM: S3C24XX: Fix UART3 submask on S3C2416 and S3C2443 by Abhilash Kesavan · 15 years ago
  94. 18ad782 ARM: S3C24XX: Fix Demux error in UART3 irqs on S3C2443 and S3C2416 by Abhilash Kesavan · 15 years ago
  95. 8b8c87d ARM: S3C64XX: fix uart clock setup for mini6410/real6410 by Darius Augulis · 15 years ago
  96. cce58ab ARM: S3C24XX: Fix wrong s3c_gpio_cfgpull by Kukjin Kim · 15 years ago
  97. 6fc50ea ARM: S3C2410: Adapt h1940-bluetooth to gpiolib changes by Vasily Khoruzhick · 15 years ago
  98. 698fd6a2 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging by Linus Torvalds · 15 years ago
  99. 8a3fbc9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 15 years ago
  100. c12ae95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 15 years ago