Age | Commit message (Expand) | Author | Files | Lines |
2019-01-17 | ARC: mm: do_page_fault fixes #1: relinquish mmap_sem if signal arrives while ... | Vineet Gupta | 1 | -4/+9 |
2019-01-04 | arch/arc/mm/fault.c: remove caller signal_pending_branch predictions | Davidlohr Bueso | 1 | -1/+1 |
2018-11-12 | ARC: mm: fix uninitialised signal code in do_page_fault | Eugeniy Paltsev | 1 | -1/+1 |
2018-09-27 | signal/arc: Use force_sig_fault where appropriate | Eric W. Biederman | 1 | -15/+5 |
2018-08-17 | mm: convert return type of handle_mm_fault() caller to vm_fault_t | Souptick Joarder | 1 | -1/+3 |
2018-04-25 | signal: Ensure every siginfo we send has all bits initialized | Eric W. Biederman | 1 | -0/+2 |
2017-08-28 | ARC: typo fix in mm/fault.c | Liav Rehana | 1 | -1/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -1/+1 |
2016-07-26 | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 1 | -1/+1 |
2015-10-28 | ARC: mm: preps ahead of HIGHMEM support | Vineet Gupta | 1 | -3/+10 |
2015-05-19 | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t... | David Hildenbrand | 1 | -1/+1 |
2015-02-27 | ARC: perf: Enable generic software events | Vineet Gupta | 1 | -2/+10 |
2015-01-30 | arc: mm: Fix build failure | Guenter Roeck | 1 | -1/+1 |
2015-01-29 | vm: add VM_FAULT_SIGSEGV handling support | Linus Torvalds | 1 | -0/+2 |
2014-08-07 | mm, arc: remove obsolete pagefault oom killer comment | David Rientjes | 1 | -1/+0 |
2013-11-06 | ARC: Change calling convention of do_page_fault() | Vineet Gupta | 1 | -1/+1 |
2013-11-02 | ARC: Incorrect mm reference used in vmalloc fault handler | Vineet Gupta | 1 | -3/+3 |
2013-09-12 | arch: mm: pass userspace fault flag to generic fault handler | Johannes Weiner | 1 | -2/+4 |
2013-09-12 | arch: mm: remove obsolete init OOM protection | Johannes Weiner | 1 | -5/+0 |
2013-07-09 | mm: invoke oom-killer from remaining unconverted page fault handlers | Johannes Weiner | 1 | -2/+4 |
2013-06-26 | ARC: Remove explicit passing around of ECR | Vineet Gupta | 1 | -7/+5 |
2013-06-22 | ARC: [mm] Remove @write argument to do_page_fault() | Vineet Gupta | 1 | -1/+2 |
2013-06-22 | ARC: Disintegrate arcregs.h | Vineet Gupta | 1 | -0/+1 |
2013-04-09 | ARC: Remove unneeded version.h header include | Sachin Kamat | 1 | -1/+0 |
2013-02-15 | ARC: Page Fault handling | Vineet Gupta | 1 | -0/+228 |