index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-05-05
rust: remove unneeded `kernel::prelude` imports from doctests
Nell Shamrell-Harrington
2024-05-05
rust: update `dbg!()` to format column number
Raghav Narang
2024-05-05
rust: helpers: Fix grammar in comment
Thorsten Blum
2024-05-05
rust: init: change the generated name of guard variables
Benno Lossin
2024-05-05
rust: sync: add `Arc::into_unique_or_drop`
Alice Ryhl
2024-05-05
rust: sync: add `ArcBorrow::from_raw`
Alice Ryhl
2024-05-05
rust: types: Make Opaque::get const
Boqun Feng
2024-04-16
rust: kernel: remove usage of `allocator_api` unstable feature
Wedson Almeida Filho
2024-04-16
rust: init: update `init` module to take allocation flags
Wedson Almeida Filho
2024-04-16
rust: sync: update `Arc` and `UniqueArc` to take allocation flags
Wedson Almeida Filho
2024-04-16
rust: alloc: update `VecExt` to take allocation flags
Wedson Almeida Filho
2024-04-16
rust: alloc: introduce the `BoxExt` trait
Wedson Almeida Filho
2024-04-16
rust: alloc: introduce allocation flags
Wedson Almeida Filho
2024-04-16
rust: alloc: remove our fork of the `alloc` crate
Wedson Almeida Filho
2024-04-16
kbuild: use the upstream `alloc` crate
Wedson Almeida Filho
2024-04-16
rust: alloc: introduce the `VecExt` trait
Wedson Almeida Filho
2024-04-16
rust: kernel: move `allocator` module under `alloc`
Wedson Almeida Filho
2024-04-07
rust: workqueue: add `#[pin_data]` to `Work`
Benno Lossin
2024-04-07
rust: macros: allow generic parameter default values in `#[pin_data]`
Benno Lossin
2024-04-07
rust: macros: add `decl_generics` to `parse_generics()`
Benno Lossin
2024-04-02
rust: str: add {make,to}_{upper,lower}case() to CString
Danilo Krummrich
2024-04-02
kbuild: rust: use `-Zdebuginfo-compression`
Miguel Ojeda
2024-04-02
kbuild: rust: use `-Zdwarf-version` to support DWARFv5
Miguel Ojeda
2024-03-29
rust: upgrade to Rust 1.77.1
Miguel Ojeda
2024-03-29
rust: add `Module::as_ptr`
Alice Ryhl
2024-03-24
Linux 6.9-rc1
v6.9-rc1
Linus Torvalds
2024-03-24
Merge tag 'efi-fixes-for-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-03-24
Merge tag 'x86-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-03-24
Merge tag 'sched-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-03-24
Merge tag 'dma-mapping-6.9-2024-03-24' of git://git.infradead.org/users/hch/d...
Linus Torvalds
2024-03-24
efi: fix panic in kdump kernel
Oleksandr Tymoshenko
2024-03-24
x86/efistub: Don't clear BSS twice in mixed mode
Ard Biesheuvel
2024-03-24
x86/efistub: Call mixed mode boot services on the firmware's stack
Ard Biesheuvel
2024-03-24
x86/boot/64: Move 5-level paging global variable assignments back
Tom Lendacky
2024-03-24
x86/boot/64: Apply encryption mask to 5-level pagetable update
Tom Lendacky
2024-03-24
x86/cpu: Add model number for another Intel Arrow Lake mobile processor
Tony Luck
2024-03-24
x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD
Adamos Ttofari
2024-03-24
Documentation/x86: Document that resctrl bandwidth control units are MiB
Tony Luck
2024-03-23
Merge tag 'timers-urgent-2024-03-23' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-03-23
Merge tag 'timers-core-2024-03-23' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-03-23
Merge tag 'irq-urgent-2024-03-23' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-03-23
Merge tag 'core-entry-2024-03-23' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-03-23
Merge tag 'powerpc-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2024-03-23
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2024-03-23
Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-03-23
x86/mpparse: Register APIC address only once
Thomas Gleixner
2024-03-23
x86/topology: Handle the !APIC case gracefully
Thomas Gleixner
2024-03-23
x86/topology: Don't evaluate logical IDs during early boot
Thomas Gleixner
2024-03-23
x86/cpu: Ensure that CPU info updates are propagated on UP
Thomas Gleixner
2024-03-22
lkdtm/bugs: Improve warning message for compilers without counted_by support
Nathan Chancellor
[next]