1. 1416408 ARM: OMAP2+: PM: share some suspend-related functions across OMAP2, 3, 4 by Paul Walmsley · 13 years ago
  2. b7c39a3 ARM: OMAP2+: omap_device: call all suspend, resume callbacks when OMAP_DEVICE_NO_IDLE_ON_SUSPEND is set by Paul Walmsley · 13 years ago
  3. 3ec2dec ARM: OMAP: omap_device: remove omap_device_parent by Kevin Hilman · 13 years ago
  4. 401606f ARM: OMAP2+: PM debug: fix the use of debugfs_create_* API by Jean Pihet · 13 years ago
  5. 92206fd ARM: OMAP2+: PM: share clkdms_setup() across OMAP2, 3, 4 by Paul Walmsley · 13 years ago
  6. e68e8093 ARM: OMAP2+: PM: clean up omap_set_pwrdm_state() by Paul Walmsley · 13 years ago
  7. 506c7d7 ARM: OMAP3: PM: remove superfluous calls to pwrdm_clear_all_prev_pwrst() by Paul Walmsley · 13 years ago
  8. 015f1e4 Merge remote-tracking branch 'omap/hsmmc' into for_3.4/cleanup/pm-base by Kevin Hilman · 13 years ago
  9. 1b35af5 ARM: OMAP2+: Fix L4_EMU_34XX_BASE error after iomap changes by Tony Lindgren · 13 years ago
  10. a5bee30 Merge branch 'iomap' into cleanup by Tony Lindgren · 13 years ago
  11. 9cf793f ARM: OMAP: convert omap_device_build() and callers to __init by Kevin Hilman · 13 years ago
  12. d1589f0 ARM: OMAP2+: Mark omap_hsmmc_init and omap_mux related functions as __init by Tony Lindgren · 13 years ago
  13. acea7c7 ARM: OMAP2+: Limit omap_read/write usage to legacy USB drivers by Tony Lindgren · 13 years ago
  14. 2c799ce ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.h by Tony Lindgren · 13 years ago
  15. ee0839c ARM: OMAP2+: Move most of plat/io.h into local iomap.h by Tony Lindgren · 13 years ago
  16. 2e3ee9f ARM: OMAP1: Move most of plat/io.h into local iomap.h by Tony Lindgren · 13 years ago
  17. 63325ff ARM: OMAP1: Move 16xx GPIO system clock to platform init code by Tony Lindgren · 13 years ago
  18. a4f3419 ARM: OMAP: Move omap_init_consistent_dma_size() to local common.h by Tony Lindgren · 13 years ago
  19. 258ee92 ARM: OMAP2+: Move SDRC related functions from io.h into local common.h by Tony Lindgren · 13 years ago
  20. 1ca8c07 ARM: OMAP2+: Drop DISPC L3 firewall code by Tony Lindgren · 13 years ago
  21. 645c56a ARM: OMAP2xxx: PM: remove obsolete timer disable code in the suspend path by Paul Walmsley · 13 years ago
  22. 0aac881 ARM: OMAP: McSPI: Remove unused flag from struct omap2_mcspi_device_config by Jarkko Nikula · 13 years ago
  23. 61b8008 Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux into for-armsoc by Russell King · 13 years ago
  24. 230f984 ARM: remove disable_fiq and arch_ret_to_user macros by Rob Herring · 13 years ago
  25. 243c865 ARM: make entry-macro.S depend on !MULTI_IRQ_HANDLER by Rob Herring · 13 years ago
  26. 78cbaac ARM: rpc: make default fiq handler run-time installed by Rob Herring · 13 years ago
  27. 13a5045 ARM: make arch_ret_to_user macro optional by Rob Herring · 13 years ago
  28. 3b972bf ARM: OMAP2+: Split omap2_hsmmc_init() to properly support I2C GPIO pins by Tony Lindgren · 13 years ago
  29. 993e4fb ARM: OMAP: omap_device: Expose omap_device_{alloc, delete, register} by Ohad Ben-Cohen · 13 years ago
  30. d517110 ARM: OMAP: Fix build error when mmc_omap is built as module by Tony Lindgren · 13 years ago
  31. 97899e5 ARM: OMAP: Fix kernel panic with HSMMC when twl4030_gpio is a module by Tony Lindgren · 13 years ago
  32. b01543d Linux 3.3-rc4 by Linus Torvalds · 13 years ago
  33. be2874c Merge tag 'fixes-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  34. 584216b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  35. bff98bf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 13 years ago
  36. 4686066 Merge tag 'ecryptfs-3.3-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 13 years ago
  37. 7857b99 Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 13 years ago
  38. 06ca7c4 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  39. 7bcd5b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
  40. 58e44ba Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  41. a18d3af Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 13 years ago
  42. 34ddc81 i387: re-introduce FPU state preloading at context switch time by Linus Torvalds · 13 years ago
  43. f94edac i387: move TS_USEDFPU flag from thread_info to task_struct by Linus Torvalds · 13 years ago
  44. 4903062 i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore by Linus Torvalds · 13 years ago
  45. b3b0870 i387: do not preload FPU state at task switch time by Linus Torvalds · 13 years ago
  46. 465c934 ecryptfs: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  47. 545d680 eCryptfs: Copy up lower inode attrs after setting lower xattr by Tyler Hicks · 13 years ago
  48. 4a26620 eCryptfs: Improve statfs reporting by Tyler Hicks · 13 years ago
  49. 6d59d7a i387: don't ever touch TS_USEDFPU directly, use helper functions by Linus Torvalds · 13 years ago
  50. b6c6641 i387: move TS_USEDFPU clearing out of __save_init_fpu and into callers by Linus Torvalds · 13 years ago
  51. 15d8791 i387: fix x86-64 preemption-unsafe user stack save/restore by Linus Torvalds · 13 years ago
  52. 9a45a94 powerpc/perf: power_pmu_start restores incorrect values, breaking frequency events by Anton Blanchard · 13 years ago
  53. 64f8c135 powerpc/adb: Use set_current_state() by majianpeng · 13 years ago
  54. 5432124 powerpc: Disable interrupts early in Program Check by Benjamin Herrenschmidt · 13 years ago
  55. a1a1d1b powerpc: Remove legacy iSeries from ppc64_defconfig by Stephen Rothwell · 13 years ago
  56. 13635df powerpc/fsl/pci: Fix PCIe fixup regression by Benjamin Herrenschmidt · 13 years ago
  57. 40c8cef powerpc: Fix kernel log of oops/panic instruction dump by Ira Snyder · 13 years ago
  58. f2ea0f5 crypto: sha512 - use standard ror64() by Alexey Dobriyan · 13 years ago
  59. 6c23e41 net/ethernet: ks8851_mll fix irq handling by Jan Weitzel · 13 years ago
  60. 2371143 veth: Enforce minimum size of VETH_INFO_PEER by Thomas Graf · 13 years ago
  61. 78a5249f stmmac: update the driver version to Feb 2012 (v2) by Giuseppe CAVALLARO · 13 years ago
  62. cf3f047 stmmac: move hw init in the probe (v2) by Giuseppe CAVALLARO · 13 years ago
  63. 7a13f8f stmmac: request_irq when use an ext wake irq line (v2) by Francesco Virlinzi · 13 years ago
  64. 1cc5a73 stmmac: do not discard frame on dribbling bit assert by Giuseppe CAVALLARO · 13 years ago
  65. 72ba009 ipheth: Add iPhone 4S by Tim Gardner · 13 years ago
  66. 9f5b6c6 mlx4: add unicast steering entries to resource_tracker by Eugenia Emantayev · 13 years ago
  67. 2531188 mlx4: fix QP tree trashing by Eugenia Emantayev · 13 years ago
  68. 75c6062 mlx4: fix buffer overrun by Eugenia Emantayev · 13 years ago
  69. 33b5d30 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 13 years ago
  70. 61cddc5 regmap: Fix cache defaults initialization from raw cache defaults by Lars-Peter Clausen · 13 years ago
  71. c38e234 i387: fix sense of sanity check by Linus Torvalds · 13 years ago
  72. 7ada1dd Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 13 years ago
  73. ebf4bcb Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  74. 8b36ac5 Merge tag 'mmc-fixes-for-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  75. 694ce18 Merge tag 'stable/for-linus-fixes-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  76. 3013dc0 3c59x: shorten timer period for slave devices by Eric Dumazet · 13 years ago
  77. 58e05f3 netpoll: netpoll_poll_dev() should access dev->flags by Eric Dumazet · 13 years ago
  78. f65bd5e RxRPC: Fix kcalloc parameters swapped by Axel Lin · 13 years ago
  79. fc54363 bnx2x: remove the 'poll' module option by Michal Schmidt · 13 years ago
  80. 0af2a0d tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACK by Neal Cardwell · 13 years ago
  81. 13d2619 Merge tag 'sound-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  82. b7f5b7d drm/radeon/kms: fix MSI re-arm on rv370+ by Alex Deucher · 13 years ago
  83. 6f9f8a6 drm/radeon/kms/atom: bios scratch reg handling updates by Alex Deucher · 13 years ago
  84. 40e8c73 drm/radeon/kms: drop lock in return path of radeon_fence_count_emitted. by Dave Airlie · 13 years ago
  85. 27c3afe ALSA: intel8x0: Fix default inaudible sound on Gateway M520 by Daniel T Chen · 13 years ago
  86. 675c67a Merge tag 'asoc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 13 years ago
  87. ce5afed Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  88. ca81a62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 13 years ago
  89. 778a785 powerpc/pseries/eeh: Fix crash when error happens during device probe by Thadeu Lima de Souza Cascardo · 13 years ago
  90. 444080d powerpc/pseries: Fix partition migration hang in stop_topology_update by Brian King · 13 years ago
  91. f1c853b powerpc/powernv: Disable interrupts while taking phb->lock by Michael Ellerman · 13 years ago
  92. 6fe5f5f powerpc: Fix WARN_ON in decrementer_check_overflow by Benjamin Herrenschmidt · 13 years ago
  93. 7a768d3 powerpc/wsp: Fix IRQ affinity setting by Benjamin Herrenschmidt · 13 years ago
  94. e628942 powerpc: Implement GET_IP/SET_IP by Srikar Dronamraju · 13 years ago
  95. 454c0bf powerpc/wsp: Permanently enable PCI class code workaround by Benjamin Herrenschmidt · 13 years ago
  96. f9c2a0d mmc: dw_mmc: Fix PIO mode with support of highmem by Seungwon Jeon · 13 years ago
  97. 18ee684 mmc: atmel-mci: save and restore sdioirq when soft reset is performed by Ludovic Desroches · 13 years ago
  98. 00d9ac0 mmc: block: Init ro_lock sysfs attr to fix lockdep warnings by Rabin Vincent · 13 years ago
  99. 5ba85d9 mmc: sh_mmcif: fix late delayed work initialisation by Guennadi Liakhovetski · 13 years ago
  100. e3de2be mmc: tmio_mmc: fix card eject during IO with DMA by Guennadi Liakhovetski · 13 years ago