1. b3d59c6 openrisc: add missing pgtable_page_ctor/dtor calls by Kirill A. Shutemov · 11 years ago
  2. 0470d4a mn10300: add missing pgtable_page_ctor/dtor calls by Kirill A. Shutemov · 11 years ago
  3. 8abe734 microblaze: add missing pgtable_page_ctor/dtor calls by Kirill A. Shutemov · 11 years ago
  4. 390f44e mm: allow pgtable_page_ctor() to fail by Kirill A. Shutemov · 11 years ago
  5. f8c6d30 xtensa: fix potential NULL-pointer dereference by Kirill A. Shutemov · 11 years ago
  6. fecf374 m32r: fix potential NULL-pointer dereference by Kirill A. Shutemov · 11 years ago
  7. 26db390 cris: fix potential NULL-pointer dereference by Kirill A. Shutemov · 11 years ago
  8. 09ef493 x86: add missed pgtable_pmd_page_ctor/dtor calls for preallocated pmds by Kirill A. Shutemov · 11 years ago
  9. 9491846 x86, mm: enable split page table lock for PMD level by Kirill A. Shutemov · 11 years ago
  10. e009bb3 mm: implement split page table lock for PMD level by Kirill A. Shutemov · 11 years ago
  11. c4088eb mm: convert the rest to new page table lock api by Kirill A. Shutemov · 11 years ago
  12. cb900f4 mm, hugetlb: convert hugetlbfs to use split pmd lock by Kirill A. Shutemov · 11 years ago
  13. c389a25 mm, thp: do not access mm->pmd_huge_pte directly by Kirill A. Shutemov · 11 years ago
  14. 117b079 mm, thp: move ptl taking inside page_check_address_pmd() by Kirill A. Shutemov · 11 years ago
  15. bf92915 mm, thp: change pmd_trans_huge_lock() to return taken lock by Kirill A. Shutemov · 11 years ago
  16. 9a86cb7 mm: introduce api for split page table lock for PMD level by Kirill A. Shutemov · 11 years ago
  17. e1f56c8 mm: convert mm->nr_ptes to atomic_long_t by Kirill A. Shutemov · 11 years ago
  18. 57c1ffc mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKS by Kirill A. Shutemov · 11 years ago
  19. e9bb18c mm: avoid increase sizeof(struct page) due to split page table lock by Kirill A. Shutemov · 11 years ago
  20. b77d88d mm: drop actor argument of do_generic_file_read() by Kirill A. Shutemov · 11 years ago
  21. a0dce7f drivers/memstick/core/ms_block.c: fix spelling of MSB_RP_RECIVE_STATUS_REG by Andrew Morton · 11 years ago
  22. 4fbf888 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  23. 7e1a1e9 Merge tag 'xfs-for-linus-v3.13-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  24. 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
  25. 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
  26. 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
  27. 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
  28. 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
  29. f0d55cc1 Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 11 years ago
  30. 549608e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 11 years ago
  31. 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
  32. 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
  33. 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
  34. 82cb6ac Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
  35. 0d522ee Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 11 years ago
  36. 5eea9be8 Merge branch 'for-3.13/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  37. 0910c0b Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  38. 2821fe6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  39. f47671e Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  40. 8ceafbf Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  41. 441a9d0 qib_fs: fix (some) dcache abuses by Al Viro · 11 years ago
  42. 90d3839 block: Use u64_stats_init() to initialize seqcounts by Peter Zijlstra · 11 years ago
  43. 5216d53 locking/lockdep: Mark __lockdep_count_forward_deps() as static by Fengguang Wu · 11 years ago
  44. ede4ceb prepend_path() needs to reinitialize dentry/vfsmount/mnt on restarts by Al Viro · 11 years ago
  45. 4ec6c2a fix unpaired rcu lock in prepend_path() by Li Zhong · 11 years ago
  46. 85b088e sched/fair: Avoid integer overflow by Michal Nazarewicz · 11 years ago
  47. 911b289 sched: Optimize task_sched_runtime() by Peter Zijlstra · 11 years ago
  48. 5eca82a sched/numa: Cure update_numa_stats() vs. hotplug by Peter Zijlstra · 11 years ago
  49. 46a73e8 sched/numa: Fix NULL pointer dereference in task_numa_migrate() by Rik van Riel · 11 years ago
  50. 106dd5a sched: Fix endless sync_sched/rcu() loop inside _cpu_down() by Michael wang · 11 years ago
  51. 4fdb793 locks: missing unlock on error in generic_add_lease() by Dan Carpenter · 11 years ago
  52. 7f62656 aio: checking for NULL instead of IS_ERR by Dan Carpenter · 11 years ago
  53. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  54. 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  55. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  56. 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
  57. 39222c8 Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubi by Linus Torvalds · 11 years ago
  58. fbe43ff Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 11 years ago
  59. a7fa20a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  60. a301245 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  61. 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
  62. a998646 Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  63. 13aa7e0 Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 11 years ago
  64. c08acff Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 11 years ago
  65. 4e9b45a ipc, msg: fix message length check for negative values by Mathias Krause · 11 years ago
  66. 206fa94 ipc/util.c: remove unnecessary work pending test by Xie XiuQi · 11 years ago
  67. 66da0e1 devpts: plug the memory leak in kill_sb by Ilija Hadzic · 11 years ago
  68. 1bf49dd ./Makefile: export initial ramdisk compression config option by P J P · 11 years ago
  69. 69f0554 init/Kconfig: add option to disable kernel compression by Christian Ruppert · 11 years ago
  70. bb67093 drivers: w1: make w1_slave::flags long to avoid memory corruption by Michal Nazarewicz · 11 years ago
  71. 75f9e93 drivers/w1/masters/ds1wm.cuse dev_get_platdata() by Jingoo Han · 11 years ago
  72. a0e5a12 drivers/memstick/core/ms_block.c: fix unreachable state in h_msb_read_page() by Roger Tseng · 11 years ago
  73. be2d3f9 drivers/memstick/core/mspro_block.c: fix attributes array allocation by Michal Nazarewicz · 11 years ago
  74. 1a10bd9 drivers/pps/clients/pps-gpio.c: remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  75. 0128476 kernel/panic.c: reduce 1 byte usage for print tainted buffer by Chen Gang · 11 years ago
  76. 1931d43 gcov: reuse kbasename helper by Andy Shevchenko · 11 years ago
  77. a5ebb875 kernel/gcov/fs.c: use pr_warn() by Andrew Morton · 11 years ago
  78. bddb12b kernel/module.c: use pr_foo() by Andrew Morton · 11 years ago
  79. 17c568d gcov: compile specific gcov implementation based on gcc version by Frantisek Hrbata · 11 years ago
  80. 5f41ea0 gcov: add support for gcc 4.7 gcov format by Frantisek Hrbata · 11 years ago
  81. 8cbce37 gcov: move gcov structs definitions to a gcc version specific file by Frantisek Hrbata · 11 years ago
  82. 0d20633 kernel/taskstats.c: return -ENOMEM when alloc memory fails in add_del_listener() by Chen Gang · 11 years ago
  83. 3fa5826 kernel/taskstats.c: add nla_nest_cancel() for failure processing between nla_nest_start() and nla_nest_end() by Chen Gang · 11 years ago
  84. f02147e kernel/sysctl_binary.c: use scnprintf() instead of snprintf() by Chen Gang · 11 years ago
  85. 7833819 kernel/sysctl.c: check return value after call proc_put_char() in __do_proc_doulongvec_minmax() by Chen Gang · 11 years ago
  86. 1310a5a rbtree: fix rbtree_postorder_for_each_entry_safe() iterator by Jan Kara · 11 years ago
  87. d049f74 exec/ptrace: fix get_dumpable() incorrect tests by Kees Cook · 11 years ago
  88. 1c3fc3e kcore: add Kconfig help text by Randy Dunlap · 11 years ago
  89. 5721cf8 procfs: clean up proc_reg_get_unmapped_area for 80-column limit by HATAYAMA Daisuke · 11 years ago
  90. ee2f51d Documentation/ABI: document the non-ABI status of Kconfig and symbols by Josh Triplett · 11 years ago
  91. e946c43a kernel-doc: improve "no structured comments found" error by Johannes Berg · 11 years ago
  92. c770864 Documentation/trace/tracepoints.txt: add links to TRACE_EVENT documentation by Stefan Raspl · 11 years ago
  93. 965fd29 Documentation/filesystems/vfat.txt: fix directory entry example by Luis Ortega Perez de Villar · 11 years ago
  94. 95e0d7d hfsplus: implement attributes file creation functionality by Vyacheslav Dubeyko · 11 years ago
  95. 099e924 hfsplus: implement attributes file's header node initialization code by Vyacheslav Dubeyko · 11 years ago
  96. b3b5b0f hfsplus: add metadata file's clump size calculation functionality by Vyacheslav Dubeyko · 11 years ago
  97. 74a797d fs/hfs/btree.h: remove duplicate defines by Michael Opdenacker · 11 years ago
  98. b450626 drivers/rtc/rtc-as3722: add RTC driver by Laxman Dewangan · 11 years ago
  99. 5bccae6 rtc: s5m-rtc: add real-time clock driver for s5m8767 by Sangbeom Kim · 11 years ago
  100. 5e0d121 drivers/rtc/rtc-tps65910.c: remove unnecessary include by Manish Badarkhe · 11 years ago