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-12-18
cpuset: fix warning when disabling remote partition
Chen Ridong
1
-5
/
+16
2025-12-18
test-ww_mutex: Allow test to be run (and re-run) from userland
John Stultz
1
-2
/
+49
2025-12-18
test-ww_mutex: Move work to its own UNBOUND workqueue
John Stultz
1
-2
/
+2
2025-12-18
test-ww_mutex: Extend ww_mutex tests to test both classes of ww_mutexes
John Stultz
1
-41
/
+73
2025-12-17
ftrace: Fix address for jmp mode in t_show()
Menglong Dong
1
-2
/
+5
2025-12-17
tracing: Fix UBSAN warning in __remove_instance()
Darrick J. Wong
1
-1
/
+1
2025-12-17
tracing: Do not register unsupported perf events
Steven Rostedt
1
-0
/
+2
2025-12-17
perf: Clean up mediated vPMU accounting
Peter Zijlstra
1
-2
/
+7
2025-12-17
unwind_user/fp: Use dummies instead of ifdef
Jens Remus
1
-4
/
+0
2025-12-17
unwind_user: Enhance comments on get CFA, FP, and RA
Jens Remus
1
-4
/
+4
2025-12-17
perf/x86/core: Register a new vector for handling mediated guest PMIs
Sean Christopherson
1
-2
/
+7
2025-12-17
perf: Add APIs to load/put guest mediated PMU context
Kan Liang
1
-0
/
+61
2025-12-17
perf: Add a EVENT_GUEST flag
Kan Liang
1
-51
/
+179
2025-12-17
perf: Clean up perf ctx time
Kan Liang
1
-38
/
+32
2025-12-17
perf: Add APIs to create/release mediated guest vPMUs
Kan Liang
1
-0
/
+82
2025-12-17
perf: Move security_perf_event_free() call to __free_event()
Sean Christopherson
1
-2
/
+2
2025-12-17
perf: Add generic exclude_guest support
Kan Liang
1
-7
/
+8
2025-12-17
perf: Skip pmu_ctx based on event_type
Kan Liang
1
-34
/
+40
2025-12-17
sched: Fix faulty assertion in sched_change_end()
Peter Zijlstra
1
-16
/
+17
2025-12-17
sched/core: Rework sched_class::wakeup_preempt() and rq_modified_*()
Peter Zijlstra
8
-60
/
+54
2025-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1
Alexei Starovoitov
106
-2655
/
+6890
2025-12-17
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
3
-8
/
+66
2025-12-16
sched_ext: fix uninitialized ret on alloc_percpu() failure
Liang Jie
1
-1
/
+3
2025-12-16
bpf/verifier: Do not limit maximum direct offset into arena map
Emil Tsalapatis
1
-5
/
+0
2025-12-16
audit: include source and destination ports to NETFILTER_PKT
Ricardo Robaina
1
-4
/
+99
2025-12-16
audit: add audit_log_nf_skb helper function
Ricardo Robaina
1
-0
/
+64
2025-12-16
Merge tag 'sched_ext-for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
1
-24
/
+48
2025-12-16
Merge tag 'cgroup-for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
1
-5
/
+8
2025-12-15
genirq: Add interrupt redirection infrastructure
Radu Rendec
3
-5
/
+118
2025-12-15
genirq: Remove setup_percpu_irq()
Marc Zyngier
1
-30
/
+0
2025-12-15
genirq: Remove __request_percpu_irq() helper
Marc Zyngier
1
-10
/
+5
2025-12-15
genirq: Remove IRQ timing tracking infrastructure
Marc Zyngier
6
-1081
/
+0
2025-12-15
time/timecounter: Inline timecounter_cyc2time()
Eric Dumazet
1
-35
/
+0
2025-12-15
sched_ext: Remove unused code in the do_pick_task_scx()
Zqiang
1
-6
/
+2
2025-12-15
printk/nbcon: Restore IRQ in atomic flush after each emitted record
Petr Mladek
1
-20
/
+18
2025-12-15
printk: nbcon: Check for device_{lock,unlock} callbacks
Marcos Paulo de Souza
1
-2
/
+5
2025-12-15
pid: only take pidmap_lock once on alloc
Mateusz Guzik
1
-46
/
+85
2025-12-15
PM: sleep: Do not flag runtime PM workqueue as freezable
Rafael J. Wysocki
1
-1
/
+1
2025-12-15
sched/fair: Sort out 'blocked_load*' namespace noise
Ingo Molnar
1
-20
/
+20
2025-12-15
sched/fair: Introduce and use the vruntime_cmp() and vruntime_op() wrappers for wrapped-signed aritmetics
Ingo Molnar
1
-15
/
+51
2025-12-15
sched/fair: Rename cfs_rq::avg_vruntime to ::sum_w_vruntime, and helper functions
Ingo Molnar
2
-14
/
+14
2025-12-15
sched/fair: Rename cfs_rq::avg_load to cfs_rq::sum_weight
Ingo Molnar
2
-9
/
+9
2025-12-15
sched/fair: Clean up comments in 'struct cfs_rq'
Ingo Molnar
1
-6
/
+6
2025-12-15
sched/fair: Join two #ifdef CONFIG_FAIR_GROUP_SCHED blocks
Ingo Molnar
1
-6
/
+4
2025-12-14
sched/core: Add assertions to QUEUE_CLASS
Peter Zijlstra
2
-0
/
+14
2025-12-14
sched/fair: Limit hrtick work
Peter Zijlstra
1
-0
/
+6
2025-12-14
sched/fair: Remove superfluous rcu_read_lock()
Peter Zijlstra
1
-8
/
+1
2025-12-14
sched/fair: Switch to rcu_dereference_all()
Peter Zijlstra
2
-25
/
+25
2025-12-14
sched/headers: Rename rcu_dereference_check_sched_domain() => rcu_dereference_sched_domain()
Peter Zijlstra
2
-3
/
+3
2025-12-14
sched/fair: Avoid rq->lock bouncing in sched_balance_newidle()
Peter Zijlstra
1
-9
/
+18
[prev]
[next]