aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-04-30!6684 infiniband/hw/hiroce3: Add Huawei Intelligent Network Card RDMA DriverOLK-5.10openeuler-ci-bot212-1125/+62945
2024-04-29!6755 binder: check offset alignment in binder_get_object()openeuler-ci-bot1-1/+3
2024-04-29!6729 PCI/IOV: Improve performance of creating VFs concurrentlyopeneuler-ci-bot2-7/+41
2024-04-29!6669 NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102openeuler-ci-bot1-6/+10
2024-04-29!6680 cifs: fix underflow in parse_server_interfaces()openeuler-ci-bot1-2/+2
2024-04-29!6719 drm/amdgpu: validate the parameters of bo mapping operations more clearlyopeneuler-ci-bot1-26/+46
2024-04-29binder: check offset alignment in binder_get_object()Carlos Llamas1-1/+3
2024-04-29!6739 v2 Apply patches of ses from stableopeneuler-ci-bot1-9/+12
2024-04-29!6677 v3 olk-5.10: bugfix for mmopeneuler-ci-bot2-7/+8
2024-04-29!6654 net/ipv6: avoid possible UAF in ip6_route_mpath_notify()openeuler-ci-bot1-14/+7
2024-04-29!6683 v2 CVE-2024-26921openeuler-ci-bot7-16/+127
2024-04-29scsi: ses: Handle enclosure with just a primary component gracefullyJiri Kosina1-12/+8
2024-04-29Revert "scsi: ses: Handle enclosure with just a primary component gracefully"Li Lingfeng1-0/+5
2024-04-29Revert "scsi: ses: Fix crash caused by kfree an invalid pointer"Li Lingfeng1-10/+8
2024-04-29scsi: ses: Fix possible desc_ptr out-of-bounds accessesTomas Henzl1-5/+9
2024-04-29Revert "scsi: ses: fix slab-out-of-bounds in ses_enclosure_data_process"Li Lingfeng1-3/+3
2024-04-28!6501 cachefiles: fix memory leak in cachefiles_add_cache()openeuler-ci-bot1-0/+3
2024-04-28PCI/IOV: Improve performance of creating VFs concurrentlyJialin Zhang2-7/+41
2024-04-28drm/amdgpu: validate the parameters of bo mapping operations more clearlyxinhui pan1-26/+46
2024-04-28!6676 cvm feature patchesopeneuler-ci-bot43-57/+2843
2024-04-28!6567 CVE-2024-26896openeuler-ci-bot1-5/+11
2024-04-28!6580 drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flipopeneuler-ci-bot1-5/+7
2024-04-28infiniband/hw/hiroce3: Add Huawei Intelligent Network Card RDMA DriverShuai Wu132-0/+43320
2024-04-28net/ethernet/huawei/hinic3: Add the CQM on which the RDMA dependsShuai Wu81-1125/+19625
2024-04-28sk_buff: Fix KABI break for the modification of struct sk_buffZiyang Xuan1-1/+6
2024-04-28inet: inet_defrag: prevent sk release while still in useFlorian Westphal4-21/+60
2024-04-28net: Fix KABI break for introducing is_skb_wmem()Ziyang Xuan3-6/+8
2024-04-28skb_expand_head() adjust skb->truesize incorrectlyVasily Averin2-13/+35
2024-04-28skbuff: introduce skb_expand_head()Vasily Averin2-0/+43
2024-04-28cifs: fix underflow in parse_server_interfaces()Dan Carpenter1-2/+2
2024-04-28mm/madvise: fix potential pte_unmap_unlock pte errorMiaohe Lin1-4/+4
2024-04-28mm/page_alloc: always attempt to allocate at least one page during bulk alloc...Mel Gorman1-3/+4
2024-04-28gicv3: add lpi support for cvm guestJingxian He1-21/+208
2024-04-28config: modify arm64 defconfig for cvm featureJingxian He2-0/+4
2024-04-28mm: enable swiotlb alloc for cvm share memJingxian He10-4/+181
2024-04-28swiotlb: add swiotlb io_tlb_list release slots methdJingxian He1-0/+36
2024-04-28swiotlb: Add restricted DMA alloc/free supportJingxian He4-12/+112
2024-04-28kvm: add support for multi-numa and fix kabi changeJingxian He12-128/+274
2024-04-28pmu: enable pmu phys irq inject for cvmJingxian He5-0/+57
2024-04-28kvm: add cvm host featureJingxian He25-21/+2100
2024-04-28!6660 udma: fix bugs of record_dbopeneuler-ci-bot24-290/+364
2024-04-28!6640 hsr: Fix uninit-value access in hsr_get_node()openeuler-ci-bot1-0/+4
2024-04-28NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102Jorge Mora1-6/+10
2024-04-26net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Eric Dumazet1-14/+7
2024-04-26!6620 packet: annotate data-races around ignore_outgoingopeneuler-ci-bot2-3/+3
2024-04-26!6618 net/bnx2x: Prevent access to a freed page in page_poolopeneuler-ci-bot1-3/+3
2024-04-26!6592 net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()openeuler-ci-bot1-1/+14
2024-04-26!6619 Bluetooth: Fix atomicity violation in {min,max}_key_size_setopeneuler-ci-bot1-4/+8
2024-04-26!6635 backport RDMA/hns: Fix DCA's dependence on ib_uverbs from OLK-6.6openeuler-ci-bot1-32/+40
2024-04-26hns3 udma: addressing stage adaptationJie Lei16-70/+118
2024-04-26!6257 HNS3: Do some optimizing job and support fast pathopeneuler-ci-bot21-48/+235
2024-04-26!6623 amdkfd: use calloc instead of kzalloc to avoid integer overflowopeneuler-ci-bot1-2/+2
2024-04-26hns3 udma: unified coding styleJie Lei19-224/+222
2024-04-26hns3 udma: Interface for adding a user ctrl.Jie Lei1-1/+29
2024-04-26hsr: Fix uninit-value access in hsr_get_node()Shigeru Yoshida1-0/+4
2024-04-26!6561 md: fix kmemleak of rdev->serialopeneuler-ci-bot1-0/+1
2024-04-26!6631 Backport 5.10.205 LTS patches from upstreamopeneuler-ci-bot55-162/+323
2024-04-26powerpc/ftrace: Fix stack teardown in ftrace_no_traceNaveen N Rao1-2/+2
2024-04-26powerpc/ftrace: Create a dummy stackframe to fix stack unwindNaveen N Rao1-2/+11
2024-04-26tty: n_gsm: add sanity check for gsm->receive in gsm_receive_buf()Mazin Al Haddad1-1/+2
2024-04-26tty: n_gsm, remove duplicates of parametersJiri Slaby1-8/+5
2024-04-26tty: n_gsm: fix tty registration before control channel openDaniel Starke1-38/+79
2024-04-26USB: gadget: core: adjust uevent timing on gadget unbindRoy Luo1-2/+2
2024-04-26ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archsSteven Rostedt (Google)1-1/+3
2024-04-26ring-buffer: Fix writing to the buffer with max_data_sizeSteven Rostedt (Google)1-1/+6
2024-04-26ring-buffer: Have saved event hold the entire eventSteven Rostedt (Google)1-2/+3
2024-04-26tracing: Update snapshot buffer on resize if it is allocatedSteven Rostedt (Google)1-2/+2
2024-04-26ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)1-0/+2
2024-04-26team: Fix use-after-free when an option instance allocation failsFlorent Revest1-1/+3
2024-04-26arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modifyJames Houghton1-0/+6
2024-04-26soundwire: stream: fix NULL pointer dereference for multi_linkKrzysztof Kozlowski1-3/+4
2024-04-26HID: hid-asus: add const to read-only outgoing usb bufferDenis Benato1-3/+3
2024-04-26net: usb: qmi_wwan: claim interface 4 for ZTE MF290Lech Perczak1-0/+1
2024-04-26asm-generic: qspinlock: fix queued_spin_value_unlocked() implementationLinus Torvalds1-1/+1
2024-04-26HID: multitouch: Add quirk for HONOR GLO-GXXX touchpadAoba K1-0/+5
2024-04-26HID: hid-asus: reset the backlight brightness level on resumeDenis Benato1-0/+19
2024-04-26HID: add ALWAYS_POLL quirk for Apple kbOliver Neukum1-0/+1
2024-04-26HID: glorious: fix Glorious Model I HID reportBrett Raye2-6/+21
2024-04-26platform/x86: intel_telemetry: Fix kernel doc descriptionsAndy Shevchenko1-2/+2
2024-04-26bcache: avoid NULL checking to c->root in run_cache_set()Coly Li1-1/+1
2024-04-26bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()Coly Li1-0/+7
2024-04-26bcache: remove redundant assignment to variable cur_idxColin Ian King1-1/+1
2024-04-26bcache: avoid oversize memory allocation by small stripe_sizeColy Li2-0/+3
2024-04-26blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"Ming Lei1-0/+2
2024-04-26usb: aqc111: check packet for fixup for true limitOliver Neukum1-4/+4
2024-04-26drm/mediatek: Add spinlock for setting vblank event in atomic_beginJason-JH.Lin1-0/+5
2024-04-26Revert "PCI: acpiphp: Reassign resources on bridge if necessary"Bjorn Helgaas1-6/+3
2024-04-26ALSA: hda/realtek: Apply mute LED quirk for HP15-dbHartmut Knaack1-0/+1
2024-04-26ALSA: hda/hdmi: add force-connect quirks for ASUSTeK Z170 variantsKai Vehmanen1-0/+2
2024-04-26fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()Hangyu Hua1-0/+1
2024-04-26net: atlantic: fix double free in ring reinit logicIgor Russkikh1-1/+4
2024-04-26net: stmmac: Handle disabled MDIO busses from devicetreeAndrew Halaney1-1/+5
2024-04-26net: stmmac: use dev_err_probe() for reporting mdio bus registration failureRasmus Villemoes2-4/+4
2024-04-26vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov1-1/+1
2024-04-26sign-file: Fix incorrect return values checkYusong Gao1-6/+6
2024-04-26net: ena: Fix XDP redirection errorDavid Arinzon1-3/+0
2024-04-26net: ena: Destroy correct number of xdp queues upon failureDavid Arinzon1-6/+7
2024-04-26net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen1-0/+6
2024-04-26qed: Fix a potential use-after-free in qed_cxt_tables_allocDinghao Liu1-0/+1
2024-04-26net: fec: correct queue selectionRadu Bulie1-16/+11
2024-04-26net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean12-20/+24
2024-04-26atm: solos-pci: Fix potential deadlock on &tx_queue_lockChengfeng Ye1-2/+2
2024-04-26atm: solos-pci: Fix potential deadlock on &cli_queue_lockChengfeng Ye1-2/+2
2024-04-26qca_spi: Fix reset behaviorStefan Wahren1-1/+7
2024-04-26qca_debug: Fix ethtool -G iface tx behaviorStefan Wahren1-3/+5
2024-04-26qca_debug: Prevent crash on TX ring changesStefan Wahren2-5/+16
2024-04-26HID: lenovo: Restrict detection of patched firmware only to USB cptkbdMikhail Khvainitski1-1/+2
2024-04-26afs: Fix refcount underflow from error handling raceDavid Howells1-1/+1
2024-04-26netfilter: nf_tables: fix 'exist' matching on bigendian archesFlorian Westphal2-3/+7
2024-04-26!6485 CVE-2024-26843openeuler-ci-bot2-2/+2
2024-04-25HNS3: Support debugfs dump fastpath infoZihao Sheng4-0/+47
2024-04-25Support configuration of fastpath featureZihao Sheng5-4/+121
2024-04-25!6247 ubi: Check for too small LEB size in VTBL codeopeneuler-ci-bot1-0/+6
2024-04-25amdkfd: use calloc instead of kzalloc to avoid integer overflowDave Airlie1-2/+2
2024-04-25packet: annotate data-races around ignore_outgoingEric Dumazet2-3/+3
2024-04-25!6539 Backport 5.10.204 LTS patches from upstreamopeneuler-ci-bot83-658/+1173
2024-04-25!6546 v2 CVE-2024-26907openeuler-ci-bot5-3/+43
2024-04-25Bluetooth: Fix atomicity violation in {min,max}_key_size_setGui-Dong Han1-4/+8
2024-04-25net/bnx2x: Prevent access to a freed page in page_poolThinh Tran1-3/+3
2024-04-25!6597 v3 Fix CVE-2024-26869openeuler-ci-bot6-11/+46
2024-04-25!6401 btrfs: fix data race at btrfs_use_block_rsv() when accessing block res...openeuler-ci-bot2-1/+17
2024-04-25!6555 udma: fix bugs in non-share jfr and remove rm modeopeneuler-ci-bot28-585/+397
2024-04-25!6568 IB/hfi1: Fix a memleak in init_credit_returnopeneuler-ci-bot1-1/+5
2024-04-25!6579 media: rc: bpf attach/detach requires write permissionopeneuler-ci-bot3-5/+8
2024-04-25!6543 net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()openeuler-ci-bot1-0/+2
2024-04-25!6520 firmware: arm_scmi: Fix double free in SMC transport cleanup pathopeneuler-ci-bot1-0/+7
2024-04-25!6584 ACPI: processor_idle: Fix memory leak in acpi_processor_power_exit()openeuler-ci-bot1-0/+2
2024-04-25f2fs: fix to truncate meta inode pages forcelyChao Yu6-14/+37
2024-04-25f2fs: invalidate meta pages only for post_read required inodeChao Yu3-9/+12
2024-04-25f2fs: fix to invalidate META_MAPPING before DIO writeChao Yu1-2/+5
2024-04-25f2fs: invalidate META_MAPPING before IPU/DIO writeHyeong-Jun Kim2-1/+7
2024-04-25!6566 nfc: nci: free rx_data_reassembly skb on NCI device cleanupopeneuler-ci-bot1-0/+4
2024-04-25!6588 Add hugetlb MADV_DONTNEED supportopeneuler-ci-bot6-24/+87
2024-04-25!6437 dm: call the resume method on internal suspendopeneuler-ci-bot1-6/+20
2024-04-25!6442 scsi: pm80xx: Fix memory leak during rmmodopeneuler-ci-bot2-0/+12
2024-04-25!6474 do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleakopeneuler-ci-bot1-1/+1
2024-04-24net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()Eric Dumazet1-1/+14
2024-04-24hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processingMike Kravetz5-16/+32
2024-04-24madvise: use zap_page_range_single for madvise dontneedMike Kravetz3-6/+16
2024-04-24mm,madvise,hugetlb: fix unexpected data loss with MADV_DONTNEED on hugetlbfsRik van Riel1-1/+11
2024-04-24mm: enable MADV_DONTNEED for hugetlb mappingsMike Kravetz1-2/+29
2024-04-24ACPI: processor_idle: Fix memory leak in acpi_processor_power_exit()Armin Wolf1-0/+2
2024-04-24drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flipHsin-Yi Wang1-5/+7
2024-04-24media: rc: bpf attach/detach requires write permissionSean Young3-5/+8
2024-04-24!6417 media: pvrusb2: fix uaf in pvr2_context_set_notifyopeneuler-ci-bot1-1/+1
2024-04-24!6493 RDMA/srpt: Do not register event handler until srpt device is fully setupopeneuler-ci-bot1-2/+1
2024-04-24IB/hfi1: Fix a memleak in init_credit_returnZhipeng Lu1-1/+5
2024-04-24wifi: wfx: fix memory leak when starting APJérôme Pouiller1-5/+11
2024-04-24nfc: nci: free rx_data_reassembly skb on NCI device cleanupFedor Pchelkin1-0/+4
2024-04-24!6458 CVE-2024-26813openeuler-ci-bot1-34/+72
2024-04-24md: fix kmemleak of rdev->serialLi Nan1-0/+1
2024-04-24hns3 udma: modifying the sge address offset in RC Mode.Jie Lei24-203/+183
2024-04-24RDMA/mlx5: Fix fortify source warning while accessing Eth segmentLeon Romanovsky2-2/+5
2024-04-24uapi: stddef.h: Fix __DECLARE_FLEX_ARRAY for C++Alexey Dobriyan1-0/+7
2024-04-24stddef: Introduce DECLARE_FLEX_ARRAY() helperKees Cook3-1/+31
2024-04-24net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb1-0/+2
2024-04-24!5273 net/smc: fix illegal rmb_desc access in SMC-D connection dumpopeneuler-ci-bot1-1/+1
2024-04-24hns3 udma: Code clipping related to RM mode.Jie Lei9-285/+70
2024-04-24hns3 udma: Modify qpn alloc function when share jfr is disabled.Jie Lei17-114/+161
2024-04-24r8169: fix rtl8125b PAUSE frames blasting when suspendedChunHao Lin1-1/+6
2024-04-24devcoredump: Send uevent once devcd is readyMukesh Ojha1-0/+3
2024-04-24devcoredump : Serialize devcd_del workMukesh Ojha1-2/+81
2024-04-24smb: client: fix potential NULL deref in parse_dfs_referrals()Paulo Alcantara1-0/+2
2024-04-24cifs: Fix non-availability of dedup breaking generic/304David Howells1-1/+3
2024-04-24Revert "btrfs: add dmesg output for first mount and last unmount of a filesys...Greg Kroah-Hartman2-5/+1
2024-04-24mmc: block: Be sure to wait while busy in CQE error recoveryAdrian Hunter3-1/+5
2024-04-24platform/x86: asus-wmi: Document the dgpu_disable sysfs attributeLuke D. Jones1-0/+9
2024-04-24tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesNamhyung Kim1-1/+4
2024-04-24platform/x86: asus-wmi: Fix kbd_dock_devid tablet-switch reportingHans de Goede1-5/+12
2024-04-24MIPS: Loongson64: Enable DMA noncoherent supportJiaxun Yang3-2/+13
2024-04-24MIPS: Loongson64: Reserve vgabios memory on bootJiaxun Yang1-0/+5
2024-04-24KVM: s390/mm: Properly reset no-datClaudio Imbrenda1-1/+1
2024-04-24serial: 8250_omap: Add earlycon support for the AM654 UART controllerRonald Wahl1-0/+1
2024-04-24serial: 8250: 8250_omap: Do not start RX DMA on THRI interruptRonald Wahl1-4/+6
2024-04-24serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bitRonald Wahl1-2/+2
2024-04-24serial: sc16is7xx: address RX timeout interrupt errataDaniel Mack1-0/+12
2024-04-24ARM: PL011: Fix DMA supportArnd Bergmann1-58/+54
2024-04-24usb: typec: class: fix typec_altmode_put_partner to put plugsRD Babiera1-2/+3
2024-04-24Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1"Mathias Nyman1-2/+0
2024-04-24parport: Add support for Brainboxes IX/UC/PX parallel cardsCameron Williams1-0/+21
2024-04-24usb: gadget: f_hid: fix report descriptor allocationKonstantin Aladyshev1-3/+4
2024-04-24gpiolib: sysfs: Fix error handling on failed exportBoerge Struempfel1-6/+9
2024-04-24tracing: Stop current tracer when resizing bufferSteven Rostedt (Google)1-3/+7
2024-04-24tracing: Set actual size after ring buffer resizeZheng Yejian1-8/+11
2024-04-24ring-buffer: Force absolute timestamp on discard of eventSteven Rostedt (Google)1-11/+8
2024-04-24misc: mei: client.c: fix problem of return '-EOVERFLOW' in mei_cl_writeSu Hui1-1/+1
2024-04-24misc: mei: client.c: return negative error code in mei_cl_writeSu Hui1-1/+1
2024-04-24arm64: dts: mediatek: mt8183: Fix unit address for scp reserved memoryAngeloGioacchino Del Regno2-2/+2
2024-04-24arm64: dts: mediatek: mt8173-evb: Fix regulator-fixed node namesAngeloGioacchino Del Regno1-2/+2
2024-04-24arm64: dts: mediatek: mt7622: fix memory node warning checkEugen Hristev2-2/+2
2024-04-24packet: Move reference count in packet_sock to atomic_long_tDaniel Borkmann2-9/+9
2024-04-24tracing: Fix a possible race when disabling buffered eventsPetr Pavlu1-4/+8
2024-04-24tracing: Fix incomplete locking when disabling buffered eventsPetr Pavlu1-8/+4
2024-04-24tracing: Disable snapshot buffer when stopping instance tracersSteven Rostedt (Google)1-76/+34
2024-04-24tracing: Always update snapshot buffer sizeSteven Rostedt (Google)1-2/+1
2024-04-24checkstack: fix printed addressHeiko Carstens1-6/+2
2024-04-24nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()Ryusuke Konishi1-7/+35
2024-04-24nilfs2: fix missing error check for sb_set_blocksize callRyusuke Konishi1-1/+5
2024-04-24ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5Bin Li1-0/+1
2024-04-24ALSA: pcm: fix out-of-bounds in snd_pcm_state_namesJason Zhang1-0/+1