1. 4ee815b mm/mempolicy.c: vma_migratable() can return bool by Yaowei Bai · 8 years ago
  2. bb00a78 mm/vmalloc.c: is_vmalloc_addr() can return bool by Yaowei Bai · 8 years ago
  3. c98940f mm/memory_hotplug: is_mem_section_removable() can return bool by Yaowei Bai · 8 years ago
  4. 32f6271 mm/hugetlb: is_vm_hugetlb_page() can return bool by Yaowei Bai · 8 years ago
  5. 2b18e53 x86: mm: use hugetlb_bad_size() by Vaishali Thakkar · 8 years ago
  6. b3d424f tile: mm: use hugetlb_bad_size() by Vaishali Thakkar · 8 years ago
  7. 71bf79c powerpc: mm: use hugetlb_bad_size() by Vaishali Thakkar · 8 years ago
  8. 9cc3387 metag: mm: use hugetlb_bad_size() by Vaishali Thakkar · 8 years ago
  9. d77e20c arm64: mm: use hugetlb_bad_size() by Vaishali Thakkar · 8 years ago
  10. 9fee021 mm/hugetlb: introduce hugetlb_bad_size() by Vaishali Thakkar · 8 years ago
  11. 09a95e2 mm/hugetlb: optimize minimum size (min_size) accounting by Mike Kravetz · 8 years ago
  12. 0edaf86 include/linux/nodemask.h: create next_node_in() helper by Andrew Morton · 8 years ago
  13. 48a2705 include/linux: apply __malloc attribute by Rasmus Villemoes · 8 years ago
  14. d64e85d compiler.h: add support for malloc attribute by Rasmus Villemoes · 8 years ago
  15. 0139aa7 mm: rename _count, field of the struct page, to _refcount by Joonsoo Kim · 8 years ago
  16. 6d061f9 mm/page_ref: use page_ref helper instead of direct modification of _count by Joonsoo Kim · 8 years ago
  17. 43efd3e mm/slub.c: fix sysfs filename in comment by Li Peng · 8 years ago
  18. a3187e4 mm: slab: remove ZONE_DMA_FLAG by Yang Shi · 8 years ago
  19. c7ce4f60 mm: SLAB freelist randomization by Thomas Garnier · 8 years ago
  20. 81ae6d0 mm/slub.c: replace kick_all_cpus_sync() with synchronize_sched() in kmem_cache_shrink() by Vladimir Davydov · 8 years ago
  21. 801faf0 mm/slab: lockless decision to grow cache by Joonsoo Kim · 8 years ago
  22. 213b469 mm/slab: refill cpu cache through a new slab without holding a node lock by Joonsoo Kim · 8 years ago
  23. 76b342b mm/slab: separate cache_grow() to two parts by Joonsoo Kim · 8 years ago
  24. 511e3a05 mm/slab: make cache_grow() handle the page allocated on arbitrary node by Joonsoo Kim · 8 years ago
  25. 03d1d43 mm/slab: racy access/modify the slab color by Joonsoo Kim · 8 years ago
  26. 6052b78 mm/slab: don't keep free slabs if free_objects exceeds free_limit by Joonsoo Kim · 8 years ago
  27. c3d332b mm/slab: clean-up kmem_cache_node setup by Joonsoo Kim · 8 years ago
  28. ded0ecf mm/slab: factor out kmem_cache_node initialization code by Joonsoo Kim · 8 years ago
  29. a5aa63a mm/slab: drain the free slab as much as possible by Joonsoo Kim · 8 years ago
  30. 8888177 mm/slab: remove BAD_ALIEN_MAGIC again by Joonsoo Kim · 8 years ago
  31. 18726ca mm/slab: fix the theoretical race by holding proper lock by Joonsoo Kim · 8 years ago
  32. 19d795b kernel/padata.c: hide unused functions by Arnd Bergmann · 8 years ago
  33. 815613d kernel/padata.c: removed unused code by Richard Cochran · 8 years ago
  34. 8f9b180 ocfs2: clean up an unneeded goto in ocfs2_put_slot() by Guozhonghua · 8 years ago
  35. aa6913d ocfs2: clean up unused parameter 'count' in o2hb_read_block_input() by Jun Piao · 8 years ago
  36. c14688e ocfs2: clean up an unused variable 'wants_rotate' in ocfs2_truncate_rec by piaojun · 8 years ago
  37. 8ba4422 ocfs2: fix comment in struct ocfs2_extended_slot by Guozhonghua · 8 years ago
  38. b9fdac7 debugobjects: insulate non-fixup logic related to static obj from fixup callbacks by Du, Changbin · 8 years ago
  39. 8bad1cd Documentation: update debugobjects doc by Du, Changbin · 8 years ago
  40. d99b1d8 percpu_counter: update debugobjects fixup callbacks return type by Du, Changbin · 8 years ago
  41. 3263d28 rcu: update debugobjects fixup callbacks return type by Du, Changbin · 8 years ago
  42. e325246 timer: update debugobjects fixup callbacks return type by Du, Changbin · 8 years ago
  43. 02a982a workqueue: update debugobjects fixup callbacks return type by Du, Changbin · 8 years ago
  44. e7a8e78 debugobjects: correct the usage of fixup call results by Du, Changbin · 8 years ago
  45. b1e4d9d debugobjects: make fixup functions return bool instead of int by Du, Changbin · 8 years ago
  46. b21e91c scripts/bloat-o-meter: print percent change by Vineet Gupta · 8 years ago
  47. bad7de7 scripts/spelling.txt: add "fimware" misspelling by Kees Cook · 8 years ago
  48. 310c6dd scripts/decode_stacktrace.sh: handle symbols in modules by Konstantin Khlebnikov · 8 years ago
  49. 8e4f70e time: remove timespec_add_safe() by Deepa Dinamani · 8 years ago
  50. 766b9f9 fs: poll/select/recvmmsg: use timespec64 for timeout events by Deepa Dinamani · 8 years ago
  51. bc2c53e time: add missing implementation for timespec64_add_safe() by Deepa Dinamani · 8 years ago
  52. 35e4817 fsnotify: avoid spurious EMFILE errors from inotify_init() by Jan Kara · 8 years ago
  53. 03b979d Merge tag 'please-pull-misc-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 8 years ago
  54. e9ad9b9 Merge tag 'docs-for-linus' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  55. 78975f2 Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  56. feaa7cb Merge tag 'md/4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  57. e0fb1b3 Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  58. f4c80d5 Merge tag 'sound-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  59. 7afd16f Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  60. a37571a Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 8 years ago
  61. a0d3c7c Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  62. ec67b14 Merge tag 'localmodconfig-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-kconfig by Linus Torvalds · 8 years ago
  63. 7beaa24 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  64. 07b7526 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  65. 0efacbb Merge tag 'arc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
  66. f4f27d0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  67. 5632a9f Merge branches 'amba', 'devel-stable', 'kexec-for-next' and 'misc' into for-linus by Russell King · 8 years ago
  68. 138a076 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next by Michael Ellerman · 8 years ago
  69. 2600a46 Merge tag 'trace-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  70. 03e1aa1 Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  71. 97f0090 Merge tag 'rproc-v4.7' of git://github.com/andersson/remoteproc by Linus Torvalds · 8 years ago
  72. 676d973 Merge tag 'rpmsg-v4.7' of git://github.com/andersson/remoteproc by Linus Torvalds · 8 years ago
  73. 888dae5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  74. 19c5abc Merge tag 'media/v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 8 years ago
  75. 675e065 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  76. d974f09 Merge branch 'stable/for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft by Linus Torvalds · 8 years ago
  77. 4a5219e Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  78. 9797f6b Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  79. 2ec3240 Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  80. f7df9be Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  81. 9f8f202 Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  82. 9896c7b Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  83. f2b1e0f Merge tag 'armsoc-cleanups-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  84. f61a657 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  85. 0e034f5 iwlwifi: fix mis-merge that breaks the driver by Linus Torvalds · 8 years ago
  86. 9e17632 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  87. 6937047 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  88. e34df33 Merge branch 'work.lookups' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  89. 9f54180 xfs: concurrent readdir hangs on data buffer locks by Dave Chinner · 8 years ago
  90. fe742fd4 Revert "btrfs: switch to ->iterate_shared()" by Al Viro · 8 years ago
  91. 442c9ac Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  92. ba5a265 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  93. 8908c94 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  94. 9842df6 KVM: MTRR: remove MSR 0x2f8 by Andy Honig · 8 years ago
  95. 67c9ddd KVM: x86: make hwapic_isr_update and hwapic_irr_update look the same by Paolo Bonzini · 8 years ago
  96. 8221c13 svm: Manage vcpu load/unload when enable AVIC by Suravee Suthikulpanit · 8 years ago
  97. 3bbf356 svm: Do not intercept CR8 when enable AVIC by Suravee Suthikulpanit · 8 years ago
  98. 46781ea svm: Do not expose x2APIC when enable AVIC by Suravee Suthikulpanit · 8 years ago
  99. be8ca17 KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restore by Suravee Suthikulpanit · 8 years ago
  100. 18f40c5 svm: Add VMEXIT handlers for AVIC by Suravee Suthikulpanit · 8 years ago