index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-20
platform/wmi: Add helper functions for WMI string conversions
Armin Wolf
3
-1
/
+94
2026-01-20
platform/wmi: Add kunit test for the marshalling code
Armin Wolf
5
-0
/
+481
2026-01-20
platform/wmi: Introduce marshalling support
Armin Wolf
4
-5
/
+421
2026-01-20
s390/ap: Fix wrong APQN fill calculation
Harald Freudenberger
2
-2
/
+2
2026-01-20
drivers/i2c/busses: use min() instead of min_t()
David Laight
1
-1
/
+1
2026-01-20
media: iris: Prevent output buffer queuing before stream-on completes
Vishnu Reddy
1
-3
/
+7
2026-01-20
media: iris: gen2: Add sanity check for session stop
Dikshita Agarwal
1
-0
/
+3
2026-01-20
media: iris: gen1: Destroy internal buffers after FW releases
Dikshita Agarwal
1
-0
/
+2
2026-01-20
media: iris: Skip resolution set on first IPSC
Dikshita Agarwal
1
-1
/
+1
2026-01-20
media: iris: Add buffer to list only after successful allocation
Dikshita Agarwal
1
-2
/
+5
2026-01-20
media: iris: Add missing platform data entries for SM8750
Dikshita Agarwal
1
-0
/
+2
2026-01-20
media: iris: remove v4l2_m2m_ioctl_{de,en}coder_cmd API usage during STOP handling
Dikshita Agarwal
1
-4
/
+6
2026-01-20
media: iris: use fallback size when S_FMT is called without width/height
Val Packett
1
-0
/
+8
2026-01-20
media: iris: Fix fps calculation
Ricardo Ribalda
1
-10
/
+5
2026-01-20
media: iris: Fix ffmpeg corrupted frame error
Vishnu Reddy
1
-1
/
+1
2026-01-20
Revert "media: iris: Add sanity check for stop streaming"
Dikshita Agarwal
1
-5
/
+3
2026-01-20
media: venus: assign unique bus_info strings for encoder and decoder
Jorge Ramirez-Ortiz
2
-2
/
+10
2026-01-20
media: venus: vdec: restrict EOS addr quirk to IRIS2 only
Dikshita Agarwal
1
-1
/
+7
2026-01-20
media: venus: vdec: fix error state assignment for zero bytesused
Renjiang Han
1
-3
/
+3
2026-01-20
drm/tyr: rename pad0 to selected_coherency
Alice Ryhl
1
-2
/
+3
2026-01-20
netkit: Add xsk support for af_xdp applications
Daniel Borkmann
1
-1
/
+75
2026-01-20
netkit: Add netkit notifier to check for unregistering devices
Daniel Borkmann
1
-1
/
+56
2026-01-20
netkit: Implement rtnl_link_ops->alloc and ndo_queue_create
David Wei
1
-12
/
+105
2026-01-20
netkit: Add single device mode for netkit
Daniel Borkmann
1
-38
/
+68
2026-01-20
mmc: rtsx_pci_sdmmc: implement sdmmc_card_busy function
Matthew Schwartz
1
-0
/
+41
2026-01-20
drm/atmel-hlcdc: destroy properly the plane state in the reset callback
Ludovic Desroches
1
-26
/
+26
2026-01-20
drm/atmel-hlcdc: use drmm_universal_plane_alloc()
Ludovic Desroches
1
-14
/
+7
2026-01-20
drm/atmel-hlcdc: use drmm_crtc_alloc_with_planes()
Ludovic Desroches
1
-26
/
+6
2026-01-20
drm/atmel-hlcdc: use devm_drm_of_get_bridge()
Ludovic Desroches
1
-20
/
+5
2026-01-20
drm/atmel-hlcdc: use drm_crtc_mask()
Ludovic Desroches
2
-7
/
+9
2026-01-20
drm/atmel-hlcdc: use drmm_simple_encoder_alloc()
Ludovic Desroches
1
-18
/
+9
2026-01-20
drm/atmel-hlcdc: add support for the nomodeset kernel parameter
Ludovic Desroches
1
-0
/
+3
2026-01-20
drm/atmel-hlcdc: use managed device resources for the display controller
Ludovic Desroches
2
-13
/
+13
2026-01-20
drm/panel: jd9365da: Support for Anbernic RG-DS Panel
Chris Morgan
1
-2
/
+269
2026-01-20
drm: panel: jd9365da: Use gpiod_set_value_cansleep()
Chris Morgan
1
-5
/
+5
2026-01-20
drm/rockchip: vop2: Add mode valid callback for crtc
Andy Yan
1
-0
/
+12
2026-01-20
drm/rockchip: dw_hdmi_qp: Optimize RK3588 HPD interrupt handling
Cristian Ciocaltea
1
-5
/
+1
2026-01-20
drm/rockchip: dw_hdmi_qp: Fix RK3576 HPD interrupt handling
Cristian Ciocaltea
1
-6
/
+1
2026-01-20
revocable: fix missing module license and description
Danilo Krummrich
1
-0
/
+3
2026-01-20
gpio: cdev: Fix resource leaks on errors in gpiolib_cdev_register()
Tzung-Bi Shih
1
-2
/
+7
2026-01-20
hinic3: Add HW event handler
Fan Gong
6
-1
/
+92
2026-01-20
hinic3: Add mac filter ops
Fan Gong
8
-0
/
+514
2026-01-20
hinic3: Add adaptive IRQ coalescing with DIM
Fan Gong
7
-5
/
+174
2026-01-20
hinic3: Add .ndo_vlan_rx_add/kill_vid and .ndo_validate_addr
Fan Gong
6
-0
/
+128
2026-01-20
hinic3: Add .ndo_features_check
Fan Gong
1
-0
/
+13
2026-01-20
hinic3: Add .ndo_set_features and .ndo_fix_features
Fan Gong
6
-1
/
+370
2026-01-20
hinic3: Add .ndo_tx_timeout and .ndo_get_stats64
Fan Gong
8
-2
/
+217
2026-01-20
hinic3: Add PF management interfaces
Fan Gong
13
-3
/
+521
2026-01-20
hinic3: Add PF framework
Fan Gong
14
-25
/
+415
2026-01-20
Merge tag 'w1-drv-6.20' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/krzk/linux-w1 into char-misc-linus
Greg Kroah-Hartman
2
-43
/
+19
[prev]
[next]