1. 2bb9839 ARM: introduce atag_offset to replace boot_params by Nicolas Pitre · 13 years ago
  2. f85f19d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 13 years ago
  3. 6124a4e Merge branch 'imx/dt' into next/dt by Arnd Bergmann · 13 years ago
  4. 08a543a irq: add irq_domain translation infrastructure by Grant Likely · 13 years ago
  5. 69f1d1a Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 13 years ago
  6. 3960ef3 Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 13 years ago
  7. 7847777 atomic: cleanup asm-generic atomic*.h inclusion by Arun Sharma · 13 years ago
  8. f24219b atomic: move atomic_add_unless to generic code by Arun Sharma · 13 years ago
  9. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  10. 148817b asm-generic: add another generic ext2 atomic bitops by Akinobu Mita · 13 years ago
  11. ae4c42e Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 13 years ago
  12. 85cad1b arm/dt: Add dt machine definition by Grant Likely · 13 years ago
  13. b6844e8 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  14. a99a7d1 Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  15. 3ad5515 Merge branch 'devel-stable' into for-next by Russell King · 13 years ago
  16. 06f365a Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci', 'suspend' and 'vfp' into for-next by Russell King · 13 years ago
  17. e7d59db ARM: 7004/1: fix traps.h compile warnings by Mikael Pettersson · 13 years ago
  18. d534194 PCI: Make the struct pci_dev * argument of pci_fixup_irqs const. by Ralf Baechle · 13 years ago
  19. 4cde7e0 ARM: 6998/2: kernel: use proper memory barriers for bitops by Heechul Yun · 13 years ago
  20. 24daa15 ARM: 6997/1: ep93xx: increase NR_BANKS to 16 for support of 128MB RAM by Petr Štetiar · 13 years ago
  21. 1e09939 Merge branch 'next-samsung-devel' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/devel by Arnd Bergmann · 13 years ago
  22. e807acb ARM: GIC: move gic_chip_data structure declaration to header by Changhwan Youn · 13 years ago
  23. c8f8552 Merge branch 'cross-platform/clkdev' into next/cross-platform by Arnd Bergmann · 13 years ago
  24. aa3831c ARM: Consolidate the clkdev header files by Kyungmin Park · 13 years ago
  25. 4348810 ARM: btc: avoid invalidating the branch target cache on kernel TLB maintanence by Russell King · 13 years ago
  26. 07f1c29 Merge branch 'dma' of http://git.linaro.org/git/people/nico/linux into devel-stable by Russell King · 13 years ago
  27. fb89fcf ARM: ARM_DMA_ZONE_SIZE is no more by Nicolas Pitre · 13 years ago
  28. 4fddcae ARM: add dma_zone_size to the machine_desc structure by Nicolas Pitre · 13 years ago
  29. 6503201 ARM: change ARM_DMA_ZONE_SIZE into a variable by Nicolas Pitre · 13 years ago
  30. 4aa96cc Merge branch 'kprobes-thumb' of git://git.yxit.co.uk/linux into devel-stable by Russell King · 13 years ago
  31. 7460bce ARM: ptrace: Add APSR_MASK definition to ptrace.h by Jon Medhurst · 13 years ago
  32. e296031 ARM: kprobes: Extend arch_specific_insn to add pointer to emulated instruction by Jon Medhurst · 13 years ago
  33. c6a7d97 ARM: kprobes: Add hooks to override singlestep() by Jon Medhurst · 13 years ago
  34. 221bf15 ARM: kprobes: Split out internal parts of kprobes.h by Jon Medhurst · 13 years ago
  35. 592201a ARM: Thumb-2: Support Thumb-2 in undefined instruction handler by Jon Medhurst · 13 years ago
  36. cc22b4c ARM: set vga memory base at run-time by Rob Herring · 13 years ago
  37. c9d95fb ARM: convert PCI defines to variables by Rob Herring · 13 years ago
  38. dc8d966 ARM: pci: make pcibios_assign_all_busses use pci_has_flag by Rob Herring · 13 years ago
  39. a4841e3 ARM: introduce handle_IRQ() not to dump exception stack by Russell King - ARM Linux · 13 years ago
  40. 022ae53 ARM: dma: replace ISA_DMA_THRESHOLD with a variable by Russell King · 13 years ago
  41. b34e7b4 ARM: scoop: drop pcmcia_init callback by Dmitry Eremin-Solenikov · 13 years ago
  42. 3973c33 ARM: dmabounce: simplify dma_set_mask() by Russell King · 13 years ago
  43. c1f2d99 ARM: ensure tag tables are const by Russell King · 13 years ago
  44. 14abd03 ARM: perf: add support for the Cortex-A15 PMU by Will Deacon · 14 years ago
  45. 0c205cb ARM: perf: add support for the Cortex-A5 PMU by Will Deacon · 13 years ago
  46. 254cdf8 ARM: hwcaps: add new HWCAP defines for ARMv7-A by Will Deacon · 13 years ago
  47. 194a7f7 ARM: hwcaps: use shifts instead of hardcoded constants by Will Deacon · 13 years ago
  48. 8f51965 ARM: assembler.h: Add string declaration macro by Dave Martin · 13 years ago
  49. eca5dc2 ARM: 6988/1: multi-cpu: remove arguments from CPU proc macros by Will Deacon · 13 years ago
  50. 201043f ARM: 6985/1: export functions to determine the presence of I/DTCM by Linus Walleij · 13 years ago
  51. 0703ed2 ARM: dmabounce: get rid of dma_needs_bounce global function by Russell King · 13 years ago
  52. 8021a4a ARM: dma-mapping: define dma_(un)?map_single in terms of dma_(un)?map_page by Russell King · 13 years ago
  53. d9600c9 ARM: entry: re-allocate registers in irq entry assembly macros by Russell King · 13 years ago
  54. 29cb3cd ARM: pm: allow suspend finisher to return error codes by Russell King · 13 years ago
  55. f12482c ARM: 6974/1: pmu: refactor reservation by Mark Rutland · 13 years ago
  56. 0853f96 ARM: pm: ensure our temporary page table entry is removed from the TLB by Russell King · 13 years ago
  57. 2c74a0c ARM: pm: hide 1st and 2nd arguments to cpu_suspend from platform code by Russell King · 13 years ago
  58. e8856a8 ARM: pm: convert cpu_suspend() to a normal function by Russell King · 13 years ago
  59. 2bc58a6 ARM: 6959/1: SMP build fix for entry-macro-multi.S by Magnus Damm · 13 years ago
  60. 8504927 i8253: Move remaining content and delete asm/i8253.h by Ralf Baechle · 13 years ago
  61. 49cf3f2 i8253: Consolidate definitions of PIT_LATCH by Ralf Baechle · 13 years ago
  62. cb2455a i8253: Unify all kernel declarations of i8253_lock by Ralf Baechle · 13 years ago
  63. 74facff ARM: Allow SoCs to enable scatterlist chaining by Russell King · 13 years ago
  64. 571503e Merge branch 'setns' by Linus Torvalds · 13 years ago
  65. 7b21fdd ns: Wire up the setns system call by Eric W. Biederman · 13 years ago
  66. 2a56d22 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  67. 239df0f Merge branches 'devel', 'devel-stable' and 'fixes' into for-linus by Russell King · 13 years ago
  68. 04b18ff arm: use asm-generic/bitops/le.h by Akinobu Mita · 13 years ago
  69. a2812e1 arch: add #define for each of optimized find bitops by Akinobu Mita · 13 years ago
  70. d427958 ARM: 6942/1: mm: make TTBR1 always point to swapper_pg_dir on ARMv6/7 by Catalin Marinas · 13 years ago
  71. a85fab1 ARM: add sendmmsg syscall by Russell King · 13 years ago
  72. 2846d84 ARM: 6940/1: fiq: Briefly document driver responsibilities for suspend/resume by Dave Martin · 13 years ago
  73. dc2eb92 ARM: 6938/1: fiq: Refactor {get,set}_fiq_regs() for Thumb-2 by Dave Martin · 13 years ago
  74. 7b7bf49 ARM: 6913/1: sparsemem: allow pfn_valid to be overridden when using SPARSEMEM by Will Deacon · 13 years ago
  75. 818b667 Remove unused PROC_CHANGE_PENALTY constant by Stephen Boyd · 13 years ago
  76. 9e14f67 arm: mmu_gather rework by Peter Zijlstra · 13 years ago
  77. 03eb141 Merge branch 'devicetree/arm-next' of git://git.secretlab.ca/git/linux-2.6 into devel-stable by Russell King · 13 years ago
  78. ec19628 Merge branches 'consolidate', 'ep93xx', 'fixes', 'misc', 'mmci', 'remove' and 'spear' into for-linus by Russell King · 13 years ago
  79. 4b60e5f Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generic', 'consolidate-smp', 'consolidate-stmp' and 'consolidate-zones' into consolidate by Russell King · 13 years ago
  80. 57cc4f7 clockevents: ARM sp804: allow clockevent name to be specified by Russell King · 13 years ago
  81. fb593cf clocksource: ARM sp804: allow clocksource name to be specified by Russell King · 13 years ago
  82. 603605a ARM: 6939/1: fix missing 'cpu_relax()' declaration by Marc Zyngier · 13 years ago
  83. 0f7b332 ARM: consolidate SMP cross call implementation by Russell King · 13 years ago
  84. 93c02ab arm/dt: probe for platforms via the device tree by Grant Likely · 13 years ago
  85. 6291319 arm/dt: consolidate atags setup into setup_machine_atags by Grant Likely · 13 years ago
  86. 0f1bdc1 Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  87. 2d2a916 Merge branch 'syscore' into for-linus by Rafael J. Wysocki · 13 years ago
  88. 5be6f62 ARM: 6883/1: ptrace: Migrate to regsets framework by Dave Martin · 13 years ago
  89. 8c414ff clocksource: convert footbridge to generic i8253 clocksource by Russell King · 13 years ago
  90. a904f5f ARM: 6870/1: The mandatory barrier rmb() must be a dsb() in for device accesses by Catalin Marinas · 13 years ago
  91. c1b0db5 ARM: 6889/1: futex: add SMP futex support when !CPU_USE_DOMAINS by Will Deacon · 13 years ago
  92. be20902 ARM: use ARM_DMA_ZONE_SIZE to adjust the zone sizes by Russell King · 13 years ago
  93. 2fb3ec5 ARM: Replace platform definition of ISA_DMA_THRESHOLD/MAX_DMA_ADDRESS by Russell King · 13 years ago
  94. 9eb8f67 arm/dt: Allow CONFIG_OF on ARM by Grant Likely · 13 years ago
  95. 408133e Merge branch 'kprobes' of git://git.linaro.org/people/nico/linux into fixes by Russell King · 13 years ago
  96. 073090c ARM: kprobes: Fix probing of conditionally executed instructions by Jon Medhurst · 13 years ago
  97. 328f5cc ARM: Use struct syscore_ops instead of sysdevs for PM in common code by Rafael J. Wysocki · 13 years ago
  98. e9569c1 ARM: 6881/1: cputype.h uses __attribute_const__ which requires including kernel.h by Jonathan Cameron · 13 years ago
  99. a35d4e5 ARM: 6871/1: Use asm-generic/sizes.h by Stephen Boyd · 13 years ago
  100. 0d58a28 ARM: Add new syscalls by Russell King · 13 years ago