summaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-16net: Use of_property_read_bool() for boolean propertiesRob Herring18-48/+36
2023-03-16net: dsa: mv88e6xxx: fix max_mtu of 1492 on 6165, 6191, 6220, 6250, 6290Vladimir Oltean1-4/+12
2023-03-16net: dsa: don't error out when drivers return ETH_DATA_LEN in .port_max_mtu()Vladimir Oltean1-4/+5
2023-03-16ice: xsk: disable txq irq before flushing hwMaciej Fijalkowski1-3/+2
2023-03-16test/vsock: copy to user failure testArseniy Krasnov1-0/+118
2023-03-16virtio/vsock: don't drop skbuff on copy failureArseniy Krasnov1-3/+2
2023-03-16virtio/vsock: remove redundant 'skb_pull()' callArseniy Krasnov1-1/+0
2023-03-16virtio/vsock: don't use skbuff state to account creditArseniy Krasnov1-12/+11
2023-03-16block: remove obsolete config BLOCK_COMPATLukas Bulwahn1-3/+0
2023-03-16io_uring/rsrc: fix folio accountingPavel Begunkov1-1/+7
2023-03-16fbdev: Use of_property_present() for testing DT property presenceRob Herring4-4/+4
2023-03-16fbdev: au1200fb: Fix potential divide by zeroWei Chen1-0/+3
2023-03-16fbdev: lxfb: Fix potential divide by zeroWei Chen1-0/+3
2023-03-16fbdev: intelfb: Fix potential divide by zeroWei Chen1-0/+3
2023-03-16fbdev: nvidia: Fix potential divide by zeroWei Chen1-0/+2
2023-03-16fbdev: stifb: Provide valid pixelclock and add fb_check_var() checksHelge Deller1-0/+27
2023-03-16kbuild: use git-archive for source package creationMasahiro Yamada10-1155/+181
2023-03-16kbuild: rpm-pkg: move source components to rpmbuild/SOURCESMasahiro Yamada4-6/+11
2023-03-16io_uring/msg_ring: let target know allocated indexPavel Begunkov1-1/+3
2023-03-16x86/mm: Fix use of uninitialized buffer in sme_enable()Nikita Zhandarovich1-1/+2
2023-03-16xen: remove unnecessary (void*) conversionsYu Zhe1-5/+5
2023-03-16ata: pata_parport: fix memory leaksOndrej Zary1-11/+14
2023-03-16net: phy: mscc: fix deadlock in phy_ethtool_{get,set}_wol()Vladimir Oltean1-16/+8
2023-03-16veth: Fix use after free in XDP_REDIRECTShawn Bohrer1-4/+2
2023-03-16hwmon: (ltc2992) Set `can_sleep` flag for GPIO chipLars-Peter Clausen1-0/+1
2023-03-16hwmon: (adm1266) Set `can_sleep` flag for GPIO chipLars-Peter Clausen1-0/+1
2023-03-16io_uring: rsrc: Optimize return value variable 'ret'Li zeming1-1/+1
2023-03-15net/mlx5e: TC, Remove error message log printOz Shlomo1-1/+0
2023-03-15net/mlx5e: TC, fix cloned flow attributeOz Shlomo1-1/+1
2023-03-15net/mlx5e: TC, fix missing error codeOz Shlomo1-2/+6
2023-03-15net/sched: TC, fix raw counter initializationOz Shlomo1-0/+5
2023-03-15net/mlx5e: Lower maximum allowed MTU in XSK to match XDP prerequisitesAdham Faris1-3/+7
2023-03-15net/mlx5: Set BREAK_FW_WAIT flag first when removing driverShay Drory1-1/+1
2023-03-15net/mlx5e: kTLS, Fix missing error unwind on unsupported cipher typeGal Pressman2-21/+25
2023-03-15net/mlx5e: Fix cleanup null-ptr deref on encap lockPaul Blakey1-0/+10
2023-03-15net/mlx5: E-switch, Fix missing set of split_count when forward to ovs intern...Maor Dickman1-0/+1
2023-03-15net/mlx5: E-switch, Fix wrong usage of source port rewrite in split rulesMaor Dickman1-5/+5
2023-03-15net/mlx5: Disable eswitch before waiting for VF pagesDaniel Jurgens1-1/+1
2023-03-15net/mlx5: Fix setting ec_function bit in MANAGE_PAGESParav Pandit1-5/+17
2023-03-15net/mlx5e: Don't cache tunnel offloads capabilityParav Pandit4-6/+1
2023-03-15net/mlx5e: Fix macsec ASO context alignmentEmeel Hakim1-1/+1
2023-03-15drm/amdgpu: Don't resume IOMMU after incomplete initFelix Kuehling1-1/+10
2023-03-15drm/amdkfd: Fixed kfd_process cleanup on module exit.David Belanger3-7/+62
2023-03-15x86/resctrl: Clear staged_config[] before and after it is usedShawn Wang3-9/+24
2023-03-15drm/amd/display: disconnect MPCC only on OTG changeAyush Gupta1-1/+5
2023-03-15drm/amd/display: Fix DP MST sinks removal issueCruise Hung1-0/+8
2023-03-15drm/amd/display: Do not set DRR on pipe CommitWesley Chalmers1-3/+0
2023-03-15drm/amd/display: Remove OTG DIV register write for Virtual signals.Saaem Rizvi1-1/+1
2023-03-15perf: Fix check before add_event_to_groups() in perf_group_detach()Budimir Markovic1-1/+1
2023-03-15perf: fix perf_event_context->timeSong Liu1-1/+1