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
2026-01-28
rust: macros: convert `#[vtable]` macro to use `syn`
Gary Guo
2
-80
/
+98
2026-01-28
rust: macros: use `quote!` from vendored crate
Gary Guo
10
-205
/
+32
2026-01-27
net: usb: sr9700: replace magic numbers with register bit macros
Ethan Nelson-Moore
1
-2
/
+2
2026-01-27
Merge branch 'remove-low-level-sha-1-functions'
Jakub Kicinski
3
-64
/
+30
2026-01-27
lib/crypto: sha1: Remove low-level functions from API
Eric Biggers
2
-56
/
+17
2026-01-27
ipv6: Switch to higher-level SHA-1 functions
Eric Biggers
1
-8
/
+13
2026-01-27
drm/amd/pm: fix race in power state check before mutex lock
Yang Wang
1
-3
/
+4
2026-01-27
drm/amdgpu: fix NULL pointer dereference in amdgpu_gmc_filter_faults_remove
Jon Doron
1
-1
/
+6
2026-01-27
drm/amd/pm: fix smu v14 soft clock frequency setting issue
Yang Wang
2
-0
/
+2
2026-01-27
drm/amd/pm: fix smu v13 soft clock frequency setting issue
Yang Wang
2
-0
/
+2
2026-01-28
Merge tag 'pin-init-v7.0' of https://github.com/Rust-for-Linux/linux into rust-next
Miguel Ojeda
16
-2298
/
+1303
2026-01-27
drm/amdkfd: add extended capabilities to device snapshot
Jonathan Kim
2
-0
/
+3
2026-01-27
drm/amdgpu: Send RMA CPER at bad page loading
Kent Russell
1
-0
/
+4
2026-01-27
drm/amdgpu: Fix jpeg ring test order in vcn_v4_0_3
Jesse.Zhang
1
-1
/
+1
2026-01-27
drm/amd/pm: fix race in power state check before mutex lock
Yang Wang
1
-3
/
+4
2026-01-27
drm/amd/display: Promote DC to 3.2.367
Taimur Hassan
1
-1
/
+1
2026-01-27
drm/amd/display: [FW Promotion] Release 0.1.44.0
Taimur Hassan
1
-6
/
+49
2026-01-27
drm/amd/display: Migrate HUBBUB register access from hwseq to hubbub component.
Bhuvanachandra Pinninti
8
-4
/
+29
2026-01-27
drm/amd/display: mouse event trigger to boost RR when idle
Muaaz Nisar
1
-0
/
+13
2026-01-27
drm/amd/display: Add debug flag to override min dispclk
Michael Strauss
1
-0
/
+1
2026-01-27
drm/amd/display: avoid dig reg access timeout on usb4 link training fail
Zhongwei
1
-2
/
+10
2026-01-27
drm/amd/display: Remove unnecessary DC FP guard
Wayne Lin
2
-4
/
+0
2026-01-27
drm/amd/display: add setup_stereo for dcn4x or later
Charlene Liu
2
-1
/
+3
2026-01-27
drm/amd/display: perform clear update flags for all DCN asics
Aurabindo Pillai
1
-1
/
+1
2026-01-27
drm/amd/display: Enable bootcrc on FW side
Wayne Lin
1
-0
/
+3
2026-01-27
drm/amd/display: Add FR skipping CTS functions
Jack Chang
1
-0
/
+1
2026-01-27
drm/amd/display: Fix GFX12 family constant checks
Matthew Stewart
2
-3
/
+3
2026-01-27
drm/amd/display: Enable vstateup hook for DCN401 to be reused
Charlene Liu
2
-1
/
+3
2026-01-27
drm/amdgpu: fix NULL pointer dereference in amdgpu_gmc_filter_faults_remove
Jon Doron
1
-1
/
+6
2026-01-27
drm/amd/pm: fix smu v14 soft clock frequency setting issue
Yang Wang
2
-0
/
+2
2026-01-27
drm/amd/pm: fix smu v13 soft clock frequency setting issue
Yang Wang
2
-0
/
+2
2026-01-27
drm/amd/include : Update MES v12 API header - SUSPEND
Shaoyun Liu
1
-2
/
+4
2026-01-27
drm/amdgpu: Simplify sorting of the bo list
Tvrtko Ursulin
1
-5
/
+3
2026-01-27
drm/amdgpu/mes: Remove idr leftovers v2
Tvrtko Ursulin
6
-69
/
+21
2026-01-27
PCI: Move CardBus bridge scanning to setup-cardbus.c
Ilpo Järvinen
3
-58
/
+149
2026-01-27
PCI: Add pbus_validate_busn() for Bus Number validation
Ilpo Järvinen
2
-12
/
+22
2026-01-27
PCI: Add dword #defines for Bus Number + Secondary Latency Timer
Ilpo Järvinen
2
-12
/
+18
2026-01-27
PCI: Use scnprintf() instead of sprintf()
Ilpo Järvinen
1
-3
/
+4
2026-01-27
PCI: Handle CardBus-specific params in setup-cardbus.c
Ilpo Järvinen
3
-13
/
+26
2026-01-27
PCI: Separate CardBus setup & build it only with CONFIG_CARDBUS
Ilpo Järvinen
6
-168
/
+202
2026-01-27
PCI: Add 'pci' prefix to struct pci_dev_resource handling functions
Ilpo Järvinen
1
-53
/
+61
2026-01-27
PCI: Use resource_assigned() in setup-bus.c algorithm
Ilpo Järvinen
1
-31
/
+33
2026-01-27
resource: Mark res given to resource_assigned() as const
Ilpo Järvinen
1
-1
/
+1
2026-01-27
PCI: Add pbus_mem_size_optional() to handle optional sizes
Ilpo Järvinen
1
-23
/
+54
2026-01-27
PCI: Check invalid align earlier in pbus_size_mem()
Ilpo Järvinen
1
-13
/
+12
2026-01-27
PCI: Log reset and restore of resources
Ilpo Järvinen
1
-1
/
+9
2026-01-27
PCI: Add pci_resource_is_bridge_win()
Ilpo Järvinen
4
-6
/
+10
2026-01-27
PCI: Fetch dev_res to local var in __assign_resources_sorted()
Ilpo Järvinen
1
-15
/
+16
2026-01-27
PCI: Use res_to_dev_res() in reassign_resources_sorted()
Ilpo Järvinen
1
-10
/
+1
2026-01-27
PCI: Pass bridge window resource to pbus_size_mem()
Ilpo Järvinen
1
-18
/
+17
[prev]
[next]