index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-13
cpuidle/poll: Ensure IRQs stay disabled after cpuidle_state::enter() calls
Peter Zijlstra
1
-1
/
+3
2023-01-13
x86/idle: Replace 'x86_idle' function pointer with a static_call
Peter Zijlstra
1
-22
/
+28
2023-01-13
x86/perf/amd: Remove tracing from perf_lopwr_cb()
Peter Zijlstra
2
-9
/
+6
2023-01-12
rseq: Increase AT_VECTOR_SIZE_BASE to match rseq auxvec entries
Mathieu Desnoyers
1
-1
/
+1
2023-01-12
selftests/rseq: Revert "selftests/rseq: Add mm_numa_cid to test script"
Mathieu Desnoyers
1
-5
/
+0
2023-01-11
sched/cputime: Fix IA64 build error of missing arch_vtime_task_switch() proto...
Ingo Molnar
1
-0
/
+1
2023-01-07
selftests/membarrier: Test MEMBARRIER_CMD_GET_REGISTRATIONS
Michal Clapinski
3
-2
/
+39
2023-01-07
sched/membarrier: Introduce MEMBARRIER_CMD_GET_REGISTRATIONS
Michal Clapinski
2
-1
/
+42
2023-01-07
cpufreq, sched/util: Optimize operations with single CPU capacity lookup
Lukasz Luba
1
-20
/
+23
2023-01-07
sched/core: Reorganize ttwu_do_wakeup() and ttwu_do_activate()
Chengming Zhou
1
-33
/
+31
2023-01-07
sched/core: Micro-optimize ttwu_runnable()
Chengming Zhou
1
-3
/
+10
2023-01-05
sched/documentation: Document the util clamp feature
Qais Yousef
3
-0
/
+745
2023-01-05
sched/topology: Add __init for sched_init_domains()
Bing Huang
1
-1
/
+1
2023-01-02
sched/rseq: Fix concurrency ID handling of usermodehelper kthreads
Mathieu Desnoyers
1
-3
/
+3
2022-12-27
cputime: remove cputime_to_nsecs fallback
Nicholas Piggin
4
-11
/
+6
2022-12-27
sched/core: Adjusting the order of scanning CPU
Hao Jia
2
-3
/
+3
2022-12-27
sched/numa: Stop an exhastive search if an idle core is found
Hao Jia
1
-1
/
+1
2022-12-27
sched: Make const-safe
Matthew Wilcox (Oracle)
3
-22
/
+24
2022-12-27
selftests/rseq: Add mm_numa_cid to test script
Mathieu Desnoyers
1
-0
/
+5
2022-12-27
tracing/rseq: Add mm_cid field to rseq_update
Mathieu Desnoyers
1
-1
/
+4
2022-12-27
selftests/rseq: parametrized test: Report/abort on negative concurrency ID
Mathieu Desnoyers
1
-0
/
+5
2022-12-27
selftests/rseq: Implement parametrized mm_cid test
Mathieu Desnoyers
4
-49
/
+122
2022-12-27
selftests/rseq: Implement basic percpu ops mm_cid test
Mathieu Desnoyers
3
-8
/
+44
2022-12-27
selftests/rseq: riscv: Template memory ordering and percpu access mode
Mathieu Desnoyers
2
-500
/
+437
2022-12-27
selftests/rseq: s390: Template memory ordering and percpu access mode
Mathieu Desnoyers
2
-466
/
+498
2022-12-27
selftests/rseq: ppc: Template memory ordering and percpu access mode
Mathieu Desnoyers
2
-579
/
+486
2022-12-27
selftests/rseq: mips: Template memory ordering and percpu access mode
Mathieu Desnoyers
2
-615
/
+487
2022-12-27
selftests/rseq: arm64: Template memory ordering and percpu access mode
Mathieu Desnoyers
2
-486
/
+422
2022-12-27
selftests/rseq: arm: Template memory ordering and percpu access mode
Mathieu Desnoyers
2
-670
/
+530
2022-12-27
selftests/rseq: x86: Template memory ordering and percpu access mode
Mathieu Desnoyers
6
-1150
/
+1241
2022-12-27
selftests/rseq: Implement rseq mm_cid field support
Mathieu Desnoyers
2
-0
/
+19
2022-12-27
selftests/rseq: Remove RSEQ_SKIP_FASTPATH code
Mathieu Desnoyers
9
-116
/
+0
2022-12-27
rseq: Extend struct rseq with per-memory-map concurrency ID
Mathieu Desnoyers
2
-1
/
+19
2022-12-27
sched: Introduce per-memory-map concurrency ID
Mathieu Desnoyers
9
-2
/
+198
2022-12-27
selftests/rseq: Implement rseq numa node id field selftest
Mathieu Desnoyers
4
-0
/
+58
2022-12-27
selftests/rseq: Use ELF auxiliary vector for extensible rseq
Mathieu Desnoyers
3
-12
/
+78
2022-12-27
rseq: Extend struct rseq with numa node id
Mathieu Desnoyers
3
-7
/
+24
2022-12-27
rseq: Introduce extensible rseq ABI
Mathieu Desnoyers
3
-8
/
+35
2022-12-27
rseq: Introduce feature size and alignment ELF auxiliary vector entries
Mathieu Desnoyers
3
-0
/
+12
2022-12-27
selftests/rseq: Fix: Fail thread registration when CONFIG_RSEQ=n
Mathieu Desnoyers
1
-2
/
+4
2022-12-27
sched: Async unthrottling for cfs bandwidth
Josh Don
2
-13
/
+150
2022-12-27
sched/topology: Add __init for init_defrootdomain
Bing Huang
1
-1
/
+1
2022-12-25
Linux 6.2-rc1
v6.2-rc1
Linus Torvalds
1
-2
/
+2
2022-12-25
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
69
-97
/
+97
2022-12-23
pstore: Properly assign mem_type property
Luca Stefani
1
-1
/
+1
2022-12-23
pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXES
John Stultz
1
-0
/
+1
2022-12-23
cfi: Fix CFI failure with KASAN
Sami Tolvanen
1
-3
/
+0
2022-12-22
perf python: Fix splitting CC into compiler and options
Arnaldo Carvalho de Melo
1
-2
/
+11
2022-12-22
afs: Stop implementing ->writepage()
David Howells
3
-37
/
+50
2022-12-22
afs: remove afs_cache_netfs and afs_zap_permits() declarations
Gaosheng Cui
1
-8
/
+0
[next]