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-11-02
timekeeping: Remove CONFIG_DEBUG_TIMEKEEPING
Thomas Gleixner
-105
/
+3
2024-11-02
kdb: Fix breakpoint enable to be silent if already enabled
Nir Lichtman
-2
/
+4
2024-11-02
kdb: Remove fallback interpretation of arbitrary numbers as hex
Nir Lichtman
-12
/
+4
2024-11-02
trace: kdb: Replace simple_strtoul with kstrtoul in kdb_ftdump
Yuran Pereira
-8
/
+5
2024-11-02
kdb: Replace the use of simple_strto with safer kstrto in kdb_main
Yuran Pereira
-48
/
+21
2024-11-01
bpf: ensure RCU Tasks Trace GP for sleepable raw tracepoint BPF links
Andrii Nakryiko
-2
/
+4
2024-11-01
bpf: decouple BPF link/attach hook and BPF program sleepable semantics
Andrii Nakryiko
-11
/
+28
2024-11-01
bpf: put bpf_link's program when link is safe to be deallocated
Andrii Nakryiko
-5
/
+17
2024-11-01
tracing: Replace strncpy() with strscpy() when copying comm
Jinjie Ruan
-4
/
+4
2024-11-01
tracing: Fix syscall tracepoint use-after-free
Mathieu Desnoyers
-4
/
+7
2024-11-01
tracing: Introduce tracepoint extended structure
Mathieu Desnoyers
-5
/
+4
2024-11-01
tracing: Remove TRACE_FLAG_IRQS_NOSUPPORT
Sebastian Andrzej Siewior
-1
/
+0
2024-11-01
bpf: Add open coded version of kmem_cache iterator
Namhyung Kim
-44
/
+110
2024-11-01
tracing: Document tracefs gid mount option
Kalesh Singh
-0
/
+4
2024-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-116
/
+171
2024-10-31
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-27
/
+66
2024-10-31
arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernate
David Woodhouse
-1
/
+4
2024-10-31
timers: Add missing READ_ONCE() in __run_timer_base()
Thomas Gleixner
-1
/
+2
2024-10-31
tick: Remove now unneeded low-res tick stop on CPUHP_AP_TICK_DYING
Frederic Weisbecker
-19
/
+6
2024-10-31
clockevents: Shutdown and unregister current clockevents at CPUHP_AP_TICK_DYING
Frederic Weisbecker
-23
/
+12
2024-10-31
clockevents: Improve clockevents_notify_released() comment
Frederic Weisbecker
-2
/
+10
2024-10-31
kprobes: Use struct_size() in __get_insn_slot()
Nathan Chancellor
-5
/
+1
2024-10-31
kprobes: Cleanup collect_one_slot() and __disable_kprobe()
Jinjie Ruan
-39
/
+40
2024-10-31
kprobes: Cleanup the config comment
Jinjie Ruan
-3
/
+3
2024-10-30
tracing: Replace multiple deprecated strncpy with memcpy
Justin Stitt
-4
/
+4
2024-10-30
tracing: Make percpu stack trace buffer invariant to PAGE_SIZE
Ryan Roberts
-1
/
+1
2024-10-30
ftrace: Show timings of how long nop patching took
Steven Rostedt
-7
/
+21
2024-10-30
uprobes: SRCU-protect uretprobe lifetime (with timeout)
Andrii Nakryiko
-35
/
+252
2024-10-30
uprobes: allow put_uprobe() from non-sleepable softirq context
Andrii Nakryiko
-4
/
+16
2024-10-30
sched/ext: Fix scx vs sched_delayed
Peter Zijlstra
-2
/
+12
2024-10-30
bpf: Use __u64 to save the bits in bits iterator
Hou Tao
-3
/
+30
2024-10-30
bpf: Check the validity of nr_words in bpf_iter_bits_new()
Hou Tao
-1
/
+9
2024-10-30
bpf: Add bpf_mem_alloc_check_size() helper
Hou Tao
-1
/
+13
2024-10-30
bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()
Hou Tao
-6
/
+5
2024-10-29
bpf: disallow 40-bytes extra stack for bpf_fastcall patterns
Eduard Zingerman
-12
/
+2
2024-10-29
Merge tag 'cgroup-for-6.12-rc5-fixes' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-3
/
+20
2024-10-29
Merge tag 'sched_ext-for-6.12-rc5-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-12
/
+17
2024-10-29
bpf: Fix out-of-bounds write in trie_get_next_key()
Byeonguk Jeong
-1
/
+1
2024-10-29
sched_ext: Introduce NUMA awareness to the default idle selection policy
Andrea Righi
-17
/
+119
2024-10-29
bpf: Force checkpoint when jmp history is too long
Eduard Zingerman
-3
/
+6
2024-10-29
sched: Pass correct scheduling policy to __setscheduler_class
Aboorva Devarajan
-11
/
+11
2024-10-29
ftrace: Use guard to take ftrace_lock in ftrace_graph_set_hash()
Steven Rostedt
-11
/
+4
2024-10-29
ftrace: Use guard to take the ftrace_lock in release_probe()
Steven Rostedt
-2
/
+1
2024-10-29
ftrace: Use guard to lock ftrace_lock in cache_mod()
Steven Rostedt
-11
/
+6
2024-10-29
ftrace: Use guard for match_records()
Steven Rostedt
-12
/
+6
2024-10-29
fgraph: Use guard(mutex)(&ftrace_lock) for unregister_ftrace_graph()
Steven Rostedt
-6
/
+4
2024-10-29
fgraph: Give ret_stack its own kmem cache
Steven Rostedt
-5
/
+28
2024-10-29
fgraph: Separate size of ret_stack from PAGE_SIZE
Steven Rostedt
-1
/
+1
2024-10-29
Merge tag 'ftrace-v6.12-rc4' into trace/ftrace/core
Steven Rostedt
-15
/
+26
2024-10-29
posix-timers: Add proper state tracking
Thomas Gleixner
-17
/
+28
[prev]
[next]