- 1335d9a Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 983dfa4 Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 6 years ago
- 5a28fc9 x86/mpx, mm/core: Fix recursive munmap() corruption by Dave Hansen · 6 years ago
- ea70d79 um: define set_pte_at() as a static inline function, not a macro by Bartosz Golaszewski · 6 years ago
- dd4e5d6 Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
- 171c2bc Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- fdcd06a arch: Use asm-generic header for asm/mmiowb.h by Will Deacon · 6 years ago
- 32d9258 syscalls: Remove start and number from syscall_set_arguments() args by Steven Rostedt (VMware) · 6 years ago
- b35f549 syscalls: Remove start and number from syscall_get_arguments() args by Steven Rostedt (Red Hat) · 8 years ago
- 7bb8709 um/tlb: Convert to generic mmu_gather by Peter Zijlstra · 6 years ago
- ed6a793 asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZE by Peter Zijlstra · 6 years ago
- 08300f4 a.out: remove core dumping support by Linus Torvalds · 6 years ago
- 4cf5892 mm: treewide: remove unused address argument from pte_alloc functions by Joel Fernandes (Google) · 6 years ago
- efe5f5b um: remove redundant generic-y by Masahiro Yamada · 6 years ago
- 8892d85 um: Avoid marking pages with "changed protection" by Anton Ivanov · 6 years ago
- 3ac946d vmlinux.lds.h: Move LSM_TABLE into INIT_DATA by Kees Cook · 6 years ago
- 8d1e513 Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 7 years ago
- cca76c1 um: remove uml initcalls by Alexander Pateenok · 7 years ago
- 2b5a9a3 time: Add an asm-generic/compat.h file by Arnd Bergmann · 7 years ago
- 49da7e6 High Performance UML Vector Network Driver by Anton Ivanov · 7 years ago
- cc70bec um: Restore symbol versions for __memcpy and memcpy by Geert Uytterhoeven · 7 years ago
- 3879ae6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
- 0500871 Construct init thread stack in the linker script rather than by union by David Howells · 7 years ago
- e0af0c1 arch: Remove clkdev.h asm-generic from Kbuild by Stephen Boyd · 7 years ago
- c10e83f arch, mm: Allow arch_dup_mmap() to fail by Thomas Gleixner · 7 years ago
- ab95477 bpf: fix build issues on um due to mising bpf_perf_event.h by Daniel Borkmann · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- c17c020 arch: remove unused *_segments() macros/functions by Tobias Klauser · 7 years ago
- 2896b80e Merge branch 'for-linus-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 7 years ago
- 6f602afd um: Fix FP register size for XSTATE/XSAVE by Thomas Meyer · 7 years ago
- b0c79f4 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 99baac2 mm: fix MADV_[FREE|DONTNEED] TLB flush miss problem by Minchan Kim · 7 years ago
- 56236a5 mm: refactor TLB gathering API by Minchan Kim · 7 years ago
- ee9f8fc x86/unwind: Add the ORC unwinder by Josh Poimboeuf · 7 years ago
- 4ecd4ff Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 8 years ago
- 94df7fe um: v2: Use generic NOTES macro by Thomas Meyer · 8 years ago
- 1bcbfbf um: add dummy ioremap and iounmap functions by Logan Gunthorpe · 8 years ago
- 6474924 arch: remove unused macro/function thread_saved_pc() by Tobias Klauser · 8 years ago
- d3b5d35 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- eea86b6 Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', 'uaccess.mn10300', 'uaccess.nios2', 'uaccess.openrisc', 'uaccess.parisc', 'uaccess.powerpc', 'uaccess.s390', 'uaccess.score', 'uaccess.sh', 'uaccess.sparc', 'uaccess.tile', 'uaccess.um', 'uaccess.unicore32', 'uaccess.x86' and 'uaccess.xtensa' into work.uaccess by Al Viro · 8 years ago
- bee3f41 Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.parisc by Al Viro · 8 years ago
- a668ce3 um: switch to RAW_COPY_USER by Al Viro · 8 years ago
- 3fb50075 asm-generic/uaccess.h: don't mess with __copy_{to,from}_user by Al Viro · 8 years ago
- db68ce1 new helper: uaccess_kernel() by Al Viro · 8 years ago
- aaa2e7a add asm-generic/extable.h by Al Viro · 8 years ago
- 9a804fe mm/gup: Drop the arch_pte_access_permitted() MMU callback by Kirill A. Shutemov · 8 years ago
- 9849a56 arch, mm: convert all architectures to use 5level-fixup.h by Kirill A. Shutemov · 8 years ago
- af1d5b3 uaccess: drop duplicate includes from asm/uaccess.h by Al Viro · 8 years ago
- 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
- 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 8 years ago
- b672592 sched/cputime: Remove generic asm headers by Frederic Weisbecker · 8 years ago
- 692a68c mm: remove the page size change check in tlb_remove_page by Aneesh Kumar K.V · 8 years ago
- 07e3266 mm: add tlb_remove_check_page_size_change to track page size change by Aneesh Kumar K.V · 8 years ago
- b528e4b mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pages by Aneesh Kumar K.V · 8 years ago
- 890658b locking/mutex: Kill arch specific code by Peter Zijlstra · 8 years ago
- dad2232 um: Don't discard .text.exit section by Andrey Ryabinin · 8 years ago
- 9e0243d Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 8 years ago
- 3e93895 um: Use asm-generic/irqflags.h by Daniel Wagner · 9 years ago
- e77b085 mm/mmu_gather: track page size with mmu gather and force flush if page size change by Aneesh Kumar K.V · 8 years ago
- e9d55e1 mm: change the interface for __tlb_remove_page() by Aneesh Kumar K.V · 8 years ago
- 9d95b17 um, pkeys: Add UML arch_*_access_permitted() methods by Dave Hansen · 9 years ago
- 012a416 um: asm/page.h: remove the pte_high member from struct pte_t by Nicolai Stange · 9 years ago
- 16da306 um: kill pfn_t by Dan Williams · 9 years ago
- c50b465 um: Add seccomp support by Mickaël Salaün · 9 years ago
- d8f8b84 um: Add full asm/syscall.h support by Mickaël Salaün · 9 years ago
- 470a166 um: Do not change hard IRQ flags in soft IRQ processing by Anton Ivanov · 9 years ago
- 44011b8 um: Define PTRACE_OLDSETOPTIONS by Richard Weinberger · 9 years ago
- 30c4465 Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
- f2abeef mm: clean up per architecture MM hook header files by Laurent Dufour · 10 years ago
- a6e2f02 Make asm/word-at-a-time.h available on all architectures by Chris Metcalf · 10 years ago
- 21dc2e6 Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 10 years ago
- ad90fb9 Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
- da028d5 um: Don't pollute kernel namespace with uapi by Richard Weinberger · 10 years ago
- 2ae416b mm: new mm hook framework by Laurent Dufour · 10 years ago
- 5334cda um: Handle tracehook_report_syscall_entry() result by Richard Weinberger · 10 years ago
- f8d65d2 um: Rework uaccess code by Richard Weinberger · 10 years ago
- 05eacfd um: Use char[] for linker script address declarations by Nicolas Iooss · 10 years ago
- d5f20be um: Create asm/sections.h by Nicolas Iooss · 10 years ago
- c546d5d remove scatterlist.h generation from arch Kbuild files by Christoph Hellwig · 10 years ago
- fa2e5c0 Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
- a98a6d8 um: Remove broken highmem support by Richard Weinberger · 10 years ago
- 28fa468 um: Remove broken SMP support by Richard Weinberger · 10 years ago
- fd22384 um: Remove signal translation and exec_domain by Richard Weinberger · 11 years ago
- f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
- d016bf7 mm: make FIRST_USER_ADDRESS unsigned long on all archs by Kirill A. Shutemov · 10 years ago
- 3513006 um: drop _PAGE_FILE and pte_file()-related helpers by Kirill A. Shutemov · 10 years ago
- 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
- 0cb6c96 net, lib: kill arch_fast_hash library bits by Daniel Borkmann · 10 years ago
- 62e88b1 mm: Make arch_unmap()/bprm_mm_init() available to all architectures by Dave Hansen · 10 years ago
- 970e51f um: Add support for CONFIG_STACKTRACE by Daniel Walter · 10 years ago
- c5c38ef irq_work: Introduce arch_irq_work_has_interrupt() by Peter Zijlstra · 10 years ago
- a6c19df arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area by Andy Lutomirski · 10 years ago
- 308c09f lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig by Laura Abbott · 10 years ago
- 1cf35d4 mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing parts by Linus Torvalds · 11 years ago
- ddf1d16 locking/mcs: Allow architecture specific asm files to be used for contended case by Tim Chen · 11 years ago
- b119fa6 locking/mcs: Order the header files in Kbuild of each architecture in alphabetical order by Tim Chen · 11 years ago
- 77d143d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 11 years ago
- 9af2452 um: Include generic barrier.h by Richard Weinberger · 11 years ago
- 61aad98 um: Removed unused attributes from thread_struct by Richard Weinberger · 11 years ago
- 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago