1. 0355e2f Merge branch 'sched_clock-for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into devel-stable by Russell King · 13 years ago
  2. bea15fd Merge branch 'sparse_irq' of git://sources.calxeda.com/kernel/linux into devel-stable by Russell King · 13 years ago
  3. 6905a65 ARM: Make the sched_clock framework mandatory by Marc Zyngier · 13 years ago
  4. bc8d849 ARM: prima2: convert to common sched_clock() implementation by Marc Zyngier · 13 years ago
  5. 30c9c5b ARM: davinci: convert to common sched_clock() implementation by Marc Zyngier · 13 years ago
  6. 5d0ef6a ARM: davinci: time.c: group related header files together by Sekhar Nori · 13 years ago
  7. 72ee849 ARM: picoxcell: remove mach/irqs.h by Jamie Iles · 13 years ago
  8. fdfa64a ARM: highbank: select SPARSE_IRQ and remove irqs.h by Rob Herring · 13 years ago
  9. a2be01b ARM: only include mach/irqs.h for !SPARSE_IRQ by Rob Herring · 13 years ago
  10. dcf81c1 Merge branch 'amba' into for-armsoc by Russell King · 13 years ago
  11. 75c0696 ARM: amba: samsung: use common amba device initializers by Russell King · 13 years ago
  12. b5b654f ARM: amba: spear: use common amba device initializers by Russell King · 13 years ago
  13. 53d68af ARM: amba: nomadik: use common amba device initializers by Russell King · 13 years ago
  14. 6db2a45 ARM: amba: u300: use common amba device initializers by Russell King · 13 years ago
  15. e78b68ae ARM: amba: lpc32xx: use common amba device initializers by Russell King · 13 years ago
  16. d948b45 ARM: amba: netx: use common amba device initializers by Russell King · 13 years ago
  17. 8ede1ae ARM: amba: bcmring: use common amba device initializers by Russell King · 13 years ago
  18. 0b26051 ARM: amba: ep93xx: use common amba device initializers by Russell King · 13 years ago
  19. e911ff1 ARM: amba: omap2: use common amba device initializers by Russell King · 13 years ago
  20. 2f64ccd ARM: amba: integrator: use common amba device initializers by Russell King · 13 years ago
  21. 9199340 ARM: amba: realview: get rid of private platform amba_device initializer by Russell King · 13 years ago
  22. 250a272 ARM: shmobile: remove NR_IRQS by Rob Herring · 13 years ago
  23. 4e61109 ARM: pxa: remove NR_IRQS by Rob Herring · 13 years ago
  24. 8661fb9 ARM: mmp: remove NR_IRQS by Rob Herring · 13 years ago
  25. 0f55239 sh: intc: remove dependency on NR_IRQS by Rob Herring · 13 years ago
  26. 7f1e763 sh: intc: unify evt2irq/irq2evt macros for sh and arm by Rob Herring · 13 years ago
  27. bc0a151 ARM: it8152: explicitly include mach/irqs.h by Rob Herring · 13 years ago
  28. bd8abc9 ARM: mc146818rtc: remove unnecessary include of mach/irqs.h by Rob Herring · 13 years ago
  29. ba3e88a ARM: remove mc146818rtc.h from time.c by Rob Herring · 13 years ago
  30. feefe73 gpio: pxa: explicitly include mach/irqs.h by Rob Herring · 13 years ago
  31. 9482ee7 sound: pxa2xx-ac97: include mach/irqs.h directly by Rob Herring · 13 years ago
  32. 2ed86b1 irq: make SPARSE_IRQ an optionally hidden option by Rob Herring · 13 years ago
  33. 8f5088b ARM: amba: versatile: get rid of private platform amba_device initializer by Russell King · 13 years ago
  34. cdd4e1a ARM: amba: vexpress: get rid of private platform amba_device initializer by Russell King · 13 years ago
  35. cc6e75a ARM: amba: provide common initializers for static amba devices by Russell King · 13 years ago
  36. 2eac58d ARM: amba: make use of -1 IRQs warn by Russell King · 13 years ago
  37. 3bf9688 ARM: amba: u300: get rid of NO_IRQ initializers by Russell King · 13 years ago
  38. 8395e9d ARM: amba: spear: get rid of NO_IRQ initializers by Russell King · 13 years ago
  39. 0860cc282 ARM: amba: netx: get rid of NO_IRQ initializers by Russell King · 13 years ago
  40. b962f1b ARM: amba: nomadik: get rid of NO_IRQ initializers by Russell King · 13 years ago
  41. 887d555 ARM: amba: mxs: get rid of NO_IRQ initializers by Russell King · 13 years ago
  42. cfbd209 ARM: amba: lpc32xx: get rid of NO_IRQ initializers by Russell King · 13 years ago
  43. 0dada61 ARM: amba: integrator/realview/versatile/vexpress: get rid of NO_IRQ initializers by Russell King · 13 years ago
  44. 8a47ae8 ARM: amba: samsung: get rid of NO_IRQ initializers by Russell King · 13 years ago
  45. 0250eb5 ARM: amba: get rid of NO_IRQ initializers by Russell King · 13 years ago
  46. 4ce02fd ARM: amba: ux500: get rid of NO_IRQ by Russell King · 13 years ago
  47. 023f117 ARM: amba: make irq 0 invalid by Russell King · 13 years ago
  48. 039e7ad ARM: amba: mxs: convert to use amba_device_alloc by Russell King · 13 years ago
  49. 9a25706 ARM: amba: integrator: convert to use amba_device_alloc by Russell King · 13 years ago
  50. 46d4bb9b5 ARM: amba: ux500: convert to use amba_device_alloc by Russell King · 13 years ago
  51. c0f72f8 ARM: amba: of: convert to use amba_device_alloc by Russell King · 13 years ago
  52. d5dc927 ARM: amba: add amba_device allocation/add/put functions by Russell King · 13 years ago
  53. dffcb9c ARM: 7300/1: realview: fix definition of GPIO0 interrupt on PB1176 to match TRM by Will Deacon · 13 years ago
  54. 34e5f4f1 Merge branches 'debug' and 'idle' into for-armsoc by Russell King · 13 years ago
  55. a570067 ARM: big removal of now unused arch_idle() by Nicolas Pitre · 13 years ago
  56. ae94091 ARM: substitute arch_idle() by Nicolas Pitre · 13 years ago
  57. daa14d5 ARM: mach-tegra: properly disable CPU idle call by Nicolas Pitre · 13 years ago
  58. 8bab421 ARM: mach-s3c64xx: use standard arch_idle() implementation by Nicolas Pitre · 13 years ago
  59. a5ad6fb ARM: mach-w90x900: properly disable CPU idle call by Nicolas Pitre · 13 years ago
  60. e5ddf4e ARM: mach-shark: properly disable CPU idle call by Nicolas Pitre · 13 years ago
  61. 12d2b4e ARM: mach-ixp4xx: properly disable CPU idle call by Nicolas Pitre · 13 years ago
  62. 86ce0d2 ARM: mach-ixp23xx: properly disable CPU idle call by Nicolas Pitre · 13 years ago
  63. 25eb433 ARM: mach-msm: hook special idle handlers to arm_pm_idle by Nicolas Pitre · 13 years ago
  64. 4a3ea24 ARM: plat-mxc: hook special idle handlers to arm_pm_idle by Nicolas Pitre · 13 years ago
  65. 9231127 ARM: s3c24xx: move special idle code to out of line by Nicolas Pitre · 13 years ago
  66. 50edbf7 ARM: mach-h720x: move special idle code out of line by Nicolas Pitre · 13 years ago
  67. 8925b0f ARM: mach-gemini: move special idle code out of line by Nicolas Pitre · 13 years ago
  68. 1b7f72f ARM: mach-ebsa110: move special idle code out of line by Nicolas Pitre · 13 years ago
  69. 71e256c ARM: mach-clps711x: move special idle code out of line by Nicolas Pitre · 13 years ago
  70. c9dfafb ARM: mach-at91: move special idle code out of line by Nicolas Pitre · 13 years ago
  71. 8dd6718 ARM: mach-exynos: use standard arch_idle() by Nicolas Pitre · 13 years ago
  72. 1ab4ef9 ARM: mach-s5p64x0: move idle handler from pm_idle to arm_pm_idle by Nicolas Pitre · 13 years ago
  73. 20a7b2c ARM: mach-s5pc100: use standard arch_idle() by Nicolas Pitre · 13 years ago
  74. 460863a ARM: mach-s5pv210: use standard arch_idle() by Nicolas Pitre · 13 years ago
  75. 0bcd24b ARM: OMAP: convert idle handlers from pm_idle to arm_pm_idle by Nicolas Pitre · 13 years ago
  76. 4fa2043 ARM: clean up idle handlers by Nicolas Pitre · 13 years ago
  77. 3c0b2ce ARM: OMAP1: Fix pm_idle during suspend by Nicolas Pitre · 13 years ago
  78. e76f475 ARM: debug: arrange Kconfig options more logically by Russell King · 13 years ago
  79. dcd6c92 Linux 3.3-rc1 by Linus Torvalds · 13 years ago
  80. 567e479 Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  81. 99d1edc Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  82. e19c29e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  83. 4f2f81a x86, syscall: Need __ARCH_WANT_SYS_IPC for 32 bits by H. Peter Anvin · 13 years ago
  84. 282f445 Merge remote-tracking branch 'linus/master' into x86/urgent by H. Peter Anvin · 13 years ago
  85. afd2909 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 13 years ago
  86. 8bc5191 qnx4: don't leak ->BitMap on late failure exits by Al Viro · 13 years ago
  87. 4134bf8 qnx4: reduce the insane nesting in qnx4_checkroot() by Al Viro · 13 years ago
  88. 1aab323e qnx4: di_fname is an array, for crying out loud... by Al Viro · 13 years ago
  89. 456a816 KEYS: Permit key_serial() to be called with a const key pointer by David Howells · 13 years ago
  90. f6b2457 keys: fix user_defined key sparse messages by Mimi Zohar · 13 years ago
  91. 3db59dd ima: fix cred sparse warning by Mimi Zohar · 13 years ago
  92. 90a4c0f uml: fix compile for x86-64 by Linus Torvalds · 13 years ago
  93. 4bf1924 MPILIB: Add a missing ENOMEM check by David Howells · 13 years ago
  94. f59e842 Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  95. 4ba3069 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  96. 507a03c Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 13 years ago
  97. be40541 tpm: fix (ACPI S3) suspend regression by Stefan Berger · 13 years ago
  98. 93c3d65 nvme: fix merge error due to change of 'make_request_fn' fn type by Linus Torvalds · 13 years ago
  99. 9ef9b20 xen: using EXPORT_SYMBOL requires including export.h by Stephen Rothwell · 13 years ago
  100. aa303f2 Merge branch 'for-linus/i2c-33' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 13 years ago