Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | rust: warn about `bindgen` versions 0.66.0 and 0.66.1 | Miguel Ojeda | 2024-07-10 | 3 | -3/+38 | |
| | * | | | | | | | | | | rust: start supporting several `bindgen` versions | Miguel Ojeda | 2024-07-10 | 3 | -16/+4 | |
| | * | | | | | | | | | | rust: work around `bindgen` 0.69.0 issue | Miguel Ojeda | 2024-07-10 | 2 | -2/+9 | |
| | * | | | | | | | | | | rust: avoid assuming a particular `bindgen` build | Miguel Ojeda | 2024-07-10 | 2 | -24/+24 | |
| | * | | | | | | | | | | rust: start supporting several compiler versions | Miguel Ojeda | 2024-07-10 | 4 | -24/+8 | |
| | * | | | | | | | | | | rust: simplify Clippy warning flags set | Miguel Ojeda | 2024-07-10 | 1 | -4/+2 | |
| | * | | | | | | | | | | rust: relax most deny-level lints to warnings | Miguel Ojeda | 2024-07-10 | 2 | -13/+15 | |
| | * | | | | | | | | | | rust: allow `dead_code` for never constructed bindings | Miguel Ojeda | 2024-07-10 | 2 | -0/+2 | |
| | * | | | | | | | | | | rust: init: simplify from `map_err` to `inspect_err` | Miguel Ojeda | 2024-07-10 | 1 | -9/+4 | |
| | * | | | | | | | | | | rust: macros: indent list item in `paste!`'s docs | Miguel Ojeda | 2024-07-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | rust: add abstraction for `struct page` | Alice Ryhl | 2024-07-08 | 5 | -0/+279 | |
| | * | | | | | | | | | | rust: uaccess: add typed accessors for userspace pointers | Alice Ryhl | 2024-07-08 | 2 | -2/+141 | |
| | * | | | | | | | | | | uaccess: always export _copy_[from|to]_user with CONFIG_RUST | Arnd Bergmann | 2024-07-08 | 2 | -40/+36 | |
| | * | | | | | | | | | | rust: uaccess: add userspace pointers | Wedson Almeida Filho | 2024-07-08 | 3 | -0/+328 | |
| | * | | | | | | | | | | kbuild: rust-analyzer: improve comment documentation | John Hubbard | 2024-07-08 | 1 | -1/+3 | |
| | * | | | | | | | | | | kbuild: rust-analyzer: better error handling | John Hubbard | 2024-07-08 | 1 | -0/+1 | |
| | * | | | | | | | | | | docs: rust: no_std is used | Dirk Behme | 2024-07-08 | 1 | -0/+8 | |
| | * | | | | | | | | | | rust: alloc: add __GFP_HIGHMEM flag | Alice Ryhl | 2024-07-08 | 2 | -0/+9 | |
| | * | | | | | | | | | | rust: alloc: fix typo in docs for GFP_NOWAIT | Alice Ryhl | 2024-07-08 | 1 | -1/+1 | |
| | * | | | | | | | | | | kbuild: rust: remove now-unneeded `rusttest` custom sysroot handling | Miguel Ojeda | 2024-07-08 | 4 | -81/+11 | |
| | * | | | | | | | | | | rust: kernel: make impl_has_work compatible with more generics | Roland Xu | 2024-07-08 | 1 | -7/+9 | |
| | * | | | | | | | | | | docs: rust: introduce the new kernel.org LLVM+Rust toolchains | Nathan Chancellor | 2024-07-08 | 1 | -0/+7 | |
| | * | | | | | | | | | | rust: add 'firmware' field support to module! macro | FUJITA Tomonori | 2024-07-08 | 2 | -2/+48 | |
| | * | | | | | | | | | | rust: fix datatype in docs for `module` macro arguments | Aswin Unnikrishnan | 2024-07-08 | 1 | -5/+5 | |
| | * | | | | | | | | | | rust: add example for `alias` argument in `module` macro documentation | Aswin Unnikrishnan | 2024-07-08 | 1 | -0/+1 | |
| * | | | | | | | | | | | Merge tag 'apparmor-pr-2024-07-25' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2024-07-27 | 8 | -34/+65 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | apparmor: unpack transition table if dfa is not present | Georgia Garcia | 2024-07-24 | 1 | -17/+25 | |
| | * | | | | | | | | | | | apparmor: try to avoid refing the label in apparmor_file_open | Mateusz Guzik | 2024-07-24 | 2 | -2/+23 | |
| | * | | | | | | | | | | | apparmor: test: add MODULE_DESCRIPTION() | Jeff Johnson | 2024-07-24 | 1 | -0/+1 | |
| | * | | | | | | | | | | | apparmor: take nosymfollow flag into account | Alexander Mikhalitsyn | 2024-07-24 | 1 | -0/+2 | |
| | * | | | | | | | | | | | apparmor: fix possible NULL pointer dereference | Leesoo Ahn | 2024-05-10 | 1 | -0/+4 | |
| | * | | | | | | | | | | | apparmor: fix typo in kernel doc | Christian Göttsche | 2024-05-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | apparmor: remove useless static inline function is_deleted | Colin Ian King | 2024-05-10 | 1 | -13/+0 | |
| | * | | | | | | | | | | | apparmor: use kvfree_sensitive to free data->data | Fedor Pchelkin | 2024-05-10 | 2 | -1/+2 | |
| | * | | | | | | | | | | | apparmor: Fix null pointer deref when receiving skb during sock creation | Xiao Liang | 2024-05-10 | 1 | -0/+7 | |
| * | | | | | | | | | | | | Merge tag 'landlock-6.11-rc1-houdini-fix' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2024-07-27 | 3 | -2/+84 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | selftests/landlock: Add cred_transfer test | Mickaël Salaün | 2024-07-24 | 2 | -0/+75 | |
| | * | | | | | | | | | | | | landlock: Don't lose track of restrictions on cred_transfer | Jann Horn | 2024-07-24 | 1 | -2/+9 | |
| * | | | | | | | | | | | | | Merge tag 'gpio-fixes-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2024-07-27 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | gpio: virtuser: avoid non-constant format string | Arnd Bergmann | 2024-07-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Merge tag 'devicetree-fixes-for-6.11-1' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2024-07-27 | 24 | -96/+64 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | dt-bindings: iio: adc: ad7192: Fix 'single-channel' constraints | Rob Herring (Arm) | 2024-07-26 | 1 | -3/+2 | |
| | * | | | | | | | | | | | | | | of: remove internal arguments from of_property_for_each_u32() | Luca Ceresoli | 2024-07-25 | 22 | -93/+61 | |
| | * | | | | | | | | | | | | | | dt-bindings: watchdog: add support for Amlogic A4 SoCs | Huqiang Qin | 2024-07-25 | 1 | -0/+1 | |
| | | |_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge tag 'iommu-fixes-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2024-07-27 | 3 | -5/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | iommu: arm-smmu: Fix Tegra workaround for PAGE_SIZE mappings | Ashish Mhetre | 2024-07-25 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | iommu/amd: Convert comma to semicolon | Chen Ni | 2024-07-23 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | iommu: sprd: Avoid NULL deref in sprd_iommu_hw_en | Artem Chernyshev | 2024-07-23 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Merge tag 'firewire-fixes-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2024-07-27 | 2 | -5/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | ALSA: firewire-lib: fix wrong value as length of header for CIP_NO_HEADER case | Takashi Sakamoto | 2024-07-27 | 1 | -2/+1 |