1. cb7ae26 include/linux/zutil.h: fix usage example of zlib_adler32() by Anish Bhatt · 9 years ago
  2. 002edb6 dma-mapping: tidy up dma_parms default handling by Robin Murphy · 9 years ago
  3. 9a13049 signal: introduce kernel_signal_stop() to fix jffs2_garbage_collect_thread() by Oleg Nesterov · 9 years ago
  4. be0e6f2 signal: turn dequeue_signal_lock() into kernel_dequeue_signal() by Oleg Nesterov · 9 years ago
  5. 2e01fab signals: kill block_all_signals() and unblock_all_signals() by Oleg Nesterov · 9 years ago
  6. a9cd207 nilfs2: add tracepoints for analyzing reading and writing metadata files by Hitoshi Mitake · 9 years ago
  7. 83eec5e nilfs2: add tracepoints for analyzing sufile manipulation by Hitoshi Mitake · 9 years ago
  8. 44fda11 nilfs2: add a tracepoint for transaction events by Hitoshi Mitake · 9 years ago
  9. 5849770 nilfs2: add a tracepoint for tracking stage transition of segment construction by Hitoshi Mitake · 9 years ago
  10. 8de1ee7 rbtree: clarify documentation of rbtree_postorder_for_each_entry_safe() by Cody P Schafer · 9 years ago
  11. 0a9df78 lib/kasprintf.c: introduce kvasprintf_const by Rasmus Villemoes · 9 years ago
  12. 48e203e bitops.h: add sign_extend64() by Martin Kepplinger · 9 years ago
  13. e2eb53a bitops.h: improve sign_extend32()'s documentation by Martin Kepplinger · 9 years ago
  14. 9add850 include/linux/compiler-gcc.h: improve __visible documentation by Andrew Morton · 9 years ago
  15. 1965c8b mm: use 'unsigned int' for compound_dtor/compound_order on 64BIT by Kirill A. Shutemov · 9 years ago
  16. d00181b mm: use 'unsigned int' for page order by Kirill A. Shutemov · 9 years ago
  17. 1d798ca mm: make compound_head() robust by Kirill A. Shutemov · 9 years ago
  18. f1e6155 mm: pack compound_dtor and compound_order into one word in struct page by Kirill A. Shutemov · 9 years ago
  19. 474e4ee mm: drop page->slab_page by Kirill A. Shutemov · 9 years ago
  20. 6f3526d mm: zsmalloc: constify struct zs_pool name by Sergey SENOZHATSKY · 9 years ago
  21. 69e18f4 zpool: remove redundant zpool->type string, const-ify zpool_get_type by Dan Streetman · 9 years ago
  22. 3d9c637 module: export param_free_charp() by Dan Streetman · 9 years ago
  23. c62d255 mm, fs: introduce mapping_gfp_constraint() by Michal Hocko · 9 years ago
  24. 8990332 include/linux/mmzone.h: reflow comment by Andrew Morton · 9 years ago
  25. dd56b04 mm: page_alloc: hide some GFP internals and document the bits and flag combinations by Mel Gorman · 9 years ago
  26. 0aaa29a mm, page_alloc: reserve pageblocks for high-order atomic allocations on demand by Mel Gorman · 9 years ago
  27. 974a786 mm, page_alloc: remove MIGRATE_RESERVE by Mel Gorman · 9 years ago
  28. f77cf4e mm, page_alloc: delete the zonelist_cache by Mel Gorman · 9 years ago
  29. 71baba4 mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM by Mel Gorman · 9 years ago
  30. 4011337 mm: page_alloc: remove GFP_IOFS by Mel Gorman · 9 years ago
  31. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  32. 016c13d mm, page_alloc: use masks and shifts when converting GFP flags to migrate types by Mel Gorman · 9 years ago
  33. 46e700ab mm, page_alloc: remove unnecessary taking of a seqlock when cpusets are disabled by Mel Gorman · 9 years ago
  34. e2b1919 mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safe by Mel Gorman · 9 years ago
  35. bc91453 Merge tag 'mfd-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 9 years ago
  36. 2f4bf52 Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  37. 2e3078a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  38. b0f205c mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage by Eric B Munson · 9 years ago
  39. de60f5f mm: introduce VM_LOCKONFAULT by Eric B Munson · 9 years ago
  40. a8ca5d0 mm: mlock: add new mlock system call by Eric B Munson · 9 years ago
  41. 5ba97bf mm: remove refresh_cpu_vm_stats() definition for !SMP kernel by Tetsuo Handa · 9 years ago
  42. 6071ca5 mm: page_counter: let page_counter_try_charge() return bool by Johannes Weiner · 9 years ago
  43. 45637ba mm: rename mem_cgroup_migrate to mem_cgroup_replace_page by Hugh Dickins · 9 years ago
  44. 706874e mm: do not inc NR_PAGETABLE if ptlock_init failed by Vladimir Davydov · 9 years ago
  45. df40655 memcg: simplify and inline __mem_cgroup_from_kmem by Vladimir Davydov · 9 years ago
  46. f3ccb2c4 memcg: unify slab and other kmem pages charging by Vladimir Davydov · 9 years ago
  47. d05e83a memcg: simplify charging kmem pages by Vladimir Davydov · 9 years ago
  48. f7ae3a9 include/linux/vm_event_item.h: change HIGHMEM_ZONE macro definition by yalin wang · 9 years ago
  49. c2d42c1 mm/vmstat.c: uninline node_page_state() by Andrew Morton · 9 years ago
  50. 3ca65c1 mm: optimize PageHighMem() check by Vineet Gupta · 9 years ago
  51. da39da3 mm, oom: remove task_lock protecting comm printing by David Rientjes · 9 years ago
  52. 2d1e104 mm, compaction: distinguish contended status in tracepoints by Vlastimil Babka · 9 years ago
  53. 1743d05 mm, compaction: export tracepoints zone names to userspace by Vlastimil Babka · 9 years ago
  54. fa6c7b4 mm, compaction: export tracepoints status strings to userspace by Vlastimil Babka · 9 years ago
  55. 13308ca mm/memcontrol: make mem_cgroup_inactive_anon_is_low() return bool by Yaowei Bai · 9 years ago
  56. aa750fd mm/filemap.c: make global sync not clear error status of individual inodes by Junichi Nomura · 9 years ago
  57. 5d317b2 mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status by Naoya Horiguchi · 9 years ago
  58. 600e19a mm: use only per-device readahead limit by Roman Gushchin · 9 years ago
  59. b171e40 mm/page_alloc: remove unused parameter in init_currently_empty_zone() by Yaowei Bai · 9 years ago
  60. 35bd16a mm/memblock: make memblock_remove_range() static by Alexander Kuleshov · 9 years ago
  61. 7f822c2 memcg: drop unnecessary cold-path tests from __memcg_kmem_bypass() by Tejun Heo · 9 years ago
  62. cbfb479 memcg: collect kmem bypass conditions into __memcg_kmem_bypass() by Tejun Heo · 9 years ago
  63. b23afb9 memcg: punt high overage reclaim to return-to-userland path by Tejun Heo · 9 years ago
  64. 626ebc4 memcg: flatten task_struct->memcg_oom by Tejun Heo · 9 years ago
  65. 0ab32b6 uaccess: reimplement probe_kernel_address() using probe_kernel_read() by Andrew Morton · 9 years ago
  66. 8748dd5 include/linux/compiler-gcc.h: hide assume_aligned attribute from sparse by Rasmus Villemoes · 9 years ago
  67. a744fd1 compiler.h: add support for function attribute assume_aligned by Rasmus Villemoes · 9 years ago
  68. fda9012 slab: convert slab_is_available() to boolean by Denis Kirjanov · 9 years ago
  69. ac1f591 kernel/watchdog.c: add sysctl knob hardlockup_panic by Don Zickus · 9 years ago
  70. 5553787 kernel/watchdog.c: perform all-CPU backtrace in case of hard lockup by Jiri Kosina · 9 years ago
  71. 720abae rcu: force alignment on struct callback_head/rcu_head by Kirill A. Shutemov · 9 years ago
  72. 2c302e7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 9 years ago
  73. 933425fb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  74. 39cf7c3 Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 9 years ago
  75. ab1228e Merge git://git.infradead.org/intel-iommu by Linus Torvalds · 9 years ago
  76. 1873499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  77. 3460b01 Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
  78. 69234ac Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  79. 11eaaad Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 9 years ago
  80. 75f5db39 Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 9 years ago
  81. 52787e9 Merge tag 'regulator-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 9 years ago
  82. f66477a Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 9 years ago
  83. 400c5bd Merge tag 'for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply by Linus Torvalds · 9 years ago
  84. b037865 Merge tag 'media/v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
  85. 66339fda Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 9 years ago
  86. 0fcb9d2 Merge tag 'for-f2fs-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  87. 9576c2f Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 9 years ago
  88. 8e483ed Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  89. e880e874 Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  90. 118c216 Merge tag 'staging-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  91. fd0d351 Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  92. 3d6f478 Merge tag 'usb-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  93. e0700ce Merge tag 'dm-4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  94. ac322de Merge tag 'md/4.4' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  95. ccf21b6 Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  96. 527d152 Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  97. effa04c Merge branch 'for-4.4/lightnvm' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  98. a9aa31c Merge branch 'for-4.4/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  99. 0d51ce9 Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  100. 41ecf14 Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago