1. d55875f include/asm-generic/ioctl.h: fix _IOC_TYPECHECK sparse error by Hans Verkuil · 10 years ago
  2. dcbff5d idr: reorder the fields by Lai Jiangshan · 10 years ago
  3. b4e7426 signals: introduce kernel_sigaction() by Oleg Nesterov · 10 years ago
  4. 0341729 signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch] by Oleg Nesterov · 10 years ago
  5. 36fac0a signals: kill sigfindinword() by Oleg Nesterov · 10 years ago
  6. 4e52365 ptrace: fix fork event messages across pid namespaces by Matthew Dempsky · 10 years ago
  7. 31632db drivers/rtc/rtc-cmos.c: drivers/char/rtc.c features for DECstation support by Maciej W. Rozycki · 10 years ago
  8. cc07aab Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into next by Linus Torvalds · 10 years ago
  9. eb3d3ec Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next by Linus Torvalds · 10 years ago
  10. c3c55a0 Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  11. 046f153 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  12. a0abcf2e Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  13. bd63ce2 Merge branch 'devel-stable' into for-next by Russell King · 10 years ago
  14. 1fb3334 Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-next by Russell King · 10 years ago
  15. 00170fd Merge branch 'akpm' (patchbomb from Andrew) into next by Linus Torvalds · 10 years ago
  16. 647f010 init/main.c: remove an ifdef by Andrew Morton · 10 years ago
  17. 34a1b72 kthreads: kill CLONE_KERNEL, change kernel_thread(kernel_init) to avoid CLONE_SIGHAND by Oleg Nesterov · 10 years ago
  18. a8fe19e kernel/printk: use symbolic defines for console loglevels by Borislav Petkov · 10 years ago
  19. 6e099f5 Documentation: expand/clarify debug documentation by Dan Streetman · 10 years ago
  20. c224815 printk: Add printk_deferred_once by John Stultz · 10 years ago
  21. aac74dc printk: rename printk_sched to printk_deferred by John Stultz · 10 years ago
  22. b300a4e kernel/user.c: drop unused field 'files' from user_struct by Kirill A. Shutemov · 10 years ago
  23. 2c0d259 compiler.h: avoid sparse errors in __compiletime_error_fallback() by James Hogan · 10 years ago
  24. 50417c5 mm/zbud.c: make size unsigned like unique callsite by Fabian Frederick · 10 years ago
  25. 100873d hugetlb: rename hugepage_migration_support() to ..._supported() by Naoya Horiguchi · 10 years ago
  26. daa5ba7 mm/rmap.c: cleanup ttu_flags by Konstantin Khlebnikov · 10 years ago
  27. 4be89a3 mm/vmscan.c: use DIV_ROUND_UP for calculation of zone's balance_gap and correct comments. by Jianyu Zhan · 10 years ago
  28. b7596fb include/linux/gfp.h: exclude duplicate header by Andy Shevchenko · 10 years ago
  29. 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 10 years ago
  30. 07a4278 mm: shmem: avoid atomic operation during shmem_getpage_gfp by Mel Gorman · 10 years ago
  31. b745bc8 mm: page_alloc: convert hot/cold parameter and immediate callers to bool by Mel Gorman · 10 years ago
  32. 7aeb09f mm: page_alloc: use unsigned int for order in more places by Mel Gorman · 10 years ago
  33. dc4b0ca mm: page_alloc: reduce number of times page_to_pfn is called by Mel Gorman · 10 years ago
  34. e58469b mm: page_alloc: use word-based accesses for get/set pageblock bitmaps by Mel Gorman · 10 years ago
  35. 664eedd mm: page_alloc: use jump labels to avoid checking number_of_cpusets by Mel Gorman · 10 years ago
  36. ea5e953 include/linux/jump_label.h: expose the reference count by Mel Gorman · 10 years ago
  37. 776ed0f memcg: cleanup kmem cache creation/destruction functions naming by Vladimir Davydov · 10 years ago
  38. 18ab4d4 swap: change swap_list_head to plist, add swap_avail_head by Dan Streetman · 10 years ago
  39. a75f232 lib/plist: add plist_requeue by Dan Streetman · 10 years ago
  40. fd16618 lib/plist: add helper functions by Dan Streetman · 10 years ago
  41. adfab83 swap: change swap_info singly-linked list to list_head by Dan Streetman · 10 years ago
  42. f8c9301 mm/compaction: do not count migratepages when unnecessary by Vlastimil Babka · 10 years ago
  43. e0b9dae mm, compaction: embed migration mode in compact_control by David Rientjes · 10 years ago
  44. 35979ef mm, compaction: add per-zone migration pfn cache for async compaction by David Rientjes · 10 years ago
  45. 68711a7 mm, migration: add destination page freeing callback by David Rientjes · 10 years ago
  46. 073ee1c memcg: get rid of memcg_create_cache_name by Vladimir Davydov · 10 years ago
  47. 3fb1c8d mm: update comment for DEFAULT_MAX_MAP_COUNT by Kirill A. Shutemov · 10 years ago
  48. ac76950 mm/rmap.c: make page_referenced_one() and try_to_unmap_one() static by Kirill A. Shutemov · 10 years ago
  49. df9024a mm: shrinker: add nid to tracepoint output by Dave Hansen · 10 years ago
  50. 7fe7047 mm: shrinker trace points: fix negatives by Dave Hansen · 10 years ago
  51. 1754e44 include/linux/bootmem.h: cleanup the comment for BOOTMEM_ flags by Wang Sheng-Hui · 10 years ago
  52. d2ee40e mm: introdule compound_head_by_tail() by Jianyu Zhan · 10 years ago
  53. 23c8902 mm: constify nmask argument to set_mempolicy() by Rasmus Villemoes · 10 years ago
  54. f7f28ca mm: constify nmask argument to mbind() by Rasmus Villemoes · 10 years ago
  55. 47a191f fs/block_dev.c: add bdev_read_page() and bdev_write_page() by Matthew Wilcox · 10 years ago
  56. 57d9984 fs/mpage.c: factor page_endio() out of mpage_end_io() by Matthew Wilcox · 10 years ago
  57. 1b938c0 fs/buffer.c: remove block_write_full_page_endio() by Matthew Wilcox · 10 years ago
  58. bd67314 memcg, slab: simplify synchronization scheme by Vladimir Davydov · 10 years ago
  59. c67a8a6 memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slab by Vladimir Davydov · 10 years ago
  60. 1e32e77 memcg, slab: do not schedule cache destruction when last page goes away by Vladimir Davydov · 10 years ago
  61. f98bafa memcg: kill CONFIG_MM_OWNER by Oleg Nesterov · 10 years ago
  62. 2329d37 mm/swap.c: clean up *lru_cache_add* functions by Jianyu Zhan · 10 years ago
  63. bfc8c90 mem-hotplug: implement get/put_online_mems by Vladimir Davydov · 10 years ago
  64. 5f7a75a mm: page_alloc: do not cache reclaim distances by Mel Gorman · 10 years ago
  65. 4f9b16a mm: disable zone_reclaim_mode by default by Mel Gorman · 10 years ago
  66. bae7f4a hugetlb: add hstate_is_gigantic() by Luiz Capitulino · 10 years ago
  67. e4f6742 mm: pass VM_BUG_ON() reason to dump_page() by Dave Hansen · 10 years ago
  68. 02a8efe include/linux/mmdebug.h: add VM_WARN_ON() and VM_WARN_ON_ONCE() by Andrew Morton · 10 years ago
  69. 5ea3b1b cma: add placement specifier for "cma=" kernel parameter by Akinobu Mita · 10 years ago
  70. 2bfc286 memblock: introduce memblock_alloc_range() by Akinobu Mita · 10 years ago
  71. 9c5a362 x86: enable DMA CMA with swiotlb by Akinobu Mita · 10 years ago
  72. 4f11514 mm,vmacache: add debug data by Davidlohr Bueso · 10 years ago
  73. 5238343 mm: get rid of __GFP_KMEMCG by Vladimir Davydov · 10 years ago
  74. 5dfb417 sl[au]b: charge slabs to kmemcg explicitly by Vladimir Davydov · 10 years ago
  75. c46a7c8 x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levels by Mel Gorman · 10 years ago
  76. ac13a82 fs/libfs.c: add generic data flush to fsync by Fabian Frederick · 10 years ago
  77. c177c81 hugetlb: restrict hugepage_migration_support() to x86_64 by Naoya Horiguchi · 10 years ago
  78. d09cc36 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  79. 82e627e Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  80. f1a7cd0 Merge branch 'for-linus' of git://git.kernel.dk/linux-block into next by Linus Torvalds · 10 years ago
  81. aaeb255 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media into next by Linus Torvalds · 10 years ago
  82. d2705064 Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into next by Linus Torvalds · 10 years ago
  83. 0e62f51 blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameter by Jens Axboe · 10 years ago
  84. b77279b Merge tag 'sound-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound into next by Linus Torvalds · 10 years ago
  85. 15b5883 Merge tag 'fbdev-omap-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into next by Linus Torvalds · 10 years ago
  86. d55696a Merge tag 'fbdev-main-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into next by Linus Torvalds · 10 years ago
  87. 4dc4226 Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm into next by Linus Torvalds · 10 years ago
  88. d6b92c2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid into next by Linus Torvalds · 10 years ago
  89. 1aacb90 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into next by Linus Torvalds · 10 years ago
  90. b05d59d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next by Linus Torvalds · 10 years ago
  91. ba1bdef Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw into next by Linus Torvalds · 10 years ago
  92. 74efa04 Merge tag 'locks-v3.16' of git://git.samba.org/jlayton/linux into next by Linus Torvalds · 10 years ago
  93. beea3f4 Merge branches 'for-3.16/i2c-hid', 'for-3.16/rmi4', 'for-3.16/sony' and 'for-3.16/thingm' into for-linus by Jiri Kosina · 10 years ago
  94. 64c5c75 of/irq: provide more wrappers for !CONFIG_OF by Arnd Bergmann · 10 years ago
  95. e6cdb09 blk-mq: fix sparse warning on missed __percpu annotation by Ming Lei · 10 years ago
  96. 33ef765e Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  97. 057beb1 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 10 years ago
  98. 42a0928 Merge branch 'pm-devfreq' by Rafael J. Wysocki · 10 years ago
  99. d9bd449 Merge branch 'acpi-video' by Rafael J. Wysocki · 10 years ago
  100. 0e36d43 Merge branch 'acpica' by Rafael J. Wysocki · 10 years ago