index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-03
hw-breakpoints: sample HW breakpoint over kernel data address
K.Prasad
4
-1
/
+92
2009-06-03
hw-breakpoints: cleanup HW Breakpoint registers before kexec
K.Prasad
2
-0
/
+4
2009-06-03
hw-breakpoints: modify Ptrace routines to access breakpoint registers
K.Prasad
1
-90
/
+141
2009-06-03
hw-breakpoints: modify signal handling code to refrain from re-enabling HW Br...
K.Prasad
1
-9
/
+0
2009-06-03
hw-breakpoints: use the new wrapper routines to access debug registers in pro...
K.Prasad
3
-16
/
+65
2009-06-03
hw-breakpoints: use wrapper routines around debug registers in processor rela...
K.Prasad
3
-19
/
+9
2009-06-03
hw-breakpoints: modifying generic debug exception to use thread-specific debu...
K.Prasad
1
-45
/
+24
2009-06-03
hw-breakpoints: x86 architecture implementation of Hardware Breakpoint interf...
K.Prasad
3
-1
/
+384
2009-06-03
hw-breakpoints: introducing generic hardware breakpoint handler interfaces
K.Prasad
3
-0
/
+383
2009-06-03
hw-breakpoints: prepare the code for Hardware Breakpoint interfaces
K.Prasad
9
-32
/
+255
2009-06-02
tracing/stat: remove unappropriate safe walk on list
Frederic Weisbecker
1
-2
/
+2
2009-06-02
tracing/stat: do some cleanups
Li Zefan
1
-33
/
+21
2009-06-02
tracing/stat: remember to free root node
Li Zefan
1
-2
/
+2
2009-06-02
tracing/stat: change dummpy_cmp() to return -1
Li Zefan
1
-1
/
+1
2009-06-02
tracing/stat: replace linked list by an rbtree for sorting
Frederic Weisbecker
1
-40
/
+100
2009-06-02
tracing/stat: replace trace_stat_session by stat_session
Frederic Weisbecker
1
-14
/
+14
2009-06-02
trace_workqueue: remove blank line between each cpu
Zhaolei
1
-7
/
+0
2009-06-02
trace_workqueue: remove cpu_workqueue_stats->first_entry
Zhaolei
1
-4
/
+0
2009-06-02
trace_workqueue: use list_for_each_entry() instead of list_for_each_entry_safe()
Zhaolei
1
-6
/
+4
2009-06-02
ftrace, workqueuetrace: make workqueue tracepoints use TRACE_EVENT macro
Zhaolei
4
-35
/
+103
2009-05-28
ftrace: don't convert function's local variable name in macro
Zhaolei
1
-10
/
+10
2009-05-28
trace: disable preemption before taking raw spinlocks
Heiko Carstens
1
-0
/
+2
2009-05-26
tracing: convert irq events to use __print_symbolic
Steven Rostedt
1
-6
/
+17
2009-05-26
tracing: add __print_symbolic to trace events
Steven Rostedt
3
-0
/
+36
2009-05-26
tracing: add flag output for kmem events
Steven Rostedt
1
-8
/
+45
2009-05-26
tracing: add previous task state info to sched switch event
Steven Rostedt
1
-1
/
+8
2009-05-26
tracing: add __print_flags for events
Steven Rostedt
3
-1
/
+65
2009-05-26
ftrace: clean up of using ftrace_event_enable_disable()
Zhaolei
1
-30
/
+14
2009-05-26
ftrace: Add task_comm support for trace_event
Zhaolei
2
-2
/
+13
2009-05-26
kmemtrace: fix kernel parameter documentation
Pekka Enberg
1
-10
/
+0
2009-05-26
tracing/events: change the type of __str_loc_item to unsigned short
Li Zefan
1
-1
/
+1
2009-05-26
tracing: add trace_event_read_lock()
Lai Jiangshan
3
-7
/
+28
2009-05-20
ftrace: fix check for return value of register_module_notifier in event_trace...
Ming Lei
1
-1
/
+1
2009-05-19
blktrace: remove debugfs entries on bad path
Stefan Raspl
1
-0
/
+1
2009-05-19
tracing/events: Documentation updates
Li Zefan
1
-102
/
+57
2009-05-18
tracing: fix check for return value of register_module_notifier
Ming Lei
1
-1
/
+1
2009-05-18
Merge commit 'v2.6.30-rc6' into tracing/core
Ingo Molnar
457
-6482
/
+8397
2009-05-16
Linux 2.6.30-rc6
v2.6.30-rc6
Linus Torvalds
1
-1
/
+1
2009-05-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
3
-3
/
+10
2009-05-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6
Linus Torvalds
3
-4
/
+7
2009-05-16
Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
13
-24
/
+175
2009-05-15
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-66
/
+191
2009-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
Linus Torvalds
9
-33
/
+91
2009-05-15
libata: Media rotation rate and form factor heuristics
Martin K. Petersen
2
-5
/
+34
2009-05-15
libata: Report disk alignment and physical block size
Martin K. Petersen
1
-1
/
+22
2009-05-15
sata_fsl: Fix the command description of FSL SATA controller
Dave Liu
1
-3
/
+5
2009-05-15
sata_fsl: Fix compile warnings
Kumar Gala
1
-3
/
+4
2009-05-15
[libata] sata_sx4: fixup interrupt handling
David Milburn
1
-13
/
+9
2009-05-15
[libata] sata_sx4: convert to new exception handling methods
Jeff Garzik
1
-45
/
+121
2009-05-15
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
2
-6
/
+39
[next]