summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-25Linux 5.10.170v5.10.170Greg Kroah-Hartman1-1/+1
2023-02-25bpf: add missing header file includeLinus Torvalds1-0/+1
2023-02-25Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo c...Vladimir Oltean1-5/+3
2023-02-25ext4: Fix function prototype mismatch for ext4_feat_ktypeKees Cook1-1/+6
2023-02-25audit: update the mailing list in MAINTAINERSPaul Moore1-1/+1
2023-02-25wifi: mwifiex: Add missing compatible string for SD8787Lukas Wunner1-0/+1
2023-02-25nbd: fix possible overflow on 'first_minor' in nbd_dev_add()Zhang Wensheng1-11/+12
2023-02-25nbd: fix possible overflow for 'first_minor' in nbd_dev_add()Yu Kuai1-3/+3
2023-02-25nbd: fix max value for 'first_minor'Yu Kuai1-3/+3
2023-02-25Revert "Revert "block: nbd: add sanity check for first_minor""Wen Yang1-0/+10
2023-02-25uaccess: Add speculation barrier to copy_from_user()Dave Hansen3-2/+11
2023-02-25mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_meshPavel Skripkin3-81/+54
2023-02-25drm/i915/gvt: fix double free bug in split_2MB_gtt_entryZheng Wang1-4/+13
2023-02-25powerpc: dts: t208x: Disable 10G on MAC1 and MAC2Sean Anderson1-0/+16
2023-02-25can: kvaser_usb: hydra: help gcc-13 to figure out cmd_lenMarc Kleine-Budde1-9/+24
2023-02-25KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRSJim Mattson2-2/+15
2023-02-25KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't validSean Christopherson1-2/+8
2023-02-25KVM: x86: Fail emulation during EMULTYPE_SKIP on any exceptionSean Christopherson1-1/+3
2023-02-25random: always mix cycle counter in add_latent_entropy()Jason A. Donenfeld1-3/+3
2023-02-25clk: mxl: syscon_node_to_regmap() returns error pointersRahul Tanwar1-1/+1
2023-02-25powerpc: dts: t208x: Mark MAC1 and MAC2 as 10GSean Anderson3-2/+90
2023-02-25clk: mxl: Fix a clk entry by adding relevant flagsRahul Tanwar3-4/+6
2023-02-25clk: mxl: Add option to override gate clksRahul Tanwar2-1/+16
2023-02-25clk: mxl: Remove redundant spinlocksRahul Tanwar4-91/+9
2023-02-25clk: mxl: Switch from direct readl/writel based IO to regmap based IORahul Tanwar5-29/+42
2023-02-25wifi: rtl8xxxu: gen2: Turn on the rate controlBitterblue Smith1-6/+2
2023-02-25drm/etnaviv: don't truncate physical page addressLucas Stach1-2/+2
2023-02-22Linux 5.10.169v5.10.169Greg Kroah-Hartman1-1/+1
2023-02-22nvmem: core: fix return valueRussell King (Oracle)1-0/+1
2023-02-22net: sched: sch: Fix off by one in htb_activate_prios()Dan Carpenter1-1/+1
2023-02-22ASoC: SOF: Intel: hda-dai: fix possible stream_tag leakPierre-Louis Bossart1-4/+4
2023-02-22alarmtimer: Prevent starvation by small intervals and SIG_IGNThomas Gleixner1-4/+29
2023-02-22kvm: initialize all of the kvm_debugregs structure before sending it to users...Greg Kroah-Hartman1-2/+1
2023-02-22net/sched: tcindex: search key must be 16 bitsPedro Tammela1-1/+1
2023-02-22i40e: Add checking for null for nlmsg_find_attr()Natalia Petrova1-0/+2
2023-02-22net/sched: act_ctinfo: use percpu statsPedro Tammela1-3/+3
2023-02-22flow_offload: fill flags to action structureBaowen Zheng14-14/+14
2023-02-22drm/i915/gen11: Wa_1408615072/Wa_1407596294 should be on GT listMatt Roper1-7/+7
2023-02-22drm/i915/gen11: Moving WAs to icl_gt_workarounds_init()Raviteja Goud Talla1-9/+9
2023-02-22nilfs2: fix underflow in second superblock position calculationsRyusuke Konishi3-1/+23
2023-02-22ipv6: Fix tcp socket connection with DSCP.Guillaume Nault1-0/+1
2023-02-22ipv6: Fix datagram socket connection with DSCP.Guillaume Nault1-1/+1
2023-02-22ixgbe: add double of VLAN header when computing the max MTUJason Xing2-2/+3
2023-02-22net: mpls: fix stale pointer if allocation fails during device renameJakub Kicinski1-0/+4
2023-02-22net: stmmac: Restrict warning on disabling DMA store and fwd modeCristian Ciocaltea1-1/+1
2023-02-22bnxt_en: Fix mqprio and XDP ring checking logicMichael Chan1-2/+6
2023-02-22net: stmmac: fix order of dwmac5 FlexPPS parametrization sequenceJohannes Zink1-1/+2
2023-02-22net: openvswitch: fix possible memory leak in ovs_meter_cmd_set()Hangyu Hua1-1/+3
2023-02-22net/usb: kalmia: Don't pass act_len in usb_bulk_msg error pathMiko Larsson1-4/+4
2023-02-22dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima3-12/+18