#!/bin/bash # description: system-wide failed syscalls, by pid # args: [comm] if [ $# -gt 0 ] ; then if ! expr match "$1" "-" > /dev/null ; then comm=$1 shift fi fi perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/failed-syscalls-by-pid.py $comm pe='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/Documentation/firmware-guide
kernel/commit/rust/Makefile?id=d4e7307b1f3535c19ff6ca24d3e4aec32cebb120'>rust: kbuild: support skipping flags in `rustc_test_library`
AgeCommit message (Expand)Author
2024-04-26Documentation: firmware-guide: ACPI: Fix namespace typoJohn Watts
2024-03-19Merge tag 'acpi-6.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2024-03-16Merge tag 'cxl-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2024-03-14ACPI: docs: enumeration: Make footnotes linksChris Packham
2024-03-12EINJ, Documentation: Update EINJ kernel docBen Cheatham
2024-02-22ACPI: Drop the custom_method debugfs interfaceRafael J. Wysocki
2023-10-06ACPI: docs: enumeration: Clarify ACPI bus conceptsRafael J. Wysocki
2023-08-30Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds
2023-08-18Documentation: Fix typosBjorn Helgaas
2023-08-07platform/chrome: chromeos_acpi: support official HID GOOG0016Tzung-Bi Shih
2023-03-07ACPI: docs: enumeration: Correct reference to the I²C device data typeAndy Shevchenko
Miguel Ojeda
2025-11-24rust: kbuild: add proc macro library supportMiguel Ojeda
2025-11-24rust: kbuild: simplify `--cfg` handlingMiguel Ojeda
2025-11-24rust: kbuild: introduce `core-flags` and `core-skip_flags`Miguel Ojeda
2025-11-10rust: Add -fno-isolate-erroneous-paths-dereference to bindgen_skip_c_flagsXi Ruoyao
2025-11-04rust: kbuild: workaround `rustdoc` doctests modifier bugMiguel Ojeda
2025-11-04rust: kbuild: treat `build_error` and `rustdoc` as kernel objectsMiguel Ojeda
2025-09-08rust: add `pin-init` as a dependency to `bindings` and `uapi`Benno Lossin
2025-09-08rust: warn if `srctree/` links do not existMiguel Ojeda
2025-09-08Merge tag 'alloc-next-v6.18-2025-09-04' of https://github.com/Rust-for-Linux/...Miguel Ojeda
2025-08-24rust: kernel: remove support for unused host `#[test]`sMiguel Ojeda
2025-08-12rust: kbuild: clean output before running `rustdoc`Miguel Ojeda
2025-08-12rust: workaround `rustdoc` target modifiers bugMiguel Ojeda
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-07-23rust: Add warn_on macroFUJITA Tomonori
2025-07-14rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0Miguel Ojeda
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-05-31kcov: rust: add flags for KCOV with RustAlice Ryhl
2025-05-27rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`sMiguel Ojeda
2025-05-25rust: compile libcore with edition 2024 for 1.87+Gary Guo
2025-05-23rust: arm: fix unknown (to Clang) argument '-mno-fdpic'Rudraksha Gupta