1. 6f63078 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 4 years ago master
  2. 3a2a875 Merge tag 'for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply by Linus Torvalds · 4 years ago
  3. c90e794 Merge tag 'dmaengine-5.8-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 4 years ago
  4. 77d22a4 Documentation/CodingStyle: Fix duplicate "are" typo by Geert Uytterhoeven · 4 years ago
  5. f757900 arch/sparc/mm/srmmu.c: fix build by Andrew Morton · 4 years ago
  6. 5b14671 Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 4 years ago
  7. 52435c8 Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 4 years ago
  8. 4964dd2 Merge tag 'afs-fixes-20200609' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years ago
  9. 9ac1eaf clk: mediatek: Remove ifr{0,1}_cfg_regs structures by Stephen Boyd · 4 years ago
  10. 45edc7e clk: baikal-t1: remove redundant assignment to variable 'divider' by Colin Ian King · 4 years ago
  11. 8ae91d3 clk: baikal-t1: fix spelling mistake "Uncompatible" -> "Incompatible" by Colin Ian King · 4 years ago
  12. 30b2396 dt-bindings: clock: Add a missing include to MMP Audio Clock binding by Lubomir Rintel · 4 years ago
  13. 42612e7 Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years ago
  14. ad57a10 Merge tag 'exfat-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 4 years ago
  15. 3beff76 x86: use proper parentheses around new uaccess macro argument uses by Linus Torvalds · 4 years ago
  16. c68421b afs: Make afs_zap_data() static by David Howells · 4 years, 4 months ago
  17. 4a06fa5 afs: Remove afs_zero_fid as it's not used by David Howells · 4 years, 4 months ago
  18. fed79fd afs: Fix debugging statements with %px to be %p by David Howells · 4 years ago
  19. d1e521a Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years ago
  20. 595a56a Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years ago
  21. fc2fb38 Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years ago
  22. a5ad574 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years ago
  23. 013b2de uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly aligned by Oleg Nesterov · 4 years, 1 month ago
  24. 4fa7252 include/linux/cache.h: expand documentation over __read_mostly by Luis Chamberlain · 4 years ago
  25. 2a71e81 maccess: return -ERANGE when probe_kernel_read() fails by Christoph Hellwig · 4 years ago
  26. fa94111 x86: use non-set_fs based maccess routines by Christoph Hellwig · 4 years ago
  27. b58294e maccess: allow architectures to provide kernel probing directly by Christoph Hellwig · 4 years ago
  28. fc3562d7 maccess: move user access routines together by Christoph Hellwig · 4 years ago
  29. 98a2360 maccess: always use strict semantics for probe_kernel_read by Christoph Hellwig · 4 years ago
  30. 7676fbf maccess: remove strncpy_from_unsafe by Christoph Hellwig · 4 years ago
  31. 9de1fec tracing/kprobes: handle mixed kernel/userspace probes better by Christoph Hellwig · 4 years ago
  32. 8d92db5 bpf: rework the compat kernel probe handling by Christoph Hellwig · 4 years ago
  33. 19c8d8a bpf:bpf_seq_printf(): handle potentially unsafe format string better by Andrew Morton · 4 years ago
  34. aec6ce5 bpf: handle the compat string in bpf_trace_copy_string better by Christoph Hellwig · 4 years ago
  35. d7b2977 bpf: factor out a bpf_trace_copy_string helper by Christoph Hellwig · 4 years ago
  36. eab0c60 maccess: unify the probe kernel arch hooks by Christoph Hellwig · 4 years ago
  37. cd03090 maccess: remove probe_read_common and probe_write_common by Christoph Hellwig · 4 years ago
  38. 02dddb1 maccess: rename strnlen_unsafe_user to strnlen_user_nofault by Christoph Hellwig · 4 years ago
  39. c4cb164 maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault by Christoph Hellwig · 4 years ago
  40. bd88bb5 maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofault by Christoph Hellwig · 4 years ago
  41. 3f0acb1 maccess: update the top of file comment by Christoph Hellwig · 4 years ago
  42. 4f6de12 maccess: clarify kerneldoc comments by Christoph Hellwig · 4 years ago
  43. 3ed7408 maccess: remove duplicate kerneldoc comments by Christoph Hellwig · 4 years ago
  44. 48c49c0 maccess: remove various unused weak aliases by Christoph Hellwig · 4 years ago
  45. 0493cb08 maccess: unexport probe_kernel_write() by Christoph Hellwig · 4 years ago
  46. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years ago
  47. 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years ago
  48. da1c55f mmap locking API: rename mmap_sem to mmap_lock by Michel Lespinasse · 4 years ago
  49. 42fc541 mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked() by Michel Lespinasse · 4 years ago
  50. 14c3656 mmap locking API: add MMAP_LOCK_INITIALIZER by Michel Lespinasse · 4 years ago
  51. 0cc55a0 mmap locking API: add mmap_read_trylock_non_owner() by Michel Lespinasse · 4 years ago
  52. aaa2cc5 mmap locking API: convert nested write lock sites by Michel Lespinasse · 4 years ago
  53. 89154dd mmap locking API: convert mmap_sem call sites missed by coccinelle by Michel Lespinasse · 4 years ago
  54. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years ago
  55. 0adf65f DMA reservations: use the new mmap locking API by Michel Lespinasse · 4 years ago
  56. b72327f MMU notifier: use the new mmap locking API by Michel Lespinasse · 4 years ago
  57. 9740ca4 mmap locking API: initial implementation as rwsem wrappers by Michel Lespinasse · 4 years ago
  58. 974b9b2 mm: consolidate pte_index() and pte_offset_*() definitions by Mike Rapoport · 4 years ago
  59. e05c7b1 mm: pgtable: add shortcuts for accessing kernel PMD and PTE by Mike Rapoport · 4 years ago
  60. 88107d3 x86/mm: simplify init_trampoline() and surrounding logic by Mike Rapoport · 4 years ago
  61. 1bcdc68 m68k/mm: move {cache,nocahe}_page() definitions close to their user by Mike Rapoport · 4 years ago
  62. e73240b m68k/mm/motorola: move comment about page table allocation funcitons by Mike Rapoport · 4 years ago
  63. c910951 csky: replace definitions of __pXd_offset() with pXd_index() by Mike Rapoport · 4 years ago
  64. 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years ago
  65. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years ago
  66. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years ago
  67. 9cb8f06 kernel: rename show_stack_loglvl() => show_stack() by Dmitry Safonov · 4 years ago
  68. fe1993a kernel: use show_stack_loglvl() by Dmitry Safonov · 4 years ago
  69. 8ba09b1 sched: print stack trace with KERN_INFO by Dmitry Safonov · 4 years ago
  70. 77819da kdb: don't play with console_loglevel by Dmitry Safonov · 4 years ago
  71. 3f05437 power: use show_stack_loglvl() by Dmitry Safonov · 4 years ago
  72. 9ed5b01 x86/amd_gart: print stacktrace for a leak with KERN_ERR by Dmitry Safonov · 4 years ago
  73. ab34b46 sysrq: use show_stack_loglvl() by Dmitry Safonov · 4 years ago
  74. 20da1e8 xtensa: add show_stack_loglvl() by Dmitry Safonov · 4 years ago
  75. 47fb702 xtensa: add loglvl to show_trace() by Dmitry Safonov · 4 years ago
  76. a832ff0 x86: add show_stack_loglvl() by Dmitry Safonov · 4 years ago
  77. d46b3df x86: add missing const qualifiers for log_lvl by Dmitry Safonov · 4 years ago
  78. 5c08846 unicore32: add show_stack_loglvl() by Dmitry Safonov · 4 years ago
  79. de985dd unicore32: add loglvl to c_backtrace() by Dmitry Safonov · 4 years ago
  80. ee1e990 unicore32: remove unused pmode argument in c_backtrace() by Dmitry Safonov · 4 years ago
  81. 1ad8782 um: add show_stack_loglvl() by Dmitry Safonov · 4 years ago
  82. 3dd923f um/sysrq: remove needless variable sp by Dmitry Safonov · 4 years ago
  83. 13c6371 sparc: add show_stack_loglvl() by Dmitry Safonov · 4 years ago
  84. e6e371c sh: add show_stack_loglvl() by Dmitry Safonov · 4 years ago
  85. 539e786 sh: add loglvl to show_trace() by Dmitry Safonov · 4 years ago
  86. 2deebe4d sh: add loglvl to printk_address() by Dmitry Safonov · 4 years ago
  87. 8b92f3487 sh: remove needless printk() by Dmitry Safonov · 4 years ago
  88. ebf0a36 sh: add loglvl to dump_mem() by Dmitry Safonov · 4 years ago
  89. 8539c12 s390: add show_stack_loglvl() by Dmitry Safonov · 4 years ago
  90. 0b3d436 riscv: add show_stack_loglvl() by Dmitry Safonov · 4 years ago
  91. b9677a8 powerpc: add show_stack_loglvl() by Dmitry Safonov · 4 years ago
  92. 3481d31 parisc: add show_stack_loglvl() by Dmitry Safonov · 4 years ago
  93. 0633032 openrisc: add show_stack_loglvl() by Dmitry Safonov · 4 years ago
  94. 351dd61 nios2: add show_stack_loglvl() by Dmitry Safonov · 4 years ago
  95. 18a4753 nds32: add show_stack_loglvl() by Dmitry Safonov · 4 years ago
  96. 96f0458 mips: add show_stack_loglvl() by Dmitry Safonov · 4 years ago
  97. 35f3968 microblaze: add show_stack_loglvl() by Dmitry Safonov · 4 years ago
  98. 14b0dd8 microblaze: add loglvl to microblaze_unwind() by Dmitry Safonov · 4 years ago
  99. 77530a5 microblaze: add loglvl to microblaze_unwind_inner() by Dmitry Safonov · 4 years ago
  100. ce23c47 m68k: add show_stack_loglvl() by Dmitry Safonov · 4 years ago