1. 23fb8ba ARM: OMAP: clock: list all clk_hw_omap clks to enable/disable autoidle by Rajendra Nayak · 13 years ago
  2. 7a2bd1c ARM: OMAP2xxx: clock: add APLL rate recalculation functions by Paul Walmsley · 13 years ago
  3. ed1ebc4 ARM: OMAP2: clock: Convert to common clk by Rajendra Nayak · 13 years ago
  4. b4777a2 ARM: OMAP3: clock: Convert to common clk by Rajendra Nayak · 13 years ago
  5. 32cc002 ARM: OMAP4: clock: Convert to common clk by Mike Turquette · 13 years ago
  6. f5dd3bb ARM: OMAP: hwmod: Fix up hwmod based clkdm accesses by Rajendra Nayak · 13 years ago
  7. b5a2366 ARM: OMAP: clock: Nuke plat/clock.c & reuse struct clk as clk_hw_omap by Rajendra Nayak · 13 years ago
  8. b99db36 ARM: OMAP2+: PRCM: remove obsolete prcm.[ch] by Paul Walmsley · 13 years ago
  9. 2577a4a ARM: OMAP2+: hwmod: call to _omap4_disable_module() should use the SoC-specific call by Paul Walmsley · 13 years ago
  10. b13159a ARM: OMAP2+: PRCM: consolidate PRCM-related timeout macros by Paul Walmsley · 13 years ago
  11. d9a16f9 ARM: OMAP2+: PRCM: split and relocate the PRM/CM globals setup by Paul Walmsley · 13 years ago
  12. 5b78e61b ARM: OMAP2+: PRCM: remove omap2_cm_wait_idlest() by Paul Walmsley · 13 years ago
  13. c4ceedc ARM: OMAP2+: CM/clock: convert _omap2_module_wait_ready() to use SoC-independent CM functions by Paul Walmsley · 13 years ago
  14. b6ffa05 ARM: OMAP2xxx: APLL/CM: convert to use omap2_cm_wait_module_ready() by Paul Walmsley · 13 years ago
  15. 187e3e0 ARM: OMAP2+: board files: use SoC-specific system restart functions by Paul Walmsley · 13 years ago
  16. 2f334a3 ARM: OMAP2+: PRCM: create SoC-specific chip restart functions by Paul Walmsley · 13 years ago
  17. baa689b ARM: OMAP2xxx: clock: move virt_prcm_set code into clkt2xxx_virt_prcm_set.c by Paul Walmsley · 13 years ago
  18. 5f03937 ARM: OMAP2xxx: clock: remove global 'dclk' variable by Paul Walmsley · 13 years ago
  19. d08cce6 ARM: OMAP2/3: PRM: add SoC reset functions (using the CORE DPLL method) by Paul Walmsley · 13 years ago
  20. b6a4226 ARM: OMAP2+: common: remove mach-omap2/common.c globals and map_common_io code by Paul Walmsley · 13 years ago
  21. 76e0e16 ARM: OMAP2+: PRCM: remove omap_prcm_get_reset_sources() by Paul Walmsley · 13 years ago
  22. 37c67d0 ARM: OMAP2+: WDT: move init; add read_reset_sources pdata function pointer by Paul Walmsley · 13 years ago
  23. 508c0d4 ARM: OMAP1: CGRM: fix omap1_get_reset_sources() return type by Paul Walmsley · 13 years ago
  24. 7fc54fd Merge branch 'omap-for-v3.8/cleanup-headers' into omap-for-v3.8/cleanup-prcm by Tony Lindgren · 13 years ago
  25. 97af08b ARM: OMAP1: fix sparse warning added by commit 4c98dc6b8ef2f73bdbfa78186db9a76507ba9ea3 by Paul Walmsley · 13 years ago
  26. 47ba709 ARM: OMAP1: fix build breakage introduced by commit 25c7d49ed48b4843da7dea56a81ae7f620211ee0 by Paul Walmsley · 13 years ago
  27. 2da8a79 Merge branch 'omap-for-v3.8/cleanup-headers-menelaus' into omap-for-v3.8/cleanup-headers by Tony Lindgren · 13 years ago
  28. 8634155 Merge tag 'omap-cleanup-a-for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into omap-for-v3.8/cleanup-prcm by Tony Lindgren · 13 years ago
  29. 6d02643 Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-headers by Tony Lindgren · 13 years ago
  30. e8c4a7a ARM: OMAP: move OMAP USB platform data to <linux/platform_data/omap-usb.h> by Felipe Balbi · 13 years ago
  31. 54db6ee ARM: OMAP2+: Introduce local usb.h by Tony Lindgren · 13 years ago
  32. 3d82cbb ARM: OMAP: Split plat/serial.h for omap1 and omap2+ by Tony Lindgren · 13 years ago
  33. ede8df1 ARM: OMAP: Split uncompress.h to mach-omap1 and mach-omap2 by Tony Lindgren · 13 years ago
  34. 3e9a632 Merge tag 'omap-for-v3.8/cleanup-headers-signed' into omap-for-v3.8/cleanup-headers-serial-take2 by Tony Lindgren · 13 years ago
  35. 54ec52b tty/serial/8250: Make omap hardware workarounds local to 8250.h by Tony Lindgren · 13 years ago
  36. 2bb2a5d ARM: OMAP2+: PRM: create PRM reset source API for the watchdog timer driver by Paul Walmsley · 13 years ago
  37. b5c5353 ARM: OMAP1: create read_reset_sources() function (for initial use by watchdog) by Paul Walmsley · 13 years ago
  38. 21325b25 ARM: OMAP2+: CM: prepare for use of cm_ll_data function pointers by Paul Walmsley · 13 years ago
  39. e24c357 ARM: OMAP2+: PRM: prepare for use of prm_ll_data function pointers by Paul Walmsley · 13 years ago
  40. 4bd5259 ARM: OMAP2/3: clockdomain/PRM/CM: move the low-level clockdomain functions into PRM/CM by Paul Walmsley · 13 years ago
  41. ff4ae5d ARM: OMAP2+: CM/hwmod: split CM functions into OMAP2, OMAP3-specific files by Paul Walmsley · 13 years ago
  42. 4981539 ARM: OMAP2+: powerdomain/PRM: move the low-level powerdomain functions into PRM by Paul Walmsley · 13 years ago
  43. 139563a ARM: OMAP2+: PRM: split PRM functions into OMAP2, OMAP3-specific files by Paul Walmsley · 13 years ago
  44. 7a0c193 ARM: OMAP2+: PRM: remove PRM weak functions by Paul Walmsley · 13 years ago
  45. 198190a Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 13 years ago
  46. aeed41a arm64: fix alignment padding in assembly code by Marc Zyngier · 13 years ago
  47. 8c1bee6 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  48. a448a03 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 13 years ago
  49. 3782010 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  50. 70f3900 Merge tag 'kirkwood_fixes_for_v3.7' of git://git.infradead.org/users/jcooper/linux into fixes by Olof Johansson · 13 years ago
  51. 068a565 Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into fixes by Olof Johansson · 13 years ago
  52. 3b641bf Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  53. 17dbe27 Merge tag 'xtensa-next-20121018' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 13 years ago
  54. fb06de0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel by Linus Torvalds · 13 years ago
  55. 22054fb Merge tag 'parisc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6 by Linus Torvalds · 13 years ago
  56. 7216cab xtensa: add missing system calls to the syscall table by Chris Zankel · 13 years ago
  57. 39070cb xtensa: minor compiler warning fix by Chris Zankel · 13 years ago
  58. 4533d86 Merge commit '5bc66170dc486556a1e36fd384463536573f4b82' into x86/urgent by H. Peter Anvin · 13 years ago
  59. 5bc6617 x86, MCE: Remove bios_cmci_threshold sysfs attribute by Borislav Petkov · 13 years ago
  60. e4c060d ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 by Tony Lindgren · 13 years ago
  61. e10dd62 ARM: OMAP: clock: split plat/clkdev_omap.h into OMAP1/2 files by Paul Walmsley · 13 years ago
  62. a135eaa ARM: OMAP: remove plat/clock.h by Paul Walmsley · 13 years ago
  63. 1fe9be8 ARM: OMAP: duplicate plat-omap/clock.c into mach-omap[12]/clock.c by Paul Walmsley · 13 years ago
  64. f7a9b8a ARM: OMAP: Move plat/omap-secure.h locally to mach-omap2 by Lokesh Vutla · 13 years ago
  65. f583f0f ARM: OMAP2+: Move omap_reserve() locally to mach-omap2 by Lokesh Vutla · 13 years ago
  66. f300af8 ARM: OMAP1: Remove omap_reserve() callback for all omap1 boards by Lokesh Vutla · 13 years ago
  67. 1d5aef4 ARM: OMAP: Make plat/omap-pm.h local to mach-omap2 by Tony Lindgren · 13 years ago
  68. dc84328 ARM: OMAP: Merge plat/multi.h into plat/cpu.h by Tony Lindgren · 13 years ago
  69. 2a296c8 ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2 by Tony Lindgren · 13 years ago
  70. e1858b2 Hexagon: Copyright marking changes by Richard Kuo · 13 years ago
  71. 3ed8d11 UAPI: (Scripted) Disintegrate arch/hexagon/include/asm by David Howells · 13 years ago
  72. 32bec97 crypto: aesni - fix XTS mode on x86-32, add wrapper function for asmlinkage aesni_enc() by Jussi Kivilinna · 13 years ago
  73. 8f34a1d arm64: ptrace: use HW_BREAKPOINT_EMPTY type for disabled breakpoints by Will Deacon · 13 years ago
  74. 7797d17 arm64: ptrace: make structure padding explicit for debug registers by Will Deacon · 13 years ago
  75. 16dd46b arm64: No need to set the x0-x2 registers in start_thread() by Catalin Marinas · 13 years ago
  76. f71a1a4 arm64: Ignore memory blocks below PHYS_OFFSET by Catalin Marinas · 13 years ago
  77. c60b0c2 arm64: Fix the update_vsyscall() prototype by Catalin Marinas · 13 years ago
  78. fea2aca arm64: Select MODULES_USE_ELF_RELA by Catalin Marinas · 13 years ago
  79. d63e210 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 13 years ago
  80. a0a6a39 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  81. ec35183 Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  82. 1243163 ARM: kirkwood: fix buttons on lsxl boards by Michael Walle · 13 years ago
  83. a54841e ARM: kirkwood: fix LEDs names for lsxl boards by Michael Walle · 13 years ago
  84. 1e9c06f ARM: Kirkwood: fix disabling CACHE_FEROCEON_L2 by Jason Gunthorpe · 13 years ago
  85. 0cc40da MIPS: CMP: Fix physical core number calculation logic by jerin jacob · 13 years ago
  86. 327f81c Merge tag 'mvebu_dove_late_fixes_for_v3.7' of git://git.infradead.org/users/jcooper/linux into fixes by Olof Johansson · 13 years ago
  87. b5beb20 Merge tag 'omap-for-v3.7-rc1/fixes-take5-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 13 years ago
  88. b08d484 Merge tag 'tegra-for-3.7-fixes-for-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into fixes by Olof Johansson · 13 years ago
  89. 83dac59 cpuidle/powerpc: Fix snooze state problem in the cpuidle design on pseries. by Deepthi Dharwar · 13 years ago
  90. 8ea959a cpuidle/powerpc: Fix smt_snooze_delay functionality. by Deepthi Dharwar · 13 years ago
  91. 817deb0 cpuidle/powerpc: Fix target residency initialisation in pseries cpuidle by Deepthi Dharwar · 13 years ago
  92. ce236ab powerpc: Build fix for powerpc KVM by Aneesh Kumar K.V · 13 years ago
  93. 72523d8 Revert "powerpc/perf: Use pmc_overflow() to detect rolled back events" by Benjamin Herrenschmidt · 13 years ago
  94. 985c9e6 Merge tag 'uapi-fixes-20121017' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 13 years ago
  95. ccbfddb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 13 years ago
  96. 25c7d49 ARM: OMAP: Make omap_device local to mach-omap2 by Tony Lindgren · 13 years ago
  97. 622297f ARM: OMAP: Make plat/sram.h local to plat-omap by Tony Lindgren · 13 years ago
  98. a8f7445 ARM: OMAP: Move plat/led.h to include/linux/platform_data by Tony Lindgren · 13 years ago
  99. e6a6e5a ARM: OMAP: Make plat/common.h local to mach-omap1 and mach-omap2 by Tony Lindgren · 13 years ago
  100. 3a8761c ARM: OMAP: Split plat-omap/i2c.c into mach-omap1 and mach-omap2 by Tony Lindgren · 13 years ago