index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-08
dma-mapping: Remove dma_mark_clean (again)
Robin Murphy
1
-8
/
+0
2026-01-07
tracing: Add recursion protection in kernel stack trace recording
Steven Rostedt
1
-0
/
+9
2026-01-07
ftrace: Make ftrace_graph_ent depth field signed
Steven Rostedt
1
-1
/
+1
2026-01-07
usb: core: add USB_QUIRK_NO_BOS for devices that hang on BOS descriptor
Johannes BrĂ¼derl
1
-0
/
+3
2026-01-07
usb: isp1362-hcd: remove Philips ISP1362 USB OTG controller driver
Vladimir Zapolskiy
1
-47
/
+0
2026-01-07
block: use bvec iterator helper for bio_may_need_split()
Ming Lei
1
-2
/
+2
2026-01-06
bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_cgroup_storage...
Leon Hwang
2
-2
/
+3
2026-01-06
bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_p...
Leon Hwang
1
-1
/
+3
2026-01-06
bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_array maps
Leon Hwang
1
-2
/
+7
2026-01-06
bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags
Leon Hwang
1
-1
/
+22
2026-01-07
powerpc/iommu: bypass DMA APIs for coherent allocations for pre-mapped memory
Gaurav Batra
1
-0
/
+4
2026-01-06
cred: remove unused set_security_override_from_ctx()
Casey Schaufler
1
-1
/
+0
2026-01-06
udp: udplite is unlikely
Eric Dumazet
1
-1
/
+1
2026-01-06
PCI/P2PDMA: Add missing struct p2pdma_provider documentation
Leon Romanovsky
1
-0
/
+2
2026-01-06
ASoC: rt5575: Add the codec driver for the ALC5575
Mark Brown
1
-0
/
+9
2026-01-06
firmware: cirrus: cs_dsp: Add long-offset WMDR
Mark Brown
2
-2
/
+11
2026-01-06
ASoC: nau8821: Fixes and driver cleanup
Mark Brown
13
-20
/
+59
2026-01-06
linux/bitfield.h: replace __auto_type with auto
H. Peter Anvin
1
-2
/
+3
2026-01-06
scripts/atomic: Fix kerneldoc spelling in try_cmpxchg()
oldzhu
3
-27
/
+27
2026-01-06
types: move phys_vec definition to common header
Leon Romanovsky
1
-0
/
+5
2026-01-06
sysctl: replace SYSCTL_INT_CONV_CUSTOM macro with functions
Joel Granados
1
-42
/
+4
2026-01-06
sysctl: Replace unidirectional INT converter macros with functions
Joel Granados
1
-49
/
+7
2026-01-05
mm: drop mem_cgroup_usage() declaration from memcontrol.h
Roman Gushchin
1
-1
/
+0
2026-01-05
net: airoha: Fix npu rx DMA definitions
Lorenzo Bianconi
1
-4
/
+4
2026-01-05
overflow: Remove is_non_negative() and is_negative()
Vincent Mailhol
1
-8
/
+2
2026-01-05
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
-71
/
+27
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
-33
/
+85
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
-25
/
+47
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
[prev]
[next]