1. 91afa49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Paolo Abeni · 5 months ago
  2. f683c9b1 Merge tag 'driver-core-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 months ago
  3. 9c0fc36 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 5 months ago
  4. 3ed8d34 rust: net::phy always define device_table in module_phy_driver macro by FUJITA Tomonori · 5 months ago
  5. cc4332af rust: device: change the from_raw() function by Guilherme Giacomo Simoes · 5 months ago
  6. 05cef2c rust: kunit: use C-string literals to clean warning by Miguel Ojeda · 5 months ago
  7. d065cc7 rust: mutex: fix __mutex_init() usage in case of PREEMPT_RT by Dirk Behme · 6 months ago
  8. 732cd68 rust: fix `ARCH_SLAB_MINALIGN` multiple definition error by Gary Guo · 6 months ago
  9. a8ee30f rust: sync: require `T: Sync` for `LockedBy::access` by Alice Ryhl · 6 months ago
  10. ece207a rust: kernel: sort Rust modules by Miguel Ojeda · 6 months ago
  11. 5701725 Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linux by Linus Torvalds · 6 months ago
  12. ca627e6 rust: cfi: add support for CFI_CLANG with Rust by Matthew Maurer · 6 months ago
  13. 502cc06 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 6 months ago
  14. aeb0e24 kbuild: rust: replace proc macros dependency on `core.o` with the version text by Miguel Ojeda · 6 months ago
  15. ac3e972 kbuild: rust: rebuild if the version text changes by Miguel Ojeda · 6 months ago
  16. ab309b6 rust: avoid `box_uninit_write` feature by Miguel Ojeda · 6 months ago
  17. a5a3c95 rust: macros: provide correct provenance when constructing THIS_MODULE by Boqun Feng · 6 months ago
  18. a335e959 rust: rbtree: add `RBTree::entry` by Alice Ryhl · 6 months ago
  19. 98c14e4 rust: rbtree: add cursor by Matt Gilbride · 6 months ago
  20. cf5397d rust: rbtree: add mutable iterator by Wedson Almeida Filho · 6 months ago
  21. e601f1b rust: rbtree: add iterator by Wedson Almeida Filho · 6 months ago
  22. a0d13aa rust: rbtree: add red-black tree implementation backed by the C version by Wedson Almeida Filho · 6 months ago
  23. 5114e05 rust: net::phy unified genphy_read_status function for C22 and C45 registers by FUJITA Tomonori · 7 months ago
  24. b2e4700 rust: net::phy unified read/write API for C22 and C45 registers by FUJITA Tomonori · 7 months ago
  25. 7909892 rust: net::phy implement AsRef<kernel::device::Device> trait by FUJITA Tomonori · 7 months ago
  26. ffd2747 rust: net::phy support probe callback by FUJITA Tomonori · 7 months ago
  27. 4d080a0 rust: sizes: add commonly used constants by FUJITA Tomonori · 7 months ago
  28. 0903b9e rust: alloc: eschew `Box<MaybeUninit<T>>::write` by Jubilee Young · 7 months ago
  29. 6e6efc5 rust: enable rustdoc's `--generate-link-to-definition` by Miguel Ojeda · 7 months ago
  30. 96fff2d rust: types: add `ARef::into_raw` by Kartik Prajapati · 7 months ago
  31. c730511 rust: kernel: use docs.kernel.org links in code documentation by Michael Vetter · 7 months ago
  32. b204bbc rust: list: add ListArcField by Alice Ryhl · 7 months ago
  33. 2003c04 rust: list: support heterogeneous lists by Alice Ryhl · 7 months ago
  34. 9078a4f rust: list: add cursor by Alice Ryhl · 7 months ago
  35. deeecc9 rust: list: add iterators by Alice Ryhl · 7 months ago
  36. db84186 rust: list: add List by Alice Ryhl · 7 months ago
  37. 40c5329 rust: list: add macro for implementing ListItem by Alice Ryhl · 7 months ago
  38. 1417629 rust: list: add struct with prev/next pointers by Alice Ryhl · 7 months ago
  39. a480263 rust: list: add tracking for ListArc by Alice Ryhl · 7 months ago
  40. 6cd3417 rust: list: add ListArc by Alice Ryhl · 7 months ago
  41. 0528ca0 rust: init: add `assert_pinned` macro by Benno Lossin · 7 months ago
  42. 6d1c22d rust: init: add `write_[pin_]init` functions by Benno Lossin · 7 months ago
  43. 01db99b rust: kernel: add `drop_contents` to `BoxExt` by Benno Lossin · 7 months ago
  44. 0ff8f3f rust: kernel: fix typos in code comments by Michael Vetter · 7 months ago
  45. fd764e7 rust: block: fix wrong usage of lockdep API by Andreas Hindborg · 7 months ago
  46. b8673d5 rust: kbuild: fix export of bss symbols by Andreas Hindborg · 7 months ago
  47. 76501d1 rust: enable bindgen's `--enable-function-attribute-detection` flag by Miguel Ojeda · 7 months ago
  48. 1d15880 rust: sort blk includes in bindings_helper.h by Alice Ryhl · 7 months ago
  49. e26fa54 rust: kbuild: auto generate helper exports by Gary Guo · 7 months ago
  50. c4d7f54 objtool/kbuild/rust: enable objtool for Rust by Miguel Ojeda · 7 months ago
  51. 289088d rust: module: add static pointer to `{init,cleanup}_module()` by Miguel Ojeda · 7 months ago
  52. 8763465 rust: kbuild: split up helpers.c by Andreas Hindborg · 7 months ago
  53. 7bc1867 rust: error: allow `useless_conversion` for 32-bit builds by Miguel Ojeda · 7 months ago
  54. 7adcdd5 rust: types: improve `ForeignOwnable` documentation by Benno Lossin · 7 months ago
  55. 6c2d0ad rust: implement ForeignOwnable for Pin<Box<T>> by Alice Ryhl · 7 months ago
  56. 08f983a rust: Implement the smart pointer `InPlaceInit` for `Arc` by Alex Mantel · 7 months ago
  57. 60cb1da Merge tag 'rust-fixes-6.11' of https://github.com/Rust-for-Linux/linux by Linus Torvalds · 7 months ago
  58. 02dfd63 rust: add intrinsics to fix `-Os` builds by Miguel Ojeda · 7 months ago
  59. 869b501 kbuild: rust: skip -fmin-function-alignment in bindgen flags by Zehui Xu · 7 months ago
  60. fe99216 rust: Support latest version of `rust-analyzer` by Sarthak Singh · 7 months ago
  61. cd04d50 rust: firmware: fix invalid rustdoc link by Andrew Ballance · 8 months ago
  62. 0ba521d rust: macros: indent list item in `module!`'s docs by Miguel Ojeda · 8 months ago
  63. 910bfc2 Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linux by Linus Torvalds · 8 months ago
  64. f9bcc61 Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linux by Linus Torvalds · 8 months ago
  65. c2a96b7 Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 months ago
  66. 76d9b92 Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab by Linus Torvalds · 8 months ago
  67. 3e78198 Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux by Linus Torvalds · 8 months ago
  68. 436381e Merge branch 'slab/for-6.11/buckets' into slab/for-next by Vlastimil Babka · 8 months ago
  69. f8f88aa rust: relax most deny-level lints to warnings by Miguel Ojeda · 8 months ago
  70. f85bea18 rust: allow `dead_code` for never constructed bindings by Miguel Ojeda · 8 months ago
  71. dee1396 rust: init: simplify from `map_err` to `inspect_err` by Miguel Ojeda · 8 months ago
  72. e516211 rust: macros: indent list item in `paste!`'s docs by Miguel Ojeda · 8 months ago
  73. a23b018 firmware_loader: fix soundness issue in `request_internal` by Danilo Krummrich · 8 months ago
  74. 2c61b8c firmware_loader: annotate doctests as `no_run` by Danilo Krummrich · 8 months ago
  75. fc6e66f rust: add abstraction for `struct page` by Alice Ryhl · 8 months ago
  76. b33bf37 rust: uaccess: add typed accessors for userspace pointers by Alice Ryhl · 8 months ago
  77. 1b580e7 rust: uaccess: add userspace pointers by Wedson Almeida Filho · 8 months ago
  78. ab44079 rust: alloc: add __GFP_HIGHMEM flag by Alice Ryhl · 8 months ago
  79. d3ee24c rust: alloc: fix typo in docs for GFP_NOWAIT by Alice Ryhl · 8 months ago
  80. 9ffc80c kbuild: rust: remove now-unneeded `rusttest` custom sysroot handling by Miguel Ojeda · 8 months ago
  81. fe7d9d8 rust: kernel: make impl_has_work compatible with more generics by Roland Xu · 8 months ago
  82. 549d3c2 rust: add 'firmware' field support to module! macro by FUJITA Tomonori · 8 months ago
  83. 63249a0 rust: fix datatype in docs for `module` macro arguments by Aswin Unnikrishnan · 8 months ago
  84. 67f9c31 rust: add example for `alias` argument in `module` macro documentation by Aswin Unnikrishnan · 8 months ago
  85. ad59baa slab, rust: extend kmalloc() alignment guarantees to remove Rust padding by Vlastimil Babka · 8 months ago
  86. ab0f4ce arch: um: rust: Add i386 support for Rust by David Gow · 8 months ago
  87. 5b026e3 rust: block: fix generated bindings after refactoring of features by Andreas Hindborg · 9 months ago
  88. 4ead6c3 device: rust: improve safety comments by Danilo Krummrich · 9 months ago
  89. bbe98f4 firmware: rust: improve safety comments by Danilo Krummrich · 9 months ago
  90. 5ddb88f rust: block: do not use removed queue flag API by Andreas Hindborg · 9 months ago
  91. de65828 rust: add firmware abstractions by Danilo Krummrich · 9 months ago
  92. a674fef rust: add abstraction for struct device by Danilo Krummrich · 9 months ago
  93. 5e3b700 rust: block: do not use removed queue limit API by Andreas Hindborg · 9 months ago
  94. 3253aba rust: block: introduce `kernel::block::mq` module by Andreas Hindborg · 9 months ago
  95. a126eca rust: avoid unused import warning in `rusttest` by Miguel Ojeda · 9 months ago
  96. 4f05e82 Merge tag 'loongarch-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson by Linus Torvalds · 10 months ago
  97. 61307b7 Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 10 months ago
  98. ff9a793 Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 10 months ago
  99. 2d9db77 Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 months ago
  100. 8f8d74e LoongArch: rust: Switch to use built-in rustc target by WANG Rui · 10 months ago