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-28
ftrace: Make alloc_and_copy_ftrace_hash direct friendly
Jiri Olsa
1
-2
/
+9
2026-01-28
ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flag
Jiri Olsa
2
-32
/
+14
2026-01-27
bpf: Fix tcx/netkit detach permissions when prog fd isn't given
Guillaume Gonnet
1
-5
/
+2
2026-01-27
resource: Increase MAX_IORES_LEVEL to 8
Ilpo Järvinen
1
-1
/
+1
2026-01-27
bpf: add new BPF_CGROUP_ITER_CHILDREN control option
Matt Bobrowski
1
-5
/
+21
2026-01-27
kernel: debug: Add SPDX license ids to kdb files
Tim Bird
9
-27
/
+9
2026-01-27
irqdomain: Add parent field to struct irqchip_fwid
Lorenzo Pieralisi
1
-1
/
+13
2026-01-26
cgroup: use nodes_and() output where appropriate
Yury Norov
1
-4
/
+3
2026-01-26
kho: print which scratch buffer failed to be reserved
Pratyush Yadav (Google)
1
-4
/
+12
2026-01-26
bpf: explicitly align bpf_res_spin_lock
Finn Thain
1
-1
/
+0
2026-01-26
tsacct: skip all kernel threads
Mathieu Desnoyers
1
-1
/
+1
2026-01-26
kho: remove duplicate header file references
Long Wei
1
-1
/
+0
2026-01-26
kernel/fork: update obsolete use_mm references to kthread_use_mm
mingzhu.wang(王明珠)
1
-1
/
+1
2026-01-26
kho: relocate vmalloc preservation structure to KHO ABI header
Jason Miu
1
-15
/
+0
2026-01-26
kho: introduce KHO FDT ABI header
Jason Miu
1
-10
/
+9
2026-01-26
kho: docs: combine concepts and FDT documentation
Mike Rapoport (Microsoft)
1
-2
/
+1
2026-01-26
liveupdate: separate memfd support into LIVEUPDATE_MEMFD
Pasha Tatashin
1
-1
/
+16
2026-01-26
vmcoreinfo: make hwerr_data visible for debugging
Breno Leitao
1
-1
/
+5
2026-01-26
kho: kho_preserve_vmalloc(): don't return 0 when ENOMEM
Andrew Morton
1
-1
/
+3
2026-01-26
kho: init alloc tags when restoring pages from reserved memory
Ran Xiaokai
1
-0
/
+8
2026-01-26
tracing: Disable trace_printk buffer on warning too
Steven Rostedt
1
-0
/
+9
2026-01-26
ftrace: Introduce and use ENTRIES_PER_PAGE_GROUP macro
Guenter Roeck
1
-3
/
+4
2026-01-26
tracing: Have show_event_trigger/filter format a bit more in columns
Steven Rostedt
1
-4
/
+22
2026-01-26
ring-buffer: Use a housekeeping CPU to wake up waiters
Petr Tesarik
1
-3
/
+21
2026-01-26
tracing: Check the return value of tracing_update_buffers()
Steven Rostedt
1
-3
/
+4
2026-01-26
tracing: Add show_event_triggers to expose active event triggers
Aaron Tomlin
1
-0
/
+64
2026-01-26
tracing: Add show_event_filters to expose active event filters
Aaron Tomlin
1
-0
/
+58
2026-01-26
tracing: Replace use of system_wq with system_dfl_wq
Marco Crivellari
1
-1
/
+1
2026-01-26
tracing: Add bitmask-list option for human-readable bitmask display
Aaron Tomlin
3
-4
/
+56
2026-01-26
tracing: Remove redundant call to event_trigger_reset_filter() in event_hist_trigger_parse()
Steven Rostedt
1
-2
/
+0
2026-01-26
tracing: Properly process error handling in event_hist_trigger_parse()
Miaoqian Lin
1
-1
/
+1
2026-01-24
bpf: support fsession for bpf_session_cookie
Menglong Dong
1
-0
/
+20
2026-01-24
bpf: support fsession for bpf_session_is_return
Menglong Dong
2
-13
/
+39
2026-01-24
bpf: change prototype of bpf_session_{cookie,is_return}
Menglong Dong
2
-3
/
+7
2026-01-24
bpf: use the least significant byte for the nr_args in trampoline
Menglong Dong
2
-19
/
+26
2026-01-24
bpf: add fsession support
Menglong Dong
4
-12
/
+73
2026-01-24
Merge tag 'trace-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
4
-6
/
+21
2026-01-24
Merge tag 'timers-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-2
/
+2
2026-01-24
Merge tag 'sched-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-17
/
+7
2026-01-24
Merge tag 'perf-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+9
2026-01-23
Merge branch 'for-7.0/cxl-init' into cxl-for-next
Dave Jiang
1
-11
/
+60
2026-01-23
Merge branch 'rcu-nocb.20260123a'
Boqun Feng
3
-56
/
+29
2026-01-23
rcu/nocb: Extract nocb_defer_wakeup_cancel() helper
Joel Fernandes
1
-8
/
+11
2026-01-23
rcu/nocb: Remove dead callback overload handling
Joel Fernandes
1
-12
/
+0
2026-01-23
rcu/nocb: Remove unnecessary WakeOvfIsDeferred wake path
Joel Fernandes
3
-36
/
+18
2026-01-23
function_graph: Fix args pointer mismatch in print_graph_retval()
Donglin Peng
1
-1
/
+1
2026-01-23
tracing: Avoid possible signed 64-bit truncation
Ian Rogers
1
-4
/
+4
2026-01-23
tracing: Fix crash on synthetic stacktrace field usage
Steven Rostedt
2
-1
/
+16
2026-01-23
rqspinlock: Fix TAS fallback lock entry creation
Kumar Kartikeya Dwivedi
1
-3
/
+4
2026-01-23
sched/fair: Revert force wakeup preemption
Vincent Guittot
1
-10
/
+0
[prev]
[next]