summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-11-05Revert "usb: core: hcd: Add support for deferring roothub registration"Greg Kroah-Hartman1-2/+0
2021-11-05Merge tag 'drm-misc-next-2021-10-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie4-4/+37
2021-11-05Revert "ALSA: memalloc: Convert x86 SG-buffer handling with non-contiguous type"Takashi Iwai1-7/+7
2021-11-04Merge tag 'for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds1-2/+2
2021-11-04irqdomain: Make of_phandle_args_to_fwspec() generally availableMarc Zyngier1-0/+4
2021-11-04Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-6/+18
2021-11-04xen/balloon: rename alloc/free_xenballooned_pagesJuergen Gross2-9/+0
2021-11-04block: add a loff_t cast to bdev_nr_bytesChristoph Hellwig1-1/+1
2021-11-04Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds6-101/+108
2021-11-04virtio_gpio: drop packed attributeMichael S. Tsirkin1-1/+1
2021-11-04gpio: virtio: Add IRQ supportViresh Kumar1-0/+25
2021-11-04Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-53/+28
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds20-438/+751
2021-11-04Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+5
2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet3-22/+28
2021-11-04Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds12-0/+1735
2021-11-04scsi: core: Avoid leaving shost->last_reset with stale value if EH does not runEwan D. Milne2-1/+2
2021-11-04Merge tag 'drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds14-27/+173
2021-11-04Merge tag 'dt-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds5-0/+14
2021-11-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds6-18/+98
2021-11-03Merge tag 'vfio-v5.16-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds3-72/+15
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds4-26/+23
2021-11-03signal: Add SA_IMMUTABLE to ensure forced siganls do not get changedEric W. Biederman2-0/+4
2021-11-03string: uninline memcpy_and_padGuenter Roeck1-17/+2
2021-11-03ACPI: Add a convenience function to tell a device is in D0 stateSakari Ailus1-0/+5
2021-11-03i2c: Allow an ACPI driver to manage the device's power state during probeSakari Ailus1-0/+18
2021-11-03ACPI: scan: Obtain device's desired enumeration power stateSakari Ailus1-0/+1
2021-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds8-32/+93
2021-11-03Merge tag 'sound-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds24-233/+1321
2021-11-03libfs: Move shmem_exchange to simple_rename_exchangeLorenz Bauer1-0/+2
2021-11-03net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridgeVladimir Oltean1-0/+1
2021-11-03nfs: remove unused header <linux/pnfs_osd_xdr.h>Jonathan Corbet1-317/+0
2021-11-03ethtool: fix ethtool msg len calculation for pause statsJakub Kicinski2-1/+6
2021-11-03net: avoid double accounting for pure zerocopy skbsTalal Ahmad2-3/+24
2021-11-03security: add sctp_assoc_established hookXin Long3-0/+14
2021-11-03security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long4-21/+21
2021-11-039p: fix file headersDominique Martinet3-6/+0
2021-11-03fscache_cookie_enabled: check cookie is valid before accessing itDominique Martinet1-1/+1
2021-11-03Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2021-11-03Merge tag 'platform-drivers-x86-v5.16-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-2/+149
2021-11-03net: add and use skb_unclone_keeptruesize() helperEric Dumazet1-0/+16
2021-11-03net/9p: autoload transport modulesThomas Weißschuh1-0/+6
2021-11-03Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds41-323/+1207
2021-11-03Input: remove unused header <linux/input/cy8ctmg110_pdata.h>Jonathan Corbet1-10/+0
2021-11-03Merge tag 'pm-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds5-58/+216
2021-11-03Merge tag 'acpi-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds7-8/+267
2021-11-03Merge branch 'for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2-21/+5
2021-11-03Merge branch 'for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+2
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-58/+18
2021-11-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-18/+0