1. ae67ee6 docs: fix Co-Developed-by docs by Jorge Ramirez-Ortiz · 7 years ago
  2. 967d301 drivers/base/platform.c: kmemleak ignore a known leak by Qian Cai · 7 years ago
  3. f86196e fs: don't open code lru_to_page() by Nikolay Borisov · 7 years ago
  4. 08d405c fs/: remove caller signal_pending branch predictions by Davidlohr Bueso · 7 years ago
  5. fa45f11 mm/: remove caller signal_pending branch predictions by Davidlohr Bueso · 7 years ago
  6. d8d7d84 arch/arc/mm/fault.c: remove caller signal_pending_branch predictions by Davidlohr Bueso · 7 years ago
  7. 34ec35a kernel/sched/: remove caller signal_pending branch predictions by Davidlohr Bueso · 7 years ago
  8. 3bb5f4a kernel/locking/mutex.c: remove caller signal_pending branch predictions by Davidlohr Bueso · 7 years ago
  9. 9f132f7 mm: select HAVE_MOVE_PMD on x86 for faster mremap by Joel Fernandes (Google) · 7 years ago
  10. 2c91bd4 mm: speed up mremap by 20x on large regions by Joel Fernandes (Google) · 7 years ago
  11. 4cf5892 mm: treewide: remove unused address argument from pte_alloc functions by Joel Fernandes (Google) · 7 years ago
  12. ff1522b initramfs: cleanup incomplete rootfs by David Engraf · 7 years ago
  13. b058809 scripts/gdb: fix lx-version string output by Du Changbin · 7 years ago
  14. 6347244 kernel/kcov.c: mark write_comp_data() as notrace by Anders Roxell · 7 years ago
  15. 81c9d43 kernel/sysctl: add panic_print into sysctl by Feng Tang · 7 years ago
  16. d999bd9 panic: add options to print system info when panic happens by Feng Tang · 7 years ago
  17. d187715 bfs: extra sanity checking and static inode bitmap by Tigran Aivazian · 7 years ago
  18. 655c16a exec: separate MM_ANONPAGES and RLIMIT_STACK accounting by Oleg Nesterov · 7 years ago
  19. 8099b04 exec: load_script: don't blindly truncate shebang string by Oleg Nesterov · 7 years ago
  20. fb5bf31 fork: fix some -Wmissing-prototypes warnings by Yi Wang · 7 years ago
  21. 306790f fat: new inline functions to determine the FAT variant (32, 16 or 12) by Carmeli Tamir · 7 years ago
  22. d19dc01 fat: move MAX_FAT to fat.h and change it to inline function by Carmeli Tamir · 7 years ago
  23. b553337 fat: remove FAT_FIRST_ENT macro by Carmeli Tamir · 7 years ago
  24. 9da2285 include/uapi/linux/msdos_fs.h: use MSDOS_NAME for volume label size by Carmeli Tamir · 7 years ago
  25. f93ca1e hfsplus: return file attributes on statx by Ernesto A. Fernández · 7 years ago
  26. f516221 autofs: add strictexpire mount option by Ian Kent · 7 years ago
  27. 9d8719a autofs: change catatonic setting to a bit flag by Ian Kent · 7 years ago
  28. 9bf964c autofs: simplify parse_options() function call by Ian Kent · 7 years ago
  29. 55f0d82 autofs: improve ioctl sbi checks by Ian Kent · 7 years ago
  30. 7c8f719 init/main.c: make "initcall_level_names[]" const char * by Alexey Dobriyan · 7 years ago
  31. 86c0517 fs/epoll: deal with wait_queue only once by Davidlohr Bueso · 7 years ago
  32. 35cff1a fs/epoll: rename check_events label to send_events by Davidlohr Bueso · 7 years ago
  33. abc610e fs/epoll: avoid barrier after an epoll_wait(2) timeout by Davidlohr Bueso · 7 years ago
  34. c5a282e fs/epoll: reduce the scope of wq lock in epoll_wait() by Davidlohr Bueso · 7 years ago
  35. 21877e1 fs/epoll: robustify ep->mtx held checks by Davidlohr Bueso · 7 years ago
  36. 76699a6 fs/epoll: drop ovflist branch prediction by Davidlohr Bueso · 7 years ago
  37. 4e0982a fs/epoll: simplify ep_send_events_proc() ready-list loop by Davidlohr Bueso · 7 years ago
  38. 74bdc12 fs/epoll: remove max_nests argument from ep_call_nested() by Davidlohr Bueso · 7 years ago
  39. 77b8c0a checkpatch: warn on const char foo[] = "bar"; declarations by Joe Perches · 7 years ago
  40. 0539177 drivers/firmware/memmap.c: modify memblock_alloc to memblock_alloc_nopanic by huang.zijiang · 7 years ago
  41. 6862d2f lib/genalloc.c: use vzalloc_node() to allocate the bitmap by Huang Shijie · 7 years ago
  42. 439e00b lib/find_bit_benchmark.c: align test_find_next_and_bit with others by Yury Norov · 7 years ago
  43. 52fbf11 lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunk by Alexey Skidanov · 7 years ago
  44. 3fc2579 fls: change parameter to unsigned int by Matthew Wilcox · 7 years ago
  45. e6310f0 include/linux/printk.h: drop silly "static inline asmlinkage" from dump_stack() by Alexey Dobriyan · 7 years ago
  46. 300133d drivers/dma-buf/udmabuf.c: convert to use vm_fault_t by Souptick Joarder · 7 years ago
  47. 304ae42 kernel/hung_task.c: break RCU locks based on jiffies by Tetsuo Handa · 7 years ago
  48. 168e06f kernel/hung_task.c: force console verbose before panic by Liu, Chuansheng · 7 years ago
  49. 527edbc build_bug.h: remove most of dummy BUILD_BUG_ON stubs for Sparse by Masahiro Yamada · 7 years ago
  50. c60d3b7 build_bug.h: remove negative-array fallback for BUILD_BUG_ON() by Masahiro Yamada · 7 years ago
  51. 3fe5dbf Documentation/process/coding-style.rst: don't use "extern" with function prototypes by Alexey Dobriyan · 7 years ago
  52. 09be178 proc/sysctl: fix return error for proc_doulongvec_minmax() by Cheng Lin · 7 years ago
  53. afe922c fs/proc/base.c: slightly faster /proc/*/limits by Alexey Dobriyan · 7 years ago
  54. 230f72e fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode() by Alexey Dobriyan · 7 years ago
  55. 81966d83 fs/proc/util.c: include fs/proc/internal.h for name_to_int() by Eric Biggers · 7 years ago
  56. 8da0b4f fs/proc/base.c: use ns_capable instead of capable for timerslack_ns by Benjamin Gordon · 7 years ago
  57. 645ff1e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
  58. d548e65 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  59. 77d0b19 Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  60. b79f9f9 Merge tag 'for-4.21/libata-20190102' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  61. 0f2107d Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  62. 01766d2 Merge tag 'devprop-4.21-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  63. 35ddb06 Merge tag 'mailbox-v4.21' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 7 years ago
  64. 6aa293d Merge branch 'for-linus-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 7 years ago
  65. 04a17ed Merge tag 's390-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  66. e6b9257 Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  67. e45428a Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  68. 85f7845 Merge tag '9p-for-4.21' of git://github.com/martinetd/linux by Linus Torvalds · 7 years ago
  69. cacf02d Merge tag '4.21-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  70. 74673fc Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  71. 19f2e26 Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  72. 1ac5cd4 block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE) by Linus Torvalds · 7 years ago
  73. d9a7fa6 Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  74. f218a29 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  75. 260f71e sunrpc: convert to DEFINE_SHOW_ATTRIBUTE by Yangtao Li · 7 years ago
  76. 10e037d sunrpc: Add xprt after nfs4_test_session_trunk() by Santosh kumar pradhan · 7 years ago
  77. cb24e35 sunrpc: convert unnecessary GFP_ATOMIC to GFP_NOFS by J. Bruce Fields · 7 years ago
  78. 81c88b1 sunrpc: handle ENOMEM in rpcb_getport_async by J. Bruce Fields · 7 years ago
  79. c2c7d84 NFS: remove unnecessary test for IS_ERR(cred) by NeilBrown · 7 years ago
  80. 07e1030 xprtrdma: Prevent leak of rpcrdma_rep objects by Chuck Lever · 7 years ago
  81. 9aeaf8c NFSv4.2 fix async copy reboot recovery by Olga Kornievskaia · 7 years ago
  82. f85adb1 xprtrdma: Don't leak freed MRs by Chuck Lever · 7 years ago
  83. af65ed4 xprtrdma: Add documenting comment for rpcrdma_buffer_destroy by Chuck Lever · 7 years ago
  84. 995d312 xprtrdma: Replace outdated comment for rpcrdma_ep_post by Chuck Lever · 7 years ago
  85. e0f86bc xprtrdma: Update comments in frwr_op_send by Chuck Lever · 7 years ago
  86. acf0a39 SUNRPC: Fix some kernel doc complaints by Chuck Lever · 7 years ago
  87. dc5820b SUNRPC: Simplify defining common RPC trace events by Chuck Lever · 7 years ago
  88. 5b2095d NFS: Fix NFSv4 symbolic trace point output by Chuck Lever · 7 years ago
  89. 53b2c1c xprtrdma: Trace mapping, alloc, and dereg failures by Chuck Lever · 7 years ago
  90. 395069f xprtrdma: Add trace points for calls to transport switch methods by Chuck Lever · 7 years ago
  91. ba217ec xprtrdma: Relocate the xprtrdma_mr_map trace points by Chuck Lever · 7 years ago
  92. aba11831 xprtrdma: Clean up of xprtrdma chunk trace points by Chuck Lever · 7 years ago
  93. 9bef848 xprtrdma: Remove unused fields from rpcrdma_ia by Chuck Lever · 7 years ago
  94. ddbb347 xprtrdma: Cull dprintk() call sites by Chuck Lever · 7 years ago
  95. 92f4433 xprtrdma: Simplify locking that protects the rl_allreqs list by Chuck Lever · 7 years ago
  96. 236b094 xprtrdma: Expose transport header errors by Chuck Lever · 7 years ago
  97. 889ee07 xprtrdma: Remove request_module from backchannel by Chuck Lever · 7 years ago
  98. 15303d9e xprtrdma: Recognize XDRBUF_SPARSE_PAGES by Chuck Lever · 7 years ago
  99. 0dfbb5f NFS: Make "port=" mount option optional for RDMA mounts by Chuck Lever · 7 years ago
  100. 0a93fbc xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR) by Chuck Lever · 7 years ago