summaryrefslogtreecommitdiffstats
path: root/Documentation/PCI (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-10rust: warn about `bindgen` versions 0.66.0 and 0.66.1Miguel Ojeda3-3/+38
2024-07-10rust: start supporting several `bindgen` versionsMiguel Ojeda3-16/+4
2024-07-10rust: work around `bindgen` 0.69.0 issueMiguel Ojeda2-2/+9
2024-07-10rust: avoid assuming a particular `bindgen` buildMiguel Ojeda2-24/+24
2024-07-10rust: start supporting several compiler versionsMiguel Ojeda4-24/+8
2024-07-10rust: simplify Clippy warning flags setMiguel Ojeda1-4/+2
2024-07-10rust: relax most deny-level lints to warningsMiguel Ojeda2-13/+15
2024-07-10rust: allow `dead_code` for never constructed bindingsMiguel Ojeda2-0/+2
2024-07-10rust: init: simplify from `map_err` to `inspect_err`Miguel Ojeda1-9/+4
2024-07-10rust: macros: indent list item in `paste!`'s docsMiguel Ojeda1-1/+1
2024-07-08rust: add abstraction for `struct page`Alice Ryhl5-0/+279
2024-07-08rust: uaccess: add typed accessors for userspace pointersAlice Ryhl2-2/+141
2024-07-08uaccess: always export _copy_[from|to]_user with CONFIG_RUSTArnd Bergmann2-40/+36
2024-07-08rust: uaccess: add userspace pointersWedson Almeida Filho3-0/+328
2024-07-08kbuild: rust-analyzer: improve comment documentationJohn Hubbard1-1/+3
2024-07-08kbuild: rust-analyzer: better error handlingJohn Hubbard1-0/+1
2024-07-08docs: rust: no_std is usedDirk Behme1-0/+8
2024-07-08rust: alloc: add __GFP_HIGHMEM flagAlice Ryhl2-0/+9
2024-07-08rust: alloc: fix typo in docs for GFP_NOWAITAlice Ryhl1-1/+1
2024-07-08kbuild: rust: remove now-unneeded `rusttest` custom sysroot handlingMiguel Ojeda4-81/+11
2024-07-08rust: kernel: make impl_has_work compatible with more genericsRoland Xu1-7/+9
2024-07-08docs: rust: introduce the new kernel.org LLVM+Rust toolchainsNathan Chancellor1-0/+7
2024-07-08rust: add 'firmware' field support to module! macroFUJITA Tomonori2-2/+48
2024-07-08rust: fix datatype in docs for `module` macro argumentsAswin Unnikrishnan1-5/+5
2024-07-08rust: add example for `alias` argument in `module` macro documentationAswin Unnikrishnan1-0/+1
2024-07-07Linux 6.10-rc7v6.10-rc7Linus Torvalds1-1/+1
2024-07-06selftests/powerpc: Fix build with USERCFLAGS setMichael Ellerman1-4/+1
2024-07-05gpiolib: of: add polarity quirk for TSC2005Dmitry Torokhov1-0/+8
2024-07-05tpm: Address !chip->auth in tpm_buf_append_hmac_session*()Jarkko Sakkinen2-124/+130
2024-07-05tpm: Address !chip->auth in tpm_buf_append_name()Jarkko Sakkinen3-111/+131
2024-07-05tpm: Address !chip->auth in tpm2_*_auth_session()Jarkko Sakkinen1-2/+12
2024-07-04bnxt_en: Fix the resource check condition for RSS contextsPavan Chebbi1-1/+5
2024-07-04mlxsw: core_linecards: Fix double memory deallocation in case of invalid INI ...Aleksandr Mishin1-0/+1
2024-07-04inet_diag: Initialize pad field in struct inet_diag_req_v2Shigeru Yoshida1-0/+2
2024-07-04tcp: Don't flag tcp_sk(sk)->rx_opt.saw_unknown for TCP AO.Kuniyuki Iwashima1-0/+7
2024-07-04drm/xe/mcr: Avoid clobbering DSS steeringMatt Roper1-3/+3
2024-07-04drm/xe: fix error handling in xe_migrate_update_pgtablesMatthew Auld1-4/+4
2024-07-04drm/ttm: Always take the bo delayed cleanup path for imported bosThomas Hellström1-0/+1
2024-07-04selftests: make order checking verbose in msg_zerocopy selftestZijian Zhang1-1/+1
2024-07-04selftests: fix OOM in msg_zerocopy selftestZijian Zhang1-1/+11
2024-07-04ice: use proper macro for testing bitPetr Oros1-1/+1
2024-07-04ice: Reject pin requests with unsupported flagsJacob Keller2-16/+23
2024-07-04ice: Don't process extts if PTP is disabledJacob Keller1-0/+4
2024-07-04ice: Fix improper extts handlingMilena Olech2-22/+91
2024-07-04selftest: af_unix: Add test case for backtrack after finalising SCC.Kuniyuki Iwashima1-2/+23
2024-07-04af_unix: Fix uninit-value in __unix_walk_scc()Shigeru Yoshida1-4/+5
2024-07-04bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set()Sam Sun1-3/+3
2024-07-04net: rswitch: Avoid use-after-free in rswitch_poll()Radu Rendec1-2/+2
2024-07-04btrfs: fix folio refcount in __alloc_dummy_extent_buffer()Boris Burkov1-1/+1
2024-07-04btrfs: fix folio refcount in btrfs_do_encoded_write()Boris Burkov1-1/+1