aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-14Merge tag 'for-linus-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds5-12/+183
2019-07-12um: switch to generic version of pte allocationMike Rapoport1-22/+0
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds5-18/+13
2019-07-04um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORTJohannes Berg1-1/+1
2019-07-02um: Fix kcov crash during startupMarek Majkowski1-0/+2
2019-07-02um: Support time travel modeJohannes Berg3-7/+175
2019-07-02um: Pass nsecs to os timer functionsJohannes Berg1-2/+2
2019-07-02um: Don't garbage collect in deactivate_all_fds()Johannes Berg1-1/+1
2019-07-02um: Remove locking in deactivate_all_fds()Johannes Berg1-3/+0
2019-07-02um: Timer code cleanupJohannes Berg1-2/+2
2019-07-02um: Fix IRQ controller regression on console readJouni Malinen1-0/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner4-16/+4
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman2-10/+5
2019-05-29signal/um: Remove task parameter from send_sigtrapEric W. Biederman1-4/+4
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman3-4/+4
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman2-2/+2
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig1-7/+0
2019-05-12Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds3-3/+2
2019-05-07um: irq: don't set the chip for all irqsBartosz Golaszewski1-1/+1
2019-05-07um: remove unused variableBartosz Golaszewski1-1/+0
2019-05-07uml: fix a boot splat wrt use of cpu_all_maskMaciej Żenczykowski1-1/+1
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-1/+1
2019-04-14um/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner1-2/+0
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-1/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2-0/+18
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-2/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2019-01-02Merge branch 'for-linus-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds4-57/+88
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS1-1/+1
2018-12-27um: Remove obsolete reenable_XX callsAnton Ivanov2-7/+0
2018-12-27um: Optimize Flush TLB for force/fork caseAnton Ivanov1-4/+5
2018-12-27um: Skip TLB flushing where not neededAnton Ivanov1-7/+14
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