aboutsummaryrefslogtreecommitdiff
path: root/kernel/jump_label.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-29jump_label: Fix jump_label update for modulesGravatar Xiao Guangrong 1-5/+9
2011-05-25jump_label: Check entries limit in __jump_label_updateGravatar Jiri Olsa 1-5/+13
2011-04-04jump label: Introduce static_branch() interfaceGravatar Jason Baron 1-321/+218
2010-10-29jump label: Make arch_jump_label_text_poke_early() optionalGravatar Steven Rostedt 1-0/+7
2010-10-28jump label: Fix deadlock b/w jump_label_mutex vs. text_mutexGravatar Jason Baron 1-12/+21
2010-10-28jump label: Fix module __init section raceGravatar Jason Baron 1-1/+40
2010-09-22jump label: Add jump_label_text_reserved() to reserve jump pointsGravatar Jason Baron 1-0/+83
2010-09-22jump label: Base patch for jump labelGravatar Jason Baron 1-0/+346