summaryrefslogtreecommitdiff
path: root/arch/um/include/asm
AgeCommit message (Expand)Author
2019-03-05a.out: remove core dumping supportLinus Torvalds
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)
2018-12-27um: remove redundant generic-yMasahiro Yamada
2018-12-27um: Avoid marking pages with "changed protection"Anton Ivanov
2018-10-10vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook
2018-06-16Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-06-10um: remove uml initcallsAlexander Pateenok
2018-04-19time: Add an asm-generic/compat.h fileArnd Bergmann
2018-02-19High Performance UML Vector Network DriverAnton Ivanov
2018-02-19um: Restore symbol versions for __memcpy and memcpyGeert Uytterhoeven
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells
2018-01-03arch: Remove clkdev.h asm-generic from KbuildStephen Boyd
2017-12-22arch, mm: Allow arch_dup_mmap() to failThomas Gleixner
2017-12-17bpf: fix build issues on um due to mising bpf_perf_event.hDaniel Borkmann
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-22arch: remove unused *_segments() macros/functionsTobias Klauser
2017-09-16Merge branch 'for-linus-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-09-13um: Fix FP register size for XSTATE/XSAVEThomas Meyer
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-08-10mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim
2017-08-10mm: refactor TLB gathering APIMinchan Kim
2017-07-26x86/unwind: Add the ORC unwinderJosh Poimboeuf
2017-07-15Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-07-10um: v2: Use generic NOTES macroThomas Meyer
2017-07-05um: add dummy ioremap and iounmap functionsLogan Gunthorpe
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro
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-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 remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez
2017-02-01sched/cputime: Remove generic asm headersFrederic Weisbecker
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-10-25locking/mutex: Kill arch specific codePeter Zijlstra
2016-08-23um: Don't discard .text.exit sectionAndrey Ryabinin
2016-08-04Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-08-04um: Use asm-generic/irqflags.hDaniel Wagner
2016-07-26mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V
2016-07-26mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V
2016-02-18um, pkeys: Add UML arch_*_access_permitted() methodsDave Hansen