summaryrefslogtreecommitdiff
path: root/arch/um/kernel
AgeCommit message (Expand)Author
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig
2019-05-12Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-05-07um: irq: don't set the chip for all irqsBartosz Golaszewski
2019-05-07um: remove unused variableBartosz Golaszewski
2019-05-07uml: fix a boot splat wrt use of cpu_all_maskMaciej Żenczykowski
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-04-14um/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2019-01-02Merge branch 'for-linus-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS
2018-12-27um: Remove obsolete reenable_XX callsAnton Ivanov
2018-12-27um: Optimize Flush TLB for force/fork caseAnton Ivanov
2018-12-27um: Skip TLB flushing where not neededAnton Ivanov
2018-12-27um: Optimize TLB operations v2Anton Ivanov
2018-12-27um: Remove unnecessary faulted check in uaccess.cAnton Ivanov
2018-10-31Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport
2018-10-31memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport
2018-10-29um: trap: fix spelling mistake, EACCESS -> EACCESColin Ian King
2018-10-29um: NULL check before kfree is not neededYueHaibing
2018-10-26um: switch to NO_BOOTMEMMike Rapoport
2018-10-26um: setup_physmem: stop using global variablesMike Rapoport
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder
2018-04-28signal/um: More carefully relay signals in relay_signal.Eric W. Biederman
2018-04-25signal/um: Use force_sig_fault where appropriateEric W. Biederman
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski
2018-02-19um: Add missing EXPORT for free_irq_by_fd()Anton Ivanov
2018-02-19Epoll based IRQ controllerAnton Ivanov
2018-02-19um: time: Use timespec64 for persistent clockArnd Bergmann
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-22signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells
2017-12-19Do not hash userspace addresses in fault handlersKees Cook
2017-11-15mm, arch: remove empty_bad_page*Michal Hocko
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-29um/time: Fixup namespace collisionThomas Gleixner
2017-09-13um: Fix CONFIG_GCOV for modules.Thomas Meyer
2017-09-13um: Fix FP register size for XSTATE/XSAVEThomas Meyer