1. 8700c95 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  2. 16fa94b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  3. e097291 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  4. b327b36 ARM: OMAP2+: only WARN if a GPMC child probe function fail by Javier Martinez Canillas · 11 years ago
  5. f2b09f6 ARM: OMAP2+: only search for GPMC DT child nodes on probe by Javier Martinez Canillas · 11 years ago
  6. df90e22 Merge branch 'devel-for-v3.10' into v4l_for_linus by Mauro Carvalho Chehab · 11 years ago
  7. 1b0dac2 perf/x86/intel: Fix unintended variable name reuse by Jan-Simon Möller · 11 years ago
  8. a614e19 Merge tag 'v3.9' into efi-for-tip2 by Matt Fleming · 11 years ago
  9. 9a6bc143 perf/x86/intel: Add support for IvyBridge model 58 Uncore by Vince Weaver · 11 years ago
  10. 80e217e perf/x86/intel: Fix typo in perf_event_intel_uncore.c by Vince Weaver · 11 years ago
  11. f7b0e10 x86: Eliminate irq_mis_count counted in arch_irq_stat by Li Fei · 11 years ago
  12. 1f6aaac powerpc: Update tlbie/tlbiel as per ISA doc by Aneesh Kumar K.V · 11 years ago
  13. 3dc4fec powerpc: Print page size info during boot by Aneesh Kumar K.V · 11 years ago
  14. d8139eb powerpc: print both base and actual page size on hash failure by Aneesh Kumar K.V · 11 years ago
  15. 7e74c39 powerpc: Fix hpte_decode to use the correct decoding for page sizes by Aneesh Kumar K.V · 11 years ago
  16. b1022fb powerpc: Decode the pte-lp-encoding bits correctly. by Aneesh Kumar K.V · 11 years ago
  17. 74f227b powerpc: Use encode avpn where we need only avpn values by Aneesh Kumar K.V · 11 years ago
  18. 5c1f6ee powerpc: Reduce PTE table memory wastage by Aneesh Kumar K.V · 11 years ago
  19. d614bb0 powerpc: Move the pte free routines from common header by Aneesh Kumar K.V · 11 years ago
  20. 419df06 powerpc: Reduce the PTE_INDEX_SIZE by Aneesh Kumar K.V · 11 years ago
  21. e2b3d20 powerpc: Switch 16GB and 16MB explicit hugepages to a different page table format by Aneesh Kumar K.V · 11 years ago
  22. cf9427b powerpc: New hugepage directory format by Aneesh Kumar K.V · 11 years ago
  23. 0e5f35d powerpc: Don't truncate pgd_index wrongly by Aneesh Kumar K.V · 11 years ago
  24. cc3665a powerpc: Don't hard code the size of pte page by Aneesh Kumar K.V · 11 years ago
  25. ce54152 powerpc: Save DAR and DSISR in pt_regs on MCE by Aneesh Kumar K.V · 11 years ago
  26. 4b8f63d powerpc: Use signed formatting when printing error by Aneesh Kumar K.V · 11 years ago
  27. 601abdc3 powerpc/pseries: Correct builds break when CONFIG_SMP not defined by Nathan Fontenot · 11 years ago
  28. 177c192 powerpc/booke: Remove obsolete macro FINISH_EXCEPTION by Kevin Hao · 11 years ago
  29. fb4696c powerpc/rtas_flash: Fix bad memory access by Vasant Hegde · 11 years ago
  30. 9f3a90e powerpc: Fix build failure after merge of the cgroup tree by Stephen Rothwell · 11 years ago
  31. d5bbe65 powerpc: Fix usage of setup_pci_atmu() by Michael Neuling · 11 years ago
  32. 56847d8 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  33. 191a712 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  34. 4cee4b7 kvm: KVM_CAP_IOMMU only available with device assignment by Alex Williamson · 11 years ago
  35. ce8aa48 Merge branch 'for-3.10-async' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  36. 56a1ba5 x86: rename random32() to prandom_u32() by Akinobu Mita · 11 years ago
  37. 4a7b4d2 x86: pageattr-test: remove srandom32 call by Akinobu Mita · 11 years ago
  38. d0380e6 early_printk: consolidate random copies of identical code by Thomas Gleixner · 11 years ago
  39. bc23100 Merge remote-tracking branch 'kumar/next' into next by Benjamin Herrenschmidt · 11 years ago
  40. 28bf41a Merge remote-tracking branch 'agust/next' into next by Benjamin Herrenschmidt · 11 years ago
  41. fba2369 mm: use vm_unmapped_area() on powerpc architecture by Michel Lespinasse · 11 years ago
  42. 34d0717 mm: remove free_area_cache use in powerpc architecture by Michel Lespinasse · 11 years ago
  43. 7315438 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  44. 362ed48 Merge tag 'clk-for-linus-3.10' of git://git.linaro.org/people/mturquette/linux by Linus Torvalds · 11 years ago
  45. 61f3d0a Merge tag 'spi-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 11 years ago
  46. 8ded8d4 Merge tag 'regulator-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 11 years ago
  47. 4edd7ce mm, hotplug: avoid compiling memory hotremove functions when disabled by David Rientjes · 11 years ago
  48. f9d531b powerpc/mm/numa: use setup_nr_node_ids() instead of opencoding. by Cody P Schafer · 11 years ago
  49. d2ad351 x86/mm/numa: use setup_nr_node_ids() instead of opencoding. by Cody P Schafer · 11 years ago
  50. 7c243c7 mm: speedup in __early_pfn_to_nid by Russ Anderson · 11 years ago
  51. 8e2cdbc x86-64: fall back to regular page vmemmap on allocation failure by Johannes Weiner · 11 years ago
  52. e8216da x86-64: use vmemmap_populate_basepages() for !pse setups by Johannes Weiner · 11 years ago
  53. 6c7a2ca x86-64: remove dead debugging code for !pse setups by Johannes Weiner · 11 years ago
  54. 0aad818 sparse-vmemmap: specify vmemmap population range in bytes by Johannes Weiner · 11 years ago
  55. 104ad3b arm: set the page table freeing ceiling to TASK_SIZE by Catalin Marinas · 11 years ago
  56. ef93247 mm, vmalloc: change iterating a vmlist to find_vm_area() by Joonsoo Kim · 11 years ago
  57. 106c992 mm/hugetlb: add more arch-defined huge_pte functions by Gerald Schaefer · 11 years ago
  58. 5e7ccf8 mm/x86: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  59. 5b472b2 mm/um: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  60. 32e1a10 mm/SPARC: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  61. 7db6f78 mm/PPC: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  62. 0f35486 mm/MIPS: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  63. ec601a3 mm/microblaze: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  64. a564496 mm/metag: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  65. 8b2888c mm/FRV: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  66. dd6911e mm/ARM: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  67. c941836 mm/metag: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  68. d2309a19 mm/arc: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  69. 7acb2c2 mm/xtensa: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  70. bced0e3 mm/x86: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  71. ccecb51 mm/unicore32: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  72. e16e0b1 mm/um: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  73. 88448b6 mm/SH: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  74. 7265d80 mm/score: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  75. 0999f11 mm/s390: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  76. 5d585e5 mm/ppc: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  77. d3e5351 mm/parisc: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  78. 7932f61 mm/openrisc: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  79. 32ce012 mm/mn10300: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  80. 31605922 mm/MIPS: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  81. 7beb598 mm/microblaze: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  82. 920f1ad mm/m68k: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  83. 8be6585 mm/m32r: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  84. 66f6259 mm/IA64: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  85. 0f97580 mm/h8300: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  86. 0516f88 mm/FRV: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  87. 2e52981 mm/cris: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  88. 95a259e mm/c6x: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  89. ed8a36f mm/blackfin: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  90. c15da0a mm/avr32: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  91. 83db038 mm/ARM: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  92. f3beeb4 mm/alpha: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  93. 4b59e6c mm, show_mem: suppress page counts in non-blockable contexts by David Rientjes · 11 years ago
  94. 0c0de19 mkcapflags.pl: convert to mkcapflags.sh by Rob Landley · 11 years ago
  95. 883a106 ARM: default machine descriptor for multiplatform by Arnd Bergmann · 11 years ago
  96. 0682eda ARM: dts: exynops4210: really add universal_c210 dts by Olof Johansson · 11 years ago
  97. 9e2ecdb powerpc/fsl-booke: add the reg prop for pci bridge device node for T4/B4 by Kevin Hao · 11 years ago
  98. 2f96b8c proc: Split kcore bits from linux/procfs.h into linux/kcore.h by David Howells · 11 years ago
  99. 0d01ff2 Include missing linux/slab.h inclusions by David Howells · 11 years ago
  100. 526c597 arm: Don't use create_proc_read_entry() by David Howells · 11 years ago