Age | Commit message (Expand) | Author |
2023-08-14 | rust: upgrade to Rust 1.71.1 | Miguel Ojeda |
2023-08-10 | btf, scripts: rust: drop is_rust_module.sh | Andrea Righi |
2023-08-10 | rust: macros: add `paste!` proc macro | Gary Guo |
2023-08-10 | rust: types: make `Opaque` be `!Unpin` | Benno Lossin |
2023-08-10 | rust: make `UnsafeCell` the outer type in `Opaque` | Alice Ryhl |
2023-08-10 | kbuild: rust_is_available: add test suite | Miguel Ojeda |
2023-08-10 | kbuild: rust_is_available: check that output looks as expected | Miguel Ojeda |
2023-08-10 | kbuild: rust_is_available: handle failures calling `$RUSTC`/`$BINDGEN` | Miguel Ojeda |
2023-08-10 | kbuild: rust_is_available: normalize version matching | Miguel Ojeda |
2023-08-10 | kbuild: rust_is_available: fix confusion when a version appears in the path | Miguel Ojeda |
2023-08-09 | kbuild: rust_is_available: check that environment variables are set | Miguel Ojeda |
2023-08-09 | kbuild: rust_is_available: add check for `bindgen` invocation | Miguel Ojeda |
2023-08-09 | kbuild: rust_is_available: print docs reference | Miguel Ojeda |
2023-08-09 | docs: rust: add paragraph about finding a suitable `libclang` | Miguel Ojeda |
2023-08-09 | kbuild: rust_is_available: fix version check when CC has multiple arguments | Russell Currey |
2023-08-09 | kbuild: rust_is_available: remove -v option | Masahiro Yamada |
2023-08-09 | MAINTAINERS: add Alice Ryhl as Rust reviewer | Miguel Ojeda |
2023-08-09 | MAINTAINERS: add Andreas Hindborg as Rust reviewer | Miguel Ojeda |
2023-08-07 | scripts: `make rust-analyzer` for out-of-tree modules | Vinay Varma |
2023-08-07 | rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc impl | Björn Roy Baron |
2023-08-07 | rust: allocator: Use krealloc_aligned() in KernelAllocator::alloc | Boqun Feng |
2023-08-07 | rust: helpers: sort includes alphabetically in rust/helpers.c | Ariel Miculas |
2023-08-07 | rust: lock: Add intra-doc links to the Backend trait | Ben Gooding |
2023-08-06 | Linux 6.5-rc5v6.5-rc5 | Linus Torvalds |
2023-08-06 | Merge tag 'v6.5-rc5.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2023-08-06 | fs: rely on ->iterate_shared to determine f_pos locking | Christian Brauner |
2023-08-06 | vfs: get rid of old '->iterate' directory operation | Linus Torvalds |
2023-08-06 | proc: fix missing conversion to 'iterate_shared' | Linus Torvalds |
2023-08-06 | open: make RESOLVE_CACHED correctly test for O_TMPFILE | Aleksa Sarai |
2023-08-05 | Merge tag 'rust-fixes-6.5-rc5' of https://github.com/Rust-for-Linux/linux | Linus Torvalds |
2023-08-05 | Merge tag 'ata-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem... | Linus Torvalds |
2023-08-05 | Merge tag '6.5-rc4-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds |
2023-08-05 | Merge tag 'powerpc-6.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2023-08-05 | Merge tag 'parisc-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2023-08-04 | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-08-04 | Merge tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2023-08-04 | Merge tag 'riscv-for-linus-6.5-rc5' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-08-04 | Merge tag 'pm-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds |
2023-08-04 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2023-08-04 | Merge tag 'mtd/fixes-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-08-04 | Merge tag 'drm-fixes-2023-08-04' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2023-08-04 | Merge tag 'ceph-for-6.5-rc5' of https://github.com/ceph/ceph-client | Linus Torvalds |
2023-08-04 | file: reinstate f_pos locking optimization for regular files | Linus Torvalds |
2023-08-04 | arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVE | Mark Brown |
2023-08-04 | arm64/fpsimd: Sync FPSIMD state with SVE for SME only systems | Mark Brown |
2023-08-04 | arm64/ptrace: Don't enable SVE when setting streaming SVE | Mark Brown |
2023-08-04 | rust: fix bindgen build error with UBSAN_BOUNDS_STRICTrust-fixes-6.5-rc5 | Andrea Righi |
2023-08-04 | rust: delete `ForeignOwnable::borrow_mut` | Alice Ryhl |
2023-08-04 | rust: allocator: Prevent mis-aligned allocation | Boqun Feng |
2023-08-04 | Merge tag 'drm-intel-fixes-2023-08-03' of git://anongit.freedesktop.org/drm/d... | Dave Airlie |