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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-19
bpf: enable callchain sensitive stack liveness tracking
Eduard Zingerman
1
-8
/
+53
2025-09-19
bpf: callchain sensitive stack liveness tracking using CFG
Eduard Zingerman
2
-1
/
+678
2025-09-19
bpf: compute instructions postorder per subprogram
Eduard Zingerman
1
-13
/
+55
2025-09-19
bpf: declare a few utility functions as internal api
Eduard Zingerman
1
-18
/
+16
2025-09-19
bpf: remove redundant REG_LIVE_READ check in stacksafe()
Eduard Zingerman
1
-7
/
+0
2025-09-19
bpf: use compute_live_registers() info in clean_func_state
Eduard Zingerman
1
-6
/
+9
2025-09-19
bpf: bpf_verifier_state->cleaned flag instead of REG_LIVE_DONE
Eduard Zingerman
2
-13
/
+6
2025-09-19
ns: use inode initializer for initial namespaces
Christian Brauner
4
-4
/
+4
2025-09-19
ns: rename to __ns_ref
Christian Brauner
5
-5
/
+5
2025-09-19
user: port to ns_ref_*() helpers
Christian Brauner
1
-1
/
+1
2025-09-19
pid: port to ns_ref_*() helpers
Christian Brauner
1
-2
/
+2
2025-09-19
ns: add ns_common_free()
Christian Brauner
6
-7
/
+12
2025-09-19
nscommon: simplify initialization
Christian Brauner
6
-14
/
+13
2025-09-19
mnt: simplify ns_common_init() handling
Christian Brauner
1
-1
/
+1
2025-09-19
nscommon: move to separate file
Christian Brauner
2
-1
/
+22
2025-09-19
ns: add to_<type>_ns() to respective headers
Christian Brauner
5
-25
/
+0
2025-09-19
uts: support ns lookup
Christian Brauner
1
-1
/
+6
2025-09-19
user: support ns lookup
Christian Brauner
1
-1
/
+6
2025-09-19
time: support ns lookup
Christian Brauner
1
-1
/
+10
2025-09-19
pid: support ns lookup
Christian Brauner
1
-0
/
+4
2025-09-19
cgroup: support ns lookup
Christian Brauner
2
-2
/
+7
2025-09-19
Merge branch 'no-rebase-mnt_ns_tree_remove'
Christian Brauner
24
-60
/
+137
2025-09-19
nstree: make iterator generic
Christian Brauner
2
-1
/
+234
2025-09-19
uts: use ns_common_init()
Christian Brauner
1
-14
/
+2
2025-09-19
user: use ns_common_init()
Christian Brauner
1
-3
/
+2
2025-09-19
time: use ns_common_init()
Christian Brauner
1
-5
/
+2
2025-09-19
pid: use ns_common_init()
Christian Brauner
1
-3
/
+1
2025-09-19
cgroup: use ns_common_init()
Christian Brauner
1
-8
/
+4
2025-09-19
pid: use ns_capable_noaudit() when determining net sysctl permissions
Christian Göttsche
1
-1
/
+1
2025-09-18
bpf: Move the signature kfuncs to helpers.c
KP Singh
2
-183
/
+166
2025-09-18
bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FD
KP Singh
2
-0
/
+36
2025-09-18
bpf: Implement exclusive map creation
KP Singh
2
-4
/
+33
2025-09-18
bpf: Update the bpf_prog_calc_tag to use SHA256
KP Singh
2
-4
/
+3
2025-09-18
bpf: Enforce RCU protection for KF_RCU_PROTECTED
Kumar Kartikeya Dwivedi
1
-0
/
+10
2025-09-18
Merge tag 'trace-rv-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
2
-2
/
+6
2025-09-18
smp: Fix up and expand the smp_call_function_many() kerneldoc
Rafael J. Wysocki
1
-6
/
+5
2025-09-18
sched_ext: Add migration-disabled counter to error state dump
Andrea Righi
1
-1
/
+2
2025-09-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-21
/
+44
2025-09-17
Merge tag 'probes-fixes-v6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-0
/
+2
2025-09-18
tracing: kprobe-event: Fix null-ptr-deref in trace_kprobe_create_internal()
Wang Liang
1
-0
/
+2
2025-09-17
Merge tag 'sched_ext-for-6.17-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
2
-6
/
+2
2025-09-17
Merge tag 'cgroup-for-6.17-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
1
-7
/
+37
2025-09-17
cpuset: use partition_cpus_change for setting exclusive cpus
Chen Ridong
1
-27
/
+2
2025-09-17
cpuset: use parse_cpulist for setting cpus.exclusive
Chen Ridong
1
-16
/
+9
2025-09-17
cpuset: introduce partition_cpus_change
Chen Ridong
1
-26
/
+38
2025-09-17
cpuset: refactor cpus_allowed_validate_change
Chen Ridong
1
-39
/
+45
2025-09-17
cpuset: refactor out validate_partition
Chen Ridong
1
-12
/
+36
2025-09-17
cpuset: introduce cpus_excl_conflict and mems_excl_conflict helpers
Chen Ridong
1
-30
/
+44
2025-09-17
cpuset: refactor CPU mask buffer parsing logic
Chen Ridong
1
-29
/
+30
2025-09-17
cpuset: Refactor exclusive CPU mask computation logic
Chen Ridong
1
-38
/
+65
[prev]
[next]