1. a53bfa0 MAINTAINERS: add maintainer entry for Picochip picoxcell by Jamie Iles · 13 years ago
  2. 8f37a0b ARM: picoxcell: move io mappings to common.c by Jamie Iles · 13 years ago
  3. 98e27a5 ARM: picoxcell: don't reserve irq_descs by Jamie Iles · 13 years ago
  4. 513c4dd ARM: picoxcell: remove mach/memory.h by Jamie Iles · 13 years ago
  5. 3bdc348 ARM: kexec: use soft_restart for branching to the reboot buffer by Will Deacon · 13 years ago
  6. 02b73e2 ARM: stop: execute platform callback from cpu_stop code by Will Deacon · 13 years ago
  7. 290130a ARM: reset: implement soft_restart for jumping to a physical address by Will Deacon · 13 years ago
  8. 2d81f1f ARM: lib: add call_with_stack function for safely changing stack by Will Deacon · 13 years ago
  9. ad62267 ARM: 7183/1: vic: register the VIC for ST-modified VIC's by Jamie Iles · 13 years ago
  10. 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
  11. 497b7e9 ARM: LPAE: Add the Kconfig entries by Catalin Marinas · 13 years ago
  12. 77f73a2 ARM: LPAE: mark memory banks with start > ULONG_MAX as highmem by Will Deacon · 13 years ago
  13. ae2de10 ARM: LPAE: Add identity mapping support for the 3-level page table format by Catalin Marinas · 13 years ago
  14. 14d8c95 ARM: LPAE: Add context switching support by Catalin Marinas · 13 years ago
  15. f7b8156 ARM: LPAE: Add fault handling support by Catalin Marinas · 13 years ago
  16. c9f27f1 ARM: LPAE: Invalidate the TLB before freeing the PMD by Catalin Marinas · 13 years ago
  17. 1b6ba46 ARM: LPAE: MMU setup for the 3-level page table format by Catalin Marinas · 13 years ago
  18. da02877 ARM: LPAE: Page table maintenance for the 3-level format by Catalin Marinas · 13 years ago
  19. dcfdae0 ARM: LPAE: Introduce the 3-level page table format definitions by Catalin Marinas · 13 years ago
  20. d675d0b ARM: LPAE: add ISBs around MMU enabling code by Will Deacon · 13 years ago
  21. 8d2cd3a ARM: LPAE: Factor out classic-MMU specific code into proc-v7-2level.S by Catalin Marinas · 13 years ago
  22. 136848d ARM: LPAE: Move the FSR definitions to separate files by Catalin Marinas · 13 years ago
  23. e0c0313 ARM: LPAE: Move page table maintenance macros to pgtable-2level.h by Catalin Marinas · 13 years ago
  24. a32618d ARM: pgtable: switch to use pgtable-nopud.h by Russell King · 13 years ago
  25. 03a6b82 ARM: pgtable: Fix compiler warning in ioremap.c introduced by nopud by Catalin Marinas · 13 years ago
  26. 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
  27. deee6d5 ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM restart changes by Tony Lindgren · 13 years ago
  28. 4e8ee7d ARM: SMP: use idmap_pgd for mapping MMU enable during secondary booting by Will Deacon · 13 years ago
  29. 72662e0 ARM: head.S: only include __turn_mmu_on in the initial identity mapping by Will Deacon · 13 years ago
  30. 2c8951a ARM: idmap: use idmap_pgd when setting up mm for reboot by Will Deacon · 13 years ago
  31. 1a4baaf ARM: proc-*.S: place cpu_reset functions into .idmap.text section by Will Deacon · 13 years ago
  32. e6eadc6 ARM: suspend: use idmap_pgd instead of suspend_pgd by Will Deacon · 13 years ago
  33. 8903826 ARM: idmap: populate identity map pgd at init time using .init.text by Will Deacon · 13 years ago
  34. 16edc3d ARM: 7192/1: OMAP: Fix build error for omap1_defconfig by Tony Lindgren · 13 years ago
  35. 73829af Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-stable by Russell King · 13 years ago
  36. 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
  37. ba8bb18 ARM: 7189/1: OMAP3: Fix build break in cpuidle34xx.c because of irq function by Santosh Shilimkar · 13 years ago
  38. f88f4dd ARM: 7188/1: OMAP2PLUS: Fix build error: 'omap2/omap3_intc_handle_irq' undeclared. by Santosh Shilimkar · 13 years ago
  39. 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
  40. ae72fd5 Merge branches 'perf/event-nos', 'perf/updates' and 'perf/omap4' into for-rmk by Will Deacon · 13 years ago
  41. e0516a6 arm: pmu: allow platform specific irq enable/disable handling by Ming Lei · 13 years ago
  42. 14eec97 arm: introduce cross trigger interface helpers by Ming Lei · 13 years ago
  43. feb45d0 ARM: perf: remove unused armpmu_get_max_events by Will Deacon · 13 years ago
  44. 0445e7a ARM: perf: add support for stalled cycle ABI events by Will Deacon · 13 years ago
  45. 4d30151 ARM: perf: clean and update ARMv7 event numbers by Will Deacon · 13 years ago
  46. e1d95ea ARM: exynos4: Fix build error by Axel Lin · 13 years ago
  47. 69676c3 ARM: exynos4: Fix build error due to 'gic_bank_offset' undeclared by Axel Lin · 13 years ago
  48. 5611cc45 Linux 3.2-rc4 by Linus Torvalds · 13 years ago
  49. 0a4ebed Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 13 years ago
  50. 9392557 ocfs2: avoid unaligned access to dqc_bitmap by Akinobu Mita · 13 years ago
  51. 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
  52. b930c26 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  53. f4a8e65 Btrfs: fix meta data raid-repair merge problem by Jan Schmidt · 13 years ago
  54. 11d814a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  55. c290b2f Merge branch 'dt-for-linus' of git://sources.calxeda.com/kernel/linux by Linus Torvalds · 13 years ago
  56. d6e92d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 13 years ago
  57. cd5b49b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  58. 4cbd6b1 ARM: 7182/1: ARM cpu topology: fix warning by Vincent Guittot · 13 years ago
  59. b5bed7f ARM: 7181/1: Restrict kprobes probing SWP instructions to ARMv5 and below by Jon Medhurst (Tixy) · 13 years ago
  60. 14383c2 ARM: 7180/1: Change kprobes testcase with unpredictable STRD instruction by Jon Medhurst (Tixy) · 13 years ago
  61. be064d1 Btrfs: skip allocation attempt from empty cluster by Alexandre Oliva · 13 years ago
  62. 425d831 Btrfs: skip block groups without enough space for a cluster by Alexandre Oliva · 13 years ago
  63. 1b22bad Btrfs: start search for new cluster at the beginning by Alexandre Oliva · 13 years ago
  64. b78d09b Btrfs: reset cluster's max_size when creating bitmap by Alexandre Oliva · 13 years ago
  65. f2d0f67 Btrfs: initialize new bitmaps' list by Alexandre Oliva · 13 years ago
  66. b772a86 Btrfs: fix oops when calling statfs on readonly device by Li Zefan · 13 years ago
  67. ece7d20 Btrfs: Don't error on resizing FS to same size by Mike Fleetwood · 13 years ago
  68. aa38a71 Btrfs: fix deadlock on metadata reservation when evicting a inode by Miao Xie · 13 years ago
  69. b52f75a Fix URL of btrfs-progs git repository in docs by Arnd Hannemann · 13 years ago
  70. 26bdef5 btrfs scrub: handle -ENOMEM from init_ipath() by Dan Carpenter · 13 years ago
  71. a493f1a Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-next by Roland Dreier · 13 years ago
  72. 8cd7920 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  73. 580da35 IB: Fix RCU lockdep splats by Eric Dumazet · 13 years ago
  74. 3874397 IB/ipoib: Prevent hung task or softlockup processing multicast response by Mike Marciniszyn · 13 years ago
  75. 57db53b Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 13 years ago
  76. 883381d Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  77. 98014be Merge branch 'defconfigs-for-arnd' of git://git.linaro.org/people/triad/linux-stericsson into fixes by Arnd Bergmann · 13 years ago
  78. e43fce1 of: Add Silicon Image vendor prefix by Pawel Moll · 13 years ago
  79. d7fb6d0 of/irq: of_irq_init: add check for parent equal to child node by Rob Herring · 13 years ago
  80. 6e2a587 ARM: ux500: update defconfig by Linus Walleij · 13 years ago
  81. 58aa4eb ARM: u300: update defconfig by Linus Walleij · 13 years ago
  82. 0e500b6 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 13 years ago
  83. 8748dfa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 13 years ago
  84. eee628d efivars: add missing parameter to efi_pstore_read() by Christoph Fritz · 13 years ago
  85. a34815b Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 13 years ago
  86. 9b5a4d4 Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  87. f7bc83d PM: Update comments describing device power management callbacks by Rafael J. Wysocki · 13 years ago
  88. fafba48 PM / Sleep: Update documentation related to system wakeup by Rafael J. Wysocki · 13 years ago
  89. 9075659 PM / Runtime: Make documentation follow the new behavior of irq_safe by Rafael J. Wysocki · 13 years ago
  90. fa8ce72 PM / Sleep: Correct inaccurate information in devices.txt by Rafael J. Wysocki · 13 years ago
  91. 5841eb6 PM / Domains: Document how PM domains are used by the PM core by Rafael J. Wysocki · 13 years ago
  92. 8ee887d IB/qib: Fix over-scheduling of QSFP work by Mike Marciniszyn · 13 years ago
  93. 01b225e RDMA/cxgb4: Fix retry with MPAv1 logic for MPAv2 by Kumar Sanghvi · 13 years ago
  94. c34c97a RDMA/cxgb4: Fix iw_cxgb4 count_rcqes() logic by Jonathan Lallinger · 13 years ago
  95. cb35999 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 13 years ago
  96. ba305e3 regulator: twl: fix twl4030 support for smps regulators by Tero Kristo · 13 years ago
  97. 4244cb4 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  98. f02877c Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  99. 3c512b1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  100. c28800a Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago