summaryrefslogtreecommitdiffstats
path: root/arch/um/include/asm (follow)
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-264-8/+8
|\ \ \
| | | * um: switch to RAW_COPY_USERAl Viro2017-03-291-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-281-0/+1
| * uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-061-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-281-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-131-6/+0
* mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V2016-12-131-0/+6
* mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V2016-12-131-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-051-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-271-0/+12
* | mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V2016-07-271-1/+7
|/
* 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-061-13/+10
* um: kill pfn_tDan Williams2016-01-163-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: Do not change hard IRQ flags in soft IRQ processingAnton Ivanov2016-01-101-0/+23
* 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
* | mm: clean up per architecture MM hook header filesLaurent Dufour2015-07-182-15/+1
|/
* Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-285-155/+36
|\
| * um: Don't pollute kernel namespace with uapiRichard Weinberger2015-06-251-1/+0
| * um: Handle tracehook_report_syscall_entry() resultRichard Weinberger2015-05-311-1/+1
| * um: Rework uaccess codeRichard Weinberger2015-05-312-152/+26
| * um: Use char[] for linker script address declarationsNicolas Iooss2015-05-311-2/+2
| * um: Create asm/sections.hNicolas Iooss2015-05-312-1/+9
* | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-261-1/+0
|\ \
| * | remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig2015-05-191-1/+0
| |/
* / mm: new mm hook frameworkLaurent Dufour2015-06-251-0/+15
|/
* Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-151-2/+0
|\
| * um: Remove signal translation and exec_domainRichard Weinberger2015-04-121-2/+0
* | um: Remove broken highmem supportRichard Weinberger2015-04-132-9/+1
* | um: Remove broken SMP supportRichard Weinberger2015-04-132-34/+0
|/
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-131-4/+0
* mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2015-02-122-2/+2
* um: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-103-38/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-1/+0
|\
| * net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-101-1/+0
* | mm: Make arch_unmap()/bprm_mm_init() available to all architecturesDave Hansen2014-11-191-5/+19
|/
* um: Add support for CONFIG_STACKTRACEDaniel Walter2014-10-131-0/+42