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
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-01
tracing: eprobe: Cleanup eprobe event using __free()
Masami Hiramatsu (Google)
1
-41
/
+30
2025-11-01
tracing: probes: Use __free() for trace_probe_log
Masami Hiramatsu (Google)
4
-9
/
+9
2025-11-01
tracing: fprobe: use rhltable for fprobe_ip_table
Menglong Dong
1
-66
/
+91
2025-10-31
Merge back system sleep material for 6.19
Rafael J. Wysocki
5
-29
/
+117
2025-10-31
nstree: simplify return
Christian Brauner
1
-5
/
+0
2025-10-31
cgroup: add cgroup namespace to tree after owner is set
Christian Brauner
1
-1
/
+1
2025-10-30
Merge tag 'pm-6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
4
-10
/
+18
2025-10-30
Merge branches 'pm-cpuidle' and 'pm-sleep'
Rafael J. Wysocki
4
-10
/
+18
2025-10-30
freezer: Clarify that only cgroup1 freezer uses PM freezer
Tejun Heo
2
-2
/
+2
2025-10-30
PM: hibernate: add sysfs interface for hibernate_compression_threads
Xueqin Luo
1
-0
/
+38
2025-10-30
PM: hibernate: make compression threads configurable
Xueqin Luo
1
-4
/
+21
2025-10-30
PM: hibernate: dynamically allocate crc->unc_len/unc for configurable threads
Xueqin Luo
1
-14
/
+44
2025-10-30
printk/nbcon: Release nbcon consoles ownership in atomic flush after each emi...
Petr Mladek
1
-4
/
+5
2025-10-30
printk/nbcon/panic: Allow printk kthread to sleep when the system is in panic
Petr Mladek
1
-2
/
+4
2025-10-30
printk/nbcon: Block printk kthreads when any CPU is in an emergency context
Petr Mladek
1
-1
/
+37
2025-10-29
bpf: Use kmalloc_nolock() in bpf streams
Puranjay Mohan
1
-151
/
+8
2025-10-29
rqspinlock: Disable queue destruction for deadlocks
Kumar Kartikeya Dwivedi
1
-0
/
+8
2025-10-29
PM: sleep: Allow pm_restrict_gfp_mask() stacking
Rafael J. Wysocki
2
-9
/
+17
2025-10-29
sched_ext: Allow scx_bpf_reenqueue_local() to be called from anywhere
Tejun Heo
2
-0
/
+32
2025-10-29
sched_ext: Factor out reenq_local() from scx_bpf_reenqueue_local()
Tejun Heo
1
-21
/
+29
2025-10-29
sched_ext: Split schedule_deferred() into locked and unlocked variants
Tejun Heo
1
-9
/
+24
2025-10-29
Merge branch 'for-6.18-fixes' into for-6.19
Tejun Heo
1
-1
/
+1
2025-10-29
sched_ext: Fix use of uninitialized variable in scx_bpf_cpuperf_set()
Andrea Righi
1
-1
/
+1
2025-10-29
printk_legacy_map: use LD_WAIT_CONFIG instead of LD_WAIT_SLEEP
Oleg Nesterov
1
-10
/
+7
2025-10-29
PM: EM: Add to em_pd_list only when no failure
Peng Fan
1
-1
/
+4
2025-10-29
perf: Support deferred user unwind
Peter Zijlstra
3
-5
/
+91
2025-10-29
unwind_user/x86: Teach FP unwind about start of function
Peter Zijlstra
1
-9
/
+30
2025-10-29
unwind: Implement compat fp unwind
Peter Zijlstra
1
-11
/
+29
2025-10-29
unwind: Simplify unwind_user_next_fp() alignment check
Peter Zijlstra
1
-3
/
+1
2025-10-29
unwind: Make unwind_task_info::unwind_mask consistent
Peter Zijlstra
1
-8
/
+9
2025-10-29
unwind: Simplify unwind_user_faultable()
Peter Zijlstra
1
-9
/
+6
2025-10-29
unwind: Clarify calling context
Peter Zijlstra
1
-0
/
+2
2025-10-29
unwind: Fix unwind_deferred_request() vs NMI
Peter Zijlstra
1
-3
/
+7
2025-10-29
unwind: Add comment to unwind_deferred_task_exit()
Peter Zijlstra
1
-1
/
+6
2025-10-29
task_work: Fix NMI race condition
Peter Zijlstra
1
-1
/
+7
2025-10-29
dma-mapping: remove unused map_page callback
Leon Romanovsky
2
-19
/
+1
2025-10-29
dma-mapping: remove unused mapping resource callbacks
Leon Romanovsky
1
-12
/
+4
2025-10-29
dma-mapping: convert dummy ops to physical address mapping
Leon Romanovsky
1
-7
/
+6
2025-10-29
dma-mapping: prepare dma_map_ops to conversion to physical address
Leon Romanovsky
2
-2
/
+14
2025-10-29
tools/dma: move dma_map_benchmark from selftests to tools/dma
Qinxin Xia
1
-1
/
+1
2025-10-29
Merge branch 'linus/master' into sched/core, to resolve conflict
Peter Zijlstra
17
-61
/
+196
2025-10-28
tracing: Have persistent ring buffer print syscalls normally
Steven Rostedt
1
-4
/
+23
2025-10-28
tracing: Check for printable characters when printing field dyn strings
Steven Rostedt
1
-2
/
+25
2025-10-28
tracing: Add parsing of flags to the sys_enter_openat trace event
Steven Rostedt
1
-10
/
+182
2025-10-28
tracing: Show printable characters in syscall arrays
Steven Rostedt
1
-0
/
+21
2025-10-28
tracing: Add a config and syscall_user_buf_size file to limit amount written
Steven Rostedt
4
-22
/
+97
2025-10-28
tracing: Allow syscall trace events to read more than one user parameter
Steven Rostedt
1
-108
/
+229
2025-10-28
tracing: Display some syscall arrays as strings
Steven Rostedt
1
-3
/
+19
2025-10-28
tracing: Have system call events record user array data
Steven Rostedt
1
-34
/
+87
2025-10-28
perf: tracing: Have perf system calls read user space
Steven Rostedt
1
-46
/
+90
[prev]
[next]