Cody P Schafer ([email protected])

Number of posts: 331 (0.72 per day)
First post: 2012-08-01 23:16:40
Last post: 2013-11-07 21:58:24

Date List Subject
2014-02-14 22:02:35 linux-kernel [PATCH v2 02/11] perf core: export swevent hrtimer helpers
2014-02-14 22:02:33 linux-kernel [PATCH v2 00/11] powerpc: Add support for Power Hypervisor supplied performance counters
2014-02-14 22:02:32 linux-kernel [PATCH v2 03/11] sysfs: create bin_attributes under the requested group
2014-02-05 23:14:20 linux-kernel Re: [PATCH 4/8] powerpc: add hv_gpci interface header
2014-02-03 21:41:18 linux-kernel Re: [PATCH 4/8] powerpc: add hv_gpci interface header
2014-02-03 21:22:08 linux-kernel Re: [PATCH 3/8] powerpc: add hvcalls for 24x7 and gpci (get performance counter info)
2014-02-03 21:19:59 linux-kernel Re: [PATCH 1/8] perf: add PMU_RANGE_ATTR() helper for use by sw-like pmus
2014-02-03 21:13:27 linux-kernel Re: [PATCH 6/8] powerpc/perf: add support for the hv gpci (get performance counter info) interface
2014-01-31 20:59:18 linux-kernel Re: [PATCH 0/8] Add support for PowerPC Hypervisor supplied performance counters
2014-01-23 00:12:00 linux-kernel Re: [PATCH 0/8] Add support for PowerPC Hypervisor supplied performance counters
2014-01-16 23:56:07 linux-kernel [PATCH 2/8] perf core: export swevent hrtimer helpers
2014-01-16 23:55:32 linux-kernel [PATCH 4/8] powerpc: add hv_gpci interface header
2014-01-16 23:54:56 linux-kernel [PATCH 7/8] powerpc/perf: add support for the hv 24x7 interface
2014-01-16 23:54:35 linux-kernel [PATCH 8/8] powerpc/perf: add kconfig option for hypervisor provided counters
2014-01-16 23:54:23 linux-kernel [PATCH 6/8] powerpc/perf: add support for the hv gpci (get performance counter info) interface
2014-01-16 23:54:20 linux-kernel [PATCH 5/8] powerpc: add 24x7 interface header
2014-01-16 23:54:15 linux-kernel [PATCH 3/8] powerpc: add hvcalls for 24x7 and gpci (get performance counter info)
2014-01-16 23:54:12 linux-kernel [PATCH 1/8] perf: add PMU_RANGE_ATTR() helper for use by sw-like pmus
2014-01-16 23:54:10 linux-kernel [PATCH 0/8] Add support for PowerPC Hypervisor supplied performance counters
2014-01-13 21:21:53 linux-kernel Re: [PATCH 2/3] perf: clarify comment regarding event merging
2014-01-09 23:52:22 linux-kernel [PATCH 3/3] perf: clarify comment regarding perf_pmu_contexts
2014-01-09 23:52:19 linux-kernel [PATCH 1/3] perf: comment on usage of perf_invalid_context
2014-01-09 23:52:00 linux-kernel [PATCH 2/3] perf: clarify comment regarding event merging
2014-01-09 23:51:52 linux-kernel [PATCH 0/3] perf: note task_ctx_nr < 0 and sw event merging behavior
2014-01-08 16:44:27 linux-kernel [PATCH] tool/perf: comment typo fix
2013-11-07 21:58:24 linux-ext4 Re: [PATCH v2 01/11] rbtree: Fix rbtree_postorder_for_each_entry_safe() iterator
2013-11-07 18:59:43 linux-ext4 Re: [PATCH v2 01/11] rbtree: Fix rbtree_postorder_for_each_entry_safe() iterator
2013-11-07 01:43:58 linux-ext4 [PATCH v2 09/11] fs/ext3: use rbtree postorder iteration helper instead of opencoding
2013-11-07 01:43:32 linux-ext4 [PATCH v2 01/11] rbtree: Fix rbtree_postorder_for_each_entry_safe() iterator
2013-11-07 01:42:40 linux-ext4 [PATCH v2 11/11] sh/dwarf: use rbtree postorder iteration helper instead of solution using repeated rb_erase()
2013-11-07 01:42:39 linux-ext4 [PATCH v2 10/11] mtd/ubi: use rbtree postorder iteration helper instead of opencoding
2013-11-07 01:42:37 linux-ext4 [PATCH v2 08/11] fs/jffs2: use rbtree postorder iteration helper instead of opencoding
2013-11-07 01:42:36 linux-ext4 [PATCH v2 07/11] fs/ext4: use rbtree postorder iteration helper instead of opencoding
2013-11-07 01:42:35 linux-ext4 [PATCH v2 06/11] fs/ubifs: use rbtree postorder iteration helper instead of opencoding
2013-11-07 01:42:34 linux-ext4 [PATCH v2 05/11] trace/trace_stat: use rbtree postorder iteration helper instead of opencoding
2013-11-07 01:42:33 linux-ext4 [PATCH v2 04/11] net ipset: use rbtree postorder iteration instead of opencoding
2013-11-07 01:42:32 linux-ext4 [PATCH v2 03/11] rbtree/test: test rbtree_postorder_for_each_entry_safe()
2013-11-07 01:42:31 linux-ext4 [PATCH v2 02/11] rbtree/test: move rb_node to the middle of the test struct
2013-11-07 01:42:29 linux-ext4 [PATCH v2 00/11] rbtree: postorder iteration: fix, add tests, and use in various places
2013-11-06 21:37:23 linux-ext4 [PATCH] rbtree/test: test rbtree_postorder_for_each_entry_safe()
2013-11-06 20:18:32 linux-ext4 Re: [PATCH 1/2] rbtree: fix postorder iteration when the rb_node is not the first element in an entry
2013-11-05 10:05:44 linux-ext4 Re: [PATCH 1/2] rbtree: fix postorder iteration when the rb_node is not the first element in an entry
2013-11-05 01:40:02 linux-ext4 [PATCH 2/2] rbtree/test: move rb_node to the middle of the test struct
2013-11-05 01:40:01 linux-ext4 [PATCH 1/2] rbtree: fix postorder iteration when the rb_node is not the first element in an entry
2013-11-05 01:33:23 linux-ext4 Re: [PATCH 6/8] fs/ext3: use rbtree postorder iteration helper instead of opencoding
2013-11-01 22:38:50 linux-ext4 [PATCH 6/8] fs/ext3: use rbtree postorder iteration helper instead of opencoding
2013-11-01 22:38:48 linux-ext4 [PATCH 4/8] fs/ext4: use rbtree postorder iteration helper instead of opencoding
2013-10-25 19:49:19 linux-kernel [PATCH] bitops/find: clarify and extend documentation
2013-10-23 18:49:52 linux-kernel [PATCH] ftrace: open tracer when ftrace_dump_on_oops is used
2013-09-27 20:47:01 linux-kernel Re: [PATCHv4 02/10] mm: convert mm->nr_ptes to atomic_t
2013-09-16 20:26:58 linux-kernel Re: [PATCH] mm/mempolicy: use NUMA_NO_NODE