aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-16MAINTAINERS: add entry for the `pin-init` crateBenno Lossin1-0/+13
2025-03-16rust: pin-init: re-enable doctestsBenno Lossin1-27/+27
2025-03-16rust: pin-init: add miscellaneous files from the user-space versionBenno Lossin2-0/+300
2025-03-16rust: pin-init: miscellaneous synchronization with the user-space versionBenno Lossin3-6/+3
2025-03-16rust: pin-init: internal: synchronize with user-space versionBenno Lossin5-3/+25
2025-03-16rust: pin-init: synchronize documentation with the user-space versionBenno Lossin3-54/+115
2025-03-16rust: pin-init: add `std` and `alloc` support from the user-space versionBenno Lossin4-7/+221
2025-03-16rust: make pin-init its own crateBenno Lossin28-153/+164
2025-03-16rust: add pin-init crate build infrastructureMiguel Ojeda6-20/+86
2025-03-16rust: pin-init: change the way the `paste!` macro is calledBenno Lossin1-6/+8
2025-03-16rust: pin-init: remove kernel-crate dependencyBenno Lossin2-28/+18
2025-03-16rust: pin-init: fix documentation linksBenno Lossin3-11/+14
2025-03-16rust: add `ZeroableOption` and implement it instead of `Zeroable` for `Option<Box<T, A>>`Benno Lossin2-2/+13
2025-03-16rust: pin-init: move impl `Zeroable` for `Opaque` and `Option<KBox<T>>` into the kernel crateBenno Lossin3-9/+12
2025-03-16rust: pin-init: move `InPlaceInit` and impls of `InPlaceWrite` into the kernel crateBenno Lossin5-124/+127
2025-03-16rust: pin-init: move the default error behavior of `try_[pin_]init`Benno Lossin2-42/+126
2025-03-16rust: pin-init: call `try_[pin_]init!` from `[pin_]init!` instead of `__init_internal!`Benno Lossin1-20/+6
2025-03-16rust: pin-init: change examples to the user-space versionBenno Lossin7-186/+915
2025-03-16rust: pin-init: move proc-macro documentation into pin-init crateBenno Lossin2-106/+114
2025-03-16rust: add extensions to the pin-init crate and move relevant documentation thereBenno Lossin3-14/+138
2025-03-16rust: move pin-init API into its own directoryBenno Lossin11-266/+276
2025-03-16rust: init: disable doctestsBenno Lossin2-24/+24
2025-03-16rust: error: extend the Result documentationDirk Behme1-1/+122
2025-03-10rust: types: add intra-doc links for `Opaque<T>`Dirk Behme1-2/+2
2025-03-10rust: module: introduce `authors` keyGuilherme Giacomo Simoes14-16/+24
2025-03-09panic_qr: use new #[export] macroAlice Ryhl4-9/+21
2025-03-09print: use new #[export] macro for rust_fmt_argumentAlice Ryhl3-4/+5
2025-03-09rust: add #[export] macroAlice Ryhl4-2/+72
2025-03-09rust: macros: support additional tokens in quote!Alice Ryhl1-2/+25
2025-03-09rust: fix signature of rust_fmt_argumentAlice Ryhl2-5/+4
2025-03-09MAINTAINERS: rust: add tree field for RUST [ALLOC]Miguel Ojeda1-0/+1
2025-03-08rust: improve lifetimes markupBorys Tyran5-11/+11
2025-03-08scripts: rust: mention file name in error messagesGuillaume Gomez1-4/+4
2025-03-08docs: rust: Add error handling sectionsDirk Behme2-0/+15
2025-03-08rust: list: make the cursor point between elementsAlice Ryhl1-54/+347
2025-03-08rust: list: extract common code for insertionAlice Ryhl1-38/+32
2025-03-06rust: task: make Pid type alias publicAlice Ryhl1-1/+1
2025-03-06rust: alloc: make `ReallocFunc::call` inlineGary Guo1-0/+1
2025-03-06MAINTAINERS: add Danilo Krummrich as Rust reviewerMiguel Ojeda1-0/+1
2025-03-02Linux 6.14-rc5Linus Torvalds1-1/+1
2025-03-01Revert "ata: libata-core: Add ATA_QUIRK_NOLPM for Samsung SSD 870 QVO drives"Niklas Cassel1-4/+0
2025-03-01kvm: retry nx_huge_page_recovery_thread creationKeith Busch2-19/+38
2025-03-01vhost: return task creation error instead of NULLKeith Busch3-4/+4
2025-02-28intel_idle: Handle older CPUs, which stop the TSC in deeper C states, correctlyThomas Gleixner1-0/+4
2025-02-28gpiolib: Fix Oops in gpiod_direction_input_nonotify()Dan Carpenter1-10/+10
2025-02-28block: fix 'kmem_cache of name 'bio-108' already exists'Ming Lei1-1/+1
2025-02-28iommu/vt-d: Fix suspicious RCU usageLu Baolu2-0/+8
2025-02-28iommu/vt-d: Remove device comparison in context_setup_pass_through_cbJerry Snitselaar1-3/+0
2025-02-28iommu/amd: Preserve default DTE fields when updating Host Page Table RootAlejandro Jimenez1-2/+2
2025-02-27ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov1-15/+12