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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-14
PCI/IDE: Add Address Association Register setup for downstream MMIO
Xu Yilun
2
-0
/
+37
2025-11-14
drm/bridge: dw-hdmi-qp: Handle platform supported formats and color depth
Cristian Ciocaltea
1
-0
/
+4
2025-11-14
Merge tag 'tee-fix-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jenswi/linux-tee into arm/fixes
Arnd Bergmann
1
-9
/
+14
2025-11-14
sched_ext: Pass locked CPU parameter to scx_hardlockup() and add docs
Tejun Heo
1
-2
/
+2
2025-11-14
PM: runtime: Wrapper macros for ACQUIRE()/ACQUIRE_ERR()
Rafael J. Wysocki
1
-0
/
+24
2025-11-14
time: Fix a few typos in time[r] related code comments
Jianyun Gao
1
-4
/
+4
2025-11-14
PCI: Convert BAR sizes bitmasks to u64
Ilpo Järvinen
1
-1
/
+1
2025-11-14
PCI: Add pci_rebar_get_max_size()
Ilpo Järvinen
1
-0
/
+1
2025-11-14
PCI: Add pci_rebar_size_supported() helper
Ilpo Järvinen
1
-0
/
+1
2025-11-14
PCI: Move pci_rebar_size_to_bytes() and export it
Ilpo Järvinen
1
-0
/
+1
2025-11-14
PCI: Move pci_rebar_bytes_to_size() and clean it up
Ilpo Järvinen
1
-7
/
+3
2025-11-14
PCI: Fix restoring BARs on BAR resize rollback path
Ilpo Järvinen
1
-1
/
+2
2025-11-14
crypto: ccp - Add an API to return the supported SEV-SNP policy bits
Tom Lendacky
1
-0
/
+18
2025-11-14
KVM: SEV: Consolidate the SEV policy bits in a single header file
Tom Lendacky
1
-0
/
+19
2025-11-14
Merge tag 'io_uring-6.18-20251113' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
1
-0
/
+3
2025-11-14
bpf: Add bpf_prog_run_data_pointers()
Eric Dumazet
1
-0
/
+20
2025-11-14
ASoC: codecs: lpass-macro: complete sm6115 support
Mark Brown
13
-29
/
+139
2025-11-14
PM: Introduce new PMSG_POWEROFF event
Mario Limonciello (AMD)
2
-1
/
+5
2025-11-14
hrtimer: Store time as ktime_t in restart block
Thomas Weißschuh
1
-1
/
+1
2025-11-14
futex: Store time as ktime_t in restart block
Thomas Weißschuh
1
-1
/
+1
2025-11-14
media: v4l2-isp: Rename block_info to block_type_info
Jacopo Mondi
1
-13
/
+13
2025-11-14
media: uapi: Add parameters structs to mali-c55-config.h
Daniel Scally
1
-0
/
+598
2025-11-14
media: mali-c55: Add image formats for Mali-C55 parameters buffer
Jacopo Mondi
1
-0
/
+1
2025-11-14
media: uapi: Add 3a stats buffer for mali-c55
Daniel Scally
1
-0
/
+170
2025-11-14
media: Add MALI_C55_3A_STATS meta format
Daniel Scally
1
-0
/
+3
2025-11-14
media: uapi: Add controls for Mali-C55 ISP
Daniel Scally
2
-0
/
+32
2025-11-14
media: uapi: Add 20-bit bayer formats
Daniel Scally
1
-1
/
+5
2025-11-14
media: uapi: Add MEDIA_BUS_FMT_RGB202020_1X60 format code
Daniel Scally
1
-1
/
+2
2025-11-14
media: v4l2-core: Introduce v4l2-isp.c
Jacopo Mondi
1
-0
/
+91
2025-11-14
media: uapi: Convert Amlogic C3 to V4L2 extensible params
Jacopo Mondi
1
-67
/
+23
2025-11-14
media: uapi: Convert RkISP1 to V4L2 extensible params
Jacopo Mondi
1
-83
/
+24
2025-11-14
media: uapi: Introduce V4L2 generic ISP types
Jacopo Mondi
1
-0
/
+102
2025-11-14
spi-cadence: support transmission with
Mark Brown
13
-29
/
+139
2025-11-14
VFS: introduce end_creating_keep()
NeilBrown
1
-0
/
+22
2025-11-14
VFS: change vfs_mkdir() to unlock on failure.
NeilBrown
1
-19
/
+9
2025-11-14
ecryptfs: use new start_creating/start_removing APIs
NeilBrown
1
-0
/
+2
2025-11-14
Add start_renaming_two_dentries()
NeilBrown
1
-0
/
+2
2025-11-14
VFS/ovl/smb: introduce start_renaming_dentry()
NeilBrown
1
-0
/
+2
2025-11-14
VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
NeilBrown
1
-0
/
+3
2025-11-14
VFS: add start_creating_killable() and start_removing_killable()
NeilBrown
1
-0
/
+6
2025-11-14
VFS: introduce start_removing_dentry()
NeilBrown
1
-0
/
+2
2025-11-14
VFS: introduce start_creating_noperm() and start_removing_noperm()
NeilBrown
1
-0
/
+2
2025-11-14
VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
NeilBrown
1
-0
/
+18
2025-11-14
VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
NeilBrown
1
-0
/
+33
2025-11-14
VFS: introduce start_dirop() and end_dirop()
NeilBrown
1
-0
/
+2
2025-11-14
nsproxy: fix free_nsproxy() and simplify create_new_namespaces()
Christian Brauner
2
-6
/
+9
2025-11-14
block-dma: properly take MMIO path
Leon Romanovsky
4
-32
/
+13
2025-11-14
Merge branch 'pwm/th1520' into pwm/for-next
Uwe Kleine-König
1
-0
/
+6
2025-11-14
pwm: Drop unused function pwm_apply_args()
Uwe Kleine-König
1
-33
/
+0
2025-11-14
syscore: Pass context data to callbacks
Thierry Reding
1
-5
/
+10
[prev]
[next]