summaryrefslogtreecommitdiffstats
path: root/arch/um/include/asm
Commit message (Expand)AuthorAgeFilesLines
* a.out: remove core dumping supportLinus Torvalds2019-03-051-27/+0
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-2/+2
* um: remove redundant generic-yMasahiro Yamada2018-12-271-2/+0
* um: Avoid marking pages with "changed protection"Anton Ivanov2018-12-271-1/+8
* vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook2018-10-101-2/+0
* Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-161-6/+0
|\
| * um: remove uml initcallsAlexander Pateenok2018-06-101-6/+0
* | time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+1
|/
* High Performance UML Vector Network DriverAnton Ivanov2018-02-191-0/+12
* um: Restore symbol versions for __memcpy and memcpyGeert Uytterhoeven2018-02-191-0/+1
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-011-1/+0
|\
| * arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0
* | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-093-7/+9
* | arch, mm: Allow arch_dup_mmap() to failThomas Gleixner2017-12-221-1/+2
* | bpf: fix build issues on um due to mising bpf_perf_event.hDaniel Borkmann2017-12-171-0/+1
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0216-0/+16
* arch: remove unused *_segments() macros/functionsTobias Klauser2017-09-221-5/+0
* Merge branch 'for-linus-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-161-0/+3
|\
| * um: Fix FP register size for XSTATE/XSAVEThomas Meyer2017-09-131-0/+3
* | 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-152-1/+18
|\
| * um: v2: Use generic NOTES macroThomas Meyer2017-07-101-1/+1
| * um: add dummy ioremap and iounmap functionsLogan Gunthorpe2017-07-051-0/+17
* | 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
|\
| * mm/gup: Drop the arch_pte_access_permitted() MMU callbackKirill A. Shutemov2017-03-181-6/+0
| |
| \
| \
| \
*---. \ 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, pkeys: Add UML arch_*_access_permitted() methodsDave Hansen2016-02-181-0/+14