summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-07io_uring: use cpu_online() to check p->sq_thread_cpu instead of cpu_possible()for-5.2/io_uring-20190507Shenghui Wang
2019-05-06io_uring: fix shadowed variable ret return code being not checkedColin Ian King
2019-05-02req->error only used for iopollStefan Bühler
2019-05-02io_uring: add support for eventfd notificationsJens Axboe
2019-05-02io_uring: add support for IORING_OP_SYNC_FILE_RANGEJens Axboe
2019-05-02fs: add sync_file_range() helperJens Axboe
2019-05-02io_uring: add support for marking commands as drainingJens Axboe
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-05-02Merge tag 'for-linus-20190502' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-02Merge tag 'pci-v5.1-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-02Merge tag 'mtd/fixes-for-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-05-02PCI/LINK: Add Kconfig option (default off)Keith Busch
2019-05-01udp: fix GRO packet of deathEric Dumazet
2019-05-01Merge tag 'for-v5.1-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds
2019-05-01ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau
2019-05-01rds: ib: force endiannes annotationNicholas Mc Guire
2019-05-01Merge tag 'arc-5.1-final' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds
2019-05-01PCI/portdrv: Use shared MSI/MSI-X vector for Bandwidth ManagementAlex Williamson
2019-05-01Merge tag 'acpi-5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2019-05-01gcc-9: don't warn about uninitialized btrfs extent_type variableLinus Torvalds
2019-05-01selftests: fib_rule_tests: print the result and return 1 if any tests failedHangbin Liu
2019-05-01gcc-9: properly declare the {pv,hv}clock_page storageLinus Torvalds
2019-05-01gcc-9: don't warn about uninitialized variableLinus Torvalds
2019-05-01gcc-9: silence 'address-of-packed-member' warningLinus Torvalds
2019-05-01ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani
2019-05-01io_uring: avoid page allocation warningsfor-linus-20190502Mark Rutland
2019-05-01net/tls: avoid NULL pointer deref on nskb->sk in fallbackJakub Kicinski
2019-05-01selftests: fib_rule_tests: Fix icmp proto with ipv6David Ahern
2019-05-01packet: validate msg_namelen in send directlyWillem de Bruijn
2019-05-01packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn
2019-05-01iov_iter: fix iov_iter_typeMing Lei
2019-05-01block: fix handling for BIO_NO_PAGE_REFMing Lei
2019-05-01io_uring: drop req submit reference always in async puntJens Axboe
2019-05-01io_uring: free allocated io_memory onceMark Rutland
2019-05-01io_uring: fix SQPOLL cpu validationMark Rutland
2019-05-01sctp: avoid running the sctp state machine recursivelyXin Long
2019-05-01stmmac: pci: Fix typo in IOT2000 commentJan Kiszka
2019-05-01Documentation: fix netdev-FAQ.rst markup warningRandy Dunlap
2019-05-01io_uring: have submission side sqe errors post a cqeJens Axboe
2019-04-30ipv6: fix races in ip6_dst_destroy()Eric Dumazet
2019-04-30Merge tag 'fsnotify_for_v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-04-30Revert "ACPICA: Clear status of GPEs before enabling them"Rafael J. Wysocki
2019-04-30Merge tag 'wireless-drivers-for-davem-2019-04-30' of git://git.kernel.org/pub...David S. Miller
2019-04-30Merge tag 'usb-5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-04-30io_uring: remove unnecessary barrier after unsetting IORING_SQ_NEED_WAKEUPStefan Bühler
2019-04-30io_uring: remove unnecessary barrier after incrementing dropped counterStefan Bühler
2019-04-30io_uring: remove unnecessary barrier before reading SQ tailStefan Bühler
2019-04-30io_uring: remove unnecessary barrier after updating SQ headStefan Bühler
2019-04-30io_uring: remove unnecessary barrier before reading cq headStefan Bühler
2019-04-30io_uring: remove unnecessary barrier before wq_has_sleeperStefan Bühler