summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* 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
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-0/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-0/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-024-0/+5
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-025-5/+8
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-271-0/+1
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-1/+1
|\
| * sched/core: Remove set_task_state()Davidlohr Bueso2017-01-141-1/+1
* | sched/cputime: Remove generic asm headersFrederic Weisbecker2017-02-011-1/+0
|/
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2410-10/+10
* Merge branch 'for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-163-27/+167
|\
| * um: UBD ImprovementsAnton Ivanov2016-12-143-27/+167
* | mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V2016-12-121-6/+0
* | mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V2016-12-121-0/+6
* | mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V2016-12-121-0/+3
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-121-1/+0
|\ \
| * | locking/mutex: Kill arch specific codePeter Zijlstra2016-10-251-1/+0
| |/
* | net: use core MTU range checking in misc driversJarod Wilson2016-10-201-8/+0
|/
* nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-072-0/+2
* Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-10-031-24/+1
|\
| * Merge 4.8-rc5 into char-misc-nextGreg Kroah-Hartman2016-09-051-1/+1
| |\
| * | miscdevice: Use module_misc_device() macroPrasannaKumar Muralidharan2016-08-311-24/+1
* | | um/ptrace: Fix the syscall number update after a ptraceMickaël Salaün2016-09-071-5/+0
* | | um/ptrace: Fix the syscall_trace_leave callMickaël Salaün2016-09-071-2/+3
| |/ |/|
* | um: Don't discard .text.exit sectionAndrey Ryabinin2016-08-231-1/+1
|/
* Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-08-047-21/+25
|\
| * um: Support kcovVegard Nossum2016-08-043-0/+9
OpenPOWER on IntegriCloud