index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-06
mm: drop mem_cgroup_usage() declaration from memcontrol.h
Roman Gushchin
1
-1
/
+0
2026-01-06
net: airoha: Fix npu rx DMA definitions
Lorenzo Bianconi
1
-4
/
+4
2026-01-06
overflow: Remove is_non_negative() and is_negative()
Vincent Mailhol
1
-8
/
+2
2026-01-06
cpufreq: Add new helper function returning cpufreq policy
Lifeng Zheng
1
-0
/
+5
2026-01-05
sched: Enable context analysis for core.c and fair.c
Marco Elver
4
-5
/
+14
2026-01-05
printk: Move locking annotation to printk.c
Marco Elver
1
-2
/
+2
2026-01-05
rhashtable: Enable context analysis
Marco Elver
1
-3
/
+13
2026-01-05
compiler: Let data_race() imply disabled context analysis
Marco Elver
1
-0
/
+2
2026-01-05
compiler-context-analysis: Remove __cond_lock() function-like helper
Marco Elver
11
-146
/
+134
2026-01-05
compiler-context-analysis: Remove Sparse support
Marco Elver
2
-72
/
+28
2026-01-05
debugfs: Make debugfs_cancellation a context lock struct
Marco Elver
1
-7
/
+5
2026-01-05
locking/ww_mutex: Support Clang's context analysis
Marco Elver
1
-6
/
+16
2026-01-05
locking/local_lock: Support Clang's context analysis
Marco Elver
2
-35
/
+87
2026-01-05
locking/local_lock: Include missing headers
Marco Elver
1
-0
/
+2
2026-01-05
locking/rwsem: Support Clang's context analysis
Marco Elver
1
-27
/
+49
2026-01-05
kref: Add context-analysis annotations
Marco Elver
1
-0
/
+2
2026-01-05
srcu: Support Clang's context analysis
Marco Elver
3
-24
/
+65
2026-01-05
rcu: Support Clang's context analysis
Marco Elver
1
-24
/
+53
2026-01-05
bit_spinlock: Support Clang's context analysis
Marco Elver
2
-4
/
+20
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-05
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/k...
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
[prev]
[next]