summaryrefslogtreecommitdiffstats
path: root/samples/livepatch
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-217-91/+7Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge branch 'for-5.0/upstream-fixes' into for-linusJiri Kosina2019-03-053-9/+10
|\
| * livepatch: samples: non static warnings fixNicholas Mc Guire2019-01-253-9/+10
* | livepatch: Simplify API by removing registration stepPetr Mladek2019-01-114-50/+4Star
|/
* livepatch: check kzalloc return valuesNicholas Mc Guire2018-12-182-0/+9
* livepatch: Allow to call a custom callback when freeing shadow variablesPetr Mladek2018-04-172-21/+31
* livepatch: Initialize shadow variables safely by a custom callbackPetr Mladek2018-04-172-5/+19
* livepatch: Remove immediate featureMiroslav Benes2018-01-114-60/+0Star
* livepatch: add (un)patch callbacksJoe Lawrence2017-10-194-0/+362
* livepatch: introduce shadow variable APIJoe Lawrence2017-09-144-0/+568
* livepatch: allow removal of a disabled patchJosh Poimboeuf2017-03-081-1/+0Star
* livepatch: change to a per-task consistency modelJosh Poimboeuf2017-03-081-0/+17
* livepatch: reuse module loader code to write relocationsJessica Yu2016-04-011-0/+1
* livepatch: rename config to CONFIG_LIVEPATCHJosh Poimboeuf2015-02-041-1/+1
* livepatch: samples: fix usage example commentsJosh Poimboeuf2014-12-241-1/+5
* livepatch: samples: add sample live patching moduleSeth Jennings2014-12-222-0/+88