1. 079148b coredump: factor out the setting of PF_DUMPCORE by Oleg Nesterov · 11 years ago
  2. 681a90f arc, print-fatal-signals: reduce duplicated information by Vineet Gupta · 11 years ago
  3. a43cb95 dump_stack: unify debug information printed by show_regs() by Tejun Heo · 11 years ago
  4. 98e5e1b dump_stack: implement arch-specific hardware description in task dumps by Tejun Heo · 11 years ago
  5. 196779b dump_stack: consolidate dump_stack() implementations and unify their behaviors by Tejun Heo · 11 years ago
  6. 89e3f23 sparc32: make show_stack() acquire %fp if @_ksp is not specified by Tejun Heo · 11 years ago
  7. a77f2a4 x86: don't show trace beyond show_stack(NULL, NULL) by Tejun Heo · 11 years ago
  8. c9ef713 Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 11 years ago
  9. 87c1f0f Merge tag 'metag-for-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 11 years ago
  10. 165bc51 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 11 years ago
  11. 240c3c3 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  12. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  13. 5a5a1bf0 Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  14. 74c7d2f Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  15. 1e2f5b5 Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  16. f9b3bcf Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  17. 01c7cd0 Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  18. 39b2f86 Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  19. df8edfa Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  20. 874f6d1 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  21. ab86e97 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  22. 16c85a1 arm64: Use acquire/release semantics instead of explicit DMB by Catalin Marinas · 11 years ago
  23. c47d6a0 arm64: klib: bitops: fix unpredictable stxr usage by Mark Rutland · 11 years ago
  24. 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
  25. 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
  26. 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
  27. df90e22 Merge branch 'devel-for-v3.10' into v4l_for_linus by Mauro Carvalho Chehab · 11 years ago
  28. 56847d8 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  29. 191a712 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  30. 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
  31. 56a1ba5 x86: rename random32() to prandom_u32() by Akinobu Mita · 11 years ago
  32. 4a7b4d2 x86: pageattr-test: remove srandom32 call by Akinobu Mita · 11 years ago
  33. d0380e6 early_printk: consolidate random copies of identical code by Thomas Gleixner · 11 years ago
  34. 7315438 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  35. 362ed48 Merge tag 'clk-for-linus-3.10' of git://git.linaro.org/people/mturquette/linux by Linus Torvalds · 11 years ago
  36. 61f3d0a Merge tag 'spi-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 11 years ago
  37. 8ded8d4 Merge tag 'regulator-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 11 years ago
  38. 4edd7ce mm, hotplug: avoid compiling memory hotremove functions when disabled by David Rientjes · 11 years ago
  39. f9d531b powerpc/mm/numa: use setup_nr_node_ids() instead of opencoding. by Cody P Schafer · 11 years ago
  40. d2ad351 x86/mm/numa: use setup_nr_node_ids() instead of opencoding. by Cody P Schafer · 11 years ago
  41. 7c243c7 mm: speedup in __early_pfn_to_nid by Russ Anderson · 11 years ago
  42. 8e2cdbcb x86-64: fall back to regular page vmemmap on allocation failure by Johannes Weiner · 11 years ago
  43. e8216da x86-64: use vmemmap_populate_basepages() for !pse setups by Johannes Weiner · 11 years ago
  44. 6c7a2ca x86-64: remove dead debugging code for !pse setups by Johannes Weiner · 11 years ago
  45. 0aad818 sparse-vmemmap: specify vmemmap population range in bytes by Johannes Weiner · 11 years ago
  46. 104ad3b arm: set the page table freeing ceiling to TASK_SIZE by Catalin Marinas · 11 years ago
  47. ef93247 mm, vmalloc: change iterating a vmlist to find_vm_area() by Joonsoo Kim · 11 years ago
  48. 106c992 mm/hugetlb: add more arch-defined huge_pte functions by Gerald Schaefer · 11 years ago
  49. 5e7ccf8 mm/x86: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  50. 5b472b2 mm/um: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  51. 32e1a10 mm/SPARC: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  52. 7db6f78 mm/PPC: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  53. 0f35486 mm/MIPS: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  54. ec601a3 mm/microblaze: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  55. a564496 mm/metag: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  56. 8b2888c mm/FRV: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  57. dd6911e mm/ARM: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  58. c941836 mm/metag: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  59. d2309a19 mm/arc: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  60. 7acb2c2 mm/xtensa: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  61. bced0e3 mm/x86: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  62. ccecb51 mm/unicore32: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  63. e16e0b1 mm/um: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  64. 88448b6 mm/SH: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  65. 7265d80 mm/score: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  66. 0999f11 mm/s390: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  67. 5d585e5 mm/ppc: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  68. d3e5351 mm/parisc: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  69. 7932f61 mm/openrisc: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  70. 32ce012 mm/mn10300: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  71. 31605922 mm/MIPS: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  72. 7beb598 mm/microblaze: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  73. 920f1ad mm/m68k: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  74. 8be6585 mm/m32r: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  75. 66f6259 mm/IA64: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  76. 0f97580 mm/h8300: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  77. 0516f88 mm/FRV: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  78. 2e52981 mm/cris: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  79. 95a259e mm/c6x: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  80. ed8a36f mm/blackfin: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  81. c15da0a mm/avr32: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  82. 83db038 mm/ARM: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  83. f3beeb4 mm/alpha: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  84. 4b59e6c mm, show_mem: suppress page counts in non-blockable contexts by David Rientjes · 11 years ago
  85. 0c0de19 mkcapflags.pl: convert to mkcapflags.sh by Rob Landley · 11 years ago
  86. ec25e24 Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  87. 507ffe4 Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  88. 4f567cb Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  89. 000a74f Merge tag 'pinctrl-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 11 years ago
  90. 8127b39 Merge tag 'fbdev-for-3.10' of git://gitorious.org/linux-omap-dss2/linux by Linus Torvalds · 11 years ago
  91. 96a3e8a Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  92. a874510 Merge tag 'please-pull-misc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 11 years ago
  93. d0b8883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  94. 9d2da7a Merge tag 'stable/for-linus-3.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 11 years ago
  95. c8d5cb7 m32r: Convert print_symbol to %pSR by Joe Perches · 12 years ago
  96. a2c05e9 Merge remote-tracking branch 'regulator/topic/max8952' into v3.9-rc8 by Mark Brown · 11 years ago
  97. c98cac8 Merge remote-tracking branch 'regulator/topic/ab8500' into v3.9-rc8 by Mark Brown · 11 years ago
  98. 4cbbd1d Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  99. d21be23 Merge tag 'omap-for-v3.9-rc6/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 11 years ago
  100. 96edcf3 Merge branch 'fixes-3.9-late' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 11 years ago