Show patches with: none      |   290 patches
« 1 2 3 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[6.12.y,30/60] rust: alloc: implement kernel `Box` `alloc`, `#[expect]` and "Custom FFI" - 2 - --- 2025-03-07 Miguel Ojeda New
[6.12.y,29/60] rust: alloc: add __GFP_NOWARN to `Flags` `alloc`, `#[expect]` and "Custom FFI" - 3 - --- 2025-03-07 Miguel Ojeda New
[6.12.y,28/60] rust: alloc: implement `KVmalloc` allocator `alloc`, `#[expect]` and "Custom FFI" - 3 - --- 2025-03-07 Miguel Ojeda New
[6.12.y,27/60] rust: alloc: implement `Vmalloc` allocator `alloc`, `#[expect]` and "Custom FFI" - 3 - --- 2025-03-07 Miguel Ojeda New
[6.12.y,26/60] rust: alloc: add module `allocator_test` `alloc`, `#[expect]` and "Custom FFI" - 3 - --- 2025-03-07 Miguel Ojeda New
[6.12.y,25/60] rust: alloc: implement `Allocator` for `Kmalloc` `alloc`, `#[expect]` and "Custom FFI" - 2 - --- 2025-03-07 Miguel Ojeda New
[6.12.y,24/60] rust: alloc: make `allocator` module public `alloc`, `#[expect]` and "Custom FFI" - 2 - --- 2025-03-07 Miguel Ojeda New
[6.12.y,23/60] rust: alloc: implement `ReallocFunc` `alloc`, `#[expect]` and "Custom FFI" - 2 - --- 2025-03-07 Miguel Ojeda New
[6.12.y,22/60] rust: alloc: rename `KernelAllocator` to `Kmalloc` `alloc`, `#[expect]` and "Custom FFI" - 3 - --- 2025-03-07 Miguel Ojeda New
[6.12.y,21/60] rust: alloc: separate `aligned_size` from `krealloc_aligned` `alloc`, `#[expect]` and "Custom FFI" - 3 - --- 2025-03-07 Miguel Ojeda New
[6.12.y,20/60] rust: alloc: add `Allocator` trait `alloc`, `#[expect]` and "Custom FFI" - 3 - --- 2025-03-07 Miguel Ojeda New
[6.12.y,19/60] rust: error: optimize error type to use nonzero `alloc`, `#[expect]` and "Custom FFI" - 3 - --- 2025-03-07 Miguel Ojeda New
[6.12.y,18/60] rust: error: make conversion functions public `alloc`, `#[expect]` and "Custom FFI" - 3 - --- 2025-03-07 Miguel Ojeda New
[6.12.y,17/60] Documentation: rust: discuss `#[expect(...)]` in the guidelines `alloc`, `#[expect]` and "Custom FFI" - 1 1 --- 2025-03-07 Miguel Ojeda New
[6.12.y,16/60] rust: start using the `#[expect(...)]` attribute `alloc`, `#[expect]` and "Custom FFI" - 3 1 --- 2025-03-07 Miguel Ojeda New
[6.12.y,15/60] Documentation: rust: add coding guidelines on lints `alloc`, `#[expect]` and "Custom FFI" - 3 1 --- 2025-03-07 Miguel Ojeda New
[6.12.y,14/60] rust: enable Clippy's `check-private-items` `alloc`, `#[expect]` and "Custom FFI" - 3 1 --- 2025-03-07 Miguel Ojeda New
[6.12.y,13/60] rust: provide proper code documentation titles `alloc`, `#[expect]` and "Custom FFI" - 3 1 --- 2025-03-07 Miguel Ojeda New
[6.12.y,12/60] rust: replace `clippy::dbg_macro` with `disallowed_macros` `alloc`, `#[expect]` and "Custom FFI" - 1 1 --- 2025-03-07 Miguel Ojeda New
[6.12.y,11/60] rust: introduce `.clippy.toml` `alloc`, `#[expect]` and "Custom FFI" - 3 1 --- 2025-03-07 Miguel Ojeda New
[6.12.y,10/60] rust: sync: remove unneeded `#[allow(clippy::non_send_fields_in_send_ty)]` `alloc`, `#[expect]` and "Custom FFI" - 3 1 --- 2025-03-07 Miguel Ojeda New
[6.12.y,09/60] rust: init: remove unneeded `#[allow(clippy::disallowed_names)]` `alloc`, `#[expect]` and "Custom FFI" - 3 1 --- 2025-03-07 Miguel Ojeda New
[6.12.y,08/60] rust: enable `rustdoc::unescaped_backticks` lint `alloc`, `#[expect]` and "Custom FFI" - 3 1 --- 2025-03-07 Miguel Ojeda New
[6.12.y,07/60] rust: enable `clippy::ignored_unit_patterns` lint `alloc`, `#[expect]` and "Custom FFI" - 3 1 --- 2025-03-07 Miguel Ojeda New
[6.12.y,06/60] rust: enable `clippy::unnecessary_safety_doc` lint `alloc`, `#[expect]` and "Custom FFI" - 3 1 --- 2025-03-07 Miguel Ojeda New
[6.12.y,05/60] rust: enable `clippy::unnecessary_safety_comment` lint `alloc`, `#[expect]` and "Custom FFI" - 4 1 --- 2025-03-07 Miguel Ojeda New
[6.12.y,04/60] rust: enable `clippy::undocumented_unsafe_blocks` lint `alloc`, `#[expect]` and "Custom FFI" - 3 1 --- 2025-03-07 Miguel Ojeda New
[6.12.y,03/60] rust: types: avoid repetition in `{As,From}Bytes` impls `alloc`, `#[expect]` and "Custom FFI" - 3 1 --- 2025-03-07 Miguel Ojeda New
[6.12.y,02/60] rust: sort global Rust flags `alloc`, `#[expect]` and "Custom FFI" - 3 1 --- 2025-03-07 Miguel Ojeda New
[6.12.y,01/60] rust: workqueue: remove unneeded ``#[allow(clippy::new_ret_no_self)]` `alloc`, `#[expect]` and "Custom FFI" - 3 1 --- 2025-03-07 Miguel Ojeda New
rust: enable `clippy::ptr_as_ptr` lint rust: enable `clippy::ptr_as_ptr` lint - - - --- 2025-03-07 Tamir Duberstein New
[v6,5/5] gpu: nova-core: add initial documentation Initial Nova Core series - 1 - --- 2025-03-06 Danilo Krummrich New
[v6,4/5] gpu: nova-core: add initial driver stub Initial Nova Core series - 1 - --- 2025-03-06 Danilo Krummrich New
[v6,3/5] rust: firmware: add `module_firmware!` macro Initial Nova Core series 1 - - --- 2025-03-06 Danilo Krummrich New
[v6,2/5] rust: firmware: introduce `firmware::ModInfoBuilder` Initial Nova Core series - - - --- 2025-03-06 Danilo Krummrich New
[v6,1/5] rust: module: add type `LocalModule` Initial Nova Core series 1 - - --- 2025-03-06 Danilo Krummrich New
[v5,5/5] gpu: nova-core: add initial documentation Initial Nova Core series - 1 - --- 2025-03-04 Danilo Krummrich Superseded
[v5,4/5] gpu: nova-core: add initial driver stub Initial Nova Core series - 1 - --- 2025-03-04 Danilo Krummrich Superseded
[v5,3/5] rust: firmware: add `module_firmware!` macro Initial Nova Core series 1 - - --- 2025-03-04 Danilo Krummrich Superseded
[v5,2/5] rust: firmware: introduce `firmware::ModInfoBuilder` Initial Nova Core series - - - --- 2025-03-04 Danilo Krummrich Superseded
[v5,1/5] rust: module: add type `LocalModule` Initial Nova Core series 1 - - --- 2025-03-04 Danilo Krummrich Superseded
[v4,6/6] gpu: nova-core: add initial documentation Initial Nova Core series - - - --- 2025-02-26 Danilo Krummrich Superseded
[v4,5/6] gpu: nova-core: add initial driver stub Initial Nova Core series - - - --- 2025-02-26 Danilo Krummrich Superseded
[v4,4/6] rust: firmware: add `module_firmware!` macro Initial Nova Core series - - - --- 2025-02-26 Danilo Krummrich Superseded
[v4,3/6] rust: firmware: introduce `firmware::ModInfoBuilder` Initial Nova Core series - - - --- 2025-02-26 Danilo Krummrich Superseded
[v4,2/6] rust: str: provide const fn as_bytes() for BStr Initial Nova Core series - - - --- 2025-02-26 Danilo Krummrich Superseded
[v4,1/6] rust: module: add type `LocalModule` Initial Nova Core series - - - --- 2025-02-26 Danilo Krummrich Superseded
[6/6] sysfs: remove attribute_group::bin_attrs_new sysfs: finalize the constification of 'struct bin_attribute' - - - --- 2025-02-19 Thomas Weißschuh Superseded
[5/6] sysfs: remove bin_attribute::read_new/write_new() sysfs: finalize the constification of 'struct bin_attribute' - - - --- 2025-02-19 Thomas Weißschuh Superseded
[4/6] sysfs: treewide: switch back to attribute_group::bin_attrs sysfs: finalize the constification of 'struct bin_attribute' - - - --- 2025-02-19 Thomas Weißschuh Superseded
[3/6] sysfs: treewide: switch back to bin_attribute::read()/write() sysfs: finalize the constification of 'struct bin_attribute' - - - --- 2025-02-19 Thomas Weißschuh Superseded
[2/6] sysfs: constify attribute_group::bin_attrs sysfs: finalize the constification of 'struct bin_attribute' - - - --- 2025-02-19 Thomas Weißschuh Superseded
[1/6] sysfs: constify bin_attribute argument of bin_attribute::read/write() sysfs: finalize the constification of 'struct bin_attribute' - - - --- 2025-02-19 Thomas Weißschuh Superseded
[7/7] soc/tegra: pmc: Derive PMC context from syscore ops syscore: Pass context data to callbacks - - - --- 2025-02-17 Thierry Reding New
[6/7] irqchip/irq-imx-gpcv2: Embed syscore_ops in chip context syscore: Pass context data to callbacks - - - --- 2025-02-17 Thierry Reding New
[5/7] clk: mvebu: Embed syscore_ops in clock context syscore: Pass context data to callbacks - - - --- 2025-02-17 Thierry Reding New
[4/7] clk: ingenic: tcu: Embed syscore_ops in TCU context syscore: Pass context data to callbacks - - - --- 2025-02-17 Thierry Reding New
[3/7] bus: mvebu-mbus: Embed syscore_ops in mbus context syscore: Pass context data to callbacks - - - --- 2025-02-17 Thierry Reding New
[2/7] MIPS: Embed syscore_ops in PCI context syscore: Pass context data to callbacks - - - --- 2025-02-17 Thierry Reding New
[1/7] syscore: Pass context data to callbacks syscore: Pass context data to callbacks - - - --- 2025-02-17 Thierry Reding New
[v8,4/4] rust: remove core::ffi::CStr reexport rust: replace kernel::str::CStr w/ core::ffi::CStr - - - --- 2025-02-03 Tamir Duberstein Superseded
[v8,3/4] rust: replace `kernel::c_str!` with C-Strings rust: replace kernel::str::CStr w/ core::ffi::CStr - - - --- 2025-02-03 Tamir Duberstein Superseded
[v8,2/4] rust: replace `CStr` with `core::ffi::CStr` rust: replace kernel::str::CStr w/ core::ffi::CStr - - - --- 2025-02-03 Tamir Duberstein Superseded
[v8,1/4] rust: move BStr,CStr Display impls behind method rust: replace kernel::str::CStr w/ core::ffi::CStr - - - --- 2025-02-03 Tamir Duberstein Superseded
[v7,4/4] rust: remove core::ffi::CStr reexport rust: replace kernel::str::CStr w/ core::ffi::CStr - - - --- 2025-02-02 Tamir Duberstein Superseded
[v7,3/4] rust: replace `kernel::c_str!` with C-Strings rust: replace kernel::str::CStr w/ core::ffi::CStr - - - --- 2025-02-02 Tamir Duberstein Superseded
[v7,2/4] rust: replace `CStr` with `core::ffi::CStr` rust: replace kernel::str::CStr w/ core::ffi::CStr - - - --- 2025-02-02 Tamir Duberstein Superseded
[v7,1/4] rust: move BStr,CStr Display impls behind method rust: replace kernel::str::CStr w/ core::ffi::CStr - - - --- 2025-02-02 Tamir Duberstein Superseded
[v6,4/4] rust: remove core::ffi::CStr reexport rust: replace kernel::str::CStr w/ core::ffi::CStr - - - --- 2025-02-02 Tamir Duberstein Superseded
[v6,3/4] rust: replace `kernel::c_str!` with C-Strings rust: replace kernel::str::CStr w/ core::ffi::CStr - - - --- 2025-02-02 Tamir Duberstein Superseded
[v6,2/4] rust: replace `CStr` with `core::ffi::CStr` rust: replace kernel::str::CStr w/ core::ffi::CStr - - - --- 2025-02-02 Tamir Duberstein Superseded
[v6,1/4] rust: move BStr,CStr Display impls behind method rust: replace kernel::str::CStr w/ core::ffi::CStr - - - --- 2025-02-02 Tamir Duberstein Superseded
[v2] treewide: const qualify ctl_tables where applicable [v2] treewide: const qualify ctl_tables where applicable 5 3 - --- 2025-01-10 Joel Granados New
treewide: const qualify ctl_tables where applicable treewide: const qualify ctl_tables where applicable 4 3 - --- 2025-01-09 Joel Granados Superseded
firmware_loader: Constify 'struct bin_attribute' firmware_loader: Constify 'struct bin_attribute' - - - --- 2024-12-22 Thomas Weißschuh New
[v2] firmware_loader: minor spelling fixes [v2] firmware_loader: minor spelling fixes - 1 - --- 2024-12-05 Luis Chamberlain Superseded
firmware_loader: minor spelling fixes firmware_loader: minor spelling fixes - 1 - --- 2024-11-27 Luis Chamberlain Superseded
[v2,29/29] cred: remove unused get_new_cred() cred: rework {override,revert}_creds() - - - --- 2024-11-25 Christian Brauner New
[v2,28/29] nfsd: avoid pointless cred reference count bump cred: rework {override,revert}_creds() - - - --- 2024-11-25 Christian Brauner New
[v2,27/29] cachefiles: avoid pointless cred reference count bump cred: rework {override,revert}_creds() - - - --- 2024-11-25 Christian Brauner New
[v2,26/29] dns_resolver: avoid pointless cred reference count bump cred: rework {override,revert}_creds() - - - --- 2024-11-25 Christian Brauner New
[v2,25/29] trace: avoid pointless cred reference count bump cred: rework {override,revert}_creds() - - - --- 2024-11-25 Christian Brauner New
[v2,24/29] cgroup: avoid pointless cred reference count bump cred: rework {override,revert}_creds() - - - --- 2024-11-25 Christian Brauner New
[v2,23/29] acct: avoid pointless reference count bump cred: rework {override,revert}_creds() - - - --- 2024-11-25 Christian Brauner New
[v2,22/29] io_uring: avoid pointless cred reference count bump cred: rework {override,revert}_creds() - - - --- 2024-11-25 Christian Brauner New
[v2,21/29] smb: avoid pointless cred reference count bump cred: rework {override,revert}_creds() - - - --- 2024-11-25 Christian Brauner New
[v2,20/29] cifs: avoid pointless cred reference count bump cred: rework {override,revert}_creds() - - - --- 2024-11-25 Christian Brauner New
[v2,19/29] cifs: avoid pointless cred reference count bump cred: rework {override,revert}_creds() - - - --- 2024-11-25 Christian Brauner New
[v2,18/29] ovl: avoid pointless cred reference count bump cred: rework {override,revert}_creds() - - - --- 2024-11-25 Christian Brauner New
[v2,17/29] open: avoid pointless cred reference count bump cred: rework {override,revert}_creds() - - - --- 2024-11-25 Christian Brauner New
[v2,16/29] nfsfh: avoid pointless cred reference count bump cred: rework {override,revert}_creds() - - - --- 2024-11-25 Christian Brauner New
[v2,15/29] nfs/nfs4recover: avoid pointless cred reference count bump cred: rework {override,revert}_creds() - - - --- 2024-11-25 Christian Brauner New
[v2,14/29] nfs/nfs4idmap: avoid pointless reference count bump cred: rework {override,revert}_creds() - - - --- 2024-11-25 Christian Brauner New
[v2,13/29] nfs/localio: avoid pointless cred reference count bumps cred: rework {override,revert}_creds() - - - --- 2024-11-25 Christian Brauner New
[v2,12/29] coredump: avoid pointless cred reference count bump cred: rework {override,revert}_creds() - - - --- 2024-11-25 Christian Brauner New
[v2,11/29] binfmt_misc: avoid pointless cred reference count bump cred: rework {override,revert}_creds() - - - --- 2024-11-25 Christian Brauner New
[v2,10/29] aio: avoid pointless cred reference count bump cred: rework {override,revert}_creds() - - - --- 2024-11-25 Christian Brauner New
[v2,09/29] target_core_configfs: avoid pointless cred reference count bump cred: rework {override,revert}_creds() - - - --- 2024-11-25 Christian Brauner New
[v2,08/29] sev-dev: avoid pointless cred reference count bump cred: rework {override,revert}_creds() - - - --- 2024-11-25 Christian Brauner New
[v2,07/29] firmware: avoid pointless reference count bump cred: rework {override,revert}_creds() - - - --- 2024-11-25 Christian Brauner New
« 1 2 3 »