1. 98ef204 mm: remove the exporting of totalram_pages by Denis Efremov · 6 years ago
  2. 51b1762 include/linux/vmpressure.h: use spinlock_t instead of struct spinlock by Sebastian Andrzej Siewior · 6 years ago
  3. 1fcf0a5 mm/page_isolation.c: change the prototype of undo_isolate_page_range() by Pingfan Liu · 6 years ago
  4. ac1c3e4 mm: remove the account_page_dirtied export by Christoph Hellwig · 6 years ago
  5. 219f8a2e include/linux/mm_types.h: ifdef struct vm_area_struct::swap_readahead_info by Alexey Dobriyan · 6 years ago
  6. 442a5a9 mm: make !CONFIG_HUGE_PAGE wrappers into static inlines by Jason Gunthorpe · 6 years ago
  7. 465fc3a mm/memory.c: trivial clean up in insert_page() by Miklos Szeredi · 6 years ago
  8. a7030ae mm/gup.c: make follow_page_mask() static by Bharath Vedartham · 6 years ago
  9. 4456760 sparc: remove ARCH_SELECT_MEMORY_MODEL by Mike Rapoport · 6 years ago
  10. a9d8777 s390: remove ARCH_SELECT_MEMORY_MODEL by Mike Rapoport · 6 years ago
  11. 03069bb arm: remove ARCH_SELECT_MEMORY_MODEL by Mike Rapoport · 6 years ago
  12. 2236b99 include/linux/pfn_t.h: remove pfn_t_to_virt() by Andrew Morton · 6 years ago
  13. 0d4ca4c mm/kasan: add object validation in ksize() by Marco Elver · 6 years ago
  14. 10d1f8c mm/slab: refactor common ksize KASAN logic into slab_common.c by Marco Elver · 6 years ago
  15. bb104ed lib/test_kasan: Add test for double-kzfree detection by Marco Elver · 6 years ago
  16. b5f6e0f mm/kasan: change kasan_check_{read,write} to return boolean by Marco Elver · 6 years ago
  17. 7d8ad89 mm/kasan: introduce __kasan_check_{read,write} by Marco Elver · 6 years ago
  18. 751ad98 asm-generic, x86: add bitops instrumentation for KASAN by Marco Elver · 6 years ago
  19. ff66135 x86: use static_cpu_has in uaccess region to avoid instrumentation by Marco Elver · 6 years ago
  20. 19a33ca lib/test_kasan: add bitops tests by Marco Elver · 6 years ago
  21. e896921 mm/kasan: print frame description for stack bugs by Marco Elver · 6 years ago
  22. b7c3613 docs: kmemleak: add more documentation details by André Almeida · 6 years ago
  23. 4e4dfce mm/kmemleak.c: change error at _write when kmemleak is disabled by André Almeida · 6 years ago
  24. 6ef9056 mm/kmemleak.c: fix check for softirq context by Dmitry Vyukov · 6 years ago
  25. cb097cd slub: don't panic for memcg kmem cache creation failure by Shakeel Butt · 6 years ago
  26. 9cf3a8d mm/slub.c: avoid double string traverse in kmem_cache_flags() by Yury Norov · 6 years ago
  27. 966fede lkdtm/heap: add tests for freelist hardening by Kees Cook · 6 years ago
  28. a64b537 mm/slab: sanity-check page type when looking up cache by Kees Cook · 6 years ago
  29. 598a071 mm/slab: validate cache membership under freelist hardening by Kees Cook · 6 years ago
  30. d8b2fa6 ocfs2: use kmemdup rather than duplicating its implementation by Fuqian Huang · 6 years ago
  31. 4658d87 fs/ocfs2/dlmglue.c: unneeded variable: "status" by Hariprasad Kelam · 6 years ago
  32. e581595 ocfs: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  33. 5da844a ocfs2: add first lock wait time in locking_state by Gang He · 6 years ago
  34. 8056773 ocfs2: add locking filter debugfs file by Gang He · 6 years ago
  35. 8a7f5f4 ocfs2: add last unlock times in locking_state by Gang He · 6 years ago
  36. 0e71666 ocfs2/dlm: use struct_size() helper by Gustavo A. R. Silva · 6 years ago
  37. e926d8a fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat" by ChenGang · 6 years ago
  38. 733f002 sh: prevent warnings when using iounmap by Sam Ravnborg · 6 years ago
  39. 4106154 sh: config: remove left-over BACKLIGHT_LCD_SUPPORT by Krzysztof Kozlowski · 6 years ago
  40. 38ce85f arch/sh/configs/sdk7786_defconfig: remove CONFIG_LOGFS by Kefeng Wang · 6 years ago
  41. 6e22fd0 scripts/spelling.txt: add more spellings to spelling.txt by Colin Ian King · 6 years ago
  42. ca90bbd scripts/decode_stacktrace: Accept dash/underscore in modules by Evan Green · 6 years ago
  43. 85f946f scripts/spelling.txt: add spelling fix for prohibited by Chris Paterson · 6 years ago
  44. cc0e5f1 scripts/spelling.txt: drop "sepc" from the misspelling list by Paul Walmsley · 6 years ago
  45. fe7d14f scripts/decode_stacktrace: look for modules with .ko.debug extension by Nicolas Boichat · 6 years ago
  46. 3101383 scripts/decode_stacktrace: match basepath using shell prefix operator, not regex by Nicolas Boichat · 6 years ago
  47. a760f8a include/linux/dmar.h: replace single-char identifiers in macros by Qian Cai · 6 years ago
  48. ae2c888 MAINTAINERS: nilfs2: update email address by Ryusuke Konishi · 6 years ago
  49. c32cc30 nilfs2: do not use unexported cpu_to_le32()/le32_to_cpu() in uapi header by Masahiro Yamada · 6 years ago
  50. 810481a mm/z3fold.c: lock z3fold page before __SetPageMovable() by Henry Burns · 6 years ago
  51. dd92399 mm/memcontrol: fix wrong statistics in memory.stat by Yafang Shao · 6 years ago
  52. 9bd3bb6 mm/nvdimm: add is_ioremap_addr and use that to check ioremap address by Aneesh Kumar K.V · 6 years ago
  53. 2c012a4 mm: vmscan: scan anonymous pages on file refaults by Kuo-Hsin Yang · 6 years ago
  54. 753c8d9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  55. d7fe42a6 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  56. 02150fa Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  57. 3a83f57 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  58. a131c2b Merge tag 'acpi-5.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  59. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  60. 8f6ccf6 Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  61. cbf5b73 x86/stacktrace: Prevent infinite loop in arch_stack_walk_user() by Eiichi Tsukata · 6 years ago
  62. 5450e8a Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  63. 29cd581 Merge tag 'm68k-for-v5.3-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 6 years ago
  64. 398364a Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 6 years ago
  65. d2b6b4c Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  66. 0248a8b Merge tag 'gfs2-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 6 years ago
  67. 2e75675 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  68. 8dda995 Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  69. 25cd6f3 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 6 years ago
  70. 40f06c7 Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  71. a47f5c5 Merge tag 'iomap-5.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  72. 682f7c5 Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  73. e6983af Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  74. 988052f Merge tag 'locks-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 6 years ago
  75. 028db3e Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs" by Linus Torvalds · 6 years ago
  76. 7652ac9 x86/asm: Move native_write_cr0/4() out of line by Thomas Gleixner · 6 years ago
  77. 0df1c98 timekeeping/vsyscall: Use __iter_div_u64_rem() by Arnd Bergmann · 6 years ago
  78. 2651569 x86/pgtable/32: Fix LOWMEM_PAGES constant by Arnd Bergmann · 6 years ago
  79. 6cf7fb5 Revert "ACPICA: Update table load object initialization" by Rafael J. Wysocki · 6 years ago
  80. 9bdd7bb clocksource/drivers/npcm: Fix misuse of GENMASK macro by Joe Perches · 6 years ago
  81. 20faba8 irqchip/gic-v3-its: Fix misuse of GENMASK macro by Joe Perches · 6 years ago
  82. fa33cdb udf: Fix incorrect final NOT_ALLOCATED (hole) extent length by Steven J. Magnani · 6 years ago
  83. 1ff2f0f net/mlx5e: Return in default case statement in tx_post_resync_params by Nathan Chancellor · 6 years ago
  84. cacf32e mlx5: Return -EINVAL when WARN_ON_ONCE triggers in mlx5e_tls_resync(). by David S. Miller · 6 years ago
  85. b78fa45 nfsd: Make __get_nfsdfs_client() static by YueHaibing · 6 years ago
  86. 297e57a nfsd: Make two functions static by YueHaibing · 6 years ago
  87. 08cc83c net: dsa: add support for BRIDGE_MROUTER attribute by Vivien Didelot · 6 years ago
  88. fbc6977 pkt_sched: Include const.h by David Ahern · 6 years ago
  89. a22502a net: netsec: remove static declaration for netsec_set_tx_de() by Ilias Apalodimas · 6 years ago
  90. 4831539 net: netsec: remove superfluous if statement by Ilias Apalodimas · 6 years ago
  91. c099a40 Merge branch 'nf-hw-offload' by David S. Miller · 6 years ago
  92. c9626a2 netfilter: nf_tables: add hardware offload support by Pablo Neira Ayuso · 6 years ago
  93. f9e3008 net: flow_offload: rename tc_cls_flower_offload to flow_cls_offload by Pablo Neira Ayuso · 6 years ago
  94. 0d4fd02 net: flow_offload: add flow_block_cb_is_busy() and use it by Pablo Neira Ayuso · 6 years ago
  95. 722d36e net: sched: remove tcf block API by Pablo Neira Ayuso · 6 years ago
  96. 955bcb6 drivers: net: use flow block API by Pablo Neira Ayuso · 6 years ago
  97. 59094b1 net: sched: use flow block API by Pablo Neira Ayuso · 6 years ago
  98. 67bd0d5 net: flow_offload: add flow_block_cb_{priv, incref, decref}() by Pablo Neira Ayuso · 6 years ago
  99. da3eeb9 net: flow_offload: add list handling functions by Pablo Neira Ayuso · 6 years ago
  100. d63db30 net: flow_offload: add flow_block_cb_alloc() and flow_block_cb_free() by Pablo Neira Ayuso · 6 years ago