aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-05-02vxlan: drop packets from invalid src-addressDavid Bauer
2024-05-02ARC: [plat-hsdk]: Remove misplaced interrupt-cells propertyAlexey Brodkin
2024-05-02arm64: dts: mediatek: mt2712: fix validation errorsRafał Miłecki
2024-05-02arm64: dts: mt2712: add ethernet device nodeBiao Huang
2024-05-02arm64: dts: mediatek: mt7622: drop "reset-names" from thermal blockRafał Miłecki
2024-05-02arm64: dts: mediatek: mt7622: fix ethernet controller "compatible"Rafał Miłecki
2024-05-02arm64: dts: mediatek: mt7622: fix IR nodenameRafał Miłecki
2024-05-02arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for RK3399 PumaQuentin Schulz
2024-05-02arm64: dts: rockchip: fix alphabetical ordering RK3399 pumaIskander Amara
2024-05-02KVM: async_pf: Cleanup kvm_setup_async_pf()Vitaly Kuznetsov
2024-05-02nilfs2: fix OOB in nilfs_set_de_typeJeongjun Park
2024-05-02nouveau: fix instmem race condition around ptr storesDave Airlie
2024-05-02fs: sysfs: Fix reference leak in sysfs_break_active_protection()Alan Stern
2024-05-02speakup: Avoid crash on very long wordSamuel Thibault
2024-05-02usb: Disable USB3 LPM at shutdownKai-Heng Feng
2024-05-02usb: dwc2: host: Fix dereference issue in DDMA completion flow.Minas Harutyunyan
2024-05-02Revert "usb: cdc-wdm: close race between read and workqueue"Greg Kroah-Hartman
2024-05-02USB: serial: option: add Telit FN920C04 rmnet compositionsDaniele Palmas
2024-05-02USB: serial: option: add Rolling RW101-GL and RW135-GL supportVanillan Wang
2024-05-02USB: serial: option: support Quectel EM060K sub-modelsJerry Meng
2024-05-02USB: serial: option: add Lonsung U8300/U9300 productCoia Prant
2024-05-02USB: serial: option: add support for Fibocom FM650/FG650Chuanhong Guo
2024-05-02USB: serial: option: add Fibocom FM135-GL variantsbolan wang
2024-05-02serial/pmac_zilog: Remove flawed mitigation for rx irq floodFinn Thain
2024-05-02comedi: vmk80xx: fix incomplete endpoint checkingNikita Zhandarovich
2024-05-02binder: check offset alignment in binder_get_object()Carlos Llamas
2024-05-02x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQEric Biggers
2024-05-02clk: Get runtime PM before walking tree during disable_unusedStephen Boyd
2024-05-02clk: Initialize struct clk_core kref earlierStephen Boyd
2024-05-02clk: Print an info line before disabling unused clocksKonrad Dybcio
2024-05-02clk: remove extra empty lineClaudiu Beznea
2024-05-02clk: Mark 'all_lists' as constStephen Boyd
2024-05-02clk: Remove prepare_lock hold assertion in __clk_release()Stephen Boyd
2024-05-02drm: nv04: Fix out of bounds accessMikhail Kobuk
2024-05-02RDMA/mlx5: Fix port number for counter query in multi-port configurationMichael Guralnik
2024-05-02RDMA/rxe: Fix the problem "mutex_destroy missing"Yanjun.Zhu
2024-05-02tun: limit printing rate when illegal packet received by tun devLei Chen
2024-05-02netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get()Ziyang Xuan
2024-05-02Revert "tracing/trigger: Fix to return error if failed to alloc snapshot"Siddh Raman Pant
2024-05-02kprobes: Fix possible use-after-free issue on kprobe registrationZheng Yejian
2024-05-02selftests/ftrace: Limit length in subsystem-enable testsYuanhe Shu
2024-05-02btrfs: record delayed inode root in transactionBoris Burkov
2024-05-02x86/apic: Force native_apic_mem_read() to use the MOV instructionAdam Dunlap
2024-05-02selftests: timers: Fix abs() warning in posix_timers testJohn Stultz
2024-05-02vhost: Add smp_rmb() in vhost_vq_avail_empty()Gavin Shan
2024-05-02drm/client: Fully protect modes[] with dev->mode_config.mutexVille Syrjälä
2024-05-02btrfs: qgroup: correctly model root qgroup rsv in convertBoris Burkov
2024-05-02net: ena: Fix potential sign extension issueDavid Arinzon
2024-05-02af_unix: Fix garbage collector racing against connect()Michal Luczaj
2024-05-02af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima