summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-05rust: remove unneeded `kernel::prelude` imports from doctestsNell Shamrell-Harrington
2024-05-05rust: update `dbg!()` to format column numberRaghav Narang
2024-05-05rust: helpers: Fix grammar in commentThorsten Blum
2024-05-05rust: init: change the generated name of guard variablesBenno Lossin
2024-05-05rust: sync: add `Arc::into_unique_or_drop`Alice Ryhl
2024-05-05rust: sync: add `ArcBorrow::from_raw`Alice Ryhl
2024-05-05rust: types: Make Opaque::get constBoqun Feng
2024-04-16rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho
2024-04-16rust: init: update `init` module to take allocation flagsWedson Almeida Filho
2024-04-16rust: sync: update `Arc` and `UniqueArc` to take allocation flagsWedson Almeida Filho
2024-04-16rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho
2024-04-16rust: alloc: introduce the `BoxExt` traitWedson Almeida Filho
2024-04-16rust: alloc: introduce allocation flagsWedson Almeida Filho
2024-04-16rust: alloc: remove our fork of the `alloc` crateWedson Almeida Filho
2024-04-16kbuild: use the upstream `alloc` crateWedson Almeida Filho
2024-04-16rust: alloc: introduce the `VecExt` traitWedson Almeida Filho
2024-04-16rust: kernel: move `allocator` module under `alloc`Wedson Almeida Filho
2024-04-07rust: workqueue: add `#[pin_data]` to `Work`Benno Lossin
2024-04-07rust: macros: allow generic parameter default values in `#[pin_data]`Benno Lossin
2024-04-07rust: macros: add `decl_generics` to `parse_generics()`Benno Lossin
2024-04-02rust: str: add {make,to}_{upper,lower}case() to CStringDanilo Krummrich
2024-04-02kbuild: rust: use `-Zdebuginfo-compression`Miguel Ojeda
2024-04-02kbuild: rust: use `-Zdwarf-version` to support DWARFv5Miguel Ojeda
2024-03-29rust: upgrade to Rust 1.77.1Miguel Ojeda
2024-03-29rust: add `Module::as_ptr`Alice Ryhl
2024-03-24Linux 6.9-rc1v6.9-rc1Linus Torvalds
2024-03-24Merge tag 'efi-fixes-for-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-03-24Merge tag 'x86-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-24Merge tag 'sched-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-24Merge tag 'dma-mapping-6.9-2024-03-24' of git://git.infradead.org/users/hch/d...Linus Torvalds
2024-03-24efi: fix panic in kdump kernelOleksandr Tymoshenko
2024-03-24x86/efistub: Don't clear BSS twice in mixed modeArd Biesheuvel
2024-03-24x86/efistub: Call mixed mode boot services on the firmware's stackArd Biesheuvel
2024-03-24x86/boot/64: Move 5-level paging global variable assignments backTom Lendacky
2024-03-24x86/boot/64: Apply encryption mask to 5-level pagetable updateTom Lendacky
2024-03-24x86/cpu: Add model number for another Intel Arrow Lake mobile processorTony Luck
2024-03-24x86/fpu: Keep xfd_state in sync with MSR_IA32_XFDAdamos Ttofari
2024-03-24Documentation/x86: Document that resctrl bandwidth control units are MiBTony Luck
2024-03-23Merge tag 'timers-urgent-2024-03-23' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-03-23Merge tag 'timers-core-2024-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-03-23Merge tag 'irq-urgent-2024-03-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-23Merge tag 'core-entry-2024-03-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-23Merge tag 'powerpc-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2024-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2024-03-23Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-03-23x86/mpparse: Register APIC address only onceThomas Gleixner
2024-03-23x86/topology: Handle the !APIC case gracefullyThomas Gleixner
2024-03-23x86/topology: Don't evaluate logical IDs during early bootThomas Gleixner
2024-03-23x86/cpu: Ensure that CPU info updates are propagated on UPThomas Gleixner
2024-03-22lkdtm/bugs: Improve warning message for compilers without counted_by supportNathan Chancellor