]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/history - fs/userfaultfd.c
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[mirror_ubuntu-zesty-kernel.git] / fs / userfaultfd.c
2015-09-08 Linus TorvaldsMerge branch 'kbuild' of git://git.kernel.org/pub/scm...
2015-09-08 Linus TorvaldsMerge tag 'trace-v4.3' of git://git.kernel.org/pub...
2015-09-08 Linus TorvaldsMerge branch 'upstream' of git://git.infradead.org...
2015-09-08 Linus TorvaldsMerge branch 'next' of git://git.kernel.org/pub/scm...
2015-09-08 Linus TorvaldsMerge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk...
2015-09-08 Linus TorvaldsMerge tag 'for-linus-4.3-rc0-tag' of git://git.kernel...
2015-09-08 Linus TorvaldsMerge branch 'irq-core-for-linus' of git://git.kernel...
2015-09-08 Linus TorvaldsMerge branch 'for-next' of git://git.kernel.org/pub...
2015-09-08 Linus TorvaldsMerge tag 'ecryptfs-4.3-rc1-stale-dcache' of git:/...
2015-09-08 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2015-09-07 Linus TorvaldsMerge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org...
2015-09-07 Linus TorvaldsMerge tag 'xfs-for-linus-4.3' of git://git.kernel.org...
2015-09-06 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2015-09-06 Linus TorvaldsMerge tag 'for-linus-4.3-merge-window-part-1' of git...
2015-09-06 Linus TorvaldsMerge tag 'media/v4.3-1' of git://git.kernel.org/pub...
2015-09-06 Linus TorvaldsMerge branch 'mailbox-for-next' of git://git.linaro...
2015-09-06 Linus TorvaldsMerge tag 'md/4.3' of git://neil.brown.name/md
2015-09-06 Linus TorvaldsMerge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields...
2015-09-05 Linus TorvaldsMerge branch 'for-linus-4.3' of git://git.kernel.org...
2015-09-05 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2015-09-04 Andrea Arcangeliuserfaultfd: avoid missing wakeups during refile in...
2015-09-04 Andrea Arcangeliuserfaultfd: allow signals to interrupt a userfault
2015-09-04 Andrea Arcangeliuserfaultfd: require UFFDIO_API before other ioctls
2015-09-04 Andrea Arcangeliuserfaultfd: UFFDIO_COPY and UFFDIO_ZEROPAGE
2015-09-04 Andrea Arcangeliuserfaultfd: solve the race between UFFDIO_COPY|ZEROPAG...
2015-09-04 Andrea Arcangeliuserfaultfd: allocate the userfaultfd_ctx cacheline...
2015-09-04 Andrea Arcangeliuserfaultfd: optimize read() and poll() to be O(1)
2015-09-04 Andrea Arcangeliuserfaultfd: wake pending userfaults
2015-09-04 Andrea Arcangeliuserfaultfd: change the read API to return a uffd_msg
2015-09-04 Pavel Emelyanovuserfaultfd: Rename uffd_api.bits into .features
2015-09-04 Andrea Arcangeliuserfaultfd: add new syscall to provide memory external...