aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-07bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi2-107/+49
2022-09-07drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSCAnkit Nautiyal3-1/+3
2022-09-07kunit/memcpy: Avoid pathological compile-time string sizeKees Cook1-1/+1
2022-09-07lib: Improve the is_signed_type() kunit testBart Van Assche1-1/+6
2022-09-07LoadPin: Require file with verity root digests to have a headerMatthias Kaehlcke2-2/+21
2022-09-07dm: verity-loadpin: Only trust verity targets with enforcementMatthias Kaehlcke3-0/+25
2022-09-07LoadPin: Fix Kconfig doc about format of file with verity digestsMatthias Kaehlcke1-1/+1
2022-09-07um: Enable FORTIFY_SOURCEKees Cook2-0/+2
2022-09-07lkdtm: Update tests for memcpy() run-time warningsKees Cook2-16/+88
2022-09-07fortify: Add run-time WARN for cross-field memcpy()Kees Cook1-3/+67
2022-09-07fortify: Use SIZE_MAX instead of (size_t)-1Kees Cook1-14/+15
2022-09-07fortify: Add KUnit test for FORTIFY_SOURCE internalsKees Cook4-0/+88
2022-09-07fortify: Fix __compiletime_strlen() under UBSAN_BOUNDS_LOCALKees Cook1-1/+2
2022-09-07string: Introduce strtomem() and strtomem_pad()Kees Cook4-8/+137
2022-09-07overflow: Split up kunit tests for smaller stack framesKees Cook1-27/+51
2022-09-07overflow: Allow mixed type argumentsKees Cook2-60/+113
2022-09-07dt-bindings: i2c: imx: add SoC specific compatible strings for layerscapeLi Yang1-0/+11
2022-09-07tools: Add new "test" taint to kernel-chktaintJoe Fradley1-0/+9
2022-09-07dt-bindings: display: bridge: renesas,dw-hdmi: Add resets propertyLad Prabhakar1-0/+5
2022-09-07drm: rcar-du: dsi: Fix VCLKSET writeTomi Valkeinen1-2/+2
2022-09-07drm: rcar-du: Fix DSI enable & disable sequenceTomi Valkeinen5-6/+83
2022-09-07drm: rcar-du: dsi: Improve DSI shutdownTomi Valkeinen1-0/+12
2022-09-07drm: rcar-du: dsi: Properly stop video mode TXTomi Valkeinen1-0/+29
2022-09-07drm: rcar-du: lvds: Rename pclk enable/disable functionsTomi Valkeinen3-11/+11
2022-09-07drm: rcar-du: Use %p4cc to print 4CC formatBiju Das3-6/+6
2022-09-07drm: rcar-du: Drop unused encoder header filesBiju Das1-5/+0
2022-09-07drm: rcar-du: Drop leftovers variables from MakefileLaurent Pinchart1-7/+0
2022-09-07drm: rcar-du: Fix r8a779a0 color issueTomi Valkeinen3-4/+12
2022-09-07drm: rcar-du: Remove unnecessary includeTomi Valkeinen1-1/+0
2022-09-07drm: rcar-du: Add DRM_MODE_BLEND_PIXEL_NONE supportTakanari Hayama1-1/+19
2022-09-07drm: rcar-du: Add DRM_MODE_BLEND_PREMULTI supportTakanari Hayama1-0/+6
2022-09-07media: vsp1: Add premultiplied alpha supportTakanari Hayama2-0/+4
2022-09-07dt-bindings: rng: omap_rng: Drop requirement for clocksAndrew Davis1-11/+0
2022-09-07HID: logitech-hidpp: Remove hard-coded "Sw. Id." for HID++ 2.0 commandsBastien Nocera1-7/+7
2022-09-07HID: logitech-hidpp: Fix "Sw. Id." for HID++ 2.0 commandsBastien Nocera1-1/+4
2022-09-07HID: logitech-hidpp: Remove special-casing of Bluetooth devicesBastien Nocera1-4/+0
2022-09-07HID: logitech-hidpp: Enable HID++ for all the Logitech Bluetooth devicesBastien Nocera1-0/+19
2022-09-07HID: core: Export hid_match_id()Bastien Nocera1-0/+1
2022-09-07dt-bindings: i2c: mv64xxx: Document DMA propertiesSamuel Holland1-0/+13
2022-09-07dt-bindings: i2c: qcom,i2c-cci: specify SM8450 CCI clocksKrzysztof Kozlowski1-0/+1
2022-09-07perf/x86/intel: Optimize FIXED_CTR_CTRL accessKan Liang2-9/+17
2022-09-07perf/x86/p4: Remove perfctr_second_write quirkPeter Zijlstra3-22/+29
2022-09-07perf/x86/intel: Remove x86_pmu::update_topdown_eventPeter Zijlstra2-11/+12
2022-09-07perf/x86/intel: Remove x86_pmu::set_topdown_event_periodPeter Zijlstra2-7/+10
2022-09-07perf/x86: Add a x86_pmu::limit_period static_callPeter Zijlstra1-4/+5
2022-09-07perf/x86: Change x86_pmu::limit_period signaturePeter Zijlstra4-22/+20
2022-09-07perf/x86/intel: Move the topdown stuff into the intel driverPeter Zijlstra2-10/+23
2022-09-07perf/x86: Add two more x86_pmu methodsPeter Zijlstra2-5/+22
2022-09-07perf: Add a few assertionsPeter Zijlstra2-0/+19
2022-09-07x86/perf: Assert all platform event flags are within PERF_EVENT_FLAG_ARCHAnshuman Khandual2-17/+37