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
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-05
bit_spinlock: Include missing <asm/processor.h>
Marco Elver
1
-0
/
+2
2026-01-05
locking/seqlock: Support Clang's context analysis
Marco Elver
2
-3
/
+40
2026-01-05
locking/mutex: Support Clang's context analysis
Marco Elver
2
-17
/
+25
2026-01-05
compiler-context-analysis: Change __cond_acquires to take return value
Marco Elver
4
-15
/
+36
2026-01-05
locking/rwlock, spinlock: Support Clang's context analysis
Marco Elver
10
-96
/
+217
2026-01-05
lockdep: Annotate lockdep assertions for context analysis
Marco Elver
1
-6
/
+6
2026-01-05
cleanup: Basic compatibility with context analysis
Marco Elver
1
-0
/
+50
2026-01-05
compiler-context-analysis: Add infrastructure for Context Analysis with Clang
Marco Elver
1
-7
/
+457
2026-01-05
compiler_types: Move lock checking attributes to compiler-context-analysis.h
Marco Elver
2
-16
/
+34
2026-01-05
x86,fs/resctrl: Support binary fixed point event counters
Tony Luck
1
-1
/
+2
2026-01-05
x86,fs/resctrl: Handle events that can be read from any CPU
Tony Luck
1
-1
/
+1
2026-01-05
spi: change of_find_spi_controller_by_node() gating to CONFIG_OF
Oder Chiou
1
-1
/
+1
2026-01-05
spi: export of_find_spi_controller_by_node()
Oder Chiou
1
-0
/
+9
2026-01-05
firmware: cs_dsp: mock_bin: Add function to create long-offset patches
Richard Fitzgerald
1
-0
/
+4
2026-01-05
firmware: cs_dsp: mock_bin: Pass offset32 to cs_dsp_mock_bin_add_raw_block()
Richard Fitzgerald
1
-1
/
+1
2026-01-05
firmware: cs_dsp: Handle long-offset data blocks
Richard Fitzgerald
1
-1
/
+6
2026-01-05
sysctl: Replace UINT converter macros with functions
Joel Granados
1
-56
/
+7
2026-01-05
sysctl: Add CONFIG_PROC_SYSCTL guards for converter macros
Joel Granados
1
-0
/
+43
2026-01-05
sysctl: Remove unused ctl_table forward declarations
Joel Granados
3
-4
/
+0
2026-01-05
media: uvcvideo: Document how to format GUIDs
Ricardo Ribalda
1
-0
/
+8
2026-01-05
x86,fs/resctrl: Rename struct rdt_mon_domain and rdt_hw_mon_domain
Tony Luck
1
-11
/
+11
2026-01-05
x86,fs/resctrl: Use struct rdt_domain_hdr when reading counters
Tony Luck
1
-2
/
+2
2026-01-05
net/mlx5: Add support for querying bond speed
Or Har-Toov
1
-1
/
+1
2026-01-05
net/mlx5: Handle port and vport speed change events in MPESW
Or Har-Toov
2
-0
/
+3
2026-01-05
net/mlx5: Propagate LAG effective max_tx_speed to vports
Or Har-Toov
1
-0
/
+4
2026-01-05
net/mlx5: Add max_tx_speed and its CAP bit to IFC
Or Har-Toov
1
-3
/
+6
2026-01-04
NFS: Fix a deadlock involving nfs_release_folio()
Trond Myklebust
1
-0
/
+1
2026-01-04
netdev: preserve NETIF_F_ALL_FOR_ALL across TSO updates
Di Zhu
1
-1
/
+2
2026-01-04
Merge tag 'core_urgent_for_v6.19_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2026-01-04
x86,fs/resctrl: Refactor domain create/remove using struct rdt_domain_hdr
Tony Luck
1
-2
/
+2
2026-01-04
x86,fs/resctrl: Improve domain type checking
Tony Luck
1
-0
/
+9
2026-01-02
bpf: Replace __opt annotation with __nullable for kfuncs
Puranjay Mohan
1
-1
/
+1
2026-01-02
bpf: syscall: Introduce memcg enter/exit helpers
Puranjay Mohan
1
-0
/
+15
2026-01-02
Merge tag 'io_uring-6.19-20260102' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
1
-1
/
+7
2026-01-02
bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncs
Puranjay Mohan
2
-3
/
+2
2026-01-02
virtio: add virtqueue_add_inbuf_cache_clean API
Michael S. Tsirkin
1
-0
/
+5
2026-01-01
io_uring/tctx: add separate lock for list of tctx's in ctx
Jens Axboe
1
-1
/
+7
2026-01-01
srcu: Create an rcu_tasks_trace_expedite_current() function
Paul E. McKenney
1
-0
/
+14
2026-01-01
rcu: Add noinstr-fast rcu_read_{,un}lock_tasks_trace() APIs
Paul E. McKenney
1
-8
/
+57
2026-01-01
rcu: Clean up after the SRCU-fastification of RCU Tasks Trace
Paul E. McKenney
3
-37
/
+1
2026-01-01
rcu: Re-implement RCU Tasks Trace in terms of SRCU-fast
Paul E. McKenney
2
-28
/
+80
2025-12-31
dma-mapping: add DMA_ATTR_CPU_CACHE_CLEAN
Michael S. Tsirkin
1
-0
/
+7
2025-12-31
dma-mapping: add __dma_from_device_group_begin()/end()
Michael S. Tsirkin
1
-0
/
+13
2025-12-31
Merge tag 'platform-drivers-x86-v6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
Linus Torvalds
1
-8
/
+9
2025-12-31
Merge tag 'vfio-v6.19-rc4' of https://github.com/awilliam/linux-vfio
Linus Torvalds
1
-1
/
+9
2025-12-31
bus: mhi: host: Drop the auto_queue support
Manivannan Sadhasivam
1
-14
/
+0
2025-12-29
Merge tag 'mm-hotfixes-stable-2025-12-28-21-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
6
-8
/
+27
2025-12-29
char/mwave: drop it
Jiri Slaby (SUSE)
1
-1
/
+0
2025-12-29
Merge 6.19-rc3 into tty-next
Greg Kroah-Hartman
10
-18
/
+31
2025-12-29
Merge 6.19-rc3 into usb-next
Greg Kroah-Hartman
10
-18
/
+31
[prev]
[next]