summaryrefslogtreecommitdiffstats
path: root/arch/um/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-153-7/+53
|\
| * um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORTJohannes Berg2019-07-041-0/+2
| * um: Support time travel modeJohannes Berg2019-07-021-0/+46
| * um: Pass nsecs to os timer functionsJohannes Berg2019-07-021-2/+2
| * um: Silence lockdep complaint about mmap_semJohannes Berg2019-07-021-1/+1
| * um: Timer code cleanupJohannes Berg2019-07-021-5/+3Star
| * um: fix os_timer_one_shot()Johannes Berg2019-07-021-1/+1
* | um: switch to generic version of pte allocationMike Rapoport2019-07-121-14/+2Star
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-301-0/+1
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-191-1/+0Star
|\
| * x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen2019-05-091-1/+0Star
* | Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-121-1/+6
|\ \ | |/ |/|
| * um: define set_pte_at() as a static inline function, not a macroBartosz Golaszewski2019-05-071-1/+6
* | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-071-0/+1
|\ \
| * | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
* | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-156/+2Star
|\ \ \ | |_|/ |/| |
| * | um/tlb: Convert to generic mmu_gatherPeter Zijlstra2019-04-031-154/+2Star
| * | asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra2019-04-031-3/+1Star
| |/
* | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-051-33/+6Star
* | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-33/+6Star
|/
* a.out: remove core dumping supportLinus Torvalds2019-03-051-27/+0Star
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-2/+2
* um: Remove obsolete reenable_XX callsAnton Ivanov2018-12-271-1/+0Star
* um: remove redundant generic-yMasahiro Yamada2018-12-271-2/+0Star
* um: Avoid marking pages with "changed protection"Anton Ivanov2018-12-271-1/+8
* um: Add support for DISCARD in the UBD DriverAnton Ivanov2018-12-271-0/+1
* Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-311-28/+0Star
|\
| * um: remove unused AIO codeChristoph Hellwig2018-10-291-28/+0Star
* | vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook2018-10-111-2/+0Star
|/
* Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-152-11/+0Star
|\
| * um: remove uml initcallsAlexander Pateenok2018-06-102-11/+0Star
* | time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+1
|/
* High Performance UML Vector Network DriverAnton Ivanov2018-02-192-0/+14
* Epoll based IRQ controllerAnton Ivanov2018-02-192-10/+19
* um: Restore symbol versions for __memcpy and memcpyGeert Uytterhoeven2018-02-191-0/+1
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-021-1/+0Star
|\
| * arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0Star
* | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-103-7/+9
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-1/+2
|\ \
| * | arch, mm: Allow arch_dup_mmap() to failThomas Gleixner2017-12-221-1/+2
| * | bpf: fix build issues on um due to mising bpf_perf_event.hDaniel Borkmann2017-12-171-0/+1
* | | bpf: fix build issues on um due to mising bpf_perf_event.hDaniel Borkmann2017-12-121-0/+1
| |/ |/|
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0719-0/+19
|\|
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0219-0/+19
* | linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon2017-10-241-1/+1
|/
* arch: remove unused *_segments() macros/functionsTobias Klauser2017-09-231-5/+0Star
* Merge branch 'for-linus-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-162-1/+4
|\
| * um: Fix FP register size for XSTATE/XSAVEThomas Meyer2017-09-132-1/+4
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-041-0/+8
|\ \ | |/ |/|