1. cd9b44f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  2. 2a9d648 ipc/util.c: update return value of ipc_getref from int to bool by Manfred Spraul · 6 years ago
  3. 27c331a ipc/util.c: further variable name cleanups by Manfred Spraul · 6 years ago
  4. eae04d2 ipc: simplify ipc initialization by Davidlohr Bueso · 6 years ago
  5. dc2c8c8 ipc: get rid of ids->tables_initialized hack by Davidlohr Bueso · 6 years ago
  6. 2d22ecf lib/rhashtable: guarantee initial hashtable allocation by Davidlohr Bueso · 6 years ago
  7. 93f976b lib/rhashtable: simplify bucket_table_alloc() by Davidlohr Bueso · 6 years ago
  8. 82061c5 ipc: drop ipc_lock() by Davidlohr Bueso · 6 years ago
  9. 2e5ceb4 ipc/util.c: correct comment in ipc_obtain_object_check by Manfred Spraul · 6 years ago
  10. 4241c1a ipc: rename ipcctl_pre_down_nolock() by Manfred Spraul · 6 years ago
  11. 39cfffd ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid() by Manfred Spraul · 6 years ago
  12. e2652ae ipc: reorganize initialization of kern_ipc_perm.seq by Manfred Spraul · 6 years ago
  13. 615c999 ipc: compute kern_ipc_perm.id under the ipc lock by Manfred Spraul · 6 years ago
  14. 5cb366b init/Kconfig: remove EXPERT from CHECKPOINT_RESTORE by Adrian Reber · 6 years ago
  15. 3e811f0 fs/sysv/inode.c: use ktime_get_real_seconds() for superblock stamp by Arnd Bergmann · 6 years ago
  16. d9edcbc adfs: use timespec64 for time conversion by Arnd Bergmann · 6 years ago
  17. 5f733e8 kernel/sysctl.c: fix typos in comments by Randy Dunlap · 6 years ago
  18. 0ba7f39 drivers/rapidio/devices/rio_mport_cdev.c: remove redundant pointer md by Colin Ian King · 6 years ago
  19. 06e62a4 fork: don't copy inconsistent signal handler state to child by Jann Horn · 6 years ago
  20. 20ab721 signal: make get_signal() return bool by Christian Brauner · 6 years ago
  21. f99e9d8 signal: make sigkill_pending() return bool by Christian Brauner · 6 years ago
  22. a19e2c0 signal: make legacy_queue() return bool by Christian Brauner · 6 years ago
  23. acd14e6 signal: make wants_signal() return bool by Christian Brauner · 6 years ago
  24. 8f11351 signal: make flush_sigqueue_mask() void by Christian Brauner · 6 years ago
  25. 67a48a2 signal: make unhandled_signal() return bool by Christian Brauner · 6 years ago
  26. 09ae854 signal: make recalc_sigpending_tsk() return bool by Christian Brauner · 6 years ago
  27. 938696a signal: make has_pending_signals() return bool by Christian Brauner · 6 years ago
  28. 6a0cdcd signal: make sig_ignored() return bool by Christian Brauner · 6 years ago
  29. 41aaa48 signal: make sig_task_ignored() return bool by Christian Brauner · 6 years ago
  30. e4a8b4e signal: make sig_handler_ignored() return bool by Christian Brauner · 6 years ago
  31. 2a9b909 signal: make kill_ok_by_cred() return bool by Christian Brauner · 6 years ago
  32. d8f993b signal: simplify rt_sigaction() by Christian Brauner · 6 years ago
  33. b1d294c signal: make do_sigpending() void by Christian Brauner · 6 years ago
  34. 6527de9 signal: make may_ptrace_stop() return bool by Christian Brauner · 6 years ago
  35. bb17fcc signal: make kill_as_cred_perm() return bool by Christian Brauner · 6 years ago
  36. 52cba1a signal: make force_sigsegv() void by Christian Brauner · 6 years ago
  37. f423420 fat: propagate 64-bit inode timestamps by Arnd Bergmann · 6 years ago
  38. 0afa962 fat: validate ->i_start before using by OGAWA Hirofumi · 6 years ago
  39. f663b5b fat: add FITRIM ioctl for FAT file system by Wentao Wang · 6 years ago
  40. a13f085 reiserfs: fix broken xattr handling (heap corruption, bad retval) by Jann Horn · 6 years ago
  41. 8b73ce6 reiserfs: change j_timestamp type to time64_t by Arnd Bergmann · 6 years ago
  42. 5b1d149 reiserfs: remove obsolete print_time function by Arnd Bergmann · 6 years ago
  43. 34d0826 reiserfs: use monotonic time for j_trans_start_time by Arnd Bergmann · 6 years ago
  44. f168d9f hfsplus: drop ACL support by Ernesto A. Fernández · 6 years ago
  45. afd6c9e hfsplus: fix decomposition of Hangul characters by Ernesto A. Fernández · 6 years ago
  46. 31651c6 hfsplus: avoid deadlock on file truncation by Ernesto A. Fernández · 6 years ago
  47. 7464726 hfsplus: don't return 0 when fill_super() failed by Tetsuo Handa · 6 years ago
  48. c8ed98c fs/nilfs2/file.c: use new return type vm_fault_t by Souptick Joarder · 6 years ago
  49. 21a1a52 nilfs2: use 64-bit superblock timstamps by Arnd Bergmann · 6 years ago
  50. cbf6898 autofs: add AUTOFS_EXP_FORCED flag by Ian Kent · 6 years ago
  51. e5c85e1 autofs: make expire flags usage consistent with v5 params by Ian Kent · 6 years ago
  52. 571bc35 autofs: make autofs_expire_indirect() static by Ian Kent · 6 years ago
  53. 5d30517 autofs: make autofs_expire_direct() static by Ian Kent · 6 years ago
  54. d105556 autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect() by Ian Kent · 6 years ago
  55. 2fd9944 autofs: fix inconsistent use of now variable by Ian Kent · 6 years ago
  56. d4d79b8 autofs: fix directory and symlink access by Ian Kent · 6 years ago
  57. 3f5c15d init/main.c: log init process file name by Paul Menzel · 6 years ago
  58. 3903bf9 init/Kconfig: fix its typos by Randy Dunlap · 6 years ago
  59. 6ad018e init/: remove ineffective sparse disabling by Luc Van Oostenryck · 6 years ago
  60. 992991c fs/eventpoll.c: simplify ep_is_linked() callers by Davidlohr Bueso · 6 years ago
  61. 679abf3 fs/eventpoll.c: loosen irq safety in ep_poll() by Davidlohr Bueso · 6 years ago
  62. 514056d fs/eventpoll.c: simply CONFIG_NET_RX_BUSY_POLL ifdefery by Davidlohr Bueso · 6 years ago
  63. 133712a checkpatch: DT bindings should be a separate patch by Rob Herring · 6 years ago
  64. 809e082 checkpatch: warn on unnecessary int declarations by Joe Perches · 6 years ago
  65. 6ad724e checkpatch: check for space after "else" keyword by Michal Zylowski · 6 years ago
  66. 5629411 checkpatch: fix SPDX license check with --root=<path> by Joe Perches · 6 years ago
  67. 490b292 checkpatch: warn when a patch doesn't have a description by Joe Perches · 6 years ago
  68. 60f8901 checkpatch: check for #if 0/#if 1 by Prakruthi Deepak Heragu · 6 years ago
  69. 4cab63c checkpatch: fix krealloc reuse test by Joe Perches · 6 years ago
  70. 3b6e8ac checkpatch: validate SPDX license with spdxcheck.py by Joe Perches · 6 years ago
  71. 8c8c45c checkpatch: fix macro argument reuse test by Joe Perches · 6 years ago
  72. cd26149 checkpatch: warn if missing author Signed-off-by by Geert Uytterhoeven · 6 years ago
  73. 33aa459 checkpatch: update section keywords by Geert Uytterhoeven · 6 years ago
  74. 5b57980 checkpatch: improve runtime execution speed a little by Joe Perches · 6 years ago
  75. 79682c0 checkpatch: add --fix for CONCATENATED_STRING and STRING_FRAGMENTS by Joe Perches · 6 years ago
  76. d729593 checkpatch: add a --strict test for structs with bool member definitions by Joe Perches · 6 years ago
  77. de9df39 lib/test_hexdump.c: fix failure on big endian cpu by Christophe Leroy · 6 years ago
  78. fd7338e lib/Kconfig: remove 'default n' for tests by Andy Shevchenko · 6 years ago
  79. d235996 bcache: use routines from lib/crc64.c for CRC64 calculation by Coly Li · 6 years ago
  80. feba04f lib: add crc64 calculation routines by Coly Li · 6 years ago
  81. b15f5f1 lib/test_debug_virtual.c: make struct pointer foo static by Colin Ian King · 6 years ago
  82. 9144d75 include/linux/bitops.h: introduce BITS_PER_TYPE by Chris Wilson · 6 years ago
  83. ccf7a6d lib/bitmap.c: drop unnecessary 0 check for u32 array operations by Andy Shevchenko · 6 years ago
  84. 0fbd75f get_maintainer: allow option --mpath <directory> to read all files in <directory> by Joe Perches · 6 years ago
  85. 5f0baf9 get_maintainer.pl: add -mpath=<path or file> for MAINTAINERS file location by Joe Perches · 6 years ago
  86. 31bb82c get_maintainer: allow usage outside of kernel tree by Antonio Nino Diaz · 6 years ago
  87. 92e6417 s/epoll: robustify irq safety with lockdep_assert_irqs_enabled() by Davidlohr Bueso · 6 years ago
  88. 304b18b fs/epoll: loosen irq safety in epoll_insert() and epoll_remove() by Davidlohr Bueso · 6 years ago
  89. 002b343 fs/epoll: loosen irq safety in ep_scan_ready_list() by Davidlohr Bueso · 6 years ago
  90. e05a8e4 sched/wait: assert the wait_queue_head lock is held in __wake_up_common by Christoph Hellwig · 6 years ago
  91. c430d1e userfaultfd: use fault_wqh lock by Matthew Wilcox · 6 years ago
  92. ee8ef0a epoll: use the waitqueue lock to protect ep->wq by Christoph Hellwig · 6 years ago
  93. 46e0c9b kernel: tracepoints: add support for relative references by Ard Biesheuvel · 6 years ago
  94. c9d8b55 PCI: Add support for relative addressing in quirk tables by Ard Biesheuvel · 6 years ago
  95. 1b1eeca init: allow initcall tables to be emitted using relative references by Ard Biesheuvel · 6 years ago
  96. 7290d58 module: use relative references for __ksymtab entries by Ard Biesheuvel · 6 years ago
  97. f922c4a module: allow symbol exports to be disabled by Ard Biesheuvel · 6 years ago
  98. 271ca78 arch: enable relative relocations for arm64, power and x86 by Ard Biesheuvel · 6 years ago
  99. bc63804 spelling.txt: add more spellings to spelling.txt by Colin Ian King · 6 years ago
  100. a2e5144 kernel/hung_task.c: allow to set checking interval separately from timeout by Dmitry Vyukov · 6 years ago