aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um
AgeCommit message (Expand)Author
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser
2017-05-13Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-05-04um: Add missing NR_CPUS includeRichard Weinberger
2017-05-03um: Fix to call read_initrd after init_bootmemMasami Hiramatsu
2017-05-03um: Set number of CPUsNikola Kotur
2017-05-03um: Fix _print_addr()Richard Weinberger
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-05-01Merge branch 'x86-process-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro
2017-04-14um/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro
2017-03-28um: switch to RAW_COPY_USERAl Viro
2017-03-28asm-generic/uaccess.h: don't mess with __copy_{to,from}_userAl Viro
2017-03-28new helper: uaccess_kernel()Al Viro
2017-03-27add asm-generic/extable.hAl Viro
2017-03-27x86/debug: Implement __WARN() using UD0Peter Zijlstra
2017-03-23Merge branch 'x86/process' into x86/mm, to create new base for further patchesIngo Molnar
2017-03-20x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()Kyle Huey
2017-03-20x86/arch_prctl: Rename 'code' argument to 'option'Kyle Huey
2017-03-18mm/gup: Drop the arch_pte_access_permitted() MMU callbackKirill A. Shutemov
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro
2017-03-02sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sc...Ingo Molnar
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-02-01sched/cputime: Remove generic asm headersFrederic Weisbecker
2017-01-14sched/core: Remove set_task_state()Davidlohr Bueso
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-16Merge branch 'for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-12-14um: UBD ImprovementsAnton Ivanov
2016-12-12mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V
2016-12-12mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V
2016-12-12mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-10-25locking/mutex: Kill arch specific codePeter Zijlstra
2016-10-20net: use core MTU range checking in misc driversJarod Wilson
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf
2016-10-03Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-09-07um/ptrace: Fix the syscall number update after a ptraceMickaël Salaün