summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-051-2/+2
|\
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-2/+2
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-2/+2
|/
* Merge branch 'for-linus-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-01-034-57/+88
|\
| * um: Remove obsolete reenable_XX callsAnton Ivanov2018-12-272-7/+0Star
| * um: Optimize Flush TLB for force/fork caseAnton Ivanov2018-12-271-4/+5
| * um: Skip TLB flushing where not neededAnton Ivanov2018-12-271-7/+14
| * um: Optimize TLB operations v2Anton Ivanov2018-12-271-28/+57
| * um: Remove unnecessary faulted check in uaccess.cAnton Ivanov2018-12-271-11/+12
* | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* | mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-281-1/+1
|/
* Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-312-3/+2Star
|\
| * um: trap: fix spelling mistake, EACCESS -> EACCESColin Ian King2018-10-291-1/+1
| * um: NULL check before kfree is not neededYueHaibing2018-10-291-2/+1Star
* | memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-313-3/+1Star
* | memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* | memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport2018-10-311-1/+2
* | memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-311-1/+1
* | memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport2018-10-311-4/+6
* | um: switch to NO_BOOTMEMMike Rapoport2018-10-271-11/+9Star
* | um: setup_physmem: stop using global variablesMike Rapoport2018-10-271-3/+3
|/
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-181-1/+1
* signal/um: More carefully relay signals in relay_signal.Eric W. Biederman2018-04-281-24/+14Star
* signal/um: Use force_sig_fault where appropriateEric W. Biederman2018-04-252-28/+11Star
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2018-04-122-166/+301
|\
| * um: Add missing EXPORT for free_irq_by_fd()Anton Ivanov2018-02-191-0/+1
| * Epoll based IRQ controllerAnton Ivanov2018-02-191-163/+297
| * um: time: Use timespec64 for persistent clockArnd Bergmann2018-02-191-3/+3
* | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-021-1/+1
|/
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-301-1/+1
|\
| * signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman2018-01-231-1/+1
* | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-103-4/+3Star
|/
* Do not hash userspace addresses in fault handlersKees Cook2017-12-201-1/+1
* mm, arch: remove empty_bad_page*Michal Hocko2017-11-161-3/+0Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* um/time: Fixup namespace collisionThomas Gleixner2017-09-291-2/+2
* um: Fix CONFIG_GCOV for modules.Thomas Meyer2017-09-131-0/+7
* um: Fix FP register size for XSTATE/XSAVEThomas Meyer2017-09-131-2/+2
* Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-154-14/+26
|\
| * um: Add kerneldoc for segv_handlerThomas Meyer2017-07-071-0/+10
| * um: Use os_warn to print out pre-boot warning/error messagesMasami Hiramatsu2017-07-053-10/+12
| * um: Use os_info for the messages on normal pathMasami Hiramatsu2017-07-051-4/+4
* | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-5/+0Star
|\ \
| * | kill strlen_user()Al Viro2017-05-161-5/+0Star
| |/
* / arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-291-6/+0Star
|/
* Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-133-7/+9
|\
| * um: Fix to call read_initrd after init_bootmemMasami Hiramatsu2017-05-032-3/+7
| * um: Fix _print_addr()Richard Weinberger2017-05-031-4/+2Star