tip-bot for Robert Richter ([email protected])

Number of posts: 849 (0.43 per day)
First post: 2007-06-07 21:55:19
Last post: 2012-11-21 07:35:36

Date List Subject
2010-01-22 14:56:40 linux-kernel [PATCH 09/12] perf/core, x86: use test_and_set_bit() to when grabbing a counter
2010-01-22 14:56:26 linux-kernel [PATCH 01/12] perf/core: x86 and AMD pmu updates
2010-01-22 14:56:08 linux-kernel [PATCH 11/12] perf/core, x86: make event_constraints a member of struct x86_pmu
2010-01-22 14:55:55 linux-kernel [PATCH 02/12] perf/core, x86: undo some some *_counter* -> *_event* renames
2010-01-22 14:55:44 linux-kernel [PATCH 10/12] perf/core, x86: removing fixed counter handling for AMD pmu
2010-01-22 14:55:38 linux-kernel [PATCH 07/12] perf/core, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLE
2010-01-22 14:55:33 linux-kernel [PATCH 03/12] perf/core, x86: remove duplicate perf_event_mask variable
2010-01-22 14:55:22 linux-kernel [PATCH 05/12] perf/core, x86: reduce number of CONFIG_X86_LOCAL_APIC macros
2010-01-22 14:55:18 linux-kernel [PATCH 12/12] perf/core, x86: make event constraint handler generic
2010-01-22 14:55:14 linux-kernel [PATCH 04/12] perf/core, x86: remove cpu_hw_events.interrupts
2009-10-09 19:51:20 linux-kernel Re: [PATCH 1/2] oprofile: fix race condition in event_buffer free
2009-10-09 19:49:21 linux-kernel [PATCH 2/2] oprofile: warn on freeing event buffer too early
2009-10-09 19:48:51 linux-kernel [PATCH 1/2] oprofile: fix race condition in event_buffer free
2009-09-16 20:56:16 linux-kernel Re: [PATCH] Fix oprofile regression: select RING_BUFFER_ALLOW_SWAP
2009-09-12 07:52:40 linux-kernel [tip:tracing/core] ring-buffer: consolidate interface of rb_buffer_peek()
2009-07-31 21:11:09 linux-kernel Re: [PATCH -tip] x86: oprofile/op_model_amd.c set return values for op_amd_handle_ibs()
2009-07-31 13:16:03 linux-kernel [PATCH] ring-buffer: Fix advance of reader in rb_buffer_peek()
2009-07-31 13:15:38 linux-kernel [PATCH] ring-buffer: Change function interface of rb_buffer_peek()
2009-07-31 13:14:11 linux-kernel Re: WARNING: at kernel/trace/ring_buffer.c:2289 rb_advance_reader+0x2e/0xc5()
2009-07-30 12:07:52 linux-kernel OProfile for linux-next
2009-07-28 17:54:52 linux-kernel [GIT PULL] OProfile updates for tip
2009-07-28 17:22:58 linux-kernel [PATCH 25/26] x86/oprofile: Add counter reservation check for virtual counters
2009-07-28 17:22:33 linux-kernel [PATCH 22/26] x86/oprofile: Implement mux_clone()
2009-07-28 17:22:07 linux-kernel [PATCH 12/26] oprofile: Grouping multiplexing code in op_model_amd.c
2009-07-28 17:21:35 linux-kernel [PATCH 16/26] x86/oprofile: Moving nmi_cpu_switch() in nmi_int.c
2009-07-28 17:21:05 linux-kernel [PATCH 24/26] x86/oprofile: Implement op_x86_virt_to_phys()
2009-07-28 17:20:40 linux-kernel [PATCH 26/26] x86/oprofile: Small coding style fixes
2009-07-28 17:20:16 linux-kernel [PATCH 13/26] x86/oprofile: Implement multiplexing setup/shutdown functions
2009-07-28 17:19:40 linux-kernel [PATCH 21/26] x86/oprofile: Enable multiplexing only if the model supports it
2009-07-28 17:19:22 linux-kernel [PATCH 09/26] oprofile: Remove oprofile_multiplexing_init()
2009-07-28 17:19:01 linux-kernel [PATCH 06/26] x86/oprofile: Fix initialization of switch_index
2009-07-28 17:18:59 linux-kernel [PATCH 03/26] oprofile: Implement performance counter multiplexing
2009-07-28 17:18:55 linux-kernel [PATCH 04/26] x86/oprofile: Fix usage of NUM_CONTROLS/NUM_COUNTERS macros
2009-07-28 17:18:53 linux-kernel [PATCH 15/26] x86/oprofile: Moving nmi_cpu_save/restore_mpx_registers() in nmi_int.c
2009-07-28 17:18:52 linux-kernel [PATCH 05/26] x86/oprofile: Use per_cpu() instead of __get_cpu_var()
2009-07-28 17:18:49 linux-kernel [PATCH 23/26] oprofile: Adding switch counter to oprofile statistic variables
2009-07-28 17:18:46 linux-kernel [PATCH 02/26] x86/oprofile: Whitespaces changes only
2009-07-28 17:18:43 linux-kernel [PATCH 0/26] oprofile: Performance counter multiplexing
2009-07-28 17:18:39 linux-kernel [PATCH 19/26] x86/oprofile: Modify initialization of num_virt_counters
2009-07-28 17:18:38 linux-kernel [PATCH 18/26] x86/oprofile: Remove unused num_virt_controls from struct op_x86_model_spec
2009-07-28 17:18:37 linux-kernel [PATCH 08/26] oprofile: Rename variable timeout_jiffies and move to oprofile_files.c
2009-07-28 17:18:32 linux-kernel [PATCH 17/26] x86/oprofile: Remove const qualifier from struct op_x86_model_spec
2009-07-28 17:18:30 linux-kernel [PATCH 14/26] x86/oprofile: Moving nmi_setup_cpu_mux() in nmi_int.c
2009-07-28 17:18:27 linux-kernel [PATCH 07/26] oprofile: oprofile_set_timeout(), return with error for invalid args
2009-07-28 17:18:24 linux-kernel [PATCH 11/26] oprofile: Introduce op_x86_phys_to_virt()
2009-07-28 17:18:24 linux-kernel [PATCH 20/26] x86/oprofile: Add function has_mux() to check multiplexing support
2009-07-28 17:18:20 linux-kernel [PATCH 10/26] oprofile: Grouping multiplexing code in oprof.c
2009-07-28 17:18:00 linux-kernel [PATCH 01/26] x86/oprofile: Rework and simplify nmi_cpu_setup()
2009-07-28 15:45:45 linux-kernel [PATCH] x86/oprofile: Fix cast of counter value
2009-07-27 21:22:03 linux-kernel [tip:x86/urgent] x86: fix section mismatch for i386 init code
2009-07-27 21:19:54 linux-kernel [tip:x86/urgent] x86: fix section mismatch for i386 init code