aboutsummaryrefslogtreecommitdiff
path: root/samples/livepatch
AgeCommit message (Expand)AuthorFilesLines
2022-03-23livepatch: Reorder to use before freeing a pointerGravatar Tom Rix 2-2/+2
2020-01-17livepatch: Handle allocation failure in the sample of shadow variable APIGravatar Petr Mladek 1-6/+16
2020-01-17livepatch/samples/selftest: Use klp_shadow_alloc() API correctlyGravatar Petr Mladek 1-3/+6
2020-01-17livepatch/sample: Use the right type for the leaking data pointerGravatar Petr Mladek 3-10/+10
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 7-91/+7
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-03-05Merge branch 'for-5.0/upstream-fixes' into for-linusGravatar Jiri Kosina 3-9/+10
2019-01-25livepatch: samples: non static warnings fixGravatar Nicholas Mc Guire 3-9/+10
2019-01-11livepatch: Simplify API by removing registration stepGravatar Petr Mladek 4-50/+4
2018-12-18livepatch: check kzalloc return valuesGravatar Nicholas Mc Guire 2-0/+9
2018-04-17livepatch: Allow to call a custom callback when freeing shadow variablesGravatar Petr Mladek 2-21/+31
2018-04-17livepatch: Initialize shadow variables safely by a custom callbackGravatar Petr Mladek 2-5/+19
2018-01-11livepatch: Remove immediate featureGravatar Miroslav Benes 4-60/+0
2017-10-19livepatch: add (un)patch callbacksGravatar Joe Lawrence 4-0/+362
2017-09-14livepatch: introduce shadow variable APIGravatar Joe Lawrence 4-0/+568
2017-03-08livepatch: allow removal of a disabled patchGravatar Josh Poimboeuf 1-1/+0
2017-03-08livepatch: change to a per-task consistency modelGravatar Josh Poimboeuf 1-0/+17
2016-04-01livepatch: reuse module loader code to write relocationsGravatar Jessica Yu 1-0/+1
2015-02-04livepatch: rename config to CONFIG_LIVEPATCHGravatar Josh Poimboeuf 1-1/+1
2014-12-24livepatch: samples: fix usage example commentsGravatar Josh Poimboeuf 1-1/+5
2014-12-22livepatch: samples: add sample live patching moduleGravatar Seth Jennings 2-0/+88