summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-25gpu: nova-core: vbios: remove unnecessary fields in PciRomHeaderEliot Courtney
2026-05-25gpu: nova-core: vbios: use let-else in Vbios::newEliot Courtney
2026-05-25gpu: nova-core: vbios: use single logical block for the FWSEC sectionEliot Courtney
2026-05-25gpu: nova-core: vbios: use the first PCI-AT imageEliot Courtney
2026-05-25net/sched: sch_ets: make cl->quantum locklessEric Dumazet
2026-05-25ipv4: igmp: annotate data-races around im->usersYuyang Huang
2026-05-25ipv6: exthdrs: refresh nh pointer after ipv6_hop_jumbo()Justin Iurman
2026-05-25ipv6: exthdrs: refresh nh after handling HAO optionZhengchuan Liang
2026-05-25netfilter: nf_conntrack_ftp: avoid u16 overflowsGiuseppe Caruso
2026-05-25memblock: don't touch memblock arrays when memblock_free() is called lateMike Rapoport (Microsoft)
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