summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski648-53810/+4436
2023-03-17Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds132-673/+1328
2023-03-17Merge tag 'block-6.3-2023-03-16' of git://git.kernel.dk/linuxLinus Torvalds19-80/+136
2023-03-17Merge tag 'io_uring-6.3-2023-03-16' of git://git.kernel.dk/linuxLinus Torvalds3-4/+11
2023-03-17Merge tag 'pm-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-4/+4
2023-03-17Merge tag 'acpi-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds7-8/+77
2023-03-17Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds2-13/+15
2023-03-17Merge tag 'for-linus-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-22/+50
2023-03-17Merge tag 'riscv-for-linus-6.3-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-51/+42
2023-03-17Merge tag 's390-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds9-34/+54
2023-03-17Merge tag 'powerpc-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-3/+9
2023-03-17Merge tag 'mmc-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds2-2/+2
2023-03-17Merge tag 'sound-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds32-90/+246
2023-03-17Merge tag 'drm-fixes-2023-03-17' of git://anongit.freedesktop.org/drm/drmLinus Torvalds47-137/+507
2023-03-17Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds12-34/+85
2023-03-17Merge branch 'pm-cpuidle'Rafael J. Wysocki1-1/+2
2023-03-17Merge branches 'acpi-video', 'acpi-x86', 'acpi-tools' and 'acpi-docs'Rafael J. Wysocki6-7/+73
2023-03-17tools/power turbostat: version 2023.03.17Len Brown1-8/+5
2023-03-17tools/power turbostat: fix decoding of HWP_STATUSAntti Laakso1-1/+1
2023-03-17tools/power turbostat: Introduce support for EMRZhang Rui1-0/+3
2023-03-17tools/power turbostat: remove stray newlines from warn/warnx stringsLen Brown1-2/+2
2023-03-17tools/power turbostat: Fix /dev/cpu_dma_latency warningsPrarit Bhargava2-1/+3
2023-03-17tools/power turbostat: Provide better debug messages for failed capabilities ...Prarit Bhargava2-7/+7
2023-03-17tools/power turbostat: update dump of SECONDARY_TURBO_RATIO_LIMITLen Brown1-1/+1
2023-03-17net/smc: Use percpu ref for wr tx referenceKai Shen3-12/+38
2023-03-17Merge branch 'inet-const'David S. Miller18-32/+30
2023-03-17inet_diag: constify raw_lookup() socket argumentEric Dumazet1-1/+1
2023-03-17ipv4: raw: constify raw_v4_match() socket argumentEric Dumazet2-3/+3
2023-03-17ipv6: raw: constify raw_v6_match() socket argumentEric Dumazet2-2/+2
2023-03-17udp6: constify __udp_v6_is_mcast_sock() socket argumentEric Dumazet1-2/+2
2023-03-17ipv6: constify inet6_mc_check()Eric Dumazet2-5/+5
2023-03-17udp: constify __udp_is_mcast_sock() socket argumentEric Dumazet1-2/+2
2023-03-17ipv4: constify ip_mc_sf_allow() socket argumentEric Dumazet2-3/+3
2023-03-17inet: preserve const qualifier in inet_sk()Eric Dumazet8-14/+12
2023-03-17netlink: specs: allow uapi-header in genetlinkJakub Kicinski3-2/+5
2023-03-17netlink-specs: add partial specification for devlinkJakub Kicinski1-0/+198
2023-03-17Merge branch 'net-packet-KCSAN'David S. Miller3-63/+87
2023-03-17net/packet: convert po->pressure to an atomic flagEric Dumazet2-7/+9
2023-03-17net/packet: convert po->running to an atomic flagEric Dumazet3-12/+12
2023-03-17net/packet: convert po->has_vnet_hdr to an atomic flagEric Dumazet3-11/+12
2023-03-17net/packet: convert po->tp_loss to an atomic flagEric Dumazet3-6/+6
2023-03-17net/packet: convert po->tp_tx_has_off to an atomic flagEric Dumazet2-5/+5
2023-03-17net/packet: annotate accesses to po->tp_tstampEric Dumazet2-5/+6
2023-03-17net/packet: convert po->auxdata to an atomic flagEric Dumazet3-8/+6
2023-03-17net/packet: convert po->origdev to an atomic flagEric Dumazet3-8/+26
2023-03-17net/packet: annotate accesses to po->xmitEric Dumazet1-4/+8
2023-03-17Merge branch 'gve-xdp-support'David S. Miller10-138/+1252
2023-03-17gve: Add AF_XDP zero-copy support for GQI-QPL formatPraveen Kaligineedi5-9/+274
2023-03-17gve: Add XDP REDIRECT support for GQI-QPL formatPraveen Kaligineedi5-17/+138
2023-03-17gve: Add XDP DROP and TX support for GQI-QPL formatPraveen Kaligineedi5-39/+687