index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-29
itimers: Add tracepoints for itimer
Xiao Guangrong
2
-1
/
+11
2009-08-29
hrtimer: Add tracepoint for hrtimers
Xiao Guangrong
1
-8
/
+32
2009-08-29
timers: Add tracepoints for timer_list timers
Xiao Guangrong
1
-4
/
+28
2009-08-29
lockdep: Remove recursion stattistics
Ming Lei
2
-12
/
+0
2009-08-29
perf_counter: Fix /0 bug in swcounters
Peter Zijlstra
1
-0
/
+1
2009-08-29
Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
3
-43
/
+52
2009-08-29
Merge branch 'timers/posixtimers' into timers/tracing
Thomas Gleixner
4
-157
/
+175
2009-08-28
pktgen: spin using hrtimer
Stephen Hemminger
1
-0
/
+2
2009-08-28
modules: Fix build error in the !CONFIG_KALLSYMS case
Ingo Molnar
1
-2
/
+5
2009-08-28
clocksource: Resolve cpu hotplug dead lock with TSC unstable
Thomas Gleixner
1
-3
/
+30
2009-08-28
perf_counters: Increase paranoia level
Ingo Molnar
1
-1
/
+1
2009-08-28
sched: Fix division by zero - really
Peter Zijlstra
1
-21
/
+29
2009-08-27
tracing: only show tracing_max_latency when latency tracer configured
Steven Rostedt
2
-42
/
+52
2009-08-27
tracing: remove legacy select of MARKERS by context switch tracing
Steven Rostedt
1
-1
/
+0
2009-08-27
module: workaround duplicate section names
James Bottomley
1
-1
/
+2
2009-08-27
module: fix BUG_ON() for powerpc (and other function descriptor archs)
Rusty Russell
1
-2
/
+4
2009-08-27
genirq: Do not mask oneshot edge type interrupts
Thomas Gleixner
1
-7
/
+2
2009-08-27
tracing: Remove unneeded pointer casts
Frederic Weisbecker
1
-2
/
+2
2009-08-27
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
6
-28
/
+43
2009-08-27
tracing: Restore the const qualifier for field names and types definition
Frederic Weisbecker
2
-4
/
+4
2009-08-26
clone(): fix race between copy_process() and de_thread()
Oleg Nesterov
1
-15
/
+5
2009-08-27
tracing/kprobes: Dump the culprit kprobe in case of kprobe recursion
Frederic Weisbecker
1
-0
/
+7
2009-08-27
tracing/kprobes: Change trace_arg to probe_arg
Masami Hiramatsu
1
-9
/
+9
2009-08-27
tracing/kprobes: Fix format typo in trace_kprobes
Masami Hiramatsu
1
-1
/
+1
2009-08-27
tracing: Add kprobes event profiling interface
Masami Hiramatsu
1
-0
/
+43
2009-08-27
tracing: Kprobe tracer assigns new event ids for each event
Masami Hiramatsu
2
-42
/
+15
2009-08-27
tracing: Generate names for each kprobe event automatically
Masami Hiramatsu
2
-49
/
+33
2009-08-27
tracing: Kprobe-tracer supports more than 6 arguments
Masami Hiramatsu
1
-8
/
+13
2009-08-27
tracing: Add kprobe-based event tracer
Masami Hiramatsu
5
-0
/
+1263
2009-08-26
Merge branch 'x86/urgent' into x86/pat
H. Peter Anvin
54
-609
/
+1143
2009-08-26
net: Temporarily backout SKB sources tracer.
David S. Miller
4
-185
/
+0
2009-08-27
tracing: Introduce TRACE_FIELD_ZERO() macro
Masami Hiramatsu
2
-10
/
+10
2009-08-27
tracing: Ftrace dynamic ftrace_event_call support
Masami Hiramatsu
3
-56
/
+103
2009-08-26
tracing: Convert event tracing code to use NR_syscalls
Jason Baron
1
-12
/
+12
2009-08-26
tracing: Don't trace kernel thread syscalls
Hendrik Brueckner
1
-1
/
+3
2009-08-26
tracing: Check invalid syscall nr while tracing syscalls
Hendrik Brueckner
1
-0
/
+4
2009-08-26
Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
3
-18
/
+23
2009-08-26
timer.c: Fix S/390 comments
Randy Dunlap
1
-2
/
+2
2009-08-26
ftrace: Move setting of clock-source out of options
Zhaolei
2
-20
/
+79
2009-08-26
tracing/filters: Support filtering for char * strings
Li Zefan
1
-3
/
+23
2009-08-26
tracing/filters: Add __field_ext() to TRACE_EVENT
Li Zefan
4
-14
/
+17
2009-08-26
tracing/filters: Add filter_type to struct ftrace_event_field
Li Zefan
3
-9
/
+18
2009-08-26
tracing: Create generic syscall TRACE_EVENTs
Josh Stone
1
-8
/
+9
2009-08-26
tracing: Move tracepoint callbacks from declaration to definition
Josh Stone
1
-5
/
+9
2009-08-26
tracing: Make syscall tracepoints conditional
Josh Stone
1
-1
/
+1
2009-08-26
tracing: Rename FTRACE_SYSCALLS for tracepoints
Josh Stone
2
-4
/
+4
2009-08-25
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-1
/
+1
2009-08-25
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-11
/
+14
2009-08-25
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-16
/
+13
2009-08-25
rcu: Add #ifdef to suppress __rcu_offline_cpu() warning in !HOTPLUG_CPU builds
Paul E. McKenney
1
-0
/
+2
[prev]
[next]