index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-07
bpf: Add helper macro bpf_for_each_reg_in_vstate
Kumar Kartikeya Dwivedi
2
-107
/
+49
2022-09-07
drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC
Ankit Nautiyal
3
-1
/
+3
2022-09-07
kunit/memcpy: Avoid pathological compile-time string size
Kees Cook
1
-1
/
+1
2022-09-07
lib: Improve the is_signed_type() kunit test
Bart Van Assche
1
-1
/
+6
2022-09-07
LoadPin: Require file with verity root digests to have a header
Matthias Kaehlcke
2
-2
/
+21
2022-09-07
dm: verity-loadpin: Only trust verity targets with enforcement
Matthias Kaehlcke
3
-0
/
+25
2022-09-07
LoadPin: Fix Kconfig doc about format of file with verity digests
Matthias Kaehlcke
1
-1
/
+1
2022-09-07
um: Enable FORTIFY_SOURCE
Kees Cook
2
-0
/
+2
2022-09-07
lkdtm: Update tests for memcpy() run-time warnings
Kees Cook
2
-16
/
+88
2022-09-07
fortify: Add run-time WARN for cross-field memcpy()
Kees Cook
1
-3
/
+67
2022-09-07
fortify: Use SIZE_MAX instead of (size_t)-1
Kees Cook
1
-14
/
+15
2022-09-07
fortify: Add KUnit test for FORTIFY_SOURCE internals
Kees Cook
4
-0
/
+88
2022-09-07
fortify: Fix __compiletime_strlen() under UBSAN_BOUNDS_LOCAL
Kees Cook
1
-1
/
+2
2022-09-07
string: Introduce strtomem() and strtomem_pad()
Kees Cook
4
-8
/
+137
2022-09-07
overflow: Split up kunit tests for smaller stack frames
Kees Cook
1
-27
/
+51
2022-09-07
overflow: Allow mixed type arguments
Kees Cook
2
-60
/
+113
2022-09-07
dt-bindings: i2c: imx: add SoC specific compatible strings for layerscape
Li Yang
1
-0
/
+11
2022-09-07
tools: Add new "test" taint to kernel-chktaint
Joe Fradley
1
-0
/
+9
2022-09-07
dt-bindings: display: bridge: renesas,dw-hdmi: Add resets property
Lad Prabhakar
1
-0
/
+5
2022-09-07
drm: rcar-du: dsi: Fix VCLKSET write
Tomi Valkeinen
1
-2
/
+2
2022-09-07
drm: rcar-du: Fix DSI enable & disable sequence
Tomi Valkeinen
5
-6
/
+83
2022-09-07
drm: rcar-du: dsi: Improve DSI shutdown
Tomi Valkeinen
1
-0
/
+12
2022-09-07
drm: rcar-du: dsi: Properly stop video mode TX
Tomi Valkeinen
1
-0
/
+29
2022-09-07
drm: rcar-du: lvds: Rename pclk enable/disable functions
Tomi Valkeinen
3
-11
/
+11
2022-09-07
drm: rcar-du: Use %p4cc to print 4CC format
Biju Das
3
-6
/
+6
2022-09-07
drm: rcar-du: Drop unused encoder header files
Biju Das
1
-5
/
+0
2022-09-07
drm: rcar-du: Drop leftovers variables from Makefile
Laurent Pinchart
1
-7
/
+0
2022-09-07
drm: rcar-du: Fix r8a779a0 color issue
Tomi Valkeinen
3
-4
/
+12
2022-09-07
drm: rcar-du: Remove unnecessary include
Tomi Valkeinen
1
-1
/
+0
2022-09-07
drm: rcar-du: Add DRM_MODE_BLEND_PIXEL_NONE support
Takanari Hayama
1
-1
/
+19
2022-09-07
drm: rcar-du: Add DRM_MODE_BLEND_PREMULTI support
Takanari Hayama
1
-0
/
+6
2022-09-07
media: vsp1: Add premultiplied alpha support
Takanari Hayama
2
-0
/
+4
2022-09-07
dt-bindings: rng: omap_rng: Drop requirement for clocks
Andrew Davis
1
-11
/
+0
2022-09-07
HID: logitech-hidpp: Remove hard-coded "Sw. Id." for HID++ 2.0 commands
Bastien Nocera
1
-7
/
+7
2022-09-07
HID: logitech-hidpp: Fix "Sw. Id." for HID++ 2.0 commands
Bastien Nocera
1
-1
/
+4
2022-09-07
HID: logitech-hidpp: Remove special-casing of Bluetooth devices
Bastien Nocera
1
-4
/
+0
2022-09-07
HID: logitech-hidpp: Enable HID++ for all the Logitech Bluetooth devices
Bastien Nocera
1
-0
/
+19
2022-09-07
HID: core: Export hid_match_id()
Bastien Nocera
1
-0
/
+1
2022-09-07
dt-bindings: i2c: mv64xxx: Document DMA properties
Samuel Holland
1
-0
/
+13
2022-09-07
dt-bindings: i2c: qcom,i2c-cci: specify SM8450 CCI clocks
Krzysztof Kozlowski
1
-0
/
+1
2022-09-07
perf/x86/intel: Optimize FIXED_CTR_CTRL access
Kan Liang
2
-9
/
+17
2022-09-07
perf/x86/p4: Remove perfctr_second_write quirk
Peter Zijlstra
3
-22
/
+29
2022-09-07
perf/x86/intel: Remove x86_pmu::update_topdown_event
Peter Zijlstra
2
-11
/
+12
2022-09-07
perf/x86/intel: Remove x86_pmu::set_topdown_event_period
Peter Zijlstra
2
-7
/
+10
2022-09-07
perf/x86: Add a x86_pmu::limit_period static_call
Peter Zijlstra
1
-4
/
+5
2022-09-07
perf/x86: Change x86_pmu::limit_period signature
Peter Zijlstra
4
-22
/
+20
2022-09-07
perf/x86/intel: Move the topdown stuff into the intel driver
Peter Zijlstra
2
-10
/
+23
2022-09-07
perf/x86: Add two more x86_pmu methods
Peter Zijlstra
2
-5
/
+22
2022-09-07
perf: Add a few assertions
Peter Zijlstra
2
-0
/
+19
2022-09-07
x86/perf: Assert all platform event flags are within PERF_EVENT_FLAG_ARCH
Anshuman Khandual
2
-17
/
+37
[prev]
[next]