summaryrefslogtreecommitdiffstats
path: root/arch/um/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-154-3/+22
|\
| * um: v2: Use generic NOTES macroThomas Meyer2017-07-101-1/+1
| * um: stub-data.h: remove superfluous includeThomas Meyer2017-07-071-2/+0
| * um: add dummy ioremap and iounmap functionsLogan Gunthorpe2017-07-051-0/+17
| * um: Add os_warn() for pre-boot warning/error messagesMasami Hiramatsu2017-07-051-0/+2
| * um: Add os_info() for pre-boot information messagesMasami Hiramatsu2017-07-051-0/+2
* | arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-281-2/+0
|/
* 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-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 branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-264-8/+8
|\ \ \ \
| | | * | um: switch to RAW_COPY_USERAl Viro2017-03-281-4/+4
| | |/ / | |/| |
| | * | 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-281-1/+1
| * 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 remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+2
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-271-0/+1
* sched/cputime: Remove generic asm headersFrederic Weisbecker2017-02-011-1/+0
* 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
* locking/mutex: Kill arch specific codePeter Zijlstra2016-10-251-1/+0
* 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-041-11/+7
|\
| * um: Use asm-generic/irqflags.hDaniel Wagner2016-08-041-11/+7
* | mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V2016-07-261-0/+12
* | mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V2016-07-261-1/+7
|/
* um: add extended processor state save/restore supportEli Cooper2016-05-211-0/+2
* um, pkeys: Add UML arch_*_access_permitted() methodsDave Hansen2016-02-181-0/+14
* um: asm/page.h: remove the pte_high member from struct pte_tNicolai Stange2016-02-051-13/+10
* um: kill pfn_tDan Williams2016-01-153-7/+6
* um: Add seccomp supportMickaël Salaün2016-01-101-0/+2
* um: Add full asm/syscall.h supportMickaël Salaün2016-01-101-0/+138
* um: Fix ptrace GETREGS/SETREGS bugsMickaël Salaün2016-01-101-1/+0
* um: Update UBD to use pread/pwrite family of functionsAnton Ivanov2016-01-101-0/+2
* um: Do not change hard IRQ flags in soft IRQ processingAnton Ivanov2016-01-101-0/+23
* um: Switch clocksource to hrtimersAnton Ivanov2015-11-063-8/+30
* um: Store syscall number after syscall_trace_enter()Richard Weinberger2015-11-061-0/+1
* um: Define PTRACE_OLDSETOPTIONSRichard Weinberger2015-11-061-0/+2
* Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-041-0/+1
|\
| * Make asm/word-at-a-time.h available on all architecturesChris Metcalf2015-07-081-0/+1
* | Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-312-15/+1
|\ \
| * | mm: clean up per architecture MM hook header filesLaurent Dufour2015-07-172-15/+1
| |/
* | um: Fix do_signal() prototypeIngo Molnar2015-07-071-1/+2
|/
OpenPOWER on IntegriCloud