aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw-breakpoints: fix undeclared ksym_tracer_mutexFrederic Weisbecker2009-06-031-2/+2
* hw-breakpoints: reset bits in dr6 after the corresponding exception is handledK.Prasad2009-06-025-6/+34
* hw-breakpoints: ftrace plugin for kernel symbol tracing using HW Breakpoint i...K.Prasad2009-06-025-0/+623
* hw-breakpoints: sample HW breakpoint over kernel data addressK.Prasad2009-06-024-1/+92
* hw-breakpoints: cleanup HW Breakpoint registers before kexecK.Prasad2009-06-022-0/+4
* hw-breakpoints: modify Ptrace routines to access breakpoint registersK.Prasad2009-06-021-90/+141
* hw-breakpoints: modify signal handling code to refrain from re-enabling HW Br...K.Prasad2009-06-021-9/+0
* hw-breakpoints: use the new wrapper routines to access debug registers in pro...K.Prasad2009-06-023-16/+65
* hw-breakpoints: use wrapper routines around debug registers in processor rela...K.Prasad2009-06-023-19/+9
* hw-breakpoints: modifying generic debug exception to use thread-specific debu...K.Prasad2009-06-021-45/+24
* hw-breakpoints: x86 architecture implementation of Hardware Breakpoint interf...K.Prasad2009-06-023-1/+384
* hw-breakpoints: introducing generic hardware breakpoint handler interfacesK.Prasad2009-06-023-0/+383
* hw-breakpoints: prepare the code for Hardware Breakpoint interfacesK.Prasad2009-06-029-32/+255
* tracing/stat: remove unappropriate safe walk on listFrederic Weisbecker2009-06-021-2/+2
* tracing/stat: do some cleanupsLi Zefan2009-06-021-33/+21
* tracing/stat: remember to free root nodeLi Zefan2009-06-021-2/+2
* tracing/stat: change dummpy_cmp() to return -1Li Zefan2009-06-021-1/+1
* tracing/stat: replace linked list by an rbtree for sortingFrederic Weisbecker2009-06-021-40/+100
* tracing/stat: replace trace_stat_session by stat_sessionFrederic Weisbecker2009-06-021-14/+14
* trace_workqueue: remove blank line between each cpuZhaolei2009-06-021-7/+0
* trace_workqueue: remove cpu_workqueue_stats->first_entryZhaolei2009-06-021-4/+0
* trace_workqueue: use list_for_each_entry() instead of list_for_each_entry_safe()Zhaolei2009-06-021-6/+4
* ftrace, workqueuetrace: make workqueue tracepoints use TRACE_EVENT macroZhaolei2009-06-024-35/+103
* ftrace: don't convert function's local variable name in macroZhaolei2009-05-281-10/+10
* trace: disable preemption before taking raw spinlocksHeiko Carstens2009-05-281-0/+2
* tracing: convert irq events to use __print_symbolicSteven Rostedt2009-05-261-6/+17
* tracing: add __print_symbolic to trace eventsSteven Rostedt2009-05-263-0/+36
* tracing: add flag output for kmem eventsSteven Rostedt2009-05-261-8/+45
* tracing: add previous task state info to sched switch eventSteven Rostedt2009-05-261-1/+8
* tracing: add __print_flags for eventsSteven Rostedt2009-05-263-1/+65
* ftrace: clean up of using ftrace_event_enable_disable()Zhaolei2009-05-261-30/+14
* ftrace: Add task_comm support for trace_eventZhaolei2009-05-262-2/+13
* kmemtrace: fix kernel parameter documentationPekka Enberg2009-05-261-10/+0
* tracing/events: change the type of __str_loc_item to unsigned shortLi Zefan2009-05-261-1/+1
* tracing: add trace_event_read_lock()Lai Jiangshan2009-05-253-7/+28
* ftrace: fix check for return value of register_module_notifier in event_trace...Ming Lei2009-05-201-1/+1
* blktrace: remove debugfs entries on bad pathStefan Raspl2009-05-191-0/+1
* tracing/events: Documentation updatesLi Zefan2009-05-191-102/+57
* tracing: fix check for return value of register_module_notifierMing Lei2009-05-181-1/+1
* Merge commit 'v2.6.30-rc6' into tracing/coreIngo Molnar2009-05-18457-6482/+8397
|\
| * Linux 2.6.30-rc6Linus Torvalds2009-05-151-1/+1
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-05-153-3/+10
| |\
| | * PCI MSI: Fix MSI-X with NIU cardsMatthew Wilcox2009-05-111-2/+6
| | * PCI: Fix pci-e port driver slot_reset bad default return valueZhang, Yanmin2009-05-052-1/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6Linus Torvalds2009-05-153-4/+7
| |\ \
| | * | Bluetooth: Don't trigger disconnect timeout for security mode 3 pairingMarcel Holtmann2009-05-091-1/+1
| | * | Bluetooth: Don't use hci_acl_connect_cancel() for incoming connectionsMarcel Holtmann2009-05-091-3/+1
| | * | Bluetooth: Fix wrong module refcount when connection setup failsMarcel Holtmann2009-05-092-0/+5
| * | | Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-05-1513-24/+175
| |\ \ \
| | * | | drm/i915: Add new GET_PIPE_FROM_CRTC_ID ioctl.Carl Worth2009-05-144-0/+44