summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* prandom: make use of smaller types in prandom_u32_maxJason A. Donenfeld2022-09-291-6/+11
* random: add 8-bit and 16-bit batchesJason A. Donenfeld2022-09-291-0/+2
* random: split initialization into early step and later stepJason A. Donenfeld2022-09-291-1/+2
* Merge tag 'net-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-09-224-4/+40
|\
| * Merge tag 'for-net-2022-09-09' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2022-09-191-2/+0
| |\
| | * Bluetooth: Fix HCIGETDEVINFO regressionLuiz Augusto von Dentz2022-09-091-2/+0
| * | net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier2022-09-162-2/+3
| * | net/ieee802154: fix uninit value bug in dgram_sendmsgHaimin Zhang2022-09-161-0/+37
| |/
* | Revert "iommu/vt-d: Fix possible recursive locking in intel_iommu_init()"Lu Baolu2022-09-211-3/+1
* | Merge tag 'parisc-for-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-09-181-1/+1
|\ \
| * | Input: hp_sdc: fix spelling typo in commentJiangshan Yi2022-09-131-1/+1
* | | Merge tag 'devicetree-fixes-for-6.0-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-09-141-2/+3
|\ \ \
| * | | of/device: Fix up of_dma_configure_id() stubThierry Reding2022-08-251-2/+3
* | | | Merge tag 'hyperv-fixes-signed-20220912' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-09-121-0/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | PCI: Move PCI_VENDOR_ID_MICROSOFT/PCI_DEVICE_ID_HYPERV_VIDEO definitions to p...Vitaly Kuznetsov2022-09-051-0/+3
| |/ /
* | | Merge tag 'iommu-fixes-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-09-111-1/+3
|\ \ \
| * | | iommu/vt-d: Fix possible recursive locking in intel_iommu_init()Lu Baolu2022-09-111-1/+3
* | | | Merge tag 'dma-mapping-6.0-2022-09-10' of git://git.infradead.org/users/hch/d...Linus Torvalds2022-09-101-5/+0
|\ \ \ \
| * | | | dma-mapping: mark dma_supported staticChristoph Hellwig2022-09-071-5/+0
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2022-09-092-5/+2
|\ \ \ \ \
| * | | | | scsi: core: Fix a use-after-freeBart Van Assche2022-09-011-0/+2
| * | | | | scsi: core: Revert "Make sure that targets outlive devices"Bart Van Assche2022-09-011-2/+0
| * | | | | scsi: core: Revert "Make sure that hosts outlive targets"Bart Van Assche2022-09-011-3/+0
* | | | | | Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-09-091-0/+6
|\ \ \ \ \ \
| * | | | | | debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman2022-09-051-0/+6
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-09-091-9/+10
|\ \ \ \ \ \ \
| * | | | | | | RDMA/mlx5: Rely on RoCE fw cap instead of devlink when setting profileMaher Sanalla2022-09-051-9/+10
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'drm-fixes-2022-09-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-09-092-2/+7
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'drm-misc-fixes-2022-09-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-09-102-2/+7
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | drm/edid: Handle EDID 1.4 range descriptor h/vfreq offsetsVille Syrjälä2022-09-022-2/+7
| | |/ / / / /
* | | | | | | Merge tag 'linux-kselftest-kunit-fixes-6.0-rc5' of git://git.kernel.org/pub/s...Linus Torvalds2022-09-091-3/+3
|\ \ \ \ \ \ \
| * | | | | | | kunit: fix assert_type for comparison macrosSander Vanheule2022-09-011-3/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'asm-generic-fixes-6.0-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-09-091-1/+1
|\ \ \ \ \ \ \
| * | | | | | | asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior2022-09-051-1/+1
* | | | | | | | Merge tag 'spi-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-09-081-0/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | spi: mux: Fix mux interaction with fast path optimisationsMark Brown2022-09-021-0/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'net-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-09-089-9/+112
|\ \ \ \ \ \ \
| * | | | | | | net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUMMenglong Dong2022-09-072-1/+81
| * | | | | | | Merge tag 'wireless-2022-09-03' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-09-041-3/+5
| |\ \ \ \ \ \ \
| | * | | | | | | wifi: use struct_group to copy addressesJohannes Berg2022-09-031-3/+5
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-09-022-3/+0
| |\ \ \ \ \ \ \ \
| | * | | | | | | | netfilter: remove nf_conntrack_helper sysctl and modparam togglesPablo Neira Ayuso2022-08-312-3/+0
| * | | | | | | | | Merge tag 'rxrpc-fixes-20220901' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2022-09-023-2/+5
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | rxrpc: Remove rxrpc_get_reply_time() which is no longer usedDavid Howells2022-09-011-2/+0
| | * | | | | | | | | rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells2022-09-012-0/+5
| * | | | | | | | | | tcp: TX zerocopy should not sense pfmemalloc statusEric Dumazet2022-09-021-0/+21
* | | | | | | | | | | fs: only do a memory barrier for the first set_buffer_uptodate()Linus Torvalds2022-09-081-0/+11
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-09-061-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ARM: 9229/1: amba: Fix use-after-free in amba_read_periphid()Isaac Manjarres2022-08-301-0/+1
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'soc-fixes-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-09-051-0/+8
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |