aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-28selftests/tc-testing: add selftests for sfb qdiscZhengchao Shao2-0/+280
2022-09-28selftests/tc-testing: add selftests for plug qdiscZhengchao Shao2-0/+189
2022-09-28selftests/tc-testing: add selftests for pfifo_fast qdiscZhengchao Shao1-0/+119
2022-09-28selftests/tc-testing: add selftests for hhf qdiscZhengchao Shao2-0/+211
2022-09-28selftests/tc-testing: add selftests for gred qdiscZhengchao Shao2-0/+165
2022-09-28selftests/tc-testing: add selftests for fq qdiscZhengchao Shao2-0/+396
2022-09-28selftests/tc-testing: add selftests for etf qdiscZhengchao Shao2-0/+118
2022-09-28selftests/tc-testing: add selftests for codel qdiscZhengchao Shao2-0/+212
2022-09-28selftests/tc-testing: add selftests for choke qdiscZhengchao Shao2-0/+189
2022-09-28selftests/tc-testing: add selftests for atm qdiscZhengchao Shao2-0/+96
2022-09-28MAINTAINERS: RustMiguel Ojeda1-0/+18
2022-09-28xfrm: Reinject transport-mode packets through workqueueLiu Jian1-5/+13
2022-09-28samples: add first Rust examplesMiguel Ojeda10-0/+108
2022-09-28x86: enable initial Rust supportMiguel Ojeda4-2/+25
2022-09-28docs: add Rust documentationMiguel Ojeda10-4/+675
2022-09-28Kbuild: add Rust supportMiguel Ojeda19-26/+869
2022-09-28rust: add `.rustfmt.toml`Miguel Ojeda2-0/+13
2022-09-28scripts: add `is_rust_module.sh`Daniel Xu1-0/+16
2022-09-28scripts: add `rust_is_available.sh`Miguel Ojeda3-0/+168
2022-09-28scripts: add `generate_rust_target.rs`Miguel Ojeda2-0/+172
2022-09-28scripts: add `generate_rust_analyzer.py`Miguel Ojeda2-0/+138
2022-09-28scripts: decode_stacktrace: demangle Rust symbolsMiguel Ojeda1-0/+14
2022-09-28scripts: checkpatch: enable language-independent checks for RustMiguel Ojeda1-2/+2
2022-09-28scripts: checkpatch: diagnose uses of `%pA` in the C side as errorsMiguel Ojeda1-2/+6
2022-09-28vsprintf: add new `%pA` format specifierGary Guo2-0/+23
2022-09-28rust: export generated symbolsMiguel Ojeda1-0/+21
2022-09-28rust: add `kernel` crateWedson Almeida Filho6-0/+491
2022-09-28rust: add `bindings` crateMiguel Ojeda2-0/+66
2022-09-28rust: add `macros` crateMiguel Ojeda3-0/+405
2022-09-28rust: add `compiler_builtins` crateMiguel Ojeda1-0/+63
2022-09-28rust: adapt `alloc` crate to the kernelMiguel Ojeda14-1/+100
2022-09-28rust: import upstream `alloc` crateMiguel Ojeda13-0/+9037
2022-09-28rust: add C helpersMiguel Ojeda1-0/+51
2022-09-28kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda6-8/+8
2022-09-28kallsyms: support "big" kernel symbolsMiguel Ojeda2-7/+48
2022-09-28kallsyms: add static relationship between `KSYM_NAME_LEN{,_BUFFER}`Miguel Ojeda1-2/+12
2022-09-28kallsyms: avoid hardcoding buffer sizeBoqun Feng1-2/+8
2022-09-28kallsyms: use `ARRAY_SIZE` instead of hardcoded sizeBoqun Feng1-1/+1
2022-09-28wifi: rtw89: 8852b: configure DLE memPing-Ke Shih3-0/+35
2022-09-28wifi: rtw89: check DLE FIFO size with reserved sizePing-Ke Shih5-2/+20
2022-09-28wifi: rtw89: mac: correct register of report IMRPing-Ke Shih5-1/+5
2022-09-28wifi: rtw89: pci: set power cut closed for 8852bePing-Ke Shih1-1/+1
2022-09-28wifi: rtw89: pci: add to do PCI auto calibrationPing-Ke Shih2-0/+21
2022-09-28wifi: rtw89: 8852b: implement chip_ops::{enable,disable}_bb_rfPing-Ke Shih7-12/+84
2022-09-28wifi: rtw89: add DMA busy checking bits to chip infoPing-Ke Shih5-8/+21
2022-09-28wifi: rtw89: mac: define DMA channel mask to avoid unsupported channelsPing-Ke Shih5-0/+27
2022-09-28wifi: rtw89: pci: mask out unsupported TX channelsPing-Ke Shih5-0/+38
2022-09-28iwlegacy: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-2/+2
2022-09-28ipw2x00: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2022-09-28wifi: iwlwifi: Track scan_cmd allocation size explicitlyKees Cook5-7/+16