summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | platform/chrome: cros_ec: Handle events during suspend after resume completionKarthikeyan Ramasubramanian2024-04-301-8/+8
| * | | | | | platform/chrome: cros_ec_lpc: add quirks for the Framework Laptop (AMD)Dustin L. Howett2024-04-241-1/+15
| * | | | | | platform/chrome: cros_ec_lpc: add a "quirks" systemDustin L. Howett2024-04-241-0/+31
| * | | | | | platform/chrome: cros_ec_lpc: pass driver_data from DMI to the deviceDustin L. Howett2024-04-241-2/+7
| * | | | | | platform/chrome: cros_ec_lpc: introduce a priv struct for the lpc deviceDustin L. Howett2024-04-241-4/+21
| * | | | | | platform/chrome: add HAS_IOPORT dependenciesNiklas Schnelle2024-04-242-0/+2
| * | | | | | platform/chrome: cros_hps_i2c: Replace deprecated UNIVERSAL_DEV_PM_OPS()Andy Shevchenko2024-04-241-2/+2
| * | | | | | platform/chrome: cros_kbd_led_backlight: provide ID table for avoiding fallba...Tzung-Bi Shih2024-04-241-2/+9
| * | | | | | platform/chrome: wilco_ec: core: provide ID table for avoiding fallback matchTzung-Bi Shih2024-04-241-1/+8
| * | | | | | platform/chrome: wilco_ec: event: remove redundant MODULE_ALIASTzung-Bi Shih2024-04-241-1/+0
| * | | | | | platform/chrome: wilco_ec: debugfs: provide ID table for avoiding fallback matchTzung-Bi Shih2024-04-241-1/+8
| * | | | | | platform/chrome: wilco_ec: telemetry: provide ID table for avoiding fallback ...Tzung-Bi Shih2024-04-241-1/+8
| * | | | | | platform/chrome: cros_ec_vbc: provide ID table for avoiding fallback matchTzung-Bi Shih2024-04-241-1/+8
| * | | | | | platform/chrome: cros_ec_lightbar: provide ID table for avoiding fallback matchTzung-Bi Shih2024-04-241-1/+8
| * | | | | | platform/chrome: cros_ec_sysfs: provide ID table for avoiding fallback matchTzung-Bi Shih2024-04-241-1/+8
| * | | | | | platform/chrome: cros_ec_debugfs: provide ID table for avoiding fallback matchTzung-Bi Shih2024-04-241-1/+8
| * | | | | | platform/chrome: cros_ec_chardev: provide ID table for avoiding fallback matchTzung-Bi Shih2024-04-241-1/+8
| * | | | | | platform/chrome: cros_usbpd_notify: provide ID table for avoiding fallback matchTzung-Bi Shih2024-04-241-1/+8
| * | | | | | platform/chrome: cros_usbpd_logger: provide ID table for avoiding fallback matchTzung-Bi Shih2024-04-241-1/+8
| * | | | | | platform/chrome: cros_ec_sensorhub: provide ID table for avoiding fallback matchTzung-Bi Shih2024-04-241-1/+8
| * | | | | | platform/chrome: cros_ec_proto: avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-04-241-42/+30
| * | | | | | platform/chrome: wilco_ec: use sysfs_emit() instead of sprintf()Ai Chao2024-04-241-1/+1
* | | | | | | Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-05-1353-10043/+878
|\ \ \ \ \ \ \
| * | | | | | | rust: alloc: fix dangling pointer in VecExt<T>::reserve()Danilo Krummrich2024-05-081-2/+9
| * | | | | | | rust: upgrade to Rust 1.78.0Miguel Ojeda2024-05-053-3/+3
| * | | | | | | rust: kernel: remove redundant importsMiguel Ojeda2024-05-0515-27/+5
| * | | | | | | rust: sync: implement `Default` for `LockClassKey`Miguel Ojeda2024-05-051-0/+6
| * | | | | | | docs: rust: extend abstraction and binding documentationDirk Behme2024-05-051-0/+57
| * | | | | | | docs: rust: Add instructions for the Rust kselftestLaura Nao2024-05-051-1/+24
| * | | | | | | rust: remove unneeded `kernel::prelude` imports from doctestsNell Shamrell-Harrington2024-05-052-6/+3
| * | | | | | | rust: update `dbg!()` to format column numberRaghav Narang2024-05-051-3/+4
| * | | | | | | rust: helpers: Fix grammar in commentThorsten Blum2024-05-051-1/+1
| * | | | | | | rust: init: change the generated name of guard variablesBenno Lossin2024-05-051-14/+14
| * | | | | | | rust: sync: add `Arc::into_unique_or_drop`Alice Ryhl2024-05-051-0/+62
| * | | | | | | rust: sync: add `ArcBorrow::from_raw`Alice Ryhl2024-05-051-18/+58
| * | | | | | | rust: types: Make Opaque::get constBoqun Feng2024-05-051-1/+1
| * | | | | | | rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho2024-04-169-15/+14
| * | | | | | | rust: init: update `init` module to take allocation flagsWedson Almeida Filho2024-04-166-41/+50
| * | | | | | | rust: sync: update `Arc` and `UniqueArc` to take allocation flagsWedson Almeida Filho2024-04-163-18/+18
| * | | | | | | rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho2024-04-166-34/+152
| * | | | | | | rust: alloc: introduce the `BoxExt` traitWedson Almeida Filho2024-04-166-9/+70
| * | | | | | | rust: alloc: introduce allocation flagsWedson Almeida Filho2024-04-164-12/+71
| * | | | | | | rust: alloc: remove our fork of the `alloc` crateWedson Almeida Filho2024-04-1615-9885/+0
| * | | | | | | kbuild: use the upstream `alloc` crateWedson Almeida Filho2024-04-163-14/+5
| * | | | | | | rust: alloc: introduce the `VecExt` traitWedson Almeida Filho2024-04-164-0/+52
| * | | | | | | rust: kernel: move `allocator` module under `alloc`Wedson Almeida Filho2024-04-163-3/+8
| * | | | | | | rust: workqueue: add `#[pin_data]` to `Work`Benno Lossin2024-04-071-15/+18
| * | | | | | | rust: macros: allow generic parameter default values in `#[pin_data]`Benno Lossin2024-04-073-3/+20
| * | | | | | | rust: macros: add `decl_generics` to `parse_generics()`Benno Lossin2024-04-073-30/+95
| * | | | | | | rust: str: add {make,to}_{upper,lower}case() to CStringDanilo Krummrich2024-04-021-1/+86