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
2026-01-02
bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncs
Puranjay Mohan
6
-20
/
+20
2026-01-02
bpf: Make KF_TRUSTED_ARGS the default for all kfuncs
Puranjay Mohan
1
-11
/
+3
2026-01-02
dma-debug: track cache clean flag in entries
Michael S. Tsirkin
1
-5
/
+22
2026-01-01
rcutorture: Add context checks to rcu_torture_timer()
Paul E. McKenney
1
-0
/
+3
2026-01-01
rcutorture: Test rcu_tasks_trace_expedite_current()
Paul E. McKenney
1
-0
/
+1
2026-01-01
rcu: Add noinstr-fast rcu_read_{,un}lock_tasks_trace() APIs
Paul E. McKenney
1
-0
/
+23
2026-01-01
rcu: Move rcu_tasks_trace_srcu_struct out of #ifdef CONFIG_TASKS_RCU_GENERIC
Paul E. McKenney
2
-30
/
+14
2026-01-01
rcu: Clean up after the SRCU-fastification of RCU Tasks Trace
Paul E. McKenney
6
-117
/
+1
2026-01-01
context_tracking: Remove rcu_task_trace_heavyweight_{enter,exit}()
Paul E. McKenney
1
-20
/
+0
2026-01-01
rcu: Re-implement RCU Tasks Trace in terms of SRCU-fast
Paul E. McKenney
1
-602
/
+19
2025-12-31
dma-mapping: add DMA_ATTR_CPU_CACHE_CLEAN
Michael S. Tsirkin
1
-1
/
+2
2025-12-31
bpf: allow states pruning for misc/invalid slots in iterator loops
Eduard Zingerman
1
-6
/
+4
2025-12-30
bpf: bpf_scc_visit instance and backedges accumulation for bpf_loop()
Eduard Zingerman
1
-4
/
+9
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
1
-4
/
+12
2025-12-28
Merge tag 'sched_ext-for-6.19-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
1
-13
/
+10
2025-12-28
Merge tag 'cgroup-for-6.19-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
1
-5
/
+16
2025-12-28
PM: sleep: Fix suspend_test() at the TEST_CORE level
Rafael J. Wysocki
1
-3
/
+6
2025-12-26
Merge tag 'efi-fixes-for-v6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
Linus Torvalds
1
-0
/
+1
2025-12-26
irqdomain: Export irq_domain_free_irqs()
Aaron Kling
1
-0
/
+1
2025-12-24
kthread: Warn if mm_struct lacks user_ns in kthread_use_mm()
Breno Leitao
1
-0
/
+1
2025-12-23
bpf: arena: make arena kfuncs any context safe
Puranjay Mohan
2
-41
/
+217
2025-12-23
bpf: arena: use kmalloc_nolock() in place of kvcalloc()
Puranjay Mohan
1
-29
/
+55
2025-12-23
bpf: arena: populate vm_area without allocating memory
Puranjay Mohan
1
-10
/
+90
2025-12-23
kernel/kexec: fix IMA when allocation happens in CMA area
Pingfan Liu
1
-2
/
+7
2025-12-23
kernel/kexec: change the prototype of kimage_map_segment()
Pingfan Liu
1
-3
/
+6
2025-12-22
bpf: crypto: replace -EEXIST with -EBUSY
Daniel Gomez
1
-1
/
+1
2025-12-22
bpf: allow calling kfuncs from raw_tp programs
Puranjay Mohan
1
-0
/
+1
2025-12-22
sched_ext: Avoid multiple irq_work_queue() calls in destroy_dsq()
Zqiang
1
-2
/
+2
2025-12-22
sched_ext: Use the resched_cpu() to replace resched_curr() in the bypass_lb_node()
Zqiang
1
-7
/
+2
2025-12-22
cpuset: remove dead code in cpuset-v1.c
Chen Ridong
1
-4
/
+1
2025-12-22
module/decompress: Avoid open-coded kvrealloc()
Kees Cook
1
-5
/
+5
2025-12-22
module: Remove SHA-1 support for module signing
Petr Pavlu
1
-5
/
+0
2025-12-22
module: replace use of system_wq with system_dfl_wq
Marco Crivellari
1
-2
/
+2
2025-12-22
params: Replace __modinit with __init_or_module
Petr Pavlu
1
-10
/
+5
2025-12-21
Merge tag 'irq-urgent-2025-12-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2025-12-21
bpf: annotate file argument as __nullable in bpf_lsm_mmap_file
Matt Bobrowski
3
-3
/
+33
2025-12-21
bpf: arm64: Optimize recursion detection by not using atomics
Puranjay Mohan
1
-1
/
+2
2025-12-21
bpf: move recursion detection logic to helpers
Puranjay Mohan
2
-6
/
+6
2025-12-19
sched_ext: Fix some comments in ext.c
Zqiang
1
-5
/
+5
2025-12-19
sched/fair: Fix sched_avg fold
Peter Zijlstra
1
-2
/
+4
2025-12-19
perf: Use EXPORT_SYMBOL_FOR_KVM() for the mediated APIs
Peter Zijlstra
1
-2
/
+3
2025-12-19
irqdomain: Fix up const problem in irq_domain_set_name()
Greg Kroah-Hartman
1
-1
/
+1
2025-12-19
Merge tag 'trace-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
3
-3
/
+8
2025-12-19
Merge tag 'net-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-0
/
+2
2025-12-18
cpuset: remove v1-specific code from generate_sched_domains
Chen Ridong
3
-129
/
+28
2025-12-18
cpuset: separate generate_sched_domains for v1 and v2
Chen Ridong
3
-27
/
+185
2025-12-18
cpuset: move update_domain_attr_tree to cpuset_v1.c
Chen Ridong
3
-34
/
+36
2025-12-18
cpuset: add cpuset1_init helper for v1 initialization
Chen Ridong
3
-7
/
+14
2025-12-18
cpuset: add cpuset1_online_css helper for v1-specific operations
Chen Ridong
3
-38
/
+51
2025-12-18
cpuset: add lockdep_assert_cpuset_lock_held helper
Chen Ridong
1
-0
/
+5
[prev]
[next]