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
2025-09-20
firewire: core: fix overlooked update of subsystem ABI version
Takashi Sakamoto
1
-1
/
+1
2025-09-19
ethernet: rvu-af: Remove slash from the driver name
Petr Malat
1
-2
/
+1
2025-09-19
net: tun: Update napi->skb after XDP process
Wang Liang
1
-0
/
+3
2025-09-19
Merge tag 'iommu-fixes-v6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux
Linus Torvalds
5
-17
/
+54
2025-09-19
Merge tag 'block-6.17-20250918' of git://git.kernel.dk/linux
Linus Torvalds
6
-0
/
+6
2025-09-19
Merge tag 'gpio-fixes-for-v6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Linus Torvalds
2
-2
/
+21
2025-09-19
Merge tag 'mmc-v6.17-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
4
-20
/
+87
2025-09-19
can: peak_usb: fix shift-out-of-bounds issue
Stéphane Grosjean
1
-1
/
+1
2025-09-19
Merge tag 'pmdomain-v6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm
Linus Torvalds
5
-9
/
+20
2025-09-19
can: mcba_usb: populate ndo_change_mtu() to prevent buffer overflow
Vincent Mailhol
1
-0
/
+1
2025-09-19
can: sun4i_can: populate ndo_change_mtu() to prevent buffer overflow
Vincent Mailhol
1
-0
/
+1
2025-09-19
can: hi311x: populate ndo_change_mtu() to prevent buffer overflow
Vincent Mailhol
1
-0
/
+1
2025-09-19
can: etas_es58x: populate ndo_change_mtu() to prevent buffer overflow
Vincent Mailhol
1
-1
/
+2
2025-09-19
can: rcar_canfd: Fix controller mode setting
Duy Nguyen
1
-3
/
+4
2025-09-19
can: hi311x: fix null pointer dereference when resuming from sleep before interface was enabled
Chen Yufeng
1
-16
/
+17
2025-09-19
Merge tag 'v6.17-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-1
/
+1
2025-09-19
HID: amd_sfh: Add sync across amd sfh work functions
Basavaraj Natikar
3
-2
/
+17
2025-09-19
Merge tag 'drm-fixes-2025-09-19' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
28
-100
/
+341
2025-09-19
iommufd: WARN if an object is aborted with an elevated refcount
Jason Gunthorpe
3
-3
/
+7
2025-09-19
iommufd: Fix race during abort for file descriptors
Jason Gunthorpe
2
-10
/
+34
2025-09-19
iommufd: Fix refcounting race during mmap
Jason Gunthorpe
1
-6
/
+14
2025-09-19
drm/gma500: Fix null dereference in hdmi teardown
Zabelin Nikita
1
-1
/
+1
2025-09-19
vhost-net: flush batched before enabling notifications
Jason Wang
1
-0
/
+5
2025-09-19
Revert "vhost/net: Defer TX queue re-enable until after sendmsg"
Michael S. Tsirkin
1
-21
/
+9
2025-09-19
vhost-net: unbreak busy polling
Jason Wang
1
-3
/
+4
2025-09-19
iommu/amd/pgtbl: Fix possible race while increase page table level
Vasant Hegde
2
-4
/
+22
2025-09-19
drm/ast: Use msleep instead of mdelay for edid read
Nirmoy Das
1
-1
/
+1
2025-09-19
Merge tag 'amd-drm-fixes-6.17-2025-09-18' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
Dave Airlie
7
-20
/
+124
2025-09-19
Merge tag 'drm-xe-fixes-2025-09-18' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes
Dave Airlie
17
-73
/
+208
2025-09-19
Merge tag 'drm-misc-fixes-2025-09-18' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
Dave Airlie
3
-6
/
+8
2025-09-18
i40e: improve VF MAC filters accounting
Lukasz Czapnik
3
-44
/
+50
2025-09-18
i40e: add mask to apply valid bits for itr_idx
Lukasz Czapnik
1
-1
/
+1
2025-09-18
i40e: add max boundary check for VF filters
Lukasz Czapnik
1
-0
/
+10
2025-09-18
i40e: fix validation of VF state in get resources
Lukasz Czapnik
2
-2
/
+8
2025-09-18
i40e: fix input validation logic for action_meta
Lukasz Czapnik
1
-1
/
+1
2025-09-18
i40e: fix idx validation in config queues msg
Lukasz Czapnik
1
-2
/
+2
2025-09-18
i40e: fix idx validation in i40e_validate_queue_map
Lukasz Czapnik
1
-2
/
+4
2025-09-18
i40e: add validation for ring_len param
Lukasz Czapnik
1
-0
/
+14
2025-09-18
spi: cadence-qspi: defer runtime support on socfpga if reset bit is enabled
Khairul Anuar Romli
1
-17
/
+36
2025-09-18
drm/amdgpu: suspend KFD and KGD user queues for S0ix
Alex Deucher
1
-14
/
+10
2025-09-18
drm/amdkfd: add proper handling for S0ix
Alex Deucher
3
-4
/
+60
2025-09-18
Merge tag 'net-6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
26
-94
/
+141
2025-09-18
Merge tag 'platform-drivers-x86-v6.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
Linus Torvalds
4
-0
/
+25
2025-09-18
octeontx2-pf: Fix use-after-free bugs in otx2_sync_tstamp()
Duoming Zhou
1
-1
/
+1
2025-09-18
cnic: Fix use-after-free bugs in cnic_delete_task
Duoming Zhou
1
-2
/
+1
2025-09-18
net: liquidio: fix overflow in octeon_init_instr_queue()
Alexey Nepomnyashih
1
-1
/
+1
2025-09-18
Revert "net/mlx5e: Update and set Xon/Xoff upon port speed set"
Tariq Toukan
1
-2
/
+0
2025-09-17
Merge tag 'mm-hotfixes-stable-2025-09-17-21-10' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-5
/
+3
2025-09-17
drm/xe/guc: Set RCS/CCS yield policy
Daniele Ceraolo Spurio
6
-5
/
+98
2025-09-17
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
Jakub Kicinski
6
-63
/
+56
[prev]
[next]