summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-04arm64: dts: ti: k3-am62p5-sk: Add serial aliasVibhore Vardhan
2024-03-04arm64: dts: ti: k3-am62p: Add partial-io wakeup sourcesVibhore Vardhan
2024-03-04arm64: dts: ti: k3-am62p-mcu: Mark mcu_mcan0/1 as wakeup-sourceVibhore Vardhan
2024-03-04drm/tidss: Fix sync-lost issue with two displaysTomi Valkeinen
2024-03-04drm/tidss: Fix initial plane zpos valuesTomi Valkeinen
2024-03-04HACK: drm/bridge: tc358762: Implement early_enable and late_disableAradhya Bhatia
2024-03-04drm/bridge: cdns-dsi: Implement early_enable and late_disableAradhya Bhatia
2024-03-04drm/bridge: Introduce early_enable and late disableAradhya Bhatia
2024-03-04arm64: dts: ti: k3-j784s4: Fix power domain for VTM nodeManorit Chawdhry
2024-03-04arm64: dts: ti: k3-j721s2: Fix power domain for VTM nodeManorit Chawdhry
2024-03-04arm64: dts: ti: k3-j722s-evm: Add Pinmux for CTS and RTS in main_uart0Bhavya Kapoor
2024-03-02Merge tag 'v6.1.80' of https://git.kernel.org/pub/scm/linux/kernel/git/stable...Vignesh Raghavendra
2024-03-01Linux 6.1.80Greg Kroah-Hartman
2024-03-01fs/ntfs3: Enhance the attribute size checkEdward Lo
2024-03-01arp: Prevent overflow in arp_req_get().Kuniyuki Iwashima
2024-03-01ahci: Extend ASM1061 43-bit DMA address quirk to other ASM106x partsLennert Buytenhek
2024-03-01ata: ahci: add identifiers for ASM2116 series adaptersSzuying Chen
2024-03-01mptcp: add needs_id for netlink appending addrGeliang Tang
2024-03-01mptcp: userspace pm send RM_ADDR for ID 0Geliang Tang
2024-03-01mm: zswap: fix missing folio cleanup in writeback race pathYosry Ahmed
2024-03-01fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche
2024-03-01mm/damon/reclaim: fix quota stauts loss due to online tuningsSeongJae Park
2024-03-01erofs: fix inconsistent per-file compression formatGao Xiang
2024-03-01erofs: simplify compression configuration parserGao Xiang
2024-03-01i2c: imx: when being a target, mark the last read as processedCorey Minyard
2024-03-01drm/amd/display: Fix memory leak in dm_sw_fini()Armin Wolf
2024-03-01drm/syncobj: call drm_syncobj_fence_add_wait when WAIT_AVAILABLE flag is setErik Kurzinger
2024-03-01net: phy: realtek: Fix rtl8211f_config_init() for RTL8211F(D)(I)-VD-CG PHYSiddharth Vadapalli
2024-03-01Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman
2024-03-01phonet/pep: fix racy skb_queue_empty() useRémi Denis-Courmont
2024-03-01phonet: take correct lock to peek at the RX queueRémi Denis-Courmont
2024-03-01net: sparx5: Add spinlock for frame transmission from CPUHoratiu Vultur
2024-03-01net: mctp: put sock on tag allocation failureJeremy Kerr
2024-03-01netfilter: nf_tables: use kzalloc for hook allocationFlorian Westphal
2024-03-01netfilter: nf_tables: register hooks last when adding new chain/flowtablePablo Neira Ayuso
2024-03-01netfilter: nf_tables: rename function to destroy hook listPablo Neira Ayuso
2024-03-01netfilter: nft_flow_offload: release dst in case direct xmit path is usedPablo Neira Ayuso
2024-03-01netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso
2024-03-01netfilter: flowtable: simplify route logicPablo Neira Ayuso
2024-03-01netfilter: nf_tables: set dormant flag on hook register failureFlorian Westphal
2024-03-01tls: don't skip over different type records from the rx_listSabrina Dubroca
2024-03-01tls: stop recv() if initial process_rx_list gave us non-DATASabrina Dubroca
2024-03-01tls: break out of main loop when PEEK gets a non-data recordSabrina Dubroca
2024-03-01bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()Shigeru Yoshida
2024-03-01s390: use the correct count for __iowrite64_copy()Jason Gunthorpe
2024-03-01octeontx2-af: Consider the action set by PFSubbaraya Sundeep
2024-03-01platform/x86: thinkpad_acpi: Only update profile if successfully convertedMario Limonciello
2024-03-01arm64/sme: Restore SME registers on exit from suspendMark Brown
2024-03-01net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook
2024-03-01ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev