summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-01platform/x86: thinkpad_acpi: Only update profile if successfully convertedMario Limonciello1-2/+3
2024-03-01arm64/sme: Restore SME registers on exit from suspendMark Brown3-0/+19
2024-03-01net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook4-8/+11
2024-03-01ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev1-9/+11
2024-03-01afs: Increase buffer size in afs_update_volume_status()Daniil Dulov1-2/+2
2024-03-01bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancelMartin KaFai Lau1-1/+4
2024-03-01ata: ahci_ceva: fix error handling for Xilinx GT PHY supportRadhey Shyam Pandey1-46/+79
2024-03-01ipv6: properly combine dev_base_seq and ipv6.dev_addr_genidEric Dumazet1-3/+18
2024-03-01ipv4: properly combine dev_base_seq and ipv4.dev_addr_genidEric Dumazet1-4/+17
2024-03-01net: stmmac: Fix incorrect dereference in interrupt handlersPavel Sakharov1-20/+0
2024-03-01x86/numa: Fix the sort compare func used in numa_fill_memblks()Alison Schofield1-1/+1
2024-03-01x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield3-14/+12
2024-03-01nouveau: fix function cast warningsArnd Bergmann1-1/+7
2024-03-01dccp/tcp: Unhash sk from ehash for tb2 alloc failure after check_estalblished().Kuniyuki Iwashima1-1/+24
2024-03-01net: bridge: switchdev: Ensure deferred event delivery on unoffloadTobias Waldekranz1-0/+10
2024-03-01net: bridge: switchdev: Skip MDB replays of deferred events on offloadTobias Waldekranz3-28/+122
2024-03-01scsi: jazz_esp: Only build if SCSI core is builtinRandy Dunlap1-1/+1
2024-03-01scsi: smartpqi: Fix disable_managed_interruptsDon Brace1-1/+4
2024-03-01bpf, scripts: Correct GPL license nameGianmarco Lusvardi1-1/+1
2024-03-01RDMA/srpt: fix function pointer cast warningsArnd Bergmann1-4/+5
2024-03-01arm64: dts: rockchip: set num-cs property for spi on px30Heiko Stuebner1-0/+2
2024-03-01RDMA/qedr: Fix qedr_create_user_qp error flowKamal Heib1-1/+10
2024-03-01iommufd/iova_bitmap: Consider page offset for the pages to be pinnedJoao Martins1-6/+7
2024-03-01iommufd/iova_bitmap: Switch iova_bitmap::bitmap to an u8 arrayJoao Martins1-4/+4
2024-03-01iommufd/iova_bitmap: Bounds check mapped::pages accessJoao Martins1-0/+4
2024-03-01RDMA/srpt: Support specifying the srpt_service_guid parameterBart Van Assche1-2/+6
2024-03-01RDMA/irdma: Add AE for too many RNRSMustafa Ismail2-0/+2
2024-03-01RDMA/irdma: Set the CQ read threshold for GEN 1Mustafa Ismail1-3/+2
2024-03-01RDMA/irdma: Validate max_send_wr and max_recv_wrShiraz Saleem1-1/+3
2024-03-01RDMA/irdma: Fix KASAN issue with taskletMike Marciniszyn1-0/+7
2024-03-01RDMA/bnxt_re: Return error for SRQ resizeKalesh AP1-3/+2
2024-03-01IB/hfi1: Fix a memleak in init_credit_returnZhipeng Lu1-1/+5
2024-03-01Revert "drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhz"Sohaib Nadeem1-1/+1
2024-03-01mptcp: fix lockless access in subflow ULP diagPaolo Abeni3-3/+7
2024-03-01mptcp: add needs_id for userspace appending addrGeliang Tang1-6/+7
2024-03-01mptcp: make userspace_pm_append_new_local_addr staticGeliang Tang2-4/+2
2024-03-01usb: roles: don't get/set_role() when usb_role_switch is unregisteredXu Yang1-2/+10
2024-03-01usb: roles: fix NULL pointer issue when put module's referenceXu Yang1-6/+11
2024-03-01usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBsKrishna Kurapati1-1/+9
2024-03-01usb: cdns3: fix memory double free when handle zero packetFrank Li1-1/+5
2024-03-01usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable()Frank Li1-1/+1
2024-03-01usb: cdnsp: fixed issue with incorrect detecting CDNSP family controllersPawel Laszczak3-6/+14
2024-03-01usb: cdnsp: blocked some cdns3 specific codePawel Laszczak1-2/+14
2024-03-01usb: dwc3: gadget: Don't disconnect if not startedThinh Nguyen1-0/+5
2024-03-01serial: amba-pl011: Fix DMA transmission in RS485 modeLino Sanfilippo1-30/+30
2024-03-01erofs: fix refcount on the metabuf used for inode lookupSandeep Dhavale1-14/+14
2024-03-01dm-integrity, dm-verity: reduce stack usage for recheckArnd Bergmann2-8/+6
2024-03-01x86/alternative: Make custom return thunk unconditionalPeter Zijlstra3-8/+6
2024-03-01Revert "x86/alternative: Make custom return thunk unconditional"Borislav Petkov (AMD)2-6/+0
2024-03-01x86/returnthunk: Allow different return thunksPeter Zijlstra5-7/+22