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
/
staging
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-22
staging: sm750fb: fix division by zero in ps_to_hz()
Junrui Luo
1
-0
/
+3
2026-04-22
staging: rtl8723bs: initialize le_tmp64 in rtw_BIP_verify()
Lin YuChen
1
-1
/
+1
2026-02-24
staging: rtl8723bs: fix potential out-of-bounds read in rtw_restruct_wmm_ie
Luka Gejak
1
-1
/
+4
2026-02-23
staging: rtl8723bs: properly validate the data in rtw_get_ie_ex()
Greg Kroah-Hartman
1
-5
/
+10
2026-02-23
staging: sm750fb: add missing pci_release_region on error and removal
Artem Lytkin
2
-11
/
+12
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
3
-16
/
+10
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
7
-24
/
+12
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-2
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
67
-137
/
+137
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
75
-229
/
+232
2026-02-17
Merge tag 'staging-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Linus Torvalds
63
-1499
/
+1101
2026-02-17
Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
6
-81
/
+5
2026-02-14
staging: fbtft: Make framebuffer registration message debug-only
Chintan Patel
1
-5
/
+5
2026-02-14
staging: fbtft: Fix build failure when CONFIG_FB_DEVICE=n
Chintan Patel
1
-10
/
+9
2026-02-14
staging: fbtft: Make FB_DEVICE dependency optional
Chintan Patel
2
-5
/
+20
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+1
2026-02-11
Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-3
/
+1
2026-02-11
Merge tag 'media/v7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Linus Torvalds
14
-92
/
+111
2026-02-07
staging: rtl8723bs: refactor ODM_SetIQCbyRFpath to reduce duplication
Bera Yüzlü
1
-17
/
+13
2026-02-07
staging: rtl8723bs: rename CamelCase function Set_MSR to set_msr
Tan Kai Zhe
5
-13
/
+13
2026-02-07
staging: rtl8723bs: remove unnecessary blank lines in rtw_io.c
Tan Kai Zhe
1
-1
/
+0
2026-02-07
staging: rtl8723bs: remove stale TODO item regarding %pM
Haroen Tmimi
1
-1
/
+0
2026-02-07
staging: rtl8723bs: remove unused allocation wrapper functions
Minu Jin
2
-36
/
+0
2026-02-07
staging: rtl8723bs: use standard skb allocation APIs
Minu Jin
4
-7
/
+5
2026-02-07
staging: rtl8723bs: replace rtw_zmalloc() with kzalloc()
Minu Jin
14
-103
/
+90
2026-02-07
staging: rtl8723bs: replace rtw_malloc() with kmalloc()
Minu Jin
4
-16
/
+16
2026-02-07
staging: rtl8723bs: introduce kmemdup() where applicable
Minu Jin
6
-25
/
+12
2026-02-07
staging: sm750fb: Clean up variable names
Christine Ramacha
1
-58
/
+58
2026-02-07
staging: rtl8723bs: fix null dereference in find_network
Ethan Tidmore
1
-2
/
+4
2026-02-07
staging: rtl8723bs: use unaligned access macros in rtw_security.c
Archit Anant
1
-27
/
+5
2026-02-07
staging: rtl8723bs: fix potential race in expire_timeout_chk
Minu Jin
1
-7
/
+9
2026-02-07
staging: rtl8723bs: remove dead debugging code in rtw_mlme_ext.c
Luka Gejak
1
-9
/
+0
2026-02-07
staging: rtl8723bs: modernize hex output in rtw_report_sec_ie
Luka Gejak
1
-3
/
+2
2026-02-07
staging: rtl8723bs: fix spacing around operators
Luka Gejak
2
-15
/
+15
2026-02-07
staging: rtl8723bs: rename u1bTmp to val
Luka Gejak
2
-22
/
+22
2026-02-07
staging: rtl8723bs: remove unused private debug counters
Ethan Tidmore
10
-157
/
+15
2026-02-07
staging: rtl8723bs: remove thread wraper functions and add IS_ERR() check
Samasth Norway Ananda
5
-38
/
+14
2026-02-07
staging: rtl8723bs: fix firmware memory leak on error
Samasth Norway Ananda
1
-0
/
+2
2026-02-07
staging: rtl8723bs: remove unnecessary parentheses
Siwanan Bungtong
1
-7
/
+7
2026-02-07
staging: rtl8723bs: remove redundant check on status
Colin Ian King
1
-7
/
+0
2026-02-07
staging: rtl8723bs: standardize comment style in HAL
Mahad Ibrahim
2
-43
/
+43
2026-02-07
staging: rtl8723bs: fix line length check
Mahad Ibrahim
1
-2
/
+6
2026-02-07
staging: rtl8723bs: fix missing blank line after declaration
Mahad Ibrahim
1
-0
/
+1
2026-02-07
staging: rtl8723bs: fix multiple blank line check
Mahad Ibrahim
2
-2
/
+0
2026-02-07
staging: rtl8723bs: fix open parenthesis alignment
Mahad Ibrahim
2
-6
/
+2
2026-02-07
staging: most: video: fix potential race in list iteration
Minu Jin
1
-10
/
+12
2026-02-07
staging: rtl8723bs: constify _action_public_str array
Tanjim Kamal
1
-1
/
+1
2026-02-07
staging: rtl8723bs: remove unnecessary braces
Louis Lesniak
1
-3
/
+2
2026-02-07
staging: rtl8723bs: clean up _rtw_pktfile_read()
Minu Jin
2
-2
/
+2
2026-02-07
staging: rtl8723bs: update _rtw_pktfile_read() to return error codes
Minu Jin
4
-23
/
+50
[next]