index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2024-10-10
timekeeping: Add interfaces for handling timestamps with a floor value
Jeff Layton
-0
/
+104
2024-10-09
bpf: fix unpopulated name_len field in perf_event link info
Tyrone Wu
-7
/
+22
2024-10-09
bpf: use kvzmalloc to allocate BPF verifier environment
Rik van Riel
-2
/
+2
2024-10-09
tracing: Use atomic64_inc_return() in trace_clock_counter()
Uros Bizjak
-1
/
+1
2024-10-09
trace/trace_event_perf: remove duplicate samples on the first tracepoint event
Levi Yun
-0
/
+6
2024-10-09
bpf: Check the remaining info_cnt before repeating btf fields
Hou Tao
-4
/
+10
2024-10-09
Merge tag 'mm-hotfixes-stable-2024-10-09-15-46' of git://git.kernel.org/pub/s...
Linus Torvalds
-4
/
+16
2024-10-09
tracing/perf: Add might_fault check to syscall probes
Mathieu Desnoyers
-0
/
+2
2024-10-09
tracing/ftrace: Add might_fault check to syscall probes
Mathieu Desnoyers
-0
/
+2
2024-10-09
tracing/perf: disable preemption in syscall probe
Mathieu Desnoyers
-0
/
+12
2024-10-09
tracing/ftrace: disable preemption in syscall probe
Mathieu Desnoyers
-0
/
+12
2024-10-09
resource, kunit: fix user-after-free in resource_test_region_intersects()
Huang Ying
-4
/
+14
2024-10-09
kthread: unpark only parked kthread
Frederic Weisbecker
-0
/
+2
2024-10-09
ring-buffer: Do not have boot mapped buffers hook to CPU hotplug
Steven Rostedt
-3
/
+6
2024-10-09
locking/ww_mutex: Adjust to lockdep nest_lock requirements
Thomas Hellström
-3
/
+5
2024-10-09
bpf: Constify ctl_table argument of filter function
Thomas Weißschuh
-1
/
+1
2024-10-08
tracepoint: Remove SRCU protection
Steven Rostedt
-50
/
+1
2024-10-08
tracing: Remove definition of trace_*_rcuidle()
Steven Rostedt
-20
/
+6
2024-10-08
tracepoints: Use new static branch API
Josh Poimboeuf
-5
/
+5
2024-10-08
Merge tag 'sched_ext-for-6.12-rc2-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-19
/
+37
2024-10-08
bpf, lsm: Remove bpf_lsm_key_free hook
Thomas Weißschuh
-4
/
+0
2024-10-08
tracing: Remove TRACE_EVENT_FL_FILTERED logic
Zheng Yejian
-74
/
+20
2024-10-08
tracing/branch-profiler: Replace deprecated strncpy with strscpy
Justin Stitt
-4
/
+2
2024-10-08
ftrace: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())
Li Chen
-7
/
+3
2024-10-08
cgroup/rstat: Tracking cgroup-level niced CPU time
Joshua Hahn
-5
/
+14
2024-10-08
cgroup/bpf: use a dedicated workqueue for cgroup bpf destruction
Chen Ridong
-1
/
+18
2024-10-07
bpf: Fix memory leak in bpf_core_apply
Jiri Olsa
-0
/
+1
2024-10-07
sched_ext, scx_qmap: Add and use SCX_ENQ_CPU_SELECTED
Tejun Heo
-0
/
+1
2024-10-07
sched/core: Add ENQUEUE_RQ_SELECTED to indicate whether ->select_task_rq() wa...
Tejun Heo
-2
/
+9
2024-10-07
sched/core: Make select_task_rq() take the pointer to wake_flags instead of v...
Tejun Heo
-5
/
+8
2024-10-07
remove pointless includes of <linux/fdtable.h>
Al Viro
-7
/
+0
2024-10-07
get rid of ...lookup...fdget_rcu() family
Al Viro
-8
/
+2
2024-10-07
uprobes: fold xol_take_insn_slot() into xol_get_insn_slot()
Oleg Nesterov
-13
/
+4
2024-10-07
uprobes: kill xol_area->slot_count
Oleg Nesterov
-14
/
+15
2024-10-07
uprobes: deny mremap(xol_vma)
Oleg Nesterov
-13
/
+17
2024-10-07
uprobes: pass utask to xol_get_insn_slot() and xol_free_insn_slot()
Oleg Nesterov
-9
/
+8
2024-10-07
uprobes: move the initialization of utask->xol_vaddr from pre_ssout() to xol_...
Oleg Nesterov
-14
/
+8
2024-10-07
uprobes: simplify xol_take_insn_slot() and its caller
Oleg Nesterov
-13
/
+4
2024-10-07
uprobes: kill the unnecessary put_uprobe/xol_free_insn_slot in uprobe_free_ut...
Oleg Nesterov
-19
/
+5
2024-10-07
uprobes: sanitiize xol_free_insn_slot()
Oleg Nesterov
-12
/
+9
2024-10-07
uprobes: don't abuse get_utask() in pre_ssout() and prepare_uretprobe()
Oleg Nesterov
-11
/
+3
2024-10-07
uprobes: switch to RCU Tasks Trace flavor for better performance
Andrii Nakryiko
-22
/
+16
2024-10-07
sched/wait: Remove unused bit_wait_io_timeout
Dr. David Alan Gilbert
-14
/
+0
2024-10-07
sched/fair: fix the comment for PREEMPT_SHORT
Huang Shijie
-1
/
+1
2024-10-07
sched/fair: optimize the PLACE_LAG when se->vlag is zero
Huang Shijie
-1
/
+1
2024-10-07
sched/fair: remove the DOUBLE_TICK feature
Huang Shijie
-7
/
+0
2024-10-07
softirq: use bit waits instead of var waits.
NeilBrown
-10
/
+4
2024-10-07
sched: Document wait_var_event() family of functions and wake_up_var()
NeilBrown
-0
/
+30
2024-10-07
sched: Improve documentation for wake_up_bit/wait_on_bit family of functions
NeilBrown
-13
/
+21
2024-10-07
sched: change wake_up_bit() and related function to expect unsigned long *
NeilBrown
-6
/
+6
[prev]
[next]