]> xenbits.xensource.com Git - livepatch-build-tools.git/shortlog
livepatch-build-tools.git
2019-11-28 Ross LagerwallFix building with updated ENFORCE_UNIQUE_SYMBOLS behaviour
2019-11-26 Pawel WieczorkiewiczMAINTAINERS: Add mandatory V: version identifier
2019-11-26 Pawel Wieczorkiewiczcreate-diff-object: more precisely identify .rodata...
2019-11-26 Pawel Wieczorkiewiczcreate-diff-object: do not strip STN_UNDEF symbols...
2019-08-27 Andrew Cooperlivepatch: Identify the object file create-diff-object...
2019-08-22 Pawel Wieczorkiewiczcreate-diff-object: Strip all undefined entries of...
2019-08-22 Pawel Wieczorkiewiczcreate-diff-object: Extend patchability verification...
2019-08-22 Pawel Wieczorkiewiczcreate-diff-object: Do not create empty .livepatch...
2019-08-22 Pawel Wieczorkiewiczcreate-diff-object: Do not include all .rodata sections
2019-08-22 Pawel Wieczorkiewiczcreate-diff-object: Add new entries to special sections...
2019-08-22 Pawel Wieczorkiewiczlivepatch-build: detect special section group sizes
2019-08-22 Pawel Wieczorkiewiczcreate-diff-object: Add is_special_section() helper...
2019-08-22 Pawel Wieczorkiewiczcommon: Add is_referenced_section() helper function
2019-08-22 Pawel Wieczorkiewiczcommon: Add is_standard_section() helper function
2019-08-22 Pawel Wieczorkiewiczlivepatch-build: Handle newly created object files
2019-08-22 Pawel Wieczorkiewiczlivepatch-build: Do not follow every symlink for patch...
2019-08-22 Pawel Wieczorkiewiczlivepatch-gcc: Ignore built_in.o and prelink.o object...
2019-08-22 Pawel Wieczorkiewiczlivepatch-gcc: Allow toolchain command with versions
2019-08-22 Lars KurthIntroduce a MAINTAINERS file
2017-06-12 Ross LagerwallRemove section alignment requirement
2017-06-12 Ross LagerwallIgnore .discard sections
2016-12-12 Ross LagerwallFix patch creation with GCC 6.1+
2016-12-12 Ross Lagerwallcreate-diff-object: Update fixup offsets in .rela.ex_table
2016-07-21 Ross LagerwallPrevent spurious rebuilding
2016-07-21 Ross LagerwallFix getopt parsing of long options
2016-07-18 Ross LagerwallSupport "make install"
2016-07-18 Konrad Rzeszutek... Check .config for CONFIG_DEBUG. If not found use -...
2016-07-15 Ross LagerwallUpdate README.md
2016-07-15 Ross LagerwallUpdate to use a .config file
2016-07-15 Konrad Rzeszutek... EFI build with -ffunction-sections fails.
2016-06-17 Ross LagerwallDon't accept fuzz when patching
2016-06-02 Konrad Rzeszutek... Rename of xSplice to LivePatch.
2016-06-02 Dongli Zhangxsplice-build-tools: replace realpath with readlink...
2016-05-10 Ross LagerwallRequire --depends
2016-05-09 Ross LagerwallUpdate the layout of xsplice_patch_func
2016-05-09 Ross LagerwallFix patching functions which use __func__
2016-05-09 Ross LagerwallUpdate format of .xsplice.depends section
2016-01-20 Ross LagerwallUpdate xsplice_patch_func layout
2016-01-20 Ross LagerwallRevert "Add 64 bytes of padding to xsplice_patch_funcs...
2016-01-20 Ross LagerwallBackport "handle reference to end of section"
2016-01-20 Ross LagerwallBackport static variable correlation work from upstream
2016-01-20 Ross LagerwallAdd more sections to be bundleable
2016-01-20 Ross LagerwallRename xsplice back to kpatch for functions coming...
2016-01-20 Ross LagerwallFor Xen, treat PLT32 relocations like PC32
2016-01-20 Ross LagerwallBundle .data.rel.ro. and .data.rel.ro.local. sections
2016-01-20 Ross LagerwallAdd support for signing payloads
2016-01-20 Ross LagerwallMangle local symbols to match Xen's mangling
2016-01-20 Ross LagerwallImplement run-time linking
2016-01-20 Ross LagerwallAllow specifying a build-id dependency
2015-11-03 Ross LagerwallAdd 64 bytes of padding to xsplice_patch_funcs structure
2015-11-02 Ross LagerwallInclude a build id in xsplice modules
2015-10-23 Ross LagerwallAdd support for hooks and ignore functions and sections
2015-10-23 Ross LagerwallFix logging from common.c
2015-10-20 Ross LagerwallAdd prelink tool
2015-10-20 Ross LagerwallClean up code a bit
2015-10-20 Ross LagerwallAdd space for reverting the each applied function
2015-10-20 Ross LagerwallFail if the function is too small to patch
2015-10-20 Ross LagerwallAdd support for specifying the path to xen-syms
2015-10-13 Ross LagerwallDon't create "reverse" patch modules
2015-10-12 Ross LagerwallAdd project files