1. ee51636 ipc/msg: implement lockless pipelined wakeups by Sebastian Andrzej Siewior · 8 years ago
  2. 5864a2f ipc/sem.c: fix complex_count vs. simple op race by Manfred Spraul · 8 years ago
  3. 65deb8a kcov: do not instrument lib/stackdepot.c by Alexander Potapenko · 8 years ago
  4. 2489a17 config: android: enable CONFIG_SECCOMP by Rob Herring · 8 years ago
  5. d90ae51 config: android: set SELinux as default security mode by Rob Herring · 8 years ago
  6. f023a39 config: android: move device mapper options to recommended by Rob Herring · 8 years ago
  7. a2c6a23 config/android: Remove CONFIG_IPV6_PRIVACY by Borislav Petkov · 8 years ago
  8. 26b5679 relay: Use irq_work instead of plain timer for deferred wakeup by Peter Zijlstra · 8 years ago
  9. ab47deb pps: kc: fix non-tickless system config dependency by Maciej S. Szmigiero · 8 years ago
  10. 54c721b mips/panic: replace smp_send_stop() with kdump friendly version in panic path by Hidehiro Kawai · 8 years ago
  11. 0ee5941 x86/panic: replace smp_send_stop() with kdump friendly version in panic path by Hidehiro Kawai · 8 years ago
  12. 2b6b535 nvme: use the DMA_ATTR_NO_WARN attribute by Mauricio Faria de Oliveira · 8 years ago
  13. af8a249 powerpc: implement the DMA_ATTR_NO_WARN attribute by Mauricio Faria de Oliveira · 8 years ago
  14. a9a62c9 dma-mapping: introduce the DMA_ATTR_NO_WARN attribute by Mauricio Faria de Oliveira · 8 years ago
  15. 7425154 random: remove unused randomize_range() by Jason Cooper · 8 years ago
  16. 05c2679 unicore32: use simpler API for random address requests by Jason Cooper · 8 years ago
  17. 09fddba tile: use simpler API for random address requests by Jason Cooper · 8 years ago
  18. fa5114c arm64: use simpler API for random address requests by Jason Cooper · 8 years ago
  19. c984cbf ARM: use simpler API for random address requests by Jason Cooper · 8 years ago
  20. 9c6f090 x86: use simpler API for random address requests by Jason Cooper · 8 years ago
  21. 99fdafd random: simplify API for random address requests by Jason Cooper · 8 years ago
  22. 7836a2d rapidio/rio_cm: use memdup_user() instead of duplicating code by Alexandre Bounine · 8 years ago
  23. 0a5bf40 ptrace: clear TIF_SYSCALL_TRACE on ptrace detach by Ales Novak · 8 years ago
  24. 086e774 pipe: cap initial pipe capacity according to pipe-max-size limit by Michael Kerrisk (man-pages) · 8 years ago
  25. 9c87bcf pipe: make account_pipe_buffers() return a value, and use it by Michael Kerrisk (man-pages) · 8 years ago
  26. a005ca0 pipe: fix limit checking in alloc_pipe_info() by Michael Kerrisk (man-pages) · 8 years ago
  27. 09b4d19 pipe: simplify logic in alloc_pipe_info() by Michael Kerrisk (man-pages) · 8 years ago
  28. b0b91d1 pipe: fix limit checking in pipe_set_size() by Michael Kerrisk (man-pages) · 8 years ago
  29. 3734a13 pipe: refactor argument for account_pipe_buffers() by Michael Kerrisk (man-pages) · 8 years ago
  30. d37d416 pipe: move limit checking logic into pipe_set_size() by Michael Kerrisk (man-pages) · 8 years ago
  31. f491bd7 pipe: relocate round_pipe_size() above pipe_set_size() by Michael Kerrisk (man-pages) · 8 years ago
  32. fcc2453 autofs: refactor ioctl fn vector in iookup_dev_ioctl() by Tomohiro Kusumi · 8 years ago
  33. 962ca7c autofs: remove possibly misleading /* #define DEBUG */ by Tomohiro Kusumi · 8 years ago
  34. 9b88ee0 autofs4: move linux/auto_dev-ioctl.h to uapi/linux by Ian Kent · 8 years ago
  35. f58b3c9 autofs: move inclusion of linux/limits.h to uapi by Tomohiro Kusumi · 8 years ago
  36. 3908555 autofs: fix print format for ioctl warning message by Tomohiro Kusumi · 8 years ago
  37. d9e1923 autofs: add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMD by Ian Kent · 8 years ago
  38. aa84193 autofs: fix dev ioctl number range check by Ian Kent · 8 years ago
  39. b6e3795 autofs: fix pr_debug() message by Tomohiro Kusumi · 8 years ago
  40. bf72eda autofs: update struct autofs_dev_ioctl in Documentation by Tomohiro Kusumi · 8 years ago
  41. d873284 autofs: fix Documentation regarding devid on ioctl by Tomohiro Kusumi · 8 years ago
  42. 72063e0 autofs: remove AUTOFS_DEVID_LEN by Tomohiro Kusumi · 8 years ago
  43. 41a4497 autofs: don't fail to free_dev_ioctl(param) by Tomohiro Kusumi · 8 years ago
  44. eea618e autofs: remove obsolete sb fields by Tomohiro Kusumi · 8 years ago
  45. ca55259 autofs: use autofs4_free_ino() to kfree dentry data by Tomohiro Kusumi · 8 years ago
  46. 1574fa7 autofs: remove ino free in autofs4_dir_symlink() by Ian Kent · 8 years ago
  47. 97537b3 autofs: add WARN_ON(1) for non dir/link inode case by Tomohiro Kusumi · 8 years ago
  48. 1973a12 autofs: fix autofs4_fill_super() error exit handling by Ian Kent · 8 years ago
  49. 749800e autofs: test autofs versions first on sb initialization by Tomohiro Kusumi · 8 years ago
  50. 4a44c18 autofs: drop unnecessary extern in autofs_i.h by Tomohiro Kusumi · 8 years ago
  51. e662145 autofs: fix typos in Documentation/filesystems/autofs4.txt by Tomohiro Kusumi · 8 years ago
  52. bfd45be kprobes: include <asm/sections.h> instead of <asm-generic/sections.h> by Christoph Hellwig · 8 years ago
  53. 459cf0a checkpatch: improve the octal permissions tests by Joe Perches · 8 years ago
  54. ca0d892 checkpatch: add warning for unnamed function definition arguments by Joe Perches · 8 years ago
  55. 5207649 checkpatch: improve MACRO_ARG_PRECEDENCE test by Joe Perches · 8 years ago
  56. 9192d41 checkpatch: add --strict test for precedence challenged macro arguments by Joe Perches · 8 years ago
  57. f59b64b checkpatch: add --strict test for macro argument reuse by Joe Perches · 8 years ago
  58. af20752 checkpatch: improve the block comment * alignment test by Joe Perches · 8 years ago
  59. 0616efa checkpatch: speed up checking for filenames in sections marked obsolete by Joe Perches · 8 years ago
  60. 15c03cf const_structs.checkpatch: add frequently used from Julia Lawall's list by Joe Perches · 8 years ago
  61. bf1fa1d checkpatch: externalize the structs that should be const by Joe Perches · 8 years ago
  62. f333195 checkpatch: don't test for prefer ether_addr_<foo> by Joe Perches · 8 years ago
  63. 08eb9b8 checkpatch: test multiple line block comment alignment by Joe Perches · 8 years ago
  64. f90774e checkpatch: look for symbolic permissions and suggest octal instead by Joe Perches · 8 years ago
  65. 85b0ee1 checkpatch: see if modified files are marked obsolete in MAINTAINERS by Joe Perches · 8 years ago
  66. 2d13e6c lib/bitmap.c: enhance bitmap syntax by Noam Camus · 8 years ago
  67. 8cfd56d lib/kstrtox.c: smaller _parse_integer() by Alexey Dobriyan · 8 years ago
  68. 1204c77 include/linux/ctype.h: make isdigit() table lookupless by Alexey Dobriyan · 8 years ago
  69. bf90e56 lib: harden strncpy_from_user by Mark Rutland · 8 years ago
  70. e0176a2 radix-tree tests: properly initialize mutex by Ross Zwisler · 8 years ago
  71. eec4852 radix-tree tests: add iteration test by Ross Zwisler · 8 years ago
  72. 915045f radix-tree: 'slot' can be NULL in radix_tree_next_slot() by Ross Zwisler · 8 years ago
  73. 2d19309 fs/select: add vmalloc fallback for select(2) by Vlastimil Babka · 8 years ago
  74. 25f4c41 block: implement (some of) fallocate for block devices by Darrick J. Wong · 8 years ago
  75. 28b2be2 block: require write_same and discard requests align to logical block size by Darrick J. Wong · 8 years ago
  76. 22dd6d35 block: invalidate the page cache when issuing BLKZEROOUT by Darrick J. Wong · 8 years ago
  77. 0cc482e ocfs2: fix memory leak in dlm_migrate_request_handler() by Guozhonghua · 8 years ago
  78. 1689c73 Fix off-by-one in __pipe_get_pages() by Al Viro · 8 years ago
  79. 6b5e09a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  80. bd3769b netfilter: Fix slab corruption. by Linus Torvalds · 8 years ago
  81. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  82. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  83. 35ff96d Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtd by Linus Torvalds · 8 years ago
  84. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  85. 30066ce Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  86. 6763afe Merge tag 'dlm-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 8 years ago
  87. 8dfb790 Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  88. fed41f7 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  89. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  90. 911f9da Merge branch 'pcmcia' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  91. ae50a84 Merge tag 'nios2-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 8 years ago
  92. 057a056 Merge tag 'cris-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris by Linus Torvalds · 8 years ago
  93. 93c26d7 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  94. 5fa0eb0 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  95. cd27e45 [btrfs] fix check_direct_IO() for non-iovec iterators by Al Viro · 8 years ago
  96. b57332b constify iov_iter_count() and iter_is_iovec() by Al Viro · 8 years ago
  97. c3a6902 fix ITER_PIPE interaction with direct_IO by Al Viro · 8 years ago
  98. c48ce9f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  99. 84ed2da Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  100. daba2b3 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago