LinuxLists
Users
About
Sathvika Vasireddy (
[email protected]
)
Number of posts: 137 (0.32 per day)
First post: 2022-03-18 16:04:21
Last post: 2023-05-17 09:09:18
Previous Page
Date
List
Subject
2022-08-08 12:19:41
linux-kernel
[PATCH 13/16] objtool: Use macros to define arch specific reloc types
2022-08-08 12:11:14
linux-kernel
[PATCH 07/16] powerpc: Skip objtool from running on VDSO files
2022-08-08 12:08:57
linux-kernel
[PATCH 03/16] powerpc: Fix objtool unannotated intra-function call warnings
2022-08-08 12:08:14
linux-kernel
[PATCH 01/16] powerpc: Replace unreachable() with it's builtin variant in WARN_ON()
2022-08-08 12:08:10
linux-kernel
[PATCH 10/16] objtool: Use target file class size instead of a compiled constant
2022-08-08 12:08:09
linux-kernel
[PATCH 05/16] powerpc: Skip objtool from running on drivers/crypto/vmx/aesp8-ppc.o
2022-08-08 12:07:47
linux-kernel
[PATCH 02/16] powerpc: override __ALIGN() and __ALIGN_STR() macros
2022-08-08 12:06:45
linux-kernel
[PATCH 11/16] objtool: Add --mnop as an option to --mcount
2022-08-08 12:05:19
linux-kernel
[PATCH 16/16] objtool/powerpc: Add --mcount specific implementation
2022-08-08 11:57:33
linux-kernel
[PATCH 14/16] objtool: Add arch specific function arch_ftrace_match()
2022-08-08 11:54:38
linux-kernel
[PATCH 15/16] objtool/powerpc: Enable objtool to be built on ppc
2022-08-08 11:54:32
linux-kernel
[PATCH 12/16] objtool: Read special sections with alts only when specific options are selected
2022-08-08 11:53:32
linux-kernel
[PATCH 09/16] objtool: Use target file endianness instead of a compiled constant
2022-06-24 18:57:59
linux-kernel
[RFC PATCH v3 12/12] objtool/powerpc: Fix unannotated intra-function call warnings
2022-06-24 18:57:06
linux-kernel
[RFC PATCH v3 05/12] powerpc: Skip objtool from running on VDSO files
2022-06-24 18:56:34
linux-kernel
[RFC PATCH v3 02/12] objtool: Use target file endianness instead of a compiled constant
2022-06-24 18:51:50
linux-kernel
[RFC PATCH v3 03/12] objtool: Use target file class size instead of a compiled constant
2022-06-24 18:47:49
linux-kernel
[RFC PATCH v3 09/12] objtool/powerpc: Enable objtool to be built on ppc
2022-06-24 18:46:13
linux-kernel
[RFC PATCH v3 01/12] objtool: Fix SEGFAULT
2022-06-24 18:45:54
linux-kernel
[RFC PATCH v3 11/12] powerpc: Remove unreachable() from WARN_ON()
2022-06-24 18:45:14
linux-kernel
[RFC PATCH v3 08/12] objtool: Add arch specific function arch_ftrace_match()
2022-06-24 18:44:34
linux-kernel
[RFC PATCH v3 07/12] objtool: Use macros to define arch specific reloc types
2022-06-24 18:44:34
linux-kernel
[RFC PATCH v3 10/12] objtool/powerpc: Add --mcount specific implementation
2022-06-24 18:44:32
linux-kernel
[RFC PATCH v3 04/12] objtool: Add --mnop as an option to --mcount
2022-06-24 18:41:32
linux-kernel
[RFC PATCH v3 06/12] objtool: Read special sections with alts only when specific options are selected
2022-06-24 18:37:47
linux-kernel
[RFC PATCH v3 00/12] objtool: Enable and implement --mcount option on powerpc
2022-05-23 19:26:13
linux-kernel
[RFC PATCH 4/4] objtool/powerpc: Add --mcount specific implementation
2022-05-23 19:18:56
linux-kernel
[RFC PATCH 1/4] objtool: Add --mnop as an option to --mcount
2022-05-23 18:50:19
linux-kernel
[RFC PATCH 3/4] objtool/powerpc: Enable objtool to be built on ppc
2022-05-23 18:49:44
linux-kernel
[RFC PATCH 0/4] objtool: Enable and implement --mcount option on powerpc
2022-05-23 18:24:32
linux-kernel
[RFC PATCH 2/4] objtool: Enable objtool to run only on files with ftrace enabled
2022-03-21 14:12:13
linux-kernel
[RFC PATCH 2/3] objtool: Enable and implement 'mcount' subcommand
2022-03-20 02:14:28
linux-kernel
[RFC PATCH 0/3] objtool: Add mcount sub-command
2022-03-18 18:22:57
linux-kernel
[RFC PATCH 3/3] objtool/mcount: Add powerpc specific functions
2022-03-18 16:04:21
linux-kernel
[RFC PATCH 1/3] objtool: Move common code to utils.c