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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-23
dpll: zl3073x: Refactor DPLL initialization
Ivan Vecera
3
-86
/
+142
2025-10-23
can: j1939: add missing calls in NETDEV_UNREGISTER notification handler
Tetsuo Handa
1
-0
/
+2
2025-10-23
doc: fix seg6_flowlabel path
Nicolas Dichtel
1
-0
/
+3
2025-10-23
net: dlink: handle dma_map_single() failure properly
Yeounsu Moon
1
-7
/
+16
2025-10-23
net: mtk: wed: add dma mask limitation and GFP_DMA32 for device with more than 4GB DRAM
Rex Lu
1
-2
/
+6
2025-10-23
can: m_can: fix CAN state in system PM
Marc Kleine-Budde
1
-4
/
+3
2025-10-23
can: m_can: m_can_chip_config(): bring up interface in correct state
Marc Kleine-Budde
1
-1
/
+1
2025-10-23
can: m_can: m_can_handle_state_errors(): fix CAN state transition to Error Active
Marc Kleine-Budde
1
-21
/
+32
2025-10-23
can: m_can: m_can_plat_remove(): add missing pm_runtime_disable()
Marc Kleine-Budde
1
-1
/
+1
2025-10-23
coredump: fix core_pattern input validation
Christian Brauner
2
-2
/
+2
2025-10-23
dax: skip read lock assertion for read-only filesystems
Yuezhang Mo
1
-1
/
+1
2025-10-23
HID: multitouch: fix sticky fingers
Benjamin Tissoires
1
-13
/
+14
2025-10-23
usb: gadget: f_ncm: Refactor bind path to use __free()
Kuen-Han Tsai
1
-45
/
+33
2025-10-23
usb: gadget: f_ecm: Refactor bind path to use __free()
Kuen-Han Tsai
1
-28
/
+20
2025-10-23
usb: gadget: f_acm: Refactor bind path to use __free()
Kuen-Han Tsai
1
-23
/
+19
2025-10-23
usb: gadget: f_rndis: Refactor bind path to use __free()
Kuen-Han Tsai
1
-50
/
+35
2025-10-23
usb: gadget: Introduce free_usb_request helper
Kuen-Han Tsai
1
-0
/
+23
2025-10-23
usb: gadget: Store endpoint pointer in usb_request
Kuen-Han Tsai
2
-0
/
+5
2025-10-23
media: nxp: imx8-isi: m2m: Fix streaming cleanup on release
Guoniu Zhou
1
-133
/
+93
2025-10-23
drm/amd: Fix hybrid sleep
Mario Limonciello (AMD)
1
-1
/
+1
2025-10-23
PM: hibernate: Add pm_hibernation_mode_is_suspend()
Mario Limonciello (AMD)
2
-0
/
+13
2025-10-23
drm/amd: Check whether secure display TA loaded successfully
Mario Limonciello
1
-1
/
+1
2025-10-23
perf/core: Fix MMAP2 event device with backing files
Adrian Hunter
1
-2
/
+2
2025-10-23
perf/core: Fix MMAP event path names with backing files
Adrian Hunter
1
-1
/
+1
2025-10-23
perf/core: Fix address filter match with backing files
Adrian Hunter
1
-1
/
+1
2025-10-23
drm/xe: Increase global invalidation timeout to 1000us
Kenneth Graunke
1
-1
/
+1
2025-10-23
drm/amdgpu: fix gfx12 mes packet status return check
Jonathan Kim
1
-1
/
+6
2025-10-23
drm/amdgpu: use atomic functions with memory barriers for vm fault info
Gui-Dong Han
3
-11
/
+8
2025-10-23
drm/sched: Fix potential double free in drm_sched_job_add_resv_dependencies
Tvrtko Ursulin
1
-6
/
+7
2025-10-23
ALSA: hda: Fix missing pointer check in hda_component_manager_init function
Denis Arefev
1
-0
/
+4
2025-10-23
ALSA: hda: cs35l41: Fix NULL pointer dereference in cs35l41_get_acpi_mute_state()
Denis Arefev
1
-0
/
+2
2025-10-23
ALSA: hda/realtek: Add quirk entry for HP ZBook 17 G6
Takashi Iwai
1
-0
/
+1
2025-10-23
ALSA: hda/intel: Add MSI X870E Tomahawk to denylist
Stuart Hayhurst
1
-0
/
+1
2025-10-23
cxl/acpi: Fix setup of memory resource in cxl_acpi_set_cache_size()
Dave Jiang
1
-1
/
+1
2025-10-23
cifs: parse_dfs_referrals: prevent oob on malformed input
Eugene Korenevsky
1
-0
/
+17
2025-10-23
can: gs_usb: increase max interface to U8_MAX
Celeste Liu
1
-12
/
+10
2025-10-23
can: gs_usb: gs_make_candev(): populate net_device->dev_port
Celeste Liu
1
-0
/
+1
2025-10-23
btrfs: do not assert we found block group item when creating free space tree
Filipe Manana
1
-7
/
+8
2025-10-23
btrfs: fix memory leaks when rejecting a non SINGLE data profile without an RST
Miquel Sabaté Solà
1
-1
/
+1
2025-10-23
btrfs: fix incorrect readahead expansion length
Boris Burkov
1
-1
/
+1
2025-10-23
btrfs: only set the device specific options after devices are opened
Qu Wenruo
1
-2
/
+1
2025-10-23
btrfs: fix memory leak on duplicated memory in the qgroup assign ioctl
Miquel Sabaté Solà
1
-1
/
+1
2025-10-23
btrfs: fix clearing of BTRFS_FS_RELOC_RUNNING if relocation already running
Filipe Manana
1
-6
/
+7
2025-10-23
ext4: detect invalid INLINE_DATA + EXTENTS flag combination
Deepanshu Kartikey
1
-0
/
+8
2025-10-23
ext4: wait for ongoing I/O to complete before freeing blocks
Zhang Yi
1
-2
/
+9
2025-10-23
jbd2: ensure that all ongoing I/O complete before freeing blocks
Zhang Yi
1
-4
/
+9
2025-10-23
gve: Check valid ts bit on RX descriptor before hw timestamping
Tim Hostetler
3
-7
/
+16
2025-10-23
f2fs: fix wrong block mapping for multi-devices
Jaegeuk Kim
1
-1
/
+1
2025-10-23
KVM: arm64: Prevent access to vCPU events before init
Oliver Upton
1
-0
/
+6
2025-10-23
net: usb: lan78xx: Fix lost EEPROM write timeout error(-ETIMEDOUT) in lan78xx_write_raw_eeprom
Bhanu Seshu Kumar Valluri
1
-4
/
+7
[prev]
[next]