summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-07-15docs: dt: writing-schema: Document preferred order of propertiesKrzysztof Kozlowski1-0/+3
2025-07-15docs: dt: writing-bindings: Document discouraged instance IDsKrzysztof Kozlowski1-0/+5
2025-07-15docs: dt: writing-bindings: Document compatible and filename namingKrzysztof Kozlowski1-0/+8
2025-07-15docs: dt: submitting-patches: Avoid 'YAML' in the subject and add an exampleKrzysztof Kozlowski1-2/+10
2025-07-15objtool/rust: add one more `noreturn` Rust function for Rust 1.89.0Miguel Ojeda1-0/+1
2025-07-14drm/xe/lrc: Add table with LRC layoutLucas De Marchi1-0/+24
2025-07-14drm/xe: Waste fewer instructions in emit_wa_job()Tvrtko Ursulin3-41/+49
2025-07-14drm/xe/gt: Drop third submission for default contextLucas De Marchi1-8/+0
2025-07-14drm/xe/lrc: Remove leftover TODO/FIXMELucas De Marchi1-6/+0
2025-07-14drm/xe/gt: Extract emit_job_sync()Lucas De Marchi1-32/+22
2025-07-14drm/xe: Count dwords before allocatingLucas De Marchi2-15/+25
2025-07-14drm/xe/lrc: Reduce scope of empty lrc dataLucas De Marchi1-11/+11
2025-07-14PCI/IOV: Allow drivers to control VF BAR sizeMichał Winiarski2-0/+79
2025-07-14PCI/IOV: Check that VF BAR fits within the reservationMichał Winiarski1-0/+3
2025-07-14PCI/IOV: Allow IOV resources to be resized in pci_resize_resource()Michał Winiarski4-6/+67
2025-07-14PCI/IOV: Add pci_resource_num_to_vf_bar() to convert VF BAR number to/from IO...Michał Winiarski3-11/+36
2025-07-14PCI/IOV: Restore VF resizable BAR state after resetMichał Winiarski3-1/+50
2025-07-14x86/mm: Remove duplicated __PAGE_KERNEL(_EXEC) definitionsNikolay Borisov1-3/+0
2025-07-14selftests/bpf: Allow for iteration over multiple statesJordan Rife2-5/+9
2025-07-14selftests/bpf: Allow for iteration over multiple portsJordan Rife2-5/+6
2025-07-14selftests/bpf: Add tests for bucket resume logic in listening socketsJordan Rife1-0/+47
2025-07-14bpf: tcp: Avoid socket skips and repeats during iterationJordan Rife1-32/+115
2025-07-14bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch itemsJordan Rife1-10/+14
2025-07-14bpf: tcp: Get rid of st_bucket_doneJordan Rife1-8/+6
2025-07-14bpf: tcp: Make sure iter->batch always contains a full bucket snapshotJordan Rife1-32/+77
2025-07-14bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batchJordan Rife1-4/+5
2025-07-14lib/crypto: tests: Add KUnit tests for SHA-1 and HMAC-SHA1Eric Biggers4-0/+262
2025-07-14lib/crypto: tests: Add KUnit tests for Poly1305Eric Biggers5-2/+408
2025-07-14lib/crypto: tests: Add KUnit tests for SHA-384 and SHA-512Eric Biggers6-0/+723
2025-07-14lib/crypto: tests: Add KUnit tests for SHA-224 and SHA-256Eric Biggers8-0/+590
2025-07-14lib/crypto: tests: Add hash-test-template.h and gen-hash-testvecs.pyEric Biggers2-0/+785
2025-07-14fsverity: Switch from crypto_shash to SHA-2 libraryEric Biggers7-176/+102
2025-07-14fsverity: Explicitly include <linux/export.h>Eric Biggers5-0/+5
2025-07-14apparmor: use SHA-256 library API instead of crypto_shash APIEric Biggers2-75/+13
2025-07-14crypto: sha1 - Remove sha1_base.hEric Biggers1-82/+0
2025-07-14lib/crypto: x86/sha1: Migrate optimized code into libraryEric Biggers9-368/+94
2025-07-14iio: ABI: fix correctness of I and Q modifiersDavid Lechner3-46/+8
2025-07-14iio: Add driver for Nicera D3-323-AA PIR sensorWaqar Hameed3-0/+826
2025-07-14dt-bindings: iio: proximity: Add Nicera D3-323-AA PIR sensorWaqar Hameed1-0/+62
2025-07-14dt-bindings: vendor-prefixes: Add NiceraWaqar Hameed1-0/+2
2025-07-14iio: dac: vf610: Simplify with devm_clk_get_enabled()Krzysztof Kozlowski1-10/+1
2025-07-14iio: adc: vf610: Simplify with dev_err_probeKrzysztof Kozlowski1-5/+3
2025-07-14iio: adc: vf610: Drop -ENOMEM error messageKrzysztof Kozlowski1-3/+1
2025-07-14iio: imu: bno055: make bno055_sysfs_attr constDavid Lechner1-23/+26
2025-07-14iio: imu: bno055: fix OOB access of hw_xlate arrayDavid Lechner1-3/+8
2025-07-14dt-bindings: iio: adc: Add support for MT7981Aleksander Jan Bajkowski1-0/+4
2025-07-14iio: accel: kionix-kx022a: Apply approximate iwyu principles to includesJonathan Cameron1-1/+11
2025-07-14iio: adc: ad4170-4: Add support for weigh scale, thermocouple, and RTD sensMarcelo Schmitt1-1/+499
2025-07-14iio: adc: ad4170-4: Add support for internal temperature sensorMarcelo Schmitt1-0/+62
2025-07-14iio: adc: ad4170-4: Add GPIO controller supportMarcelo Schmitt2-1/+224