summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
574698bad2c02aad506dfe712f83cbe3b771'>Merge tag 'modules-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2025-11-03rust: module: update the module macro with module parameter supportAndreas Hindborg 2025-10-22rust: support formatting of foreign typesTamir Duberstein 2025-05-27rust: add `kunit_tests` to the preludeMiguel Ojeda 2025-05-27rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`sMiguel Ojeda 2025-05-26rust: make section names pluralPatrick Miller 2025-05-23rust: use absolute paths in macros referencing core and kernelIgor Korotin 2025-03-20rust: macros: add macro to easily run KUnit testsJosé Expósito 2025-03-16rust: make pin-init its own crateBenno Lossin 2025-03-16rust: move pin-init API into its own directoryBenno Lossin 2025-03-16rust: init: disable doctestsBenno Lossin 2025-03-10rust: module: introduce `authors` keyGuilherme Giacomo Simoes 2025-03-09rust: add #[export] macroAlice Ryhl 2025-01-10rust: add `build_error!` to the preludeMiguel Ojeda 2025-01-10rust: use the `build_error!` macro, not the hidden functionMiguel Ojeda 2024-11-01rust: macros: enable the rest of the testsEthan D. Twardy 2024-11-01rust: macros: enable paste! use from macro_rules!Ethan D. Twardy 2024-11-01rust: enable macros::module! testsEthan D. Twardy 2024-11-01rust: kbuild: expand rusttest target for macrosEthan D. Twardy 2024-10-21rust: macros: fix documentation of the paste! macroPaolo Bonzini 2024-10-15rust: treewide: switch to the kernel `Vec` typeDanilo Krummrich 2024-10-15rust: treewide: switch to our kernel `Box` typeDanilo Krummrich 2024-09-05kbuild: rust: replace proc macros dependency on `core.o` with the version textMiguel Ojeda 2024-07-29rust: macros: indent list item in `module!`'s docsMiguel Ojeda 2024-07-10rust: macros: indent list item in `paste!`'s docsMiguel Ojeda 2024-07-08rust: add 'firmware' field support to module! macroFUJITA Tomonori 2024-07-08rust: fix datatype in docs for `module` macro argumentsAswin Unnikrishnan 2024-07-08rust: add example for `alias` argument in `module` macro documentationAswin Unnikrishnan 2024-04-25rust: remove `params` from `module` macro exampleAswin Unnikrishnan 2023-12-21rust: support `srctree`-relative linksMiguel Ojeda 2023-12-14rust: macros: improve `#[vtable]` documentationBenno Lossin 2023-12-14rust: macros: update 'paste!' macro to accept string literalsTrevor Gross 2023-08-21rust: add derive macro for `Zeroable`Benno Lossin 2023-08-10rust: macros: add `paste!` proc macroGary Guo 2023-04-12rust: init: add `PinnedDrop` trait and macrosBenno Lossin 2023-04-12rust: init: add initialization macrosBenno Lossin 2023-04-12rust: macros: add `quote!` macroGary Guo