index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-31
drm/msm/dp: make bridge helpers use dp_display to allow re-use
Abhinav Kumar
4
-39
/
+70
2026-07-31
drm/msm/dp: simplify link and clock disable sequence
Yongxing Mou
1
-17
/
+9
2026-07-31
drm/msm/dp: split dp_ctrl_off() into stream and link parts
Abhinav Kumar
3
-10
/
+12
2026-07-31
drm/msm/dp: allow dp_ctrl stream APIs to use any panel passed to it
Abhinav Kumar
3
-112
/
+143
2026-07-31
drm/msm/dp: re-arrange dp_display_disable() into functional parts
Abhinav Kumar
3
-20
/
+11
2026-07-31
drm/msm/dp: break up dp_display_enable into two parts
Abhinav Kumar
3
-53
/
+103
2026-07-31
drm/msm/dp: move the pixel clock control to its own API
Yongxing Mou
1
-38
/
+42
2026-07-31
drm/msm/dp: split link setup from source params
Yongxing Mou
1
-4
/
+4
2026-07-31
drm/msm/dp: extract MISC1_MISC0 configuration into a separate function
Yongxing Mou
1
-8
/
+15
2026-07-31
drm/msm/dp: split msm_dp_ctrl_config_ctrl() into link parts and stream parts
Yongxing Mou
2
-15
/
+38
2026-07-31
drm/msm/dp: move mode setup into msm_dp_panel_init_panel_info()
Yongxing Mou
3
-14
/
+19
2026-07-31
drm/msm/dp: drop deprecated .mode_set() and use .atomic_pre_enable
Yongxing Mou
3
-61
/
+51
2026-07-31
drm/msm/dp: remove cached drm_edid from panel
Yongxing Mou
3
-73
/
+27
2026-07-31
ipvs: return the csum validation for forward hook
Julian Anastasov
2
-15
/
+6
2026-07-31
ipvs: avoid out-of-bounds write in ip_vs_nat_icmp
Julian Anastasov
3
-35
/
+36
2026-07-31
netfilter: ipset: switch to rcu work
Florian Westphal
2
-19
/
+31
2026-07-31
netfilter: ipset: add and use mtype_del_cidr_all helper
Florian Westphal
1
-18
/
+16
2026-07-31
netfilter: ipset: add small wrappers for hash and bucket sizes
Florian Westphal
1
-8
/
+31
2026-07-31
netfilter: ipset: switch ext_size to atomic64_t
Jozsef Kadlecsik
5
-9
/
+9
2026-07-31
perf: arm_spe: Make wakeup range check overflow safe
Leo Yan
1
-1
/
+1
2026-07-31
netfilter: ipset: rework cidr bookkeeping
Jozsef Kadlecsik
7
-93
/
+182
2026-07-31
mm/slab: allow kfree_rcu_sheaf() on PREEMPT_RT
Harry Yoo (Oracle)
2
-9
/
+20
2026-07-31
mm/slab: extend deferred free mechanism to handle rcu sheaves
Harry Yoo (Oracle)
3
-41
/
+53
2026-07-31
mm/slab: use call_rcu() in unknown context if irqs are enabled
Harry Yoo (Oracle)
1
-2
/
+6
2026-07-31
netfilter: ebt_nflog: pin the NFLOG backend
Chengfeng Ye
1
-1
/
+16
2026-07-31
drm/msm/dp: do not reject wide-bus modes while a YUV420 mode is active
Dmitry Baryshkov
1
-1
/
+1
2026-07-31
mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
Harry Yoo (Oracle)
3
-10
/
+44
2026-07-31
drm/msm/dp: reject YUV420-only modes without VSC SDP support
Dmitry Baryshkov
3
-26
/
+13
2026-07-31
ipvs: stop estimator after disabled calc phase
Zhiling Zou
1
-3
/
+7
2026-07-31
drm/msm: don't tear down KMS twice when KMS init fails
Dmitry Baryshkov
2
-22
/
+11
2026-07-31
drm/msm/dpu: Fix DMA SSPP REC block offsets on DPU v13
Yongxing Mou
2
-6
/
+18
2026-07-31
drm/msm/hdmi_hdcp: Simplify register bit updates
Krzysztof Kozlowski
1
-57
/
+28
2026-07-31
drm/msm/hdmi_bridge: Simplify register bit updates
Krzysztof Kozlowski
2
-57
/
+60
2026-07-31
mm/slab: change struct slabobj_ext to a union
Vlastimil Babka (SUSE)
2
-18
/
+50
2026-07-31
mm/slab: replace slab.stride with obj_exts_in_object
Vlastimil Babka (SUSE)
2
-45
/
+41
2026-07-31
mm/slab: abstract slabobj_ext.ref access
Vlastimil Babka (SUSE)
2
-15
/
+37
2026-07-31
mm/slab: abstract slabobj_ext.objcg access
Vlastimil Babka (SUSE)
4
-11
/
+25
2026-07-31
mm/slab: make slab_obj_ext() determine object index
Vlastimil Babka (SUSE)
3
-32
/
+21
2026-07-31
mm: move struct slabobj_ext to mm/slab.h
Vlastimil Babka (SUSE)
2
-13
/
+13
2026-07-31
mm/slab: remove objs_per_slab()
Vlastimil Babka (SUSE)
3
-9
/
+2
2026-07-31
drm/msm: Make msm_framebuffer_init() an internal interface again
Thomas Zimmermann
2
-8
/
+4
2026-07-31
drm/msm: fbdev: Use a DRM client buffer
Thomas Zimmermann
1
-23
/
+33
2026-07-31
drm/msm: fbdev: Calculate buffer geometry with format helpers
Thomas Zimmermann
2
-21
/
+12
2026-07-31
mm/slab: skip kfence objects in allocation profiling
Vlastimil Babka (SUSE)
2
-0
/
+16
2026-07-31
drm/msm: fbdev: Fix error reporting
Thomas Zimmermann
1
-4
/
+4
2026-07-31
drm/msm: fbdev: Inline msm_alloc_stolen_fb()
Thomas Zimmermann
3
-56
/
+36
2026-07-31
drm/msm: Do not declare msm_framebuffer_init() as static
Thomas Zimmermann
2
-37
/
+39
2026-07-31
drm/msm/dp: return 0 from audio_prepare when cable is disconnected
Kumar Anurag
1
-3
/
+1
2026-07-31
dt-bindings: display: msm: qcm2290: Add Shikra MDSS
Nabige Aala
3
-8
/
+21
2026-07-31
USB: serial: option: fix slab OOB read in interrupt URB callback
Jiale Yao
1
-3
/
+17
[prev]
[next]