Age | Commit message (Expand) | Author |
2017-07-10 | um: v2: Use generic NOTES macro | Thomas Meyer |
2017-07-05 | um: add dummy ioremap and iounmap functions | Logan Gunthorpe |
2017-05-01 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2017-04-26 | Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'... | Al Viro |
2017-04-02 | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Al Viro |
2017-03-28 | um: switch to RAW_COPY_USER | Al Viro |
2017-03-28 | asm-generic/uaccess.h: don't mess with __copy_{to,from}_user | Al Viro |
2017-03-28 | new helper: uaccess_kernel() | Al Viro |
2017-03-27 | add asm-generic/extable.h | Al Viro |
2017-03-18 | mm/gup: Drop the arch_pte_access_permitted() MMU callback | Kirill A. Shutemov |
2017-03-09 | arch, mm: convert all architectures to use 5level-fixup.h | Kirill A. Shutemov |
2017-03-05 | uaccess: drop duplicate includes from asm/uaccess.h | Al Viro |
2017-03-02 | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... | Ingo Molnar |
2017-02-27 | kprobes: move kprobe declarations to asm-generic/kprobes.h | Luis R. Rodriguez |
2017-02-01 | sched/cputime: Remove generic asm headers | Frederic Weisbecker |
2016-12-12 | mm: remove the page size change check in tlb_remove_page | Aneesh Kumar K.V |
2016-12-12 | mm: add tlb_remove_check_page_size_change to track page size change | Aneesh Kumar K.V |
2016-12-12 | mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pages | Aneesh Kumar K.V |
2016-10-25 | locking/mutex: Kill arch specific code | Peter Zijlstra |
2016-08-23 | um: Don't discard .text.exit section | Andrey Ryabinin |
2016-08-04 | Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2016-08-04 | um: Use asm-generic/irqflags.h | Daniel Wagner |
2016-07-26 | mm/mmu_gather: track page size with mmu gather and force flush if page size c... | Aneesh Kumar K.V |
2016-07-26 | mm: change the interface for __tlb_remove_page() | Aneesh Kumar K.V |
2016-02-18 | um, pkeys: Add UML arch_*_access_permitted() methods | Dave Hansen |
2016-02-05 | um: asm/page.h: remove the pte_high member from struct pte_t | Nicolai Stange |
2016-01-15 | um: kill pfn_t | Dan Williams |
2016-01-10 | um: Add seccomp support | Mickaël Salaün |
2016-01-10 | um: Add full asm/syscall.h support | Mickaël Salaün |
2016-01-10 | um: Do not change hard IRQ flags in soft IRQ processing | Anton Ivanov |
2015-11-06 | um: Define PTRACE_OLDSETOPTIONS | Richard Weinberger |
2015-10-04 | Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc... | Linus Torvalds |
2015-07-17 | mm: clean up per architecture MM hook header files | Laurent Dufour |
2015-07-08 | Make asm/word-at-a-time.h available on all architectures | Chris Metcalf |
2015-06-28 | Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2015-06-25 | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-06-25 | um: Don't pollute kernel namespace with uapi | Richard Weinberger |
2015-06-24 | mm: new mm hook framework | Laurent Dufour |
2015-05-31 | um: Handle tracehook_report_syscall_entry() result | Richard Weinberger |
2015-05-31 | um: Rework uaccess code | Richard Weinberger |
2015-05-31 | um: Use char[] for linker script address declarations | Nicolas Iooss |
2015-05-31 | um: Create asm/sections.h | Nicolas Iooss |
2015-05-19 | remove scatterlist.h generation from arch Kbuild files | Christoph Hellwig |
2015-04-15 | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2015-04-13 | um: Remove broken highmem support | Richard Weinberger |
2015-04-13 | um: Remove broken SMP support | Richard Weinberger |
2015-04-12 | um: Remove signal translation and exec_domain | Richard Weinberger |
2015-02-12 | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski |
2015-02-11 | mm: make FIRST_USER_ADDRESS unsigned long on all archs | Kirill A. Shutemov |
2015-02-10 | um: drop _PAGE_FILE and pte_file()-related helpers | Kirill A. Shutemov |