aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-05-17io_uring: add tee(2) supportPavel Begunkov1-0/+1
2020-05-17splice: export do_tee()Pavel Begunkov1-0/+3
2020-05-17net: allow __skb_ext_alloc to sleepFlorian Westphal1-1/+1
2020-05-17Merge tag 'usb-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-13/+95
2020-05-17Merge tag 'x86_urgent_for_v5.7-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+6
2020-05-17efi: Pull up arch-specific prototype efi_systab_show_arch()Benjamin Thiel1-0/+2
2020-05-16mptcp: Use 32-bit DATA_ACK when possibleChristoph Paasch1-1/+4
2020-05-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2020-05-16block: remove the REQ_NOWAIT_INLINE flagChristoph Hellwig1-2/+0
2020-05-16ALSA: hda: Unexport some local helper functionsTakashi Iwai1-3/+0
2020-05-16ALSA: hda: Drop unused snd_hda_queue_unsol_event()Takashi Iwai1-7/+0
2020-05-15Merge tag 'tegra-for-5.8-arm-core' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-0/+1
2020-05-15Merge tag 'vexpress-modules-for-soc-v2' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann1-30/+0
2020-05-15clk: versatile: Drop the legacy IM-PD1 clock codeRob Herring1-2/+0
2020-05-15linux/parser.h: add include guardsEric Biggers1-1/+4
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller22-33/+78
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds8-9/+22
2020-05-15inet_connection_sock: factor out destroy helper.Paolo Abeni1-0/+8
2020-05-15mptcp: add new sock flag to deal with join subflowsPaolo Abeni2-7/+13
2020-05-15io_uring: add IORING_CQ_EVENTFD_DISABLED to the CQ ring flagsStefano Garzarella1-0/+7
2020-05-15io_uring: add 'cq_flags' field for the CQ ringStefano Garzarella1-1/+3
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+1
2020-05-15net: phy: broadcom: add support for BCM54811 PHYKevin Lo1-0/+2
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-5/+97
2020-05-15net: sched: implement terse dump support in actVlad Buslov2-1/+2
2020-05-15net: sched: introduce terse dump flagVlad Buslov2-0/+10
2020-05-15Merge tag 'sound-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+1
2020-05-15Merge tag 'drm-fixes-2020-05-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+3
2020-05-15scs: Add page accounting for shadow call stack allocationsSami Tolvanen1-0/+3
2020-05-15scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen3-0/+76
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov2-1/+20
2020-05-15bpf, capability: Introduce CAP_BPFAlexei Starovoitov2-1/+38
2020-05-15driver core: fw_devlink: Add support for batching fwnode parsingSaravana Kannan1-0/+2
2020-05-15dm mpath: pass IO start time to path selectorGabriel Krisman Bertazi1-0/+2
2020-05-15dm bufio: implement discardMikulas Patocka1-0/+12
2020-05-15Merge tag 'iio-for-5.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman1-2/+85
2020-05-15usb: hci: add hc_driver as argument for usb_hcd_pci_probeVinod Koul1-1/+2
2020-05-15tty/sysrq: constify the the sysrq_key_op(s)Emil Velikov1-1/+1
2020-05-15tty/sysrq: constify the sysrq APIEmil Velikov1-8/+8
2020-05-15tty/sysrq: alpha: export and use __sysrq_get_key_op()Emil Velikov1-1/+1
2020-05-15serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner1-1/+1
2020-05-15iommu: Remove functions that support private domainSai Praneeth Prakhya1-12/+0
2020-05-15x86: Fix early boot crash on gcc-10, third tryBorislav Petkov1-0/+6
2020-05-15i2c: mux: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-15Merge branch 'icc-get-by-index' into icc-nextGeorgi Djakov1-0/+6
2020-05-14xdp: Allow bpf_xdp_adjust_tail() to grow packet sizeJesper Dangaard Brouer1-2/+2
2020-05-14xdp: For Intel AF_XDP drivers add XDP frame_szJesper Dangaard Brouer1-0/+11
2020-05-14xdp: Xdp_frame add member frame_sz and handle in convert_to_xdp_frameJesper Dangaard Brouer1-1/+13
2020-05-14xdp: Add frame size to xdp_buffJesper Dangaard Brouer1-0/+13
2020-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller11-52/+211