aboutsummaryrefslogtreecommitdiff
path: root/kernel/livepatch
AgeCommit message (Expand)AuthorFilesLines
2015-02-04livepatch: rename config to CONFIG_LIVEPATCHGravatar Josh Poimboeuf 2-4/+4
2015-01-21livepatch: fix uninitialized return valueGravatar Josh Poimboeuf 1-1/+1
2015-01-20livepatch: support for repatching a functionGravatar Josh Poimboeuf 1-51/+119
2015-01-20livepatch: enforce patch stacking semanticsGravatar Josh Poimboeuf 1-0/+10
2015-01-20livepatch: change ARCH_HAVE_LIVE_PATCHING to HAVE_LIVE_PATCHINGGravatar Miroslav Benes 1-2/+2
2015-01-09livepatch: fix deferred module patching orderGravatar Josh Poimboeuf 1-1/+1
2015-01-09livepatch: handle ancient compilers with more graceGravatar Jiri Kosina 1-0/+6
2015-01-06livepatch: kconfig: use bool instead of booleanGravatar Christoph Jaeger 1-2/+2
2014-12-22livepatch: use FTRACE_OPS_FL_IPMODIFYGravatar Josh Poimboeuf 1-1/+2
2014-12-22livepatch: move x86 specific ftrace handler code to arch/x86Gravatar Li Bin 1-1/+1
2014-12-22livepatch: kernel: add support for live patchingGravatar Seth Jennings 3-0/+951