summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-041-0/+8
|\
| * x86/unwind: Add the ORC unwinderJosh Poimboeuf2017-07-261-0/+8
* | mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim2017-08-101-1/+6
* | mm: refactor TLB gathering APIMinchan Kim2017-08-101-3/+5
|/
* Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-1517-61/+172
|\
| * um: v2: Use generic NOTES macroThomas Meyer2017-07-101-1/+1
| * um: Add kerneldoc for userspace_tramp() and start_userspace()Thomas Meyer2017-07-071-1/+30
| * um: Add kerneldoc for segv_handlerThomas Meyer2017-07-071-0/+10
| * um: stub-data.h: remove superfluous includeThomas Meyer2017-07-071-2/+0
| * um: userspace - be more verbose in ptrace set regs errorThomas Meyer2017-07-071-2/+8
| * um: add dummy ioremap and iounmap functionsLogan Gunthorpe2017-07-051-0/+17
| * um: Avoid longjmp/setjmp symbol clashes with libpthread.aFlorian Fainelli2017-07-051-0/+4
| * um: console: Ignore console= optionMasami Hiramatsu2017-07-051-0/+3
| * um: Use os_warn to print out pre-boot warning/error messagesMasami Hiramatsu2017-07-058-24/+26
| * um: Add os_warn() for pre-boot warning/error messagesMasami Hiramatsu2017-07-052-0/+11
| * um: Use os_info for the messages on normal pathMasami Hiramatsu2017-07-054-27/+28
| * um: Add os_info() for pre-boot information messagesMasami Hiramatsu2017-07-052-0/+27
| * um: Use printk instead of printf in make_uml_dirMasami Hiramatsu2017-07-051-4/+7
* | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-061-5/+0
|\ \
| * | kill strlen_user()Al Viro2017-05-151-5/+0
| |/
* | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-031-1/+1
|\ \
| * | block: introduce new block status code typeChristoph Hellwig2017-06-091-1/+1
| |/
* | arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-282-8/+0
|/
* Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-135-10/+15
|\
| * um: Add missing NR_CPUS includeRichard Weinberger2017-05-041-0/+1
| * um: Fix to call read_initrd after init_bootmemMasami Hiramatsu2017-05-032-3/+7
| * um: Set number of CPUsNikola Kotur2017-05-032-3/+5
| * um: Fix _print_addr()Richard Weinberger2017-05-031-4/+2
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-011-6/+0
|\ \
| * \ Merge branch 'x86/process' into x86/mm, to create new base for further patchesIngo Molnar2017-03-231-2/+2
| |\ \
| * | | mm/gup: Drop the arch_pte_access_permitted() MMU callbackKirill A. Shutemov2017-03-181-6/+0
| | |/ | |/|
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-011-5/+0
|\ \ \
| * | | x86/debug: Implement __WARN() using UD0Peter Zijlstra2017-03-271-5/+0
| |/ /
* | | Merge branch 'x86-process-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-011-2/+2
|\ \ \ | | |/ | |/|
| * | x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()Kyle Huey2017-03-201-1/+1
| * | x86/arch_prctl: Rename 'code' argument to 'option'Kyle Huey2017-03-201-2/+2
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-011-1/+3
|\ \
| * | um/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange2017-04-141-1/+3
| |/
* | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro2017-04-261-1/+0
| |
| \
| \
| \
*---. \ Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-266-17/+18
|\ \ \ \
| | | * | um: switch to RAW_COPY_USERAl Viro2017-03-283-8/+9
| | |/ / | |/| |
| | * | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-022-0/+2
| | |\ \ | |/ / / | | | _
| | * arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-092-0/+2
| |/ |/|
| * asm-generic/uaccess.h: don't mess with __copy_{to,from}_userAl Viro2017-03-281-2/+0
| * new helper: uaccess_kernel()Al Viro2017-03-282-6/+6
| * add asm-generic/extable.hAl Viro2017-03-271-0/+1
| * uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-051-1/+0
|/
* sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sc...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar2017-03-022-0/+3
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-024-2/+6
OpenPOWER on IntegriCloud