1. f611b02 ARM: OMAP2+: GPMC: Export gpmc_enable_hwecc and gpmc_calculate_ecc by Bernhard Walle · 12 years ago
  2. dffc9da ARM: OMAP: dmtimer: fix missing content/correction in low-power mode support by Tarun Kanti DebBarma · 12 years ago
  3. d82ba99 OMAP4: dma: Correct CPU version check for dma_common_ch_end by Peter Ujfalusi · 12 years ago
  4. 82dfcbf ARM: OMAP: Fix section mismatch warning for platform_cpu_die() by Santosh Shilimkar · 12 years ago
  5. ccdeed6 ARM: OMAP: fix section mismatch warning for omap4_hotplug_cpu() by Santosh Shilimkar · 12 years ago
  6. ee32532 Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming by Linus Torvalds · 12 years ago
  7. 37e79cb Merge tag 'rmobile-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 12 years ago
  8. 0e69e08 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 12 years ago
  9. 7372a4c arch/arm/mach-shmobile/board-ag5evm.c: included linux/dma-mapping.h twice by Danny Kukawka · 12 years ago
  10. 74eb436 ARM: mach-shmobile: r8a7779 PFC IPSR4 fix by Magnus Damm · 12 years ago
  11. 689189f ARM: mach-shmobile: sh73a0 PSTR 32-bit access fix by Magnus Damm · 12 years ago
  12. 35eb304b Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into rmobile-fixes-for-linus by Paul Mundt · 12 years ago
  13. 1ae911c sh: Fix sh2a build error for CONFIG_CACHE_WRITETHROUGH by Phil Edworthy · 12 years ago
  14. befe075 sh: modify a resource of sh_eth_giga1_resources in board-sh7757lcr by Shimoda, Yoshihiro · 12 years ago
  15. 004f4ce arch/sh: remove references to cpu_*_map. by Rusty Russell · 12 years ago
  16. ecfb68c sh: Fix typo in pci-sh7780.c by Masanari Iida · 12 years ago
  17. 73c8e67 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  18. 71c01b9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 12 years ago
  19. 18b246f powerpc: Fix various issues with return to userspace by Benjamin Herrenschmidt · 12 years ago
  20. 922b9f8 powerpc: Fix program check handling when lockdep is enabled by Michael Ellerman · 12 years ago
  21. 07d2f1a powerpc: Remove references to cpu_*_map by Rusty Russell · 12 years ago
  22. 6b0d1ab Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  23. faf3090 sys_poll: fix incorrect type for 'timeout' parameter by Linus Torvalds · 12 years ago
  24. 5180bb3 ARM/audit: include audit header and fix audit arch by Eric Paris · 12 years ago
  25. 3ddd4d0 ARM: OMAP: fix voltage domain build errors with PM_OPP disabled by Russell King · 12 years ago
  26. e23e8c0 ARM/PCI: Remove ARM's duplicate definition of 'pcibios_max_latency' by Myron Stowe · 12 years ago
  27. 910ba59 ARM: 7336/1: smp_twd: Don't register CPUFREQ notifiers if local timers are not initialised by Santosh Shilimkar · 12 years ago
  28. 27e74da i387: export 'fpu_owner_task' per-cpu variable by Linus Torvalds · 12 years ago
  29. 39e255d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  30. 7e16838 i387: support lazy restore of FPU state by Linus Torvalds · 12 years ago
  31. 80ab6f1 i387: use 'restore_fpu_checking()' directly in task switching code by Linus Torvalds · 12 years ago
  32. cea20ca i387: fix up some fpu_counter confusion by Linus Torvalds · 12 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 · 12 years ago
  34. 06ca7c4 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  35. 34ddc81 i387: re-introduce FPU state preloading at context switch time by Linus Torvalds · 12 years ago
  36. f94edac i387: move TS_USEDFPU flag from thread_info to task_struct by Linus Torvalds · 12 years ago
  37. cf1eb40 [S390] correct ktime to tod clock comparator conversion by Martin Schwidefsky · 12 years ago
  38. 2320c57 [S390] incorrect PageTables counter for kvm page tables by Martin Schwidefsky · 12 years ago
  39. f3612304 [S390] idle: avoid RCU usage in extended quiescent state by Heiko Carstens · 12 years ago
  40. 4903062 i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore by Linus Torvalds · 12 years ago
  41. b3b0870 i387: do not preload FPU state at task switch time by Linus Torvalds · 12 years ago
  42. 6d59d7a i387: don't ever touch TS_USEDFPU directly, use helper functions by Linus Torvalds · 12 years ago
  43. b6c6641 i387: move TS_USEDFPU clearing out of __save_init_fpu and into callers by Linus Torvalds · 12 years ago
  44. 15d8791 i387: fix x86-64 preemption-unsafe user stack save/restore by Linus Torvalds · 12 years ago
  45. 9a45a94 powerpc/perf: power_pmu_start restores incorrect values, breaking frequency events by Anton Blanchard · 12 years ago
  46. 5432124 powerpc: Disable interrupts early in Program Check by Benjamin Herrenschmidt · 12 years ago
  47. a1a1d1b powerpc: Remove legacy iSeries from ppc64_defconfig by Stephen Rothwell · 12 years ago
  48. 13635df powerpc/fsl/pci: Fix PCIe fixup regression by Benjamin Herrenschmidt · 12 years ago
  49. 40c8cef powerpc: Fix kernel log of oops/panic instruction dump by Ira Snyder · 13 years ago
  50. fee6a3c ARM: 7327/1: need to include asm/system.h in asm/processor.h by Olof Johansson · 12 years ago
  51. 46e33c6 ARM: 7326/2: PL330: fix null pointer dereference in pl330_chan_ctrl() by Javi Merino · 12 years ago
  52. 4272f98 ARM: 7164/3: PL330: Fix the size of the dst_cache_ctrl field by Javi Merino · 13 years ago
  53. 8e43a90 ARM: 7325/1: fix v7 boot with lockdep enabled by Rabin Vincent · 12 years ago
  54. c38e234 i387: fix sense of sanity check by Linus Torvalds · 12 years ago
  55. 08a183f ARM: 7323/1: Do not allow ARM_LPAE on pre-ARMv7 architectures by Catalin Marinas · 12 years ago
  56. 62e37ca Kbuild: Use dtc's -d (dependency) option by Stephen Warren · 13 years ago
  57. ebf4bcb Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  58. 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 · 12 years ago
  59. 778a785 powerpc/pseries/eeh: Fix crash when error happens during device probe by Thadeu Lima de Souza Cascardo · 13 years ago
  60. 444080d powerpc/pseries: Fix partition migration hang in stop_topology_update by Brian King · 13 years ago
  61. f1c853b powerpc/powernv: Disable interrupts while taking phb->lock by Michael Ellerman · 12 years ago
  62. 6fe5f5f powerpc: Fix WARN_ON in decrementer_check_overflow by Benjamin Herrenschmidt · 12 years ago
  63. 7a768d3 powerpc/wsp: Fix IRQ affinity setting by Benjamin Herrenschmidt · 12 years ago
  64. e628942 powerpc: Implement GET_IP/SET_IP by Srikar Dronamraju · 12 years ago
  65. 454c0bf powerpc/wsp: Permanently enable PCI class code workaround by Benjamin Herrenschmidt · 12 years ago
  66. a5368e7 Merge branch 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes by Arnd Bergmann · 12 years ago
  67. 88fa269 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Arnd Bergmann · 12 years ago
  68. b14a299 Merge branch 'omap-fixes-warnings' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  69. a269c2f Merge branch 'omap-fixes-urgent' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  70. ed5016d Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  71. 5b1cbac i387: make irq_fpu_usable() tests more robust by Linus Torvalds · 12 years ago
  72. be98c2c i387: math_state_restore() isn't called from asm by Linus Torvalds · 12 years ago
  73. cf84475 ARM: at91: drop ide driver in favor of the pata one by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  74. 59594e13 ARM: at91: add accessor to manage SMC by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  75. e8c9dc9 ARM: at91: USB AT91 gadget registration for module by Nicolas Ferre · 12 years ago
  76. 70d669d ARM: omap: resolve nebulous 'Error setting wl12xx data' by Russell King · 12 years ago
  77. 4f8a428 ARM: omap: fix wrapped error messages in omap_hwmod.c by Russell King · 12 years ago
  78. 8930b4e ARM: omap: fix section mismatch warnings in mux.c caused by hsmmc.c by Russell King · 12 years ago
  79. a98f77b ARM: omap: fix section mismatch warning for sdp3430_twl_gpio_setup() by Russell King · 12 years ago
  80. e3958fe ARM: omap: fix section mismatch error for omap_4430sdp_display_init() by Russell King · 12 years ago
  81. 45176f4 ARM: omap: fix section mismatch warning for omap_secondary_startup() by Russell King · 12 years ago
  82. d5de63f ARM: omap: preemptively fix section mismatch in omap4_sdp4430_wifi_mux_init() by Russell King · 12 years ago
  83. 27d8d3b ARM: omap: fix section mismatch warning in mux.c by Russell King · 12 years ago
  84. 0bf68f5 ARM: omap: fix uninformative vc/i2c configuration error message by Russell King · 12 years ago
  85. 2d5b479 ARM: omap: fix vc.c PMIC error message by Russell King · 12 years ago
  86. e6fa35a ARM: omap: fix prm44xx.c OMAP44XX_IRQ_PRCM build error by Russell King · 12 years ago
  87. e9c6c5d ep93xx: fix build of vision_ep93xx.c by H Hartley Sweeten · 12 years ago
  88. ffafe77 Merge branch 'v3.3-samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes by Arnd Bergmann · 12 years ago
  89. 0dcd627 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra into fixes by Arnd Bergmann · 12 years ago
  90. ce2814f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  91. 1e056dd ARM: OMAP2xxx: PM: fix OMAP2xxx-specific UART idle bug in v3.3 by Paul Walmsley · 12 years ago
  92. 7205335 ARM: orion: Fix USB phy for orion5x. by Andrew Lunn · 12 years ago
  93. b065403 ARM: orion: Fix Orion5x GPIO regression from MPP cleanup by Andrew Lunn · 12 years ago
  94. 19e00f2f Merge tag 'tty-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  95. be4b028 tty: serial: OMAP: block idle while the UART is transferring data in PIO mode by Paul Walmsley · 12 years ago
  96. d980e0f ARM: omap: fix oops in arch/arm/mach-omap2/vp.c when pmic is not found by Russell King · 12 years ago
  97. bdf800c ARM: 7322/1: Print BUG instead of undefined instruction on BUG_ON() by Stephen Boyd · 12 years ago
  98. b46c0f7 ARM: 7321/1: cache-v7: Disable preemption when reading CCSIDR by Stephen Boyd · 12 years ago
  99. b8b9987 ARM: 7320/1: Fix proc_info table alignment by Marc Zyngier · 12 years ago
  100. da91178 ARM: EXYNOS: Add cpu-offset property in gic device tree node by Thomas Abraham · 12 years ago