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-03-02
tracing: add print format to event trace format files
Steven Rostedt
1
-0
/
+2
2009-03-02
tracing: add trace name and id to event formats
Steven Rostedt
1
-1
/
+5
2009-03-02
tracing: add ftrace headers to event format files
Steven Rostedt
1
-1
/
+26
2009-03-02
tracing: add format file to describe event struct fields
Steven Rostedt
4
-1
/
+110
2009-03-02
tracing: make trace_seq_reset global and rename to trace_seq_init
Steven Rostedt
2
-12
/
+13
2009-03-02
tracing: add protection around modify trace event fields
Steven Rostedt
1
-0
/
+7
2009-03-02
tracing: add TRACE_FIELD_SPECIAL to record complex entries
Steven Rostedt
3
-0
/
+20
2009-02-28
tracing: add raw fast tracing interface for trace events
Steven Rostedt
2
-25
/
+181
2009-02-28
tracing: add raw trace point recording infrastructure
Steven Rostedt
7
-59
/
+350
2009-02-28
tracing: add interface to write into current tracer buffer
Steven Rostedt
2
-0
/
+20
2009-02-28
tracing: make the set_event and available_events subsystem aware
Steven Rostedt
1
-3
/
+40
2009-02-28
tracing: add subsystem level to trace events
Steven Rostedt
3
-0
/
+54
2009-02-28
tracing: move trace point formats to files in include/trace directory
Steven Rostedt
1
-8
/
+2
2009-02-27
tracing: replace kzalloc with kcalloc
Steven Rostedt
1
-1
/
+1
2009-02-27
tracing: use newline separator for trace options list
Steven Rostedt
1
-7
/
+6
2009-02-27
tracing: use pointer error returns for __tracing_open
Steven Rostedt
1
-22
/
+24
2009-02-26
tracing: add protection around open use of current_tracer
Steven Rostedt
1
-6
/
+14
2009-02-26
tracing: add tracer dependent options to options directory
Steven Rostedt
1
-1
/
+173
2009-02-26
tracing: add options directory and core option files
Steven Rostedt
1
-0
/
+117
2009-02-26
Merge branch 'sched/clock' into tracing/ftrace
Ingo Molnar
1
-24
/
+22
2009-02-26
sched: allow architectures to specify sched_clock_stable
Ingo Molnar
1
-25
/
+20
2009-02-26
tracing: implement trace_clock_*() APIs
Ingo Molnar
3
-3
/
+104
2009-02-26
sched: sched_clock() improvement: use in_nmi()
Ingo Molnar
1
-0
/
+8
2009-02-26
tracing, genirq: add irq enter and exit trace events
Jason Baron
2
-0
/
+8
2009-02-26
tracing/core: make the per cpu trace files in per cpu directories
Frederic Weisbecker
1
-11
/
+14
2009-02-26
Merge branch 'tip/tracing/ftrace' of ssh://master.kernel.org/pub/scm/linux/ke...
Ingo Molnar
1
-2
/
+2
2009-02-26
Merge branches 'tracing/ftrace', 'tracing/hw-branch-tracing' and 'linus' into...
Ingo Molnar
7
-45
/
+85
2009-02-25
tracing: rename DEFINE_TRACE_FMT to just TRACE_FORMAT
Steven Rostedt
1
-2
/
+2
2009-02-25
tracing/core: make the read callbacks reentrants
Frederic Weisbecker
2
-19
/
+85
2009-02-25
tracing/core: introduce per cpu tracing files
Frederic Weisbecker
2
-24
/
+147
2009-02-25
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
5
-0
/
+486
2009-02-25
tracing: remove /debug/tracing/latency_trace
Ingo Molnar
1
-5
/
+0
2009-02-25
tracing/hw-branch-tracing: convert bts-tracer mutex to a spinlock
Ingo Molnar
1
-29
/
+28
2009-02-24
tracing: make event directory structure
Steven Rostedt
2
-7
/
+137
2009-02-24
tracing: add schedule events to event trace
Steven Rostedt
2
-0
/
+14
2009-02-24
tracing: add event trace infrastructure
Steven Rostedt
4
-0
/
+342
2009-02-24
x86, ftrace: fix section mismatch in hw-branch-tracer
Markus Metzger
1
-4
/
+3
2009-02-24
Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc6' into tracing/core
Ingo Molnar
6
-12
/
+54
2009-02-22
PM: Split up sysdev_[suspend|resume] from device_power_[down|up]
Rafael J. Wysocki
3
-2
/
+24
2009-02-22
Merge branch 'tip/x86/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Ingo Molnar
1
-1
/
+32
2009-02-21
Merge branch 'hibernate'
Linus Torvalds
4
-10
/
+30
2009-02-21
PM: Fix suspend_console and resume_console to use only one semaphore
Arve Hjønnevåg
1
-6
/
+9
2009-02-21
PM: Wait for console in resume
Arve Hjønnevåg
1
-0
/
+6
2009-02-21
PM: Fix pm_notifiers during user mode hibernation
Andrey Borzenkov
1
-4
/
+4
2009-02-21
PM: fix build for CONFIG_PM unset
Rafael J. Wysocki
2
-1
/
+2
2009-02-21
PM/resume: wait for device probing to finish
Arjan van de Ven
1
-0
/
+11
2009-02-20
ftrace: break out modify loop immediately on detection of error
Steven Rostedt
1
-1
/
+4
2009-02-20
ftrace: allow archs to preform pre and post process for code modification
Steven Rostedt
1
-0
/
+28
2009-02-20
tracing/function-graph-tracer: make set_graph_function file support ftrace regex
Frederic Weisbecker
1
-18
/
+38
2009-02-19
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-1
/
+26
[next]