linux-2.6-microblaze.git
2024-11-24 Asahi Linarust: alloc: Fix `ArrayLayout` allocations
2024-11-24 Miguel Ojedadocs: rust: remove spurious item in `expect` list
2024-11-24 Miguel Ojedarust: allow `clippy::needless_lifetimes`
2024-11-12 Miguel Ojedarust: warn on bindgen < 0.69.5 and libclang >= 19.1
2024-11-10 Gary Guorust: use custom FFI integer types
2024-11-10 Gary Guorust: map `__kernel_size_t` and friends also to usize...
2024-11-10 Gary Guorust: fix size_t in bindgen prototypes of C builtins
2024-11-10 Alice Ryhlrust: sync: add global lock support
2024-11-01 Ethan D. Twardyrust: macros: enable the rest of the tests
2024-11-01 Ethan D. Twardyrust: macros: enable paste! use from macro_rules!
2024-11-01 Ethan D. Twardyrust: enable macros::module! tests
2024-11-01 Ethan D. Twardyrust: kbuild: expand rusttest target for macros
2024-10-24 Dirk Behmerust: types: extend `Opaque` documentation
2024-10-22 Francesco Zardirust: block: fix formatting of `kernel::block::mq:...
2024-10-21 Paolo Bonzinirust: macros: fix documentation of the paste! macro
2024-10-21 Yutaro Ohnorust: kernel: fix THIS_MODULE header path in ThisModule...
2024-10-21 Alice Ryhlrust: page: add Rust version of PAGE_ALIGN
2024-10-21 Tamir Dubersteinrust: helpers: remove unnecessary header includes
2024-10-21 Tamir Dubersteinrust: exports: improve grammar in commentary
2024-10-20 Thomas Böhlerdrm/panic: allow verbose version check
2024-10-20 Thomas Böhlerdrm/panic: allow verbose boolean for clarity
2024-10-20 Thomas Böhlerdrm/panic: correctly indent continuation of line in...
2024-10-20 Thomas Böhlerdrm/panic: remove redundant field when assigning value
2024-10-20 Thomas Böhlerdrm/panic: prefer eliding lifetimes
2024-10-20 Thomas Böhlerdrm/panic: remove unnecessary borrow in alignment_pattern
2024-10-20 Thomas Böhlerdrm/panic: avoid reimplementing Iterator::find
2024-10-15 Danilo KrummrichMAINTAINERS: add entry for the Rust `alloc` module
2024-10-15 Danilo Krummrichkbuild: rust: remove the `alloc` crate and `GlobalAlloc`
2024-10-15 Danilo Krummrichrust: alloc: update module comment of alloc.rs
2024-10-15 Danilo Krummrichrust: str: test: replace `alloc::format`
2024-10-15 Danilo Krummrichrust: alloc: implement `Cmalloc` in module allocator_test
2024-10-15 Danilo Krummrichrust: alloc: implement `contains` for `Flags`
2024-10-15 Danilo Krummrichrust: error: check for config `test` in `Error::name`
2024-10-15 Danilo Krummrichrust: error: use `core::alloc::LayoutError`
2024-10-15 Danilo Krummrichrust: alloc: add `Vec` to prelude
2024-10-15 Danilo Krummrichrust: alloc: remove `VecExt` extension
2024-10-15 Danilo Krummrichrust: treewide: switch to the kernel `Vec` type
2024-10-15 Danilo Krummrichrust: alloc: implement `collect` for `IntoIter`
2024-10-15 Danilo Krummrichrust: alloc: implement `IntoIterator` for `Vec`
2024-10-15 Danilo Krummrichrust: alloc: implement kernel `Vec` type
2024-10-15 Benno Lossinrust: alloc: introduce `ArrayLayout`
2024-10-15 Danilo Krummrichrust: alloc: add `Box` to prelude
2024-10-15 Danilo Krummrichrust: alloc: remove extension of std's `Box`
2024-10-15 Danilo Krummrichrust: treewide: switch to our kernel `Box` type
2024-10-15 Danilo Krummrichrust: alloc: implement kernel `Box`
2024-10-15 Danilo Krummrichrust: alloc: add __GFP_NOWARN to `Flags`
2024-10-15 Danilo Krummrichrust: alloc: implement `KVmalloc` allocator
2024-10-15 Danilo Krummrichrust: alloc: implement `Vmalloc` allocator
2024-10-15 Danilo Krummrichrust: alloc: add module `allocator_test`
2024-10-15 Danilo Krummrichrust: alloc: implement `Allocator` for `Kmalloc`
2024-10-15 Danilo Krummrichrust: alloc: make `allocator` module public
2024-10-15 Danilo Krummrichrust: alloc: implement `ReallocFunc`
2024-10-14 Danilo Krummrichrust: alloc: rename `KernelAllocator` to `Kmalloc`
2024-10-14 Danilo Krummrichrust: alloc: separate `aligned_size` from `krealloc_ali...
2024-10-14 Danilo Krummrichrust: alloc: add `Allocator` trait
2024-10-09 Aliet Exposito... rust: kernel: move `FromBytes` and `AsBytes` traits...
2024-10-09 Filipe Xavierrust: error: optimize error type to use nonzero
2024-10-09 Filipe Xavierrust: lock: add trylock method support for lock backend
2024-10-09 Deepak Thukralrust: std_vendor: update dbg macro from Rust upstream
2024-10-07 Filipe Xavierrust: error: make conversion functions public
2024-10-07 Gary Guorust: enable arbitrary_self_types and remove `Receiver`
2024-10-07 Miguel Ojedarust: std_vendor: simplify `{ .. macro! .. }` with...
2024-10-07 Miguel OjedaDocumentation: rust: discuss `#[expect(...)]` in the...
2024-10-07 Miguel Ojedarust: start using the `#[expect(...)]` attribute
2024-10-07 Miguel OjedaDocumentation: rust: add coding guidelines on lints
2024-10-07 Miguel Ojedarust: enable Clippy's `check-private-items`
2024-10-07 Miguel Ojedarust: provide proper code documentation titles
2024-10-07 Miguel Ojedarust: rbtree: fix `SAFETY` comments that should be...
2024-10-07 Miguel Ojedarust: replace `clippy::dbg_macro` with `disallowed_macros`
2024-10-07 Miguel Ojedarust: introduce `.clippy.toml`
2024-10-07 Miguel Ojedarust: sync: remove unneeded `#[allow(clippy::non_send_f...
2024-10-07 Miguel Ojedarust: init: remove unneeded `#[allow(clippy::disallowed...
2024-10-07 Miguel Ojedarust: enable `rustdoc::unescaped_backticks` lint
2024-10-07 Miguel Ojedarust: enable `clippy::ignored_unit_patterns` lint
2024-10-07 Miguel Ojedarust: enable `clippy::unnecessary_safety_doc` lint
2024-10-07 Miguel Ojedarust: enable `clippy::unnecessary_safety_comment` lint
2024-10-07 Miguel Ojedarust: enable `clippy::undocumented_unsafe_blocks` lint
2024-10-07 Miguel Ojedarust: types: avoid repetition in `{As,From}Bytes` impls
2024-10-07 Miguel Ojedarust: sort global Rust flags
2024-10-07 Miguel Ojedarust: workqueue: remove unneeded ``#[allow(clippy:...
2024-10-07 Nell Shamrell... rust: types: add examples for the `Either` type
2024-10-07 Miguel Ojedadocs: rust: quick-start: add Ubuntu
2024-10-06 Linus TorvaldsLinux 6.12-rc2
2024-10-06 Linus TorvaldsMerge tag 'kbuild-fixes-v6.12' of git://git./linux...
2024-10-06 Linus TorvaldsMerge tag 'platform-drivers-x86-v6.12-2' of git://git...
2024-10-06 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2024-10-06 Linus TorvaldsMerge tag 'powerpc-6.12-3' of git://git./linux/kernel...
2024-10-06 Aaron Thompsonkbuild: deb-pkg: Remove blank first line from maint...
2024-10-06 Xu Yangkbuild: fix a typo dt_binding_schema -> dt_binding_schemas
2024-10-06 Sami Tolvanenscripts: import more list macros
2024-10-06 Hans de Goedeplatform/x86: x86-android-tablets: Fix use after free...
2024-10-06 Armin Wolfplatform/x86: wmi: Update WMI driver API documentation
2024-10-06 Anaswara T... platform/x86: dell-ddv: Fix typo in documentation
2024-10-06 Crag Wangplatform/x86: dell-sysman: add support for alienware...
2024-10-06 Srinivas Pandruvadaplatform/x86/intel: power-domains: Add Diamond Rapids...
2024-10-06 Srinivas Pandruvadaplatform/x86: ISST: Add Diamond Rapids to support list
2024-10-06 Hans de Goedeplatform/x86:intel/pmc: Disable ACPI PM Timer disabling...
2024-10-06 Armin Wolfplatform/x86: dell-laptop: Do not fail when encounterin...
2024-10-06 Jithu JosephMAINTAINERS: Update Intel In Field Scan(IFS) entry
2024-10-06 Paolo BonziniMerge tag 'kvmarm-fixes-6.12-1' of git://git./linux...
next