aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-29media: atomisp: add missing MODULE_DESCRIPTION() macrosJeff Johnson2-0/+2
2024-06-29media: ti: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-06-29media: exynos4-is: add missing MODULE_DESCRIPTION() macrosJeff Johnson3-0/+3
2024-06-29media: qcom: camss: Decouple VFE from CSIDMilen Mitkov4-5/+89
2024-06-29media: qcom: camss: Decompose register and link operationsAtanas Filipov2-61/+81
2024-06-29media: qcom: camss: Split testgen, RDI and RX for CSID 170Milen Mitkov1-114/+135
2024-06-29media: qcom: camss: Move format related functionsRadoslav Tsvetkov5-88/+121
2024-06-29media: qcom: camss: Attach formats to CSIPHY resourcesRadoslav Tsvetkov3-58/+85
2024-06-29media: qcom: camss: Attach formats to CSID resourcesRadoslav Tsvetkov6-491/+538
2024-06-29media: qcom: camss: Attach formats to VFE resourcesRadoslav Tsvetkov7-402/+378
2024-06-29media: qcom: camss: Add per sub-device type resourcesRadoslav Tsvetkov13-196/+343
2024-06-29selftests: kselftest: also use strerror() on nolibcThomas Weißschuh1-8/+0
2024-06-29tools/nolibc: implement strerror()Thomas Weißschuh2-0/+14
2024-06-29selftests/nolibc: introduce condition to run tests only on nolibcThomas Weißschuh1-13/+19
2024-06-29tools/nolibc: implement strtol() and friendsThomas Weißschuh2-0/+170
2024-06-29tools/nolibc: add limits for {u,}intmax_t, ulong and {u,}llongThomas Weißschuh1-0/+19
2024-06-29selftests/nolibc: run-tests.sh: use -Werror by defaultThomas Weißschuh2-3/+8
2024-06-29selftests/nolibc: disable brk()/sbrk() tests on muslThomas Weißschuh1-3/+7
2024-06-29selftests/nolibc: fix printf format mismatch in expect_str_buf_eq()Thomas Weißschuh1-1/+1
2024-06-28selftests/fpu: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-28compiler.h: simplify data_race() macroAlexey Dobriyan1-4/+2
2024-06-28build-id: require program headers to be right after ELF headerAlexey Dobriyan1-0/+14
2024-06-28resource: add missing MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-06-28kfifo: add missing MODULE_DESCRIPTION() macrosJeff Johnson4-0/+4
2024-06-28scripts/gdb: rename pool_index to pool_index_plus_1Kuan-Ying Lee1-2/+6
2024-06-28scripts/gdb: change VA_BITS_MIN when we use 16K pageKuan-Ying Lee1-1/+4
2024-06-28scripts/gdb: set vabits_actual based on TCR_EL1Kuan-Ying Lee1-1/+3
2024-06-28scripts/gdb: change the layout of vmemmapKuan-Ying Lee1-4/+4
2024-06-28scripts/gdb: rework module VA rangeKuan-Ying Lee1-1/+1
2024-06-28scripts/gdb: redefine MAX_ORDER sanelyKuan-Ying Lee1-2/+2
2024-06-28kernel-wide: fix spelling mistakes like "assocative" -> "associative"Jesse Brandeburg10-10/+13
2024-06-28selftests: proc: remove unreached code and fix build warningAmer Al Shanawany1-3/+0
2024-06-28tools/testing/radix-tree/idr-test: add missing MODULE_DESCRIPTION defineSidhartha Kumar1-0/+1
2024-06-28Merge branch 'ethtool-track-custom-rss-contexts-in-the-core'Jakub Kicinski24-265/+497
2024-06-28sfc: remove get_rxfh_context dead codeEdward Cree1-36/+2
2024-06-28net: ethtool: use the tracking array for get_rxfh on custom RSS contextsEdward Cree1-5/+21
2024-06-28sfc: use new rxfh_context APIEdward Cree13-219/+212
2024-06-28net: ethtool: add a mutex protecting RSS contextsEdward Cree3-0/+15
2024-06-28net: ethtool: add an extack parameter to new rxfh_context APIsEdward Cree3-7/+13
2024-06-28net: ethtool: let the core choose RSS context IDsEdward Cree3-13/+79
2024-06-28net: ethtool: record custom RSS contexts in the XArrayEdward Cree2-1/+87
2024-06-28net: ethtool: attach an XArray of custom RSS contexts to a netdeviceEdward Cree2-0/+69
2024-06-28net: move ethtool-related netdev state into its own structEdward Cree11-14/+29
2024-06-28Merge branch 'selftests-drv-net-add-ability-to-schedule-cleanup-with-defer'Jakub Kicinski3-147/+173
2024-06-28selftests: drv-net: rss_ctx: convert to defer()Jakub Kicinski1-132/+103
2024-06-28selftests: drv-net: add ability to schedule cleanup with defer()Jakub Kicinski2-0/+55
2024-06-28selftests: net: ksft: avoid continue when handling resultsJakub Kicinski1-15/+15
2024-06-28enic: add ethtool get_channel supportJon Kohler1-0/+23
2024-06-28bnx2x: Fix multiple UBSAN array-index-out-of-boundsGhadi Elie Rahme1-1/+1
2024-06-28Merge branch 'lift-udp_segment-restriction-for-egress-via-device-w-o-csum-off...Jakub Kicinski5-7/+65