aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-27um: Optimize TLB operations v2Anton Ivanov1-28/+57
2018-12-27um: Remove unnecessary faulted check in uaccess.cAnton Ivanov1-11/+12
2018-10-31Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2-3/+2
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport3-3/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport1-1/+2
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport1-4/+6
2018-10-29um: trap: fix spelling mistake, EACCESS -> EACCESColin Ian King1-1/+1
2018-10-29um: NULL check before kfree is not neededYueHaibing1-2/+1
2018-10-26um: switch to NO_BOOTMEMMike Rapoport1-11/+9
2018-10-26um: setup_physmem: stop using global variablesMike Rapoport1-3/+3
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+1
2018-04-28signal/um: More carefully relay signals in relay_signal.Eric W. Biederman1-24/+14
2018-04-25signal/um: Use force_sig_fault where appropriateEric W. Biederman2-28/+11
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+2
2018-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2-166/+301
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski1-1/+1
2018-02-19um: Add missing EXPORT for free_irq_by_fd()Anton Ivanov1-0/+1
2018-02-19Epoll based IRQ controllerAnton Ivanov1-163/+297
2018-02-19um: time: Use timespec64 for persistent clockArnd Bergmann1-3/+3
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2018-01-22signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman1-1/+1
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells3-4/+3
2017-12-19Do not hash userspace addresses in fault handlersKees Cook1-1/+1
2017-11-15mm, arch: remove empty_bad_page*Michal Hocko1-3/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-09-29um/time: Fixup namespace collisionThomas Gleixner1-2/+2
2017-09-13um: Fix CONFIG_GCOV for modules.Thomas Meyer1-0/+7
2017-09-13um: Fix FP register size for XSTATE/XSAVEThomas Meyer1-2/+2
2017-07-15Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds4-14/+26
2017-07-07um: Add kerneldoc for segv_handlerThomas Meyer1-0/+10
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+0
2017-07-05um: Use os_warn to print out pre-boot warning/error messagesMasami Hiramatsu3-10/+12
2017-07-05um: Use os_info for the messages on normal pathMasami Hiramatsu1-4/+4
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-6/+0
2017-05-15kill strlen_user()Al Viro1-5/+0
2017-05-13Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds3-7/+9
2017-05-03um: Fix to call read_initrd after init_bootmemMasami Hiramatsu2-3/+7
2017-05-03um: Fix _print_addr()Richard Weinberger1-4/+2
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2017-04-14um/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange1-1/+3
2017-03-28um: switch to RAW_COPY_USERAl Viro1-4/+4
2017-03-28new helper: uaccess_kernel()Al Viro1-5/+5
2017-03-02sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar2-0/+3
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar3-2/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar3-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar3-0/+3