1. 57be3bd arm/tegra: rename tegra20 pinmux files by Peter De Schrijver · 13 years ago
  2. 0154867 arm/tegra: generalize L2 cache initialization by Peter De Schrijver · 13 years ago
  3. 9bfc3f0 arm/tegra: use PMC reset by Peter De Schrijver · 13 years ago
  4. a2385dc arm/tegra: rename board-dt.c to board-dt-tegra20.c by Peter De Schrijver · 13 years ago
  5. c37c07d arm/tegra: prepare early init for multiple tegra variants by Peter De Schrijver · 13 years ago
  6. 8e4fab2 arm/tegra: don't export clk_measure_input_freq by Peter De Schrijver · 13 years ago
  7. 742face arm/tegra: prepare clock code for multiple tegra variants by Peter De Schrijver · 13 years ago
  8. b2bbbc4 arm/tegra: cleanup tegra20 support by Peter De Schrijver · 13 years ago
  9. 2d85b5d arm/tegra: clk_get should not be fatal by Peter De Schrijver · 13 years ago
  10. d695cfa Merge remote-tracking branch 'rmk/devel-stable' into for-3.3/soc by Olof Johansson · 13 years ago
  11. c3e00a0 arm/tegra: initial device tree for tegra30 by Peter De Schrijver · 13 years ago
  12. 3bdc348 ARM: kexec: use soft_restart for branching to the reboot buffer by Will Deacon · 13 years ago
  13. 02b73e2 ARM: stop: execute platform callback from cpu_stop code by Will Deacon · 13 years ago
  14. 290130a ARM: reset: implement soft_restart for jumping to a physical address by Will Deacon · 13 years ago
  15. 2d81f1f ARM: lib: add call_with_stack function for safely changing stack by Will Deacon · 13 years ago
  16. ad62267 ARM: 7183/1: vic: register the VIC for ST-modified VIC's by Jamie Iles · 13 years ago
  17. 6ae25a5 Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux into devel-stable by Russell King · 13 years ago
  18. 497b7e9 ARM: LPAE: Add the Kconfig entries by Catalin Marinas · 13 years ago
  19. 77f73a2 ARM: LPAE: mark memory banks with start > ULONG_MAX as highmem by Will Deacon · 13 years ago
  20. ae2de10 ARM: LPAE: Add identity mapping support for the 3-level page table format by Catalin Marinas · 13 years ago
  21. 14d8c95 ARM: LPAE: Add context switching support by Catalin Marinas · 13 years ago
  22. f7b8156 ARM: LPAE: Add fault handling support by Catalin Marinas · 13 years ago
  23. c9f27f1 ARM: LPAE: Invalidate the TLB before freeing the PMD by Catalin Marinas · 13 years ago
  24. 1b6ba46 ARM: LPAE: MMU setup for the 3-level page table format by Catalin Marinas · 13 years ago
  25. da02877 ARM: LPAE: Page table maintenance for the 3-level format by Catalin Marinas · 13 years ago
  26. dcfdae0 ARM: LPAE: Introduce the 3-level page table format definitions by Catalin Marinas · 13 years ago
  27. d675d0b ARM: LPAE: add ISBs around MMU enabling code by Will Deacon · 13 years ago
  28. 8d2cd3a ARM: LPAE: Factor out classic-MMU specific code into proc-v7-2level.S by Catalin Marinas · 13 years ago
  29. 136848d ARM: LPAE: Move the FSR definitions to separate files by Catalin Marinas · 13 years ago
  30. e0c0313 ARM: LPAE: Move page table maintenance macros to pgtable-2level.h by Catalin Marinas · 13 years ago
  31. a32618d ARM: pgtable: switch to use pgtable-nopud.h by Russell King · 13 years ago
  32. 03a6b82 ARM: pgtable: Fix compiler warning in ioremap.c introduced by nopud by Catalin Marinas · 13 years ago
  33. 0d4f747 arm/tegra: convert tegra20 to GIC devicetree binding by pdeschrijver@nvidia.com · 13 years ago
  34. 1292c12 arm/dt: tegra: Fix SDHCI nodes to match board files by Stephen Warren · 13 years ago
  35. 31c1ec9 arm/dt: tegra: Fix serial nodes to match board files by Stephen Warren · 13 years ago
  36. 88950f3 arm/dt: tegra: Fix I2C nodes to match board files by Stephen Warren · 13 years ago
  37. 492f204 arm/dt: tegra: Remove /chosen node by Stephen Warren · 13 years ago
  38. 5a85426 arm/dt: tegra: Remove /memreserve/ from device-tree files by Stephen Warren · 13 years ago
  39. 586187e arm/tegra: board-dt: Enable audio-related clocks by Stephen Warren · 13 years ago
  40. f110164 arm/tegra: board-dt: Fix AUXDATA typo by Stephen Warren · 13 years ago
  41. cc2afa4 arm/dt: tegra: add dts file for paz00 by Marc Dietrich · 13 years ago
  42. a7db2c1 arm/tegra: Add device-tree support for TrimSlice board by Stephen Warren · 13 years ago
  43. 64f88ec arm/dt: tegra: Clean up I2S and DAS nodes by Stephen Warren · 13 years ago
  44. 4a53f4e USB: ehci-tegra: add probing through device tree by Olof Johansson · 13 years ago
  45. c27317c arm/dt: add basic usb nodes to tegra device trees by Olof Johansson · 13 years ago
  46. 317d533 arm/tegra: fix variable formatting in makefile by Olof Johansson · 13 years ago
  47. 3ee0fc5 Merge branch 'kexec/idmap' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into devel-stable by Russell King · 13 years ago
  48. deee6d5 ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM restart changes by Tony Lindgren · 13 years ago
  49. 4e8ee7d ARM: SMP: use idmap_pgd for mapping MMU enable during secondary booting by Will Deacon · 13 years ago
  50. 72662e0 ARM: head.S: only include __turn_mmu_on in the initial identity mapping by Will Deacon · 13 years ago
  51. 2c8951a ARM: idmap: use idmap_pgd when setting up mm for reboot by Will Deacon · 13 years ago
  52. 1a4baaf ARM: proc-*.S: place cpu_reset functions into .idmap.text section by Will Deacon · 13 years ago
  53. e6eadc6 ARM: suspend: use idmap_pgd instead of suspend_pgd by Will Deacon · 13 years ago
  54. 8903826 ARM: idmap: populate identity map pgd at init time using .init.text by Will Deacon · 13 years ago
  55. 16edc3d ARM: 7192/1: OMAP: Fix build error for omap1_defconfig by Tony Lindgren · 13 years ago
  56. 73829af Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-stable by Russell King · 13 years ago
  57. 742eaa6 Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into devel-stable by Russell King · 13 years ago
  58. ba8bb18 ARM: 7189/1: OMAP3: Fix build break in cpuidle34xx.c because of irq function by Santosh Shilimkar · 13 years ago
  59. f88f4dd ARM: 7188/1: OMAP2PLUS: Fix build error: 'omap2/omap3_intc_handle_irq' undeclared. by Santosh Shilimkar · 13 years ago
  60. 53fadbd Merge branch 'irqchip-consolidation' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into devel-stable by Russell King · 13 years ago
  61. ae72fd5 Merge branches 'perf/event-nos', 'perf/updates' and 'perf/omap4' into for-rmk by Will Deacon · 13 years ago
  62. e0516a6 arm: pmu: allow platform specific irq enable/disable handling by Ming Lei · 14 years ago
  63. 14eec97 arm: introduce cross trigger interface helpers by Ming Lei · 13 years ago
  64. feb45d0 ARM: perf: remove unused armpmu_get_max_events by Will Deacon · 13 years ago
  65. 0445e7a ARM: perf: add support for stalled cycle ABI events by Will Deacon · 13 years ago
  66. 4d30151 ARM: perf: clean and update ARMv7 event numbers by Will Deacon · 13 years ago
  67. e1d95ea ARM: exynos4: Fix build error by Axel Lin · 13 years ago
  68. 69676c3 ARM: exynos4: Fix build error due to 'gic_bank_offset' undeclared by Axel Lin · 13 years ago
  69. 5611cc45 Linux 3.2-rc4 by Linus Torvalds · 13 years ago
  70. 0a4ebed Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 13 years ago
  71. 9392557 ocfs2: avoid unaligned access to dqc_bitmap by Akinobu Mita · 13 years ago
  72. 3b120ab Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  73. b930c26 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  74. f4a8e65 Btrfs: fix meta data raid-repair merge problem by Jan Schmidt · 13 years ago
  75. 11d814a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  76. c290b2f Merge branch 'dt-for-linus' of git://sources.calxeda.com/kernel/linux by Linus Torvalds · 13 years ago
  77. d6e92d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 13 years ago
  78. cd5b49b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  79. 4cbd6b1 ARM: 7182/1: ARM cpu topology: fix warning by Vincent Guittot · 13 years ago
  80. b5bed7f ARM: 7181/1: Restrict kprobes probing SWP instructions to ARMv5 and below by Jon Medhurst (Tixy) · 13 years ago
  81. 14383c2 ARM: 7180/1: Change kprobes testcase with unpredictable STRD instruction by Jon Medhurst (Tixy) · 13 years ago
  82. be064d1 Btrfs: skip allocation attempt from empty cluster by Alexandre Oliva · 13 years ago
  83. 425d831 Btrfs: skip block groups without enough space for a cluster by Alexandre Oliva · 13 years ago
  84. 1b22bad Btrfs: start search for new cluster at the beginning by Alexandre Oliva · 13 years ago
  85. b78d09b Btrfs: reset cluster's max_size when creating bitmap by Alexandre Oliva · 13 years ago
  86. f2d0f67 Btrfs: initialize new bitmaps' list by Alexandre Oliva · 13 years ago
  87. b772a86 Btrfs: fix oops when calling statfs on readonly device by Li Zefan · 13 years ago
  88. ece7d20 Btrfs: Don't error on resizing FS to same size by Mike Fleetwood · 13 years ago
  89. aa38a71 Btrfs: fix deadlock on metadata reservation when evicting a inode by Miao Xie · 13 years ago
  90. b52f75a Fix URL of btrfs-progs git repository in docs by Arnd Hannemann · 13 years ago
  91. 26bdef5 btrfs scrub: handle -ENOMEM from init_ipath() by Dan Carpenter · 13 years ago
  92. a493f1a Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-next by Roland Dreier · 13 years ago
  93. 8cd7920 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  94. 580da35 IB: Fix RCU lockdep splats by Eric Dumazet · 13 years ago
  95. 3874397 IB/ipoib: Prevent hung task or softlockup processing multicast response by Mike Marciniszyn · 13 years ago
  96. 57db53b Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 13 years ago
  97. 883381d Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  98. 98014be Merge branch 'defconfigs-for-arnd' of git://git.linaro.org/people/triad/linux-stericsson into fixes by Arnd Bergmann · 13 years ago
  99. e43fce1 of: Add Silicon Image vendor prefix by Pawel Moll · 13 years ago
  100. d7fb6d0 of/irq: of_irq_init: add check for parent equal to child node by Rob Herring · 13 years ago