1. de90a6b kexec: use file name as the output message prefix by Minfei Huang · 9 years ago
  2. 0f93090 fs, seqfile: always allow oom killer by Greg Thelen · 9 years ago
  3. 25c6bb76e seq_file: reuse string_escape_str() by Andy Shevchenko · 9 years ago
  4. 8b91a31 fs/seq_file: use seq_* helpers in seq_hex_dump() by Andy Shevchenko · 9 years ago
  5. d61ba58 coredump: change zap_threads() and zap_process() to use for_each_thread() by Oleg Nesterov · 9 years ago
  6. 5fa534c coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMP by Oleg Nesterov · 9 years ago
  7. 9317bb9 signal: remove jffs2_garbage_collect_thread()->allow_signal(SIGCONT) by Oleg Nesterov · 9 years ago
  8. 9a13049 signal: introduce kernel_signal_stop() to fix jffs2_garbage_collect_thread() by Oleg Nesterov · 9 years ago
  9. be0e6f2 signal: turn dequeue_signal_lock() into kernel_dequeue_signal() by Oleg Nesterov · 9 years ago
  10. 2e01fab signals: kill block_all_signals() and unblock_all_signals() by Oleg Nesterov · 9 years ago
  11. 4f05028 nilfs2: fix gcc uninitialized-variable warnings in powerpc build by Ryusuke Konishi · 9 years ago
  12. 09ef29e nilfs2: fix gcc unused-but-set-variable warnings by Ryusuke Konishi · 9 years ago
  13. c35c7ac MAINTAINERS: nilfs2: add header file for tracing by Ryusuke Konishi · 9 years ago
  14. a9cd207 nilfs2: add tracepoints for analyzing reading and writing metadata files by Hitoshi Mitake · 9 years ago
  15. 83eec5e nilfs2: add tracepoints for analyzing sufile manipulation by Hitoshi Mitake · 9 years ago
  16. 44fda11 nilfs2: add a tracepoint for transaction events by Hitoshi Mitake · 9 years ago
  17. 5849770 nilfs2: add a tracepoint for tracking stage transition of segment construction by Hitoshi Mitake · 9 years ago
  18. d0c14a9 nilfs2: free unused dat file blocks during garbage collection by Ryusuke Konishi · 9 years ago
  19. da01995 nilfs2: add helper functions to delete blocks from dat file by Ryusuke Konishi · 9 years ago
  20. b225809 nilfs2: get rid of nilfs_palloc_group_is_in() by Ryusuke Konishi · 9 years ago
  21. 18c41b3 nilfs2: refactor nilfs_palloc_find_available_slot() by Ryusuke Konishi · 9 years ago
  22. 4e9e63a nilfs2: do not call nilfs_mdt_bgl_lock() needlessly by Ryusuke Konishi · 9 years ago
  23. b7bed71 nilfs2: use nilfs_warning() in allocator implementation by Ryusuke Konishi · 9 years ago
  24. da80a39 nilfs2: drop null test before destroy functions by Julia Lawall · 9 years ago
  25. 6d32f7a checkpatch: improve the unnecessary initialisers tests by Joe Perches · 9 years ago
  26. 369c8dd checkpatch: improve tests for fixes:, long lines and stack dumps in commit log by Joe Perches · 9 years ago
  27. 9f029f5 lib/hexdump.c: truncate output in case of overflow by Andy Shevchenko · 9 years ago
  28. 8de1ee7 rbtree: clarify documentation of rbtree_postorder_for_each_entry_safe() by Cody P Schafer · 9 years ago
  29. 9022435 lib/is_single_threaded.c: change current_is_single_threaded() to use for_each_thread() by Oleg Nesterov · 9 years ago
  30. f773f32 lib/kobject.c: use kvasprintf_const for formatting ->name by Rasmus Villemoes · 9 years ago
  31. 0a9df78 lib/kasprintf.c: introduce kvasprintf_const by Rasmus Villemoes · 9 years ago
  32. 2cf12f8 lib/llist.c: fix data race in llist_del_first by Dmitry Vyukov · 9 years ago
  33. 943ba65 lib/test-string_helpers.c: add string_get_size() tests by Vitaly Kuznetsov · 9 years ago
  34. 1c78bc1 lib/halfmd4.c: use rol32 inline function in the ROUND macro by Alexander Kuleshov · 9 years ago
  35. 78e3c79 arch/x86/kernel/cpu/perf_event_msr.c: use sign_extend64() for sign extension by Martin Kepplinger · 9 years ago
  36. 06d8f81 arch/sh/kernel/traps_64.c: use sign_extend64() for sign extension by Martin Kepplinger · 9 years ago
  37. 48e203e bitops.h: add sign_extend64() by Martin Kepplinger · 9 years ago
  38. e2eb53a bitops.h: improve sign_extend32()'s documentation by Martin Kepplinger · 9 years ago
  39. cd2c3e7 MAINTAINERS: add missing extcon directory by Chanwoo Choi · 9 years ago
  40. 2a7cb1d get_maintainer: add subsystem to reviewer output by Joe Perches · 9 years ago
  41. 4f07510 get_maintainer: --r (list reviewer) is on by default by Brian Norris · 9 years ago
  42. b1312bfe get_maintainer: add --no-foo options to --help by Brian Norris · 9 years ago
  43. cc7ff0e get_maintainer: it's '--pattern-depth', not '-pattern-depth' by Brian Norris · 9 years ago
  44. 3cbcca8 get_maintainer: add missing documentation for --git-blame-signatures by Brian Norris · 9 years ago
  45. 3824657 printk: prevent userland from spoofing kernel messages by Mathias Krause · 9 years ago
  46. d7ec9a0 lib/vsprintf.c: update documentation by Rasmus Villemoes · 9 years ago
  47. 317dc34 selftests: run lib/test_printf module by Kees Cook · 9 years ago
  48. 707cc72 test_printf: test printf family at runtime by Rasmus Villemoes · 9 years ago
  49. 80c9eb4 lib/vsprintf.c: remove SPECIAL handling in pointer() by Rasmus Villemoes · 9 years ago
  50. 762abb5 lib/vsprintf.c: also improve sanity check in bstr_printf() by Rasmus Villemoes · 9 years ago
  51. b006f19 lib/vsprintf.c: handle invalid format specifiers more robustly by Rasmus Villemoes · 9 years ago
  52. 5e4ee7b printk: synchronize %p formatting documentation by Martin Kletzander · 9 years ago
  53. 3e406b1 lib/dynamic_debug.c: use kstrdup_const by Rasmus Villemoes · 9 years ago
  54. eac44a5 fs/jffs2/wbuf.c: remove stray semicolon by Andrew Morton · 9 years ago
  55. 9add850 include/linux/compiler-gcc.h: improve __visible documentation by Andrew Morton · 9 years ago
  56. 54708d2 proc: actually make proc_fd_permission() thread-friendly by Oleg Nesterov · 9 years ago
  57. 3a49f3d fs/proc/array.c: set overflow flag in case of error by Andy Shevchenko · 9 years ago
  58. 1965c8b mm: use 'unsigned int' for compound_dtor/compound_order on 64BIT by Kirill A. Shutemov · 9 years ago
  59. d00181b mm: use 'unsigned int' for page order by Kirill A. Shutemov · 9 years ago
  60. 1d798ca mm: make compound_head() robust by Kirill A. Shutemov · 9 years ago
  61. f1e6155 mm: pack compound_dtor and compound_order into one word in struct page by Kirill A. Shutemov · 9 years ago
  62. 32e7ba1 zsmalloc: use page->private instead of page->first_page by Kirill A. Shutemov · 9 years ago
  63. bc4f610 slab, slub: use page->rcu_head instead of page->lru plus cast by Kirill A. Shutemov · 9 years ago
  64. 474e4ee mm: drop page->slab_page by Kirill A. Shutemov · 9 years ago
  65. 6fe5186 zsmalloc: reduce size_class memory usage by Sergey Senozhatsky · 9 years ago
  66. 6f0b227 mm/zsmalloc.c: remove useless line in obj_free() by Hui Zhu · 9 years ago
  67. 2c35169 zsmalloc: don't test shrinker_enabled in zs_shrinker_count() by Sergey Senozhatsky · 9 years ago
  68. 759b26b zsmalloc: use preempt.h for in_interrupt() by Sergey Senozhatsky · 9 years ago
  69. 12a7bfa zsmalloc: fix obj_to_head use page_private(page) as value but not pointer by Hui Zhu · 9 years ago
  70. 8f958c9 zsmalloc: add comments for ->inuse to zspage by Hui Zhu · 9 years ago
  71. 6f3526d mm: zsmalloc: constify struct zs_pool name by Sergey SENOZHATSKY · 9 years ago
  72. 69e18f4 zpool: remove redundant zpool->type string, const-ify zpool_get_type by Dan Streetman · 9 years ago
  73. c99b42c zswap: use charp for zswap param strings by Dan Streetman · 9 years ago
  74. 3d9c637 module: export param_free_charp() by Dan Streetman · 9 years ago
  75. b0c9865 mm/zswap.c: remove unneeded initialization to NULL in zswap_entry_find_get() by Alexey Klimov · 9 years ago
  76. 1c53e0d zram: make is_partial_io/valid_io_request/page_zero_filled return boolean by Geliang Tang · 9 years ago
  77. 1237275 zram: keep the exact overcommited value in mem_used_max by Sergey SENOZHATSKY · 9 years ago
  78. 1d5b43b zram: introduce comp algorithm fallback functionality by Luis Henriques · 9 years ago
  79. 6f64615 mm/memcontrol.c: uninline mem_cgroup_usage by Andrew Morton · 9 years ago
  80. 23d0127 fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writeback by Jan Kara · 9 years ago
  81. d6669d6 thp: remove unused vma parameter from khugepaged_alloc_page by Aaron Tomlin · 9 years ago
  82. c62d255 mm, fs: introduce mapping_gfp_constraint() by Michal Hocko · 9 years ago
  83. 8990332 include/linux/mmzone.h: reflow comment by Andrew Morton · 9 years ago
  84. dd56b04 mm: page_alloc: hide some GFP internals and document the bits and flag combinations by Mel Gorman · 9 years ago
  85. 97a16fc mm, page_alloc: only enforce watermarks for order-0 allocations by Mel Gorman · 9 years ago
  86. 0aaa29a mm, page_alloc: reserve pageblocks for high-order atomic allocations on demand by Mel Gorman · 9 years ago
  87. 974a786 mm, page_alloc: remove MIGRATE_RESERVE by Mel Gorman · 9 years ago
  88. f77cf4e mm, page_alloc: delete the zonelist_cache by Mel Gorman · 9 years ago
  89. 71baba4 mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM by Mel Gorman · 9 years ago
  90. 4011337 mm: page_alloc: remove GFP_IOFS by Mel Gorman · 9 years ago
  91. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  92. 016c13d mm, page_alloc: use masks and shifts when converting GFP flags to migrate types by Mel Gorman · 9 years ago
  93. 46e700ab mm, page_alloc: remove unnecessary taking of a seqlock when cpusets are disabled by Mel Gorman · 9 years ago
  94. c9ab0c4 mm, page_alloc: remove unnecessary recalculations for dirty zone balancing by Mel Gorman · 9 years ago
  95. e2b1919 mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safe by Mel Gorman · 9 years ago
  96. db2a0dd mm/oom_kill.c: introduce is_sysrq_oom helper by Yaowei Bai · 9 years ago
  97. 5bc23a0 Merge tag 'backlight-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 9 years ago
  98. 4dcee4d mfd: avoid newly introduced compiler warning by Linus Torvalds · 9 years ago
  99. 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
  100. 54727e6 x86: don't make DEBUG_WX default to 'y' even with DEBUG_RODATA by Linus Torvalds · 9 years ago