summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-155-12/+183
|\
| * um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORTJohannes Berg2019-07-041-1/+1
| * um: Fix kcov crash during startupMarek Majkowski2019-07-021-0/+2
| * um: Support time travel modeJohannes Berg2019-07-023-7/+175
| * um: Pass nsecs to os timer functionsJohannes Berg2019-07-021-2/+2
| * um: Don't garbage collect in deactivate_all_fds()Johannes Berg2019-07-021-1/+1
| * um: Remove locking in deactivate_all_fds()Johannes Berg2019-07-021-3/+0Star
| * um: Timer code cleanupJohannes Berg2019-07-021-2/+2
| * um: Fix IRQ controller regression on console readJouni Malinen2019-07-021-0/+4
* | um: switch to generic version of pte allocationMike Rapoport2019-07-121-22/+0Star
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-095-18/+13Star
|\ \ | |/ |/|
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-292-10/+5Star
| * signal/um: Remove task parameter from send_sigtrapEric W. Biederman2019-05-291-4/+4
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-273-4/+4
| * signal: Remove task parameter from force_sigsegvEric W. Biederman2019-05-272-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-194-16/+4Star
|/
* initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-7/+0Star
* Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-123-3/+2Star
|\
| * um: irq: don't set the chip for all irqsBartosz Golaszewski2019-05-071-1/+1
| * um: remove unused variableBartosz Golaszewski2019-05-071-1/+0Star
| * uml: fix a boot splat wrt use of cpu_all_maskMaciej Żenczykowski2019-05-071-1/+1
* | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-1/+1
|\ \
| * | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* | | um/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner2019-04-141-2/+0Star
| |/ |/|
* | treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-122-0/+18
|/
* 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