1. 839cc2a seq_file: introduce seq_setwidth() and seq_pad() by Tetsuo Handa · 11 years ago
  2. 57f4257 lockref: use BLOATED_SPINLOCKS to avoid explicit config dependencies by Peter Zijlstra · 11 years ago
  3. ea1e7ed mm: create a separate slab for page->ptl allocation by Kirill A. Shutemov · 11 years ago
  4. 539edb5 mm: properly separate the bloated ptl from the regular case by Peter Zijlstra · 11 years ago
  5. 49076ec mm: dynamically allocate page->ptl if it cannot be embedded to struct page by Kirill A. Shutemov · 11 years ago
  6. f820e28 xtensa: use buddy allocator for PTE table by Kirill A. Shutemov · 11 years ago
  7. 01058e7 iommu/arm-smmu: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  8. 8f43123 xtensa: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  9. cecbd1b x86: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  10. e90bedb unicore32: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  11. 647f884 um: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  12. 76b3aec tile: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  13. 1ae9ae5 sparc: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  14. 478cf8c sh: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  15. 96da3a6 score: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  16. e89cfa5 s390: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  17. 4f804943 powerpc: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  18. bc16640 parisc: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  19. 3b5b51c mips: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  20. 855a305 metag: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  21. f84c914 m68k: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  22. 7251ab6 m32r: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  23. ca973d8 ia64: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  24. 5de1423 hexagon: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  25. 3b9cf77 frv: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  26. 0da5303 cris: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  27. 2cb6182 avr32: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  28. d97a229 arm64: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  29. affce50 arm: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  30. ca6ec3b arc: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  31. 3fd681b alpha: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  32. b3d59c6 openrisc: add missing pgtable_page_ctor/dtor calls by Kirill A. Shutemov · 11 years ago
  33. 0470d4a mn10300: add missing pgtable_page_ctor/dtor calls by Kirill A. Shutemov · 11 years ago
  34. 8abe734 microblaze: add missing pgtable_page_ctor/dtor calls by Kirill A. Shutemov · 11 years ago
  35. 390f44e mm: allow pgtable_page_ctor() to fail by Kirill A. Shutemov · 11 years ago
  36. f8c6d30 xtensa: fix potential NULL-pointer dereference by Kirill A. Shutemov · 11 years ago
  37. fecf374 m32r: fix potential NULL-pointer dereference by Kirill A. Shutemov · 11 years ago
  38. 26db390 cris: fix potential NULL-pointer dereference by Kirill A. Shutemov · 11 years ago
  39. 09ef493 x86: add missed pgtable_pmd_page_ctor/dtor calls for preallocated pmds by Kirill A. Shutemov · 11 years ago
  40. 9491846 x86, mm: enable split page table lock for PMD level by Kirill A. Shutemov · 11 years ago
  41. e009bb3 mm: implement split page table lock for PMD level by Kirill A. Shutemov · 11 years ago
  42. c4088eb mm: convert the rest to new page table lock api by Kirill A. Shutemov · 11 years ago
  43. cb900f4 mm, hugetlb: convert hugetlbfs to use split pmd lock by Kirill A. Shutemov · 11 years ago
  44. c389a25 mm, thp: do not access mm->pmd_huge_pte directly by Kirill A. Shutemov · 11 years ago
  45. 117b079 mm, thp: move ptl taking inside page_check_address_pmd() by Kirill A. Shutemov · 11 years ago
  46. bf92915 mm, thp: change pmd_trans_huge_lock() to return taken lock by Kirill A. Shutemov · 11 years ago
  47. 9a86cb7 mm: introduce api for split page table lock for PMD level by Kirill A. Shutemov · 11 years ago
  48. e1f56c8 mm: convert mm->nr_ptes to atomic_long_t by Kirill A. Shutemov · 11 years ago
  49. 57c1ffc mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKS by Kirill A. Shutemov · 11 years ago
  50. e9bb18c mm: avoid increase sizeof(struct page) due to split page table lock by Kirill A. Shutemov · 11 years ago
  51. b77d88d mm: drop actor argument of do_generic_file_read() by Kirill A. Shutemov · 11 years ago
  52. a0dce7f drivers/memstick/core/ms_block.c: fix spelling of MSB_RP_RECIVE_STATUS_REG by Andrew Morton · 11 years ago
  53. 4fbf888 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  54. 7e1a1e9 Merge tag 'xfs-for-linus-v3.13-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  55. fcd7476 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  56. d320e20 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  57. fe8a45d Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  58. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  59. 7971e23 Merge branch 'x86-trace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  60. f0d55cc1 Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 11 years ago
  61. 549608e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 11 years ago
  62. 2f466d3 Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  63. f9300ea Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  64. 7f2dc5c Merge tag 'dm-3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 11 years ago
  65. 82cb6ac Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
  66. 0d522ee Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 11 years ago
  67. 5eea9be8 Merge branch 'for-3.13/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  68. 0910c0b Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  69. 2821fe6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  70. f47671e Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  71. 8ceafbf Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  72. 441a9d0 qib_fs: fix (some) dcache abuses by Al Viro · 11 years ago
  73. 90d3839 block: Use u64_stats_init() to initialize seqcounts by Peter Zijlstra · 11 years ago
  74. 5216d53 locking/lockdep: Mark __lockdep_count_forward_deps() as static by Fengguang Wu · 11 years ago
  75. ede4ceb prepend_path() needs to reinitialize dentry/vfsmount/mnt on restarts by Al Viro · 11 years ago
  76. 4ec6c2a fix unpaired rcu lock in prepend_path() by Li Zhong · 11 years ago
  77. 85b088e sched/fair: Avoid integer overflow by Michal Nazarewicz · 11 years ago
  78. 911b289 sched: Optimize task_sched_runtime() by Peter Zijlstra · 11 years ago
  79. 5eca82a sched/numa: Cure update_numa_stats() vs. hotplug by Peter Zijlstra · 11 years ago
  80. 46a73e8 sched/numa: Fix NULL pointer dereference in task_numa_migrate() by Rik van Riel · 11 years ago
  81. 106dd5a sched: Fix endless sync_sched/rcu() loop inside _cpu_down() by Michael wang · 11 years ago
  82. 4fdb793 locks: missing unlock on error in generic_add_lease() by Dan Carpenter · 11 years ago
  83. 7f62656 aio: checking for NULL instead of IS_ERR by Dan Carpenter · 11 years ago
  84. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  85. 5cbb3d21 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  86. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  87. f023029 Merge tag 'dlm-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 11 years ago
  88. 39222c8 Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubi by Linus Torvalds · 11 years ago
  89. fbe43ff Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 11 years ago
  90. a7fa20a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  91. a301245 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  92. dd1d139 Merge tag 'for-f2fs-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 11 years ago
  93. a998646 Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  94. 13aa7e0 Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 11 years ago
  95. c08acff Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 11 years ago
  96. 4e9b45a ipc, msg: fix message length check for negative values by Mathias Krause · 11 years ago
  97. 206fa94 ipc/util.c: remove unnecessary work pending test by Xie XiuQi · 11 years ago
  98. 66da0e1 devpts: plug the memory leak in kill_sb by Ilija Hadzic · 11 years ago
  99. 1bf49dd ./Makefile: export initial ramdisk compression config option by P J P · 11 years ago
  100. 69f0554 init/Kconfig: add option to disable kernel compression by Christian Ruppert · 11 years ago