1. bf22a69 futex: Provide FUTEX_LOCK_PI2 to support clock selection by Thomas Gleixner · 3 years, 9 months ago
  2. e112c41 futex: Prepare futex_lock_pi() for runtime clock selection by Thomas Gleixner · 3 years, 9 months ago
  3. 1a81229 lockdep/selftest: Remove wait-type RCU_CALLBACK tests by Peter Zijlstra · 3 years, 7 months ago
  4. c0c2c0d lockdep/selftests: Fix selftests vs PROVE_RAW_LOCK_NESTING by Peter Zijlstra · 3 years, 7 months ago
  5. f8b298c lockdep: Fix wait-type for empty stack by Peter Zijlstra · 3 years, 7 months ago
  6. 8946ccc locking/selftests: Add a selftest for check_irq_usage() by Boqun Feng · 3 years, 7 months ago
  7. 7b1f8c61 lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage() by Boqun Feng · 3 years, 7 months ago
  8. d4c157c locking/lockdep: Remove the unnecessary trace saving by Boqun Feng · 3 years, 7 months ago
  9. 69c7a5f locking/lockdep: Fix the dep path printing for backwards BFS by Boqun Feng · 3 years, 7 months ago
  10. 7cb5dd8 selftests: futex: Add futex compare requeue test by André Almeida · 3 years, 7 months ago
  11. c3d1285 selftests: futex: Add futex wait test by André Almeida · 3 years, 7 months ago
  12. 149876d seqlock: Remove trailing semicolon in macros by Huilong Deng · 3 years, 7 months ago
  13. b8e00ab locking/lockdep: Reduce LOCKDEP dependency list by Randy Dunlap · 3 years, 8 months ago
  14. fab6216 locking/lockdep,doc: Improve readability of the block matrix by Xiongwei Song · 3 years, 8 months ago
  15. bccf1ec locking/atomics: atomic-instrumented: simplify ifdeffery by Mark Rutland · 3 years, 8 months ago
  16. 3c18851 locking/atomic: delete !ARCH_ATOMIC remnants by Mark Rutland · 3 years, 8 months ago
  17. b9b1297 locking/atomic: xtensa: move to ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  18. ff5b4f1 locking/atomic: sparc: move to ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  19. 8c64175 locking/atomic: sh: move to ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  20. 9efbb35 locking/atomic: riscv: move to ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  21. 9eaa829 locking/atomic: powerpc: move to ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  22. 329c161 locking/atomic: parisc: move to ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  23. 3f1e931 locking/atomic: openrisc: move to ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  24. 7e517b4 locking/atomic: nios2: move to ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  25. 0cc70f5 locking/atomic: nds32: move to ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  26. c7b5fd6 locking/atomic: mips: move to ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  27. f5b1c0f locking/atomic: microblaze: move to ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  28. e86e793 locking/atomic: m68k: move to ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  29. f84f1b9 locking/atomic: ia64: move to ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  30. 94b63eb locking/atomic: hexagon: move to ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  31. c879c39 locking/atomic: h8300: move to ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  32. a5fb82d locking/atomic: csky: move to ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  33. fc63a6e locking/atomic: arm: move to ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  34. 6db5d99 locking/atomic: arc: move to ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  35. 96d330a locking/atomic: alpha: move to ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  36. 82b993e locking/atomic: cmpxchg: support ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  37. 6988631 locking/atomic: cmpxchg: make `generic` a prefix by Mark Rutland · 3 years, 8 months ago
  38. 1bdadf4 locking/atomic: atomic64: support ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  39. f8b6455 locking/atomic: atomic: support ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  40. d0e0321 locking/atomic: atomic: simplify ifdeffery by Mark Rutland · 3 years, 8 months ago
  41. 89eb78d locking/atomic: atomic: remove redundant include by Mark Rutland · 3 years, 8 months ago
  42. 2609a19 locking/atomic: atomic: remove stale comments by Mark Rutland · 3 years, 8 months ago
  43. f0c7bf1 locking/atomic: openrisc: avoid asm-generic/atomic.h by Mark Rutland · 3 years, 8 months ago
  44. b68622a locking/atomic: microblaze: use asm-generic exclusively by Mark Rutland · 3 years, 8 months ago
  45. c7178cd locking/atomic: h8300: use asm-generic exclusively by Mark Rutland · 3 years, 8 months ago
  46. 201e2c1 locking/atomic: net: use linux/atomic.h for xchg & cmpxchg by Mark Rutland · 3 years, 8 months ago
  47. 9be85de locking/atomic: make ARCH_ATOMIC a Kconfig symbol by Mark Rutland · 3 years, 8 months ago
  48. a82adc7 futex: Deduplicate cond_resched() invocation in futex_wake_op() by Pavel Begunkov · 3 years, 8 months ago
  49. f4addd5 selftests: futex: Expand timeout test by André Almeida · 3 years, 8 months ago
  50. c7d84e7 selftests: futex: Correctly include headers dirs by André Almeida · 3 years, 8 months ago
  51. 93d0955 locking: Fix comment typos by Ingo Molnar · 3 years, 8 months ago
  52. 88b0639 Merge tag 'for-5.13-rc1-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 8 months ago
  53. 9b8a233 btrfs: handle transaction start error in btrfs_fileattr_set by Ritesh Harjani · 3 years, 8 months ago
  54. 1140ab5 Merge tag 'perf-tools-fixes-for-v5.13-2021-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 8 months ago
  55. 142b507 Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 8 months ago
  56. 0aa099a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 8 months ago
  57. 71d7924 tools headers UAPI: Sync perf_event.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  58. 6faf64f tools headers cpufeatures: Sync with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  59. 3916329 tools include UAPI powerpc: Sync errno.h with the kernel headers by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  60. fb24e30 tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench mem memcpy' by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  61. 5a80ee4 tools headers UAPI: Sync linux/prctl.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  62. f8bcb06 tools headers UAPI: Sync files changed by landlock, quotactl_path and mount_settattr new syscalls by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  63. a00b7e3 perf tools: Fix a build error on arm64 with clang by Masami Hiramatsu · 3 years, 8 months ago
  64. b35629b tools headers kvm: Sync kvm headers with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  65. 0d943d5 tools headers UAPI: Sync linux/kvm.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  66. ad1237c perf tools: Fix dynamic libbpf link by Jiri Olsa · 3 years, 8 months ago
  67. a11c9a6 perf session: Fix swapping of cpu_map and stat_config records by Dmitry Koshelev · 3 years, 8 months ago
  68. 7aa3c9e perf jevents: Silence warning for ArchStd files by Ian Rogers · 3 years, 8 months ago
  69. e8c1167 perf record: Disallow -c and -F option at the same time by Namhyung Kim · 3 years, 9 months ago
  70. b317258 tools arch x86: Sync the msr-index.h copy with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  71. 0fdee79 tools headers UAPI: Sync drm/i915_drm.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  72. a3bc4ff tools headers UAPI: Update tools's copy of drm.h headers by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  73. 6efb943 Linux 5.13-rc1 by Linus Torvalds · 3 years, 8 months ago
  74. 6dae40a fbmem: fix horribly incorrect placement of __maybe_unused by Linus Torvalds · 3 years, 8 months ago
  75. efc58a9 Merge tag 'drm-next-2021-05-10' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 8 months ago
  76. 506c307 Merge tag 'block-5.13-2021-05-09' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 8 months ago
  77. 0a55a1f Merge tag '5.13-rc-smb3-part3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 8 months ago
  78. 9819f68 Merge tag 'sched-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  79. 732a27a Merge tag 'locking-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  80. 85bbba1 Merge tag 'perf_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  81. dd3e401 Merge tag 'x86_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  82. 35c820e Revert "bio: limit bio max size" by Jens Axboe · 3 years, 8 months ago
  83. b741596 Merge tag 'riscv-for-linus-5.13-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 8 months ago
  84. fec4d42 drm/i915/display: fix compiler warning about array overrun by Linus Torvalds · 3 years, 8 months ago
  85. 07db056 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 8 months ago
  86. 0f979d8 Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 8 months ago
  87. c1f8a39 smb3: if max_channels set to more than one channel request multichannel by Steve French · 3 years, 8 months ago
  88. 9c2dc11 smb3: do not attempt multichannel to server which does not support it by Steve French · 3 years, 8 months ago
  89. ab159ac Merge tag 'powerpc-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 8 months ago
  90. 679971e smb3: when mounting with multichannel include it in requested capabilities by Steve French · 3 years, 8 months ago
  91. fc858a5 Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 8 months ago
  92. 0ab1438 linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h> by Masahiro Yamada · 3 years, 8 months ago
  93. f96271c Merge branch 'master' into next by Michael Ellerman · 3 years, 8 months ago
  94. 55bc1af Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 3 years, 8 months ago
  95. e4d4a27 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue by Jakub Kicinski · 3 years, 8 months ago
  96. 7d18dbdd atm: firestream: Use fallthrough pseudo-keyword by Wei Ming Chen · 3 years, 8 months ago
  97. 8a7cb24 net: stmmac: Do not enable RX FIFO overflow interrupts by Yannick Vignon · 3 years, 8 months ago
  98. 578c18ef mptcp: fix splat when closing unaccepted socket by Paolo Abeni · 3 years, 8 months ago
  99. dd86005 Merge tag 'tag-chrome-platform-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux by Linus Torvalds · 3 years, 8 months ago
  100. 1ad77a0 Merge tag 'i3c/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux by Linus Torvalds · 3 years, 8 months ago