aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/entry/kvm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-07entry/kvm: Exit to user mode when TIF_NOTIFY_SIGNAL is setSeth Forshee1-6/+0
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-1/+1
2022-03-10task_work: Decouple TIF_NOTIFY_SIGNAL and task_workEric W. Biederman1-2/+5
2022-03-10task_work: Call tracehook_notify_signal from get_signal on all architecturesEric W. Biederman1-1/+1
2021-12-01entry: Snapshot thread flagsMark Rutland1-2/+2
2020-11-04Merge branch 'core/urgent' into core/entryThomas Gleixner1-3/+1
2020-10-29entry: Add support for TIF_NOTIFY_SIGNALJens Axboe1-0/+3
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-3/+1
2020-07-24entry: Provide infrastructure for work before transitioning to guest modeThomas Gleixner1-0/+51