summaryrefslogtreecommitdiffstats
path: root/kernel/entry/kvm.c
Commit message (Expand)AuthorAgeFilesLines
* entry/kvm: Exit to user mode when TIF_NOTIFY_SIGNAL is setSeth Forshee2022-06-071-6/+0
* resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-1/+1
* task_work: Decouple TIF_NOTIFY_SIGNAL and task_workEric W. Biederman2022-03-101-2/+5
* task_work: Call tracehook_notify_signal from get_signal on all architecturesEric W. Biederman2022-03-101-1/+1
* entry: Snapshot thread flagsMark Rutland2021-12-011-2/+2
* Merge branch 'core/urgent' into core/entryThomas Gleixner2020-11-041-3/+1
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-3/+1
* | entry: Add support for TIF_NOTIFY_SIGNALJens Axboe2020-10-291-0/+3
|/
* entry: Provide infrastructure for work before transitioning to guest modeThomas Gleixner2020-07-241-0/+51