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
/
include
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-11
firmware: imx: Add stub functions for SCMI MISC API
Peng Fan
1
-0
/
+12
2025-09-10
net: ethtool: fix wrong type used in struct kernel_ethtool_ts_info
Russell King (Oracle)
1
-2
/
+2
2025-09-10
netfilter: nf_tables: make nft_set_do_lookup available unconditionally
Florian Westphal
1
-8
/
+2
2025-09-10
netfilter: nf_tables: place base_seq in struct net
Florian Westphal
2
-1
/
+1
2025-09-10
PM: EM: Add function for registering a PD without capacity update
Rafael J. Wysocki
1
-0
/
+10
2025-09-10
KVM: arm64: vgic-v3: Erase LPIs from xarray outside of raw spinlocks
Oliver Upton
1
-0
/
+3
2025-09-10
KVM: arm64: vgic-v3: Use bare refcount for VGIC LPIs
Oliver Upton
1
-2
/
+2
2025-09-10
KVM: arm64: vgic: Drop stale comment on IRQ active state
Oliver Upton
1
-1
/
+1
2025-09-08
compiler-clang.h: define __SANITIZE_*__ macros only when undefined
Nathan Chancellor
1
-5
/
+24
2025-09-08
mm/vmalloc, mm/kasan: respect gfp mask in kasan_populate_vmalloc()
Uladzislau Rezki (Sony)
1
-3
/
+3
2025-09-08
Merge tag 'vfs-6.17-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+2
2025-09-07
Merge tag 'timers-urgent-2025-09-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+8
2025-09-05
Merge tag 'pcmcia-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux
Linus Torvalds
1
-7
/
+1
2025-09-04
More minor SDCA bug fixes
Mark Brown
1
-9
/
+12
2025-09-04
Merge tag 'net-6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-4
/
+20
2025-09-04
ASoC: SDCA: Reorder members of hide struct to remove holes
Charles Keepax
1
-9
/
+12
2025-09-04
netfilter: nf_tables: Introduce NFTA_DEVICE_PREFIX
Phil Sutter
1
-0
/
+2
2025-09-03
net: lockless sock_i_ino()
Eric Dumazet
1
-4
/
+13
2025-09-03
vdso/vsyscall: Avoid slow division loop in auxiliary clock update
Thomas Weißschuh
1
-1
/
+8
2025-09-02
net: phy: add phy_interface_weight()
Russell King (Oracle)
1
-0
/
+5
2025-09-02
Merge tag 'mm-hotfixes-stable-2025-09-01-17-20' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
4
-21
/
+52
2025-09-02
Minor bug fixes for some older Wolfson devices
Mark Brown
10
-13
/
+35
2025-09-02
ASoC: SDCA: Add quirk for incorrect function types for 3 systems
Maciej Strozek
1
-0
/
+1
2025-09-01
Merge tag 'fuse-fixes-6.17-rc5' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse into vfs.fixes
Christian Brauner
16
-78
/
+86
2025-08-28
Merge tag 'drm-fixes-2025-08-29' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-5
/
+5
2025-08-28
Merge tag 'net-6.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
4
-2
/
+21
2025-08-28
Merge tag 'dma-mapping-6.17-2025-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linux
Linus Torvalds
1
-0
/
+3
2025-08-28
Merge tag 'fixes-2025-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock
Linus Torvalds
1
-2
/
+3
2025-08-29
Merge tag 'drm-misc-fixes-2025-08-28' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
Dave Airlie
1
-5
/
+5
2025-08-27
mm: introduce and use {pgd,p4d}_populate_kernel()
Harry Yoo
2
-6
/
+36
2025-08-27
mm: move page table sync declarations to linux/pgtable.h
Harry Yoo
2
-16
/
+16
2025-08-27
kexec: add KEXEC_FILE_NO_CMA as a legal flag
Brian Mak
1
-1
/
+2
2025-08-27
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-4
/
+2
2025-08-27
Merge tag 'media/v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Linus Torvalds
1
-0
/
+1
2025-08-27
net: rose: convert 'use' field to refcount_t
Takamitsu Iwai
1
-5
/
+13
2025-08-27
net: rose: split remove and free operations in rose_remove_neigh()
Takamitsu Iwai
1
-0
/
+8
2025-08-26
memblock: fix kernel-doc for MEMBLOCK_RSRV_NOINIT
Mike Rapoport (Microsoft)
1
-2
/
+3
2025-08-26
vhost: Fix ioctl # for VHOST_[GS]ET_FORK_FROM_OWNER
Namhyung Kim
1
-2
/
+2
2025-08-26
Revert "virtio: reject shm region if length is zero"
Igor Torrente
1
-2
/
+0
2025-08-25
drm/gpuvm: fix various typos in .c and .h gpuvm file
Alice Ryhl
1
-5
/
+5
2025-08-23
Merge tag 'usb-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-38
/
+9
2025-08-22
atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().
Kuniyuki Iwashima
1
-0
/
+1
2025-08-22
Merge tag 'drm-fixes-2025-08-23-1' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-6
/
+1
2025-08-22
Bluetooth: hci_sync: fix set_local_name race condition
Pavel Shpakovskiy
1
-1
/
+1
2025-08-22
Merge tag 'for-linus-6.17-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
1
-8
/
+0
2025-08-22
Merge tag 'block-6.17-20250822' of git://git.kernel.dk/linux
Linus Torvalds
2
-1
/
+2
2025-08-22
Merge tag 'sound-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
2
-5
/
+6
2025-08-22
Merge tag 'nfs-for-6.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-0
/
+1
2025-08-22
Merge tag 'mm-hotfixes-stable-2025-08-21-18-17' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-9
/
+16
2025-08-21
net: Introduce skb_copy_datagram_from_iter_full()
Will Deacon
1
-0
/
+2
[prev]
[next]