summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-25Merge tag 'nf-26-05-22' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski
2026-05-25Merge tag 'v7.1-rc5' into rdma.git for-nextJason Gunthorpe
2026-05-25isofs: replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)
2026-05-25quota: allocate dquot_hash with kmalloc()Mike Rapoport (Microsoft)
2026-05-25dm-inlinecrypt: add support for hardware-wrapped keysLinlin Zhang
2026-05-25RDMA/counter: Fix incorrect port index in rdma_counter_init() error cleanupTao Cui
2026-05-25RDMA/counter: Fix num_counters leak on bind_qp failure in alloc_and_bind()Tao Cui
2026-05-25remoteproc: use rsc_table_for_each_entry() in rproc_handle_resources()Mukesh Ojha
2026-05-25remoteproc: Move resource table data structure to its own headerMukesh Ojha
2026-05-25net/mlx5: HWS: Reject unsupported remove-header actionPrathamesh Deshpande
2026-05-25Merge branch 'arena_direct_access'Alexei Starovoitov
2026-05-25ACPI: video: Switch over to devres-based resource managementRafael J. Wysocki
2026-05-25ACPI: video: Use devm for video->entry and backlight cleanupRafael J. Wysocki
2026-05-25ACPI: video: Use devm action for freeing video devicesRafael J. Wysocki
2026-05-25ACPI: video: Use devm action for video bus object cleanupRafael J. Wysocki
2026-05-25ACPI: video: Rearrange probe and remove codeRafael J. Wysocki
2026-05-25ACPI: video: Reduce the number of auxiliary device dereferencesRafael J. Wysocki
2026-05-25ACPI: PAD: Switch over to devres-based resource managementRafael J. Wysocki
2026-05-25ACPI: PAD: Fix teardown ordering in acpi_pad_remove()Rafael J. Wysocki
2026-05-25ACPI: PAD: Pass struct device pointer to acpi_pad_notify()Rafael J. Wysocki
2026-05-25ACPI: PAD: Rearrange acpi_pad_notify()Rafael J. Wysocki
2026-05-25ACPI: thermal: Switch over to devres-based resource managementRafael J. Wysocki
2026-05-25ACPI: HED: Switch over to devres-based resource managementRafael J. Wysocki
2026-05-25ACPI: HED: Refine guarding against adding a second instanceRafael J. Wysocki
2026-05-25ACPI: battery: Switch over to devres-based resource managementRafael J. Wysocki
2026-05-25ACPI: AC: Switch over to devres-based resource managementRafael J. Wysocki
2026-05-25ACPI: NFIT: core: Use devm_acpi_install_notify_handler()Rafael J. Wysocki
2026-05-25ACPI: bus: Introduce devm_acpi_install_notify_handler()Rafael J. Wysocki
2026-05-25RDMA/hns: Fix log flood after cmd_mbox failureLianfa Weng
2026-05-25RDMA/hns: Fix warning in poll cq direct modeLianfa Weng
2026-05-25gpu: nova-core: vbios: construct `FwSecBiosImage` directly from BIOS imagesEliot Courtney
2026-05-25gpu: nova-core: vbios: store PMU lookup entries in a KVVecEliot Courtney
2026-05-25gpu: nova-core: vbios: read PMU lookup entries using FromBytesEliot Courtney
2026-05-25gpu: nova-core: vbios: simplify setup_falcon_dataEliot Courtney
2026-05-25gpu: nova-core: vbios: compute FWSEC-relative Falcon data offsetEliot Courtney
2026-05-25gpu: nova-core: vbios: keep PmuLookupTable local in setup_falcon_dataEliot Courtney
2026-05-25gpu: nova-core: vbios: drop unused falcon_data_offset from FwSecBiosBuilderEliot Courtney
2026-05-25gpu: nova-core: vbios: use checked accesses in `setup_falcon_data`Eliot Courtney
2026-05-25gpu: nova-core: vbios: use checked access in `FwSecBiosImage::header`Eliot Courtney
2026-05-25gpu: nova-core: vbios: use checked ops and accesses in `FwSecBiosImage::ucode`Eliot Courtney
2026-05-25gpu: nova-core: vbios: read BitToken using FromBytesEliot Courtney
2026-05-25gpu: nova-core: vbios: avoid reading too far in read_more_at_offsetEliot Courtney
2026-05-25gpu: nova-core: vbios: use checked arithmetic for bios image range endEliot Courtney
2026-05-25gpu: nova-core: vbios: stop scanning at BIOS_MAX_SCAN_LENEliot Courtney
2026-05-25IB/mlx4: Fix refcount leak in add_port() error pathGuangshuo Li
2026-05-25RDMA/rxe: Fix a use-after-free problem in rxe_mmapZhu Yanjun
2026-05-25firmware: zynqmp: Add dynamic CSU register discovery and sysfs interfaceRonak Jain
2026-05-25Documentation: ABI: add sysfs interface for ZynqMP CSU registersRonak Jain
2026-05-25RDMA/irdma: Fix out-of-bounds write in irdma_copy_user_pgaddrsJacob Moroni
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov