1. 751ad98 asm-generic, x86: add bitops instrumentation for KASAN by Marco Elver · 5 years ago
  2. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  3. 46f1ec2 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  4. 8abc2a1 Merge branch 'automarkup' into docs-next by Jonathan Corbet · 6 years ago
  5. 772626e Add the RCU docs to the core-api manual by Jonathan Corbet · 6 years ago
  6. 9c79df7 docs: remove :c:func: annotations from xarray.rst by Jonathan Corbet · 6 years ago
  7. d48e0cd timekeeping: Boot should be boottime for coarse ns accessor by Jason A. Donenfeld · 6 years ago
  8. 4c54294 timekeeping: Add missing _ns functions for coarse accessors by Jason A. Donenfeld · 6 years ago
  9. 9285ec4 timekeeping: Use proper clock specifier names in functions by Jason A. Donenfeld · 6 years ago
  10. 1eecbcd docs: move protection-keys.rst to the core-api book by Mauro Carvalho Chehab · 6 years ago
  11. e0cef9f Documentation: fix typo CLOCK_MONONOTNIC_COARSE by Aurelien Thierry · 6 years ago
  12. 58d4946 docs/core-api: Add integer power functions to the list by Andy Shevchenko · 6 years ago
  13. b422124 docs/core-api: Add string helpers API to the list by Andy Shevchenko · 6 years ago
  14. 714b690 doc: Remove ".vnet" from paulmck email addresses by Paul E. McKenney · 6 years ago
  15. a5f6f88 docs: Do not seek comments in kernel/rcu/tree_plugin.h by Jonathan Corbet · 6 years ago
  16. 2c64e9c lib: Move mathematic helpers to separate folder by Andy Shevchenko · 6 years ago
  17. 8c79f4c Merge tag 'docs-5.2' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  18. 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  19. 635720a vsprintf: Avoid confusion between invalid address and value by Petr Mladek · 6 years ago
  20. 3e5903e vsprintf: Prevent crash when dereferencing invalid pointers by Petr Mladek · 6 years ago
  21. 6455959 ia64/tlb: Eradicate tlb_migrate_finish() callback by Peter Zijlstra · 6 years ago
  22. 4022ab4 docs: core-api: Drop reference to flexible-arrays by Jonathan Neuschäfer · 6 years ago
  23. a667cb7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  24. 586187d Drop flex_arrays by Kent Overstreet · 6 years ago
  25. ba20ba2 generic radix trees by Kent Overstreet · 6 years ago
  26. ea29548 Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  27. 1a29e85 Merge tag 'docs-5.1' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  28. c4703ac Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  29. 943ca6a printk/docs: Add extra integer types to printk-formats by Louis Taylor · 6 years ago
  30. 962033d XArray: Use xa_cmpxchg to implement xa_reserve by Matthew Wilcox · 6 years ago
  31. 2fa044e XArray: Add cyclic allocation by Matthew Wilcox · 6 years ago
  32. 3ccaf57 XArray: Add support for 1s-based allocation by Matthew Wilcox · 6 years ago
  33. fd9dc93 XArray: Change xa_insert to return -EBUSY by Matthew Wilcox · 6 years ago
  34. 47b8f3a refcount_t: Add ACQUIRE ordering on success for dec(sub)_and_test() variants by Elena Reshetova · 6 years ago
  35. cd7198f docs: Use underscore not hyphen in label by Tobin C. Harding · 6 years ago
  36. b631c7f docs: don't try to get comments from rcupdate_wait.h or rcutree.h by Jonathan Corbet · 6 years ago
  37. 80a76c7 docs/core-api/mm: fix GFP combinations section name by Mike Rapoport · 6 years ago
  38. 98e5f34 docs/core-api: memory-allocation: add mention of kmem_cache_create_userspace by Mike Rapoport · 6 years ago
  39. b0606fe XArray: Honour reserved entries in xa_insert by Matthew Wilcox · 6 years ago
  40. b5aef86 Merge tag 'docs-5.0-fixes' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  41. caaf3c8 Docs/kernel-api.rst: Remove blk-tag.c reference by Marcos Paulo de Souza · 6 years ago
  42. 28e8c4b Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 6 years ago
  43. 3868772 Merge tag 'docs-5.0' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  44. 54a67c7 docs/mm-api: link slab_common.c to "The Slab Cache" section by Mike Rapoport · 6 years ago
  45. 4d42c44 lib/vsprintf: Print time and date in human readable format via %pt by Andy Shevchenko · 6 years ago
  46. 2f7e6f6 docs/core-api: make mm-api.rst more structured by Mike Rapoport · 6 years ago
  47. 55f3f7e XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bh by Matthew Wilcox · 6 years ago
  48. 806654a Documentation: Use "while" instead of "whilst" by Will Deacon · 6 years ago
  49. acf0f57 Link the memory allocation guide from the MM docs by Matthew Wilcox · 6 years ago
  50. 804dfaf XArray: Fix Documentation by Matthew Wilcox · 6 years ago
  51. d9c4804 XArray: Handle NULL pointers differently for allocation by Matthew Wilcox · 6 years ago
  52. 84e5acb XArray: Add xa_store_bh() and xa_store_irq() by Matthew Wilcox · 6 years ago
  53. 4c0608f XArray: Regularise xa_reserve by Matthew Wilcox · 6 years ago
  54. 530d4c0 docs/boot-time-mm: remove bootmem documentation by Mike Rapoport · 6 years ago
  55. dad4f14 Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  56. a67eefa Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  57. 01aa9d5 Merge tag 'docs-4.20' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  58. 0e9446c xarray: Add range store functionality by Matthew Wilcox · 6 years ago
  59. 371c752 xarray: Track free entries in an XArray by Matthew Wilcox · 7 years ago
  60. 9f14d4f xarray: Add xa_reserve and xa_release by Matthew Wilcox · 6 years ago
  61. 992a8e6 xarray: Add documentation by Matthew Wilcox · 7 years ago
  62. a309d5d idr: Change documentation license by Matthew Wilcox · 6 years ago
  63. 94ac8f2 doc: printk-formats: Remove bogus kobject references for device nodes by Geert Uytterhoeven · 6 years ago
  64. 3a7452c docs/core-api: memory-hotplug: add some details about locking internals by David Hildenbrand · 6 years ago
  65. 52d7e21 docs/core-api: rename memory-hotplug-notifier to memory-hotplug by Mike Rapoport · 6 years ago
  66. ec12bc2 lib/vsprintf: Hash legacy clock addresses by Geert Uytterhoeven · 6 years ago
  67. 98cee67 docs/vm: split memory hotplug notifier description to Documentation/core-api by Mike Rapoport · 6 years ago
  68. 52272c9 docs: core-api: add memory allocation guide by Mike Rapoport · 6 years ago
  69. 09700f8 docs: core-api/mm-api: add a lable for GFP flags section by Mike Rapoport · 6 years ago
  70. 8ff7e07 docs: core-api/gfp_mask-from-fs-io: add a label for cross-referencing by Mike Rapoport · 6 years ago
  71. ad98b60 docs/boot-time-mm: fix kernel-doc directive for including all but DOC: by Mike Rapoport · 6 years ago
  72. 038a07a docs/core-api: mm-api: add section about GFP flags by Mike Rapoport · 6 years ago
  73. 41f35b3 docs/core-api: split memory management API to a separate file by Mike Rapoport · 6 years ago
  74. 1595617 docs/core-api: move *{str,mem}dup* to "String Manipulation" by Mike Rapoport · 6 years ago
  75. 7463f65 docs/core-api: kill trailing whitespace in kernel-api.rst by Mike Rapoport · 6 years ago
  76. e6ecec3 Merge tag 'docs-4.19' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  77. 0bf1bd8 Merge branch 'rppt' into docs-next by Jonathan Corbet · 6 years ago
  78. ae9d884 docs/mm: add description of boot time memory management by Mike Rapoport · 7 years ago
  79. 0e3fd81 Documentation: document ktime_get_*() APIs by Arnd Bergmann · 6 years ago
  80. c4081a4 locking/atomics/Documentation: Describe atomic_set() as a write operation by Jonathan Neuschäfer · 6 years ago
  81. 5f66540 Merge tag 'v4.18-rc3' into docs-next by Jonathan Corbet · 7 years ago
  82. 5105730 docs/idr: use empty "functions" directive by Mike Rapoport · 7 years ago
  83. 3ed1d01 Fix Documentation build due to rename of main.c to mtrr.c by Randy Dunlap · 7 years ago
  84. d75ae5b Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  85. 666902e lib/vsprintf: Remove atomic-unsafe support for %pCr by Geert Uytterhoeven · 7 years ago
  86. 92400b8 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  87. d43f2c9 docs: Use the kerneldoc comments for memalloc_no*() by Jonathan Corbet · 7 years ago
  88. 46ca359 doc: document scope NOFS, NOIO APIs by Michal Hocko · 7 years ago
  89. 173af26 locking/Documentation: Use `warning` RST directive by SeongJae Park · 7 years ago
  90. fc7bdc9 locking/Documentation: Fix incorrect example code by SeongJae Park · 7 years ago
  91. a925155 Documentation: refcount-vs-atomic: Update reference to LKMM doc. by Andrea Parri · 7 years ago
  92. d8a121e docs: core-api: add circular-buffers documentation by Mauro Carvalho Chehab · 7 years ago
  93. de0f51e docs: core-api: add cachetlb documentation by Mauro Carvalho Chehab · 7 years ago
  94. eacc670 documentation: core-api: rearrange a few kernel-api chapters and sections by Randy Dunlap · 7 years ago
  95. 5968a70 textsearch: fix kernel-doc warnings and add kernel-api section by Randy Dunlap · 7 years ago
  96. 156383b Documentation: Mention why %p prints ptrval by Joel Stanley · 7 years ago
  97. ac665d9 idr: Add documentation by Matthew Wilcox · 7 years ago
  98. ab486bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  99. 14ebc28 errseq: Add to documentation tree by Matthew Wilcox · 7 years ago
  100. b3ed232 doc: convert printk-formats.txt to rst by Tobin C. Harding · 7 years ago