Jarmo Tiitto ([email protected])

Number of posts: 37 (0.02 per day)
First post: 2017-03-14 21:34:12
Last post: 2021-11-23 01:22:44

Date List Subject
2021-11-23 01:22:44 linux-kernel [RFC PATCH 2/2] pgo: Make module.lds.S linker script to merge __llvm_prf_ sections.
2021-11-23 01:22:35 linux-kernel [RFC PATCH 1/2] pgo: Update .profraw file format to version 7
2021-11-22 23:33:32 linux-kernel [RFC PATCH 2/2] pgo: Make module.lds.S linker script to merge __llvm_prf_ sections.
2021-11-22 23:33:24 linux-kernel [RFC PATCH 1/2] pgo: Update .profraw file format to version 7
2021-10-07 06:24:12 linux-kernel Re: ARCH_WANTS_NO_INSTR (Re: [GIT PULL] Clang feature updates for v5.14-rc1)
2021-06-14 22:30:07 linux-kernel Re: [RFC PATCH 0/5] pgo: Add PGO support for module profile data
2021-06-14 19:11:00 linux-kernel Re: [RFC PATCH 3/5] pgo: Wire up the new more generic code for modules
2021-06-14 18:33:33 linux-kernel Re: [RFC PATCH 4/5] pgo: Add module notifier machinery
2021-06-12 03:42:14 linux-kernel [RFC PATCH 2/5] pgo: Make serializing functions to take prf_object
2021-06-12 03:41:38 linux-kernel [RFC PATCH 1/5] pgo: Expose module sections for clang PGO instumentation.
2021-06-12 03:40:14 linux-kernel [RFC PATCH 4/5] pgo: Add module notifier machinery
2021-06-12 03:39:32 linux-kernel [RFC PATCH 0/5] pgo: Add PGO support for module profile data
2021-06-12 03:38:21 linux-kernel [RFC PATCH 3/5] pgo: Wire up the new more generic code for modules
2021-06-12 03:37:42 linux-kernel [RFC PATCH 5/5] pgo: Cleanup code in pgo/fs.c
2021-06-09 01:37:10 linux-kernel Re: [PATCH v3 1/1] pgo: Fix sleep in atomic section in prf_open() v3
2021-06-07 08:43:43 linux-kernel [PATCH v3 1/1] pgo: Fix sleep in atomic section in prf_open() v3
2021-06-05 18:40:14 linux-kernel [PATCH v3 1/1] pgo: Fix sleep in atomic section in prf_open() v3
2021-06-05 17:16:50 linux-kernel Re: [PATCH v3 1/1] pgo: Fix allocate_node() v2
2021-06-04 17:05:41 linux-kernel [PATCH v3 1/1] pgo: Fix allocate_node() v2
2021-06-04 10:19:22 linux-kernel Re: [PATCH v2 1/1] pgo: Fix sleep in atomic section in prf_open()
2021-06-04 09:45:18 linux-kernel Re: [PATCH v2 1/1] pgo: Fix allocate_node() v2
2021-06-03 15:56:59 linux-kernel [PATCH v2 1/1] pgo: Fix sleep in atomic section in prf_open()
2021-06-03 13:44:04 linux-kernel [PATCH v2 1/1] pgo: Fix allocate_node() v2
2021-06-02 18:57:03 linux-kernel Re: [PATCH 1/1] pgo: Fix allocate_node() handling of non-vmlinux nodes.
2021-06-02 16:32:19 linux-kernel [PATCH 1/1] pgo: Fix sleep in atomic section in prf_open()
2021-06-02 02:07:09 linux-kernel [PATCH 0/1] pgo: Fix allocate_node() handling of non-vmlinux nodes
2021-06-02 02:04:51 linux-kernel [PATCH 1/1] pgo: Fix allocate_node() handling of non-vmlinux nodes.
2021-06-01 21:42:19 linux-kernel Re: [PATCH] pgo: rename the raw profile file to vmlinux.profraw
2021-06-01 20:48:23 linux-kernel Re: [PATCH 3/6] pgo: modules Add module profile data export machinery.
2021-06-01 13:27:40 linux-kernel Re: [PATCH 3/6] pgo: modules Add module profile data export machinery.
2021-05-28 20:15:01 linux-kernel [PATCH 5/6] pgo: modules Fixup memory leak.
2021-05-28 20:13:51 linux-kernel [PATCH 6/6] pgo: Fixup code style issues.
2021-05-28 20:11:21 linux-kernel [PATCH 4/6] pgo: modules Enable __llvm_profile_instrument_target() for modules
2021-05-28 20:11:03 linux-kernel [PATCH 3/6] pgo: modules Add module profile data export machinery.
2021-05-28 20:08:34 linux-kernel [PATCH 2/6] pgo: modules Add definitions in pgo/pgo.h for modules
2021-05-28 20:03:37 linux-kernel [PATCH 1/6] pgo: modules Expose module sections for clang PGO instumentation.
2017-03-14 21:34:12 linux-kernel [PATCH v4.9] sched/fair: Overload-On-Wakeup fix.