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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-28
tomoyo: Use scoped init guard
Marco Elver
1
-1
/
+1
2026-01-28
crypto: Use scoped init guard
Marco Elver
2
-2
/
+2
2026-01-28
kcov: Use scoped init guard
Marco Elver
1
-1
/
+1
2026-01-28
compiler-context-analysis: Introduce scoped init guards
Marco Elver
9
-18
/
+70
2026-01-28
cleanup: Make __DEFINE_LOCK_GUARD handle commas in initializers
Marco Elver
1
-4
/
+4
2026-01-28
Merge branch 'ftrace-bpf-use-single-direct-ops-for-bpf-trampolines'
Andrii Nakryiko
6
-75
/
+632
2026-01-28
bpf,x86: Use single ftrace_ops for direct calls
Jiri Olsa
4
-31
/
+200
2026-01-28
ftrace: Factor ftrace_ops ops_func interface
Jiri Olsa
3
-5
/
+6
2026-01-28
bpf: Add trampoline ip hash table
Jiri Olsa
2
-13
/
+24
2026-01-28
ftrace: Add update_ftrace_direct_mod function
Jiri Olsa
2
-0
/
+100
2026-01-28
ftrace: Add update_ftrace_direct_del function
Jiri Olsa
2
-0
/
+133
2026-01-28
ftrace: Add update_ftrace_direct_add function
Jiri Olsa
2
-0
/
+147
2026-01-28
ftrace: Export some of hash related functions
Jiri Olsa
2
-7
/
+15
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
3
-33
/
+14
2026-01-28
ASoC: soc-core: add lockdep_assert_held() at snd_soc_unregister_dai()
Kuninori Morimoto
1
-0
/
+2
2026-01-28
Merge tag 'nvme-6.19-2026-01-28' of git://git.infradead.org/nvme into block-6.19
Jens Axboe
2
-3
/
+4
2026-01-28
HID: sony: Use pm_ptr instead of #ifdef CONFIG_PM
Bastien Nocera
1
-9
/
+3
2026-01-28
HID: wacom: Use pm_ptr instead of #ifdef CONFIG_PM
Bastien Nocera
1
-6
/
+2
2026-01-28
HID: uclogic: Use pm_ptr instead of #ifdef CONFIG_PM
Bastien Nocera
1
-6
/
+2
2026-01-28
HID: hid-sensor-hub: Use pm_ptr instead of #ifdef CONFIG_PM
Bastien Nocera
1
-7
/
+3
2026-01-28
HID: picolcd_core: Use pm_ptr instead of #ifdef CONFIG_PM
Bastien Nocera
1
-7
/
+3
2026-01-28
HID: nintendo: Use pm_ptr instead of #ifdef CONFIG_PM
Bastien Nocera
1
-9
/
+2
2026-01-28
HID: logitech-dj: Use pm_ptr instead of #ifdef CONFIG_PM
Bastien Nocera
1
-5
/
+1
2026-01-28
HID: lenovo: Use pm_ptr instead of #ifdef CONFIG_PM
Bastien Nocera
1
-5
/
+1
2026-01-28
HID: asus: Use pm_ptr instead of #ifdef CONFIG_PM
Bastien Nocera
1
-4
/
+2
2026-01-28
HID: appletb-kbd: Use pm_ptr instead of #ifdef CONFIG_PM
Bastien Nocera
1
-6
/
+2
2026-01-28
HID: hid-alps: Use pm_ptr instead of #ifdef CONFIG_PM
Bastien Nocera
1
-4
/
+2
2026-01-28
perf jevents: Validate that all names given an Event
Ian Rogers
1
-0
/
+36
2026-01-28
perf jevents: Add cycles breakdown metric for arm64/AMD/Intel
Ian Rogers
5
-2
/
+28
2026-01-28
perf jevents: Add mesh bandwidth saturation metric for Intel
Ian Rogers
1
-0
/
+17
2026-01-28
perf jevents: Add upi_bw metric for Intel
Ian Rogers
1
-0
/
+22
2026-01-28
perf jevents: Add local/remote miss latency metrics for Intel
Ian Rogers
1
-3
/
+67
2026-01-28
perf jevents: Add C-State metrics from the PCU PMU for Intel
Ian Rogers
1
-0
/
+30
2026-01-28
perf jevents: Add dir breakdown metrics for Intel
Ian Rogers
1
-0
/
+36
2026-01-28
perf jevents: Add local/remote "mem" breakdown metrics for Intel
Ian Rogers
1
-0
/
+31
2026-01-28
perf jevents: Add mem_bw metric for Intel
Ian Rogers
1
-0
/
+62
2026-01-28
perf jevents: Add Miss Level Parallelism (MLP) metric for Intel
Ian Rogers
1
-0
/
+15
2026-01-28
perf jevents: Add FPU metrics for Intel
Ian Rogers
1
-0
/
+97
2026-01-28
perf jevents: Add context switch metrics for Intel
Ian Rogers
1
-0
/
+58
2026-01-28
perf jevents: Add ILP metrics for Intel
Ian Rogers
1
-0
/
+40
2026-01-28
perf jevents: Add load store breakdown metrics ldst for Intel
Ian Rogers
1
-1
/
+86
2026-01-28
perf jevents: Add L2 metrics for Intel
Ian Rogers
1
-0
/
+170
2026-01-28
perf jevents: Add ports metric group giving utilization on Intel
Ian Rogers
1
-2
/
+33
2026-01-28
perf jevents: Add software prefetch (swpf) metric group for Intel
Ian Rogers
1
-0
/
+66
2026-01-28
perf jevents: Add br metric group for branch statistics on Intel
Ian Rogers
1
-0
/
+138
2026-01-28
perf jevents: Add tsx metric group for Intel models
Ian Rogers
1
-0
/
+50
2026-01-28
perf jevents: Mark metrics with experimental events as experimental
Ian Rogers
1
-0
/
+44
2026-01-28
perf jevents: Add smi metric group for Intel models
Ian Rogers
1
-2
/
+22
2026-01-28
perf jevents: Add CheckPmu to see if a PMU is in loaded JSON events
Ian Rogers
1
-0
/
+8
[prev]
[next]