aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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...Benno Lossin2-2/+13
2025-03-16rust: pin-init: move impl `Zeroable` for `Opaque` and `Option<KBox<T>>` into ...Benno Lossin3-9/+12
2025-03-16rust: pin-init: move `InPlaceInit` and impls of `InPlaceWrite` into the kerne...Benno 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_...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-rc5v6.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
2025-02-27selftests/ftrace: Let fprobe test consider already enabled functionsHeiko Carstens1-7/+11
2025-02-27tracing: Fix bad hist from corrupting named_triggers listSteven Rostedt1-15/+15
2025-02-27sched/core: Prevent rescheduling when interrupts are disabledThomas Gleixner1-1/+1
2025-02-27arm64: hugetlb: Fix flush_hugetlb_tlb_range() invalidation levelRyan Roberts1-6/+16
2025-02-27arm64: hugetlb: Fix huge_ptep_get_and_clear() for non-present ptesRyan Roberts1-33/+20