kexec
Thread
Date
Earlier messages
Messages by Thread
[liveupdate:fixes] BUILD SUCCESS 0fb1daf0b78d0e23b63b6b65de56d4a3fd83bc14
kernel test robot
[PATCH v11 0/4] liveupdate: bug fix for session name and new ioctl to read it
luca . boccassi
[PATCH v11 1/4] liveupdate: reject LIVEUPDATE_IOCTL_CREATE_SESSION with invalid name length
luca . boccassi
[PATCH v11 2/4] selftests/liveupdate: add test cases for LIVEUPDATE_IOCTL_CREATE_SESSION calls with invalid length
luca . boccassi
[PATCH v11 4/4] selftests/liveupdate: add test cases for LIVEUPDATE_SESSION_GET_NAME
luca . boccassi
[PATCH v11 3/4] liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctl
luca . boccassi
Re: [PATCH v11 0/4] liveupdate: bug fix for session name and new ioctl to read it
Pasha Tatashin
[PATCH v15 0/5] shut down devices asynchronously
David Jeffery
[PATCH 1/5] driver core: separate function to shutdown one device
David Jeffery
[PATCH 3/5] driver core: async device shutdown infrastructure
David Jeffery
[PATCH 4/5] PCI: Enable async shutdown support
David Jeffery
[PATCH 2/5] driver core: do not always lock parent in shutdown
David Jeffery
[PATCH 5/5] scsi: Enable async shutdown support
David Jeffery
[PATCH 00/12] kho: make boot time huge page allocation work nicely with KHO
Pratyush Yadav
[PATCH 02/12] kho: store incoming radix tree in kho_in
Pratyush Yadav
[PATCH 04/12] kho: add callback for table pages
Pratyush Yadav
[PATCH 03/12] kho: add a struct for radix callbacks
Pratyush Yadav
[PATCH 05/12] kho: add data argument to radix walk callback
Pratyush Yadav
[PATCH 06/12] kho: allow early-boot usage of the KHO radix tree
Pratyush Yadav
[PATCH 01/12] kho: generalize radix tree APIs
Pratyush Yadav
[PATCH 07/12] kho: allow destroying KHO radix tree
Pratyush Yadav
[PATCH 08/12] kho: add kho_radix_init_tree()
Pratyush Yadav
[PATCH 09/12] memblock: introduce MEMBLOCK_KHO_SCRATCH_EXT
Pratyush Yadav
[PATCH 11/12] kho: return virtual address of mem_map
Pratyush Yadav
[PATCH 10/12] kho: extended scratch
Pratyush Yadav
[PATCH 12/12] mm/hugetlb: make bootmem allocation work with KHO
Pratyush Yadav
[PATCH 00/11] kdump: reduce vmcore size and capture time via linux,no-dump
Chen Wandun
[PATCH 01/11] of: reserved_mem: fix region count for nodes with multiple reg entries
Chen Wandun
[PATCH 02/11] of: reserved_mem: reject reserved memory outside physical address range
Chen Wandun
[PATCH 03/11] of: reserved_mem: avoid unconditional save of reg entries in fdt_scan_reserved_mem_late()
Chen Wandun
[PATCH 04/11] of: reserved_mem: skip reserved_mem array allocation when there is nothing to save
Chen Wandun
[PATCH 05/11] of: reserved_mem: add linux,no-dump property support for reserved memory regions
Chen Wandun
[PATCH 06/11] of: reserved_mem: save /memreserve/ entries into reserved_mem array
Chen Wandun
[PATCH 07/11] of: reserved_mem: add no-dump crash_mem exclusion helpers
Chen Wandun
[PATCH 08/11] arm64: kdump: exclude no-dump reserved memory regions from vmcore
Chen Wandun
[PATCH 09/11] riscv: kdump: exclude no-dump reserved memory regions from vmcore
Chen Wandun
[PATCH 10/11] loongarch: kdump: exclude no-dump reserved memory regions from vmcore
Chen Wandun
[PATCH 11/11] Documentation: admin-guide: kdump: document linux,no-dump DT property
Chen Wandun
[RFC] proposal: KVM: Orphaned VMs: The Caretaker approach for Live Update
Pasha Tatashin
Re: [RFC] proposal: KVM: Orphaned VMs: The Caretaker approach for Live Update
Alexander Graf
Re: [RFC] proposal: KVM: Orphaned VMs: The Caretaker approach for Live Update
David Woodhouse
Re: [RFC] proposal: KVM: Orphaned VMs: The Caretaker approach for Live Update
Pasha Tatashin
Re: [RFC] proposal: KVM: Orphaned VMs: The Caretaker approach for Live Update
Pasha Tatashin
Re: [RFC] proposal: KVM: Orphaned VMs: The Caretaker approach for Live Update
Paolo Bonzini
Re: [RFC] proposal: KVM: Orphaned VMs: The Caretaker approach for Live Update
David Woodhouse
Re: [RFC] proposal: KVM: Orphaned VMs: The Caretaker approach for Live Update
Paolo Bonzini
[PATCH v2] x86/kexec: Push kjump return address even for non-kjump kexec
David Woodhouse
[PATCH 0/2] MAINTAINERS: update KEXEC, KDUMP and LIVE UPDATE
Mike Rapoport
[PATCH 1/2] MAINTAINERS: add tree for KDUMP and KEXEC
Mike Rapoport
Re: [PATCH 1/2] MAINTAINERS: add tree for KDUMP and KEXEC
Pasha Tatashin
[PATCH 2/2] MAINTAINERS: add kexec@ list to LIVE UPDATE ENTRY
Mike Rapoport
Re: [PATCH 2/2] MAINTAINERS: add kexec@ list to LIVE UPDATE ENTRY
Pasha Tatashin
Re: [PATCH 0/2] MAINTAINERS: update KEXEC, KDUMP and LIVE UPDATE
Baoquan He
Re: [PATCH 0/2] MAINTAINERS: update KEXEC, KDUMP and LIVE UPDATE
Pratyush Yadav
[PATCH] MAINTAINERS: add kexec list to LIVE UPDATE
Pratyush Yadav
[Hypervisor Live Update] Notes from April 20, 2026
David Rientjes
[PATCH v10 0/4] liveupdate: bug fix for session name and new ioctl to read it
luca . boccassi
[PATCH v10 1/4] liveupdate: reject LIVEUPDATE_IOCTL_CREATE_SESSION with invalid name length
luca . boccassi
Re: [PATCH v10 1/4] liveupdate: reject LIVEUPDATE_IOCTL_CREATE_SESSION with invalid name length
Pratyush Yadav
Re: [PATCH v10 1/4] liveupdate: reject LIVEUPDATE_IOCTL_CREATE_SESSION with invalid name length
Luca Boccassi
[PATCH v10 4/4] selftests/liveupdate: add test cases for LIVEUPDATE_SESSION_GET_NAME
luca . boccassi
Re: [PATCH v10 4/4] selftests/liveupdate: add test cases for LIVEUPDATE_SESSION_GET_NAME
Pratyush Yadav
[PATCH v10 2/4] selftests/liveupdate: add test cases for LIVEUPDATE_IOCTL_CREATE_SESSION calls with invalid length
luca . boccassi
Re: [PATCH v10 2/4] selftests/liveupdate: add test cases for LIVEUPDATE_IOCTL_CREATE_SESSION calls with invalid length
Pratyush Yadav
[PATCH v10 3/4] liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctl
luca . boccassi
Re: [PATCH v10 3/4] liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctl
Pratyush Yadav
Re: [PATCH v10 3/4] liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctl
Luca Boccassi
[PATCH v4 00/11] PCI: liveupdate: PCI core support for Live Update
David Matlack
[PATCH v4 00/11] PCI: liveupdate: PCI core support for Live Update
David Matlack
[PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
David Matlack
Re: [PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
Pratyush Yadav
Re: [PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
Pasha Tatashin
Re: [PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
David Matlack
Re: [PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
Pasha Tatashin
Re: [PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
David Matlack
Re: [PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
Bjorn Helgaas
Re: [PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
Bjorn Helgaas
Re: [PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
David Matlack
Re: [PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
Vipin Sharma
Re: [PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
David Matlack
Re: [PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
Vipin Sharma
Re: [PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
David Matlack
[PATCH v4 04/11] PCI: liveupdate: Document driver binding responsibilities
David Matlack
[PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices
David Matlack
Re: [PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices
Jacob Pan
Re: [PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices
David Matlack
Re: [PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices
Bjorn Helgaas
Re: [PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices
Samiullah Khawaja
Re: [PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices
Samiullah Khawaja
Re: [PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices
David Matlack
Re: [PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices
David Matlack
Re: [PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices
Vipin Sharma
Re: [PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices
David Matlack
Re: [PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices
Vipin Sharma
Re: [PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices
David Matlack
Re: [PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices
Vipin Sharma
Re: [PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices
David Matlack
[PATCH v4 05/11] PCI: liveupdate: Inherit bus numbers during Live Update
David Matlack
Re: [PATCH v4 05/11] PCI: liveupdate: Inherit bus numbers during Live Update
Jacob Pan
Re: [PATCH v4 05/11] PCI: liveupdate: Inherit bus numbers during Live Update
David Matlack
Re: [PATCH v4 05/11] PCI: liveupdate: Inherit bus numbers during Live Update
David Matlack
Re: [PATCH v4 05/11] PCI: liveupdate: Inherit bus numbers during Live Update
Jacob Pan
Re: [PATCH v4 05/11] PCI: liveupdate: Inherit bus numbers during Live Update
David Matlack
Re: [PATCH v4 05/11] PCI: liveupdate: Inherit bus numbers during Live Update
Bjorn Helgaas
[PATCH v4 09/11] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges
David Matlack
[PATCH v4 03/11] PCI: liveupdate: Track incoming preserved PCI devices
David Matlack
Re: [PATCH v4 03/11] PCI: liveupdate: Track incoming preserved PCI devices
Bjorn Helgaas
[PATCH v4 08/11] PCI: liveupdate: Require preserved devices are in immutable singleton IOMMU groups
David Matlack
Re: [PATCH v4 08/11] PCI: liveupdate: Require preserved devices are in immutable singleton IOMMU groups
David Matlack
Re: [PATCH v4 08/11] PCI: liveupdate: Require preserved devices are in immutable singleton IOMMU groups
Jason Gunthorpe
Re: [PATCH v4 08/11] PCI: liveupdate: Require preserved devices are in immutable singleton IOMMU groups
David Matlack
Re: [PATCH v4 08/11] PCI: liveupdate: Require preserved devices are in immutable singleton IOMMU groups
Samiullah Khawaja
Re: [PATCH v4 08/11] PCI: liveupdate: Require preserved devices are in immutable singleton IOMMU groups
David Matlack
Re: [PATCH v4 08/11] PCI: liveupdate: Require preserved devices are in immutable singleton IOMMU groups
Jacob Pan
Re: [PATCH v4 08/11] PCI: liveupdate: Require preserved devices are in immutable singleton IOMMU groups
David Matlack
[PATCH v4 10/11] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
David Matlack
Re: [PATCH v4 10/11] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
Bjorn Helgaas
[PATCH v4 06/11] PCI: liveupdate: Auto-preserve upstream bridges across Live Update
David Matlack
[PATCH v4 11/11] Documentation: PCI: Add documentation for Live Update
David Matlack
[PATCH v4 07/11] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
David Matlack
Re: [PATCH 0/2] liveupdate: FLB refcounting improvements
Pasha Tatashin
Re: [PATCH 0/2] liveupdate: FLB refcounting improvements
David Matlack
[PATCH v9 0/3] kho: add support for deferred struct page init
Michal Clapinski
[PATCH v9 1/3] kho: fix deferred initialization of scratch areas
Michal Clapinski
Re: [PATCH v9 1/3] kho: fix deferred initialization of scratch areas
Pratyush Yadav
Re: [PATCH v9 1/3] kho: fix deferred initialization of scratch areas
Pasha Tatashin
Re: [PATCH v9 1/3] kho: fix deferred initialization of scratch areas
Mike Rapoport
[PATCH v9 3/3] selftests: kho: test with deferred struct page init
Michal Clapinski
Re: [PATCH v9 3/3] selftests: kho: test with deferred struct page init
Pratyush Yadav
Re: [PATCH v9 3/3] selftests: kho: test with deferred struct page init
Mike Rapoport
[PATCH v9 2/3] kho: make preserved pages compatible with deferred struct page init
Michal Clapinski
Re: [PATCH v9 0/3] kho: add support for deferred struct page init
Mike Rapoport
[PATCH v9 0/6] liveupdate: new ioctl, change session inode type, bug fixes
luca . boccassi
[PATCH v9 2/6] selftests/liveupdate: add test cases for LIVEUPDATE_IOCTL_CREATE_SESSION calls with invalid length
luca . boccassi
Re: [PATCH v9 2/6] selftests/liveupdate: add test cases for LIVEUPDATE_IOCTL_CREATE_SESSION calls with invalid length
Mike Rapoport
[PATCH v9 1/6] liveupdate: reject LIVEUPDATE_IOCTL_CREATE_SESSION with invalid name length
luca . boccassi
Re: [PATCH v9 1/6] liveupdate: reject LIVEUPDATE_IOCTL_CREATE_SESSION with invalid name length
Mike Rapoport
[PATCH v9 4/6] selftests/liveupdate: add test case for LUO_SESSION_MAGIC
luca . boccassi
Re: [PATCH v9 4/6] selftests/liveupdate: add test case for LUO_SESSION_MAGIC
Mike Rapoport
[PATCH v9 3/6] liveupdate: add LUO_SESSION_MAGIC magic inode type
luca . boccassi
Re: [PATCH v9 3/6] liveupdate: add LUO_SESSION_MAGIC magic inode type
Mike Rapoport
Re: [PATCH v9 3/6] liveupdate: add LUO_SESSION_MAGIC magic inode type
Christian Brauner
[PATCH v9 5/6] liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctl
luca . boccassi
Re: [PATCH v9 5/6] liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctl
Mike Rapoport
[PATCH v9 6/6] selftests/liveupdate: add test cases for LIVEUPDATE_SESSION_GET_NAME
luca . boccassi
Re: [PATCH v9 6/6] selftests/liveupdate: add test cases for LIVEUPDATE_SESSION_GET_NAME
Mike Rapoport
[ANNOUNCE] makedumpfile 1.7.9
萩尾 一仁
[PATCH v8 0/6] liveupdate: new ioctl, change session inode type, bug fixes
luca . boccassi
[PATCH v8 2/6] selftests/liveupdate: add test cases for LIVEUPDATE_IOCTL_CREATE_SESSION calls with invalid length
luca . boccassi
[PATCH v8 1/6] liveupdate: reject LIVEUPDATE_IOCTL_CREATE_SESSION with invalid name length
luca . boccassi
Re: [PATCH v8 1/6] liveupdate: reject LIVEUPDATE_IOCTL_CREATE_SESSION with invalid name length
Pasha Tatashin
[PATCH v8 5/6] liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctl
luca . boccassi
[PATCH v8 4/6] selftests/liveupdate: add test case for LUO_SESSION_MAGIC
luca . boccassi
[PATCH v8 3/6] liveupdate: add LUO_SESSION_MAGIC magic inode type
luca . boccassi
Re: [PATCH v8 3/6] liveupdate: add LUO_SESSION_MAGIC magic inode type
Christian Brauner
Re: [PATCH v8 3/6] liveupdate: add LUO_SESSION_MAGIC magic inode type
Luca Boccassi
Re: [PATCH v8 3/6] liveupdate: add LUO_SESSION_MAGIC magic inode type
Christian Brauner
Re: [PATCH v8 3/6] liveupdate: add LUO_SESSION_MAGIC magic inode type
Pasha Tatashin
Re: [PATCH v8 3/6] liveupdate: add LUO_SESSION_MAGIC magic inode type
Luca Boccassi
Re: [PATCH v8 3/6] liveupdate: add LUO_SESSION_MAGIC magic inode type
Christian Brauner
Re: [PATCH v8 3/6] liveupdate: add LUO_SESSION_MAGIC magic inode type
Pasha Tatashin
Re: [PATCH v8 3/6] liveupdate: add LUO_SESSION_MAGIC magic inode type
Pasha Tatashin
[PATCH v8 6/6] selftests/liveupdate: add test cases for LIVEUPDATE_SESSION_GET_NAME
luca . boccassi
Re: [PATCH v8 6/6] selftests/liveupdate: add test cases for LIVEUPDATE_SESSION_GET_NAME
Pasha Tatashin
[PATCH v7 1/4] liveupdate: add LUO_SESSION_MAGIC magic inode type
luca . boccassi
[PATCH v7 3/4] liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctl
luca . boccassi
Re: [PATCH v7 3/4] liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctl
Pasha Tatashin
[PATCH v7 4/4] selftests/liveupdate: add test cases for LIVEUPDATE_SESSION_GET_NAME
luca . boccassi
Re: [PATCH v7 4/4] selftests/liveupdate: add test cases for LIVEUPDATE_SESSION_GET_NAME
Pasha Tatashin
Re: [PATCH v7 4/4] selftests/liveupdate: add test cases for LIVEUPDATE_SESSION_GET_NAME
Luca Boccassi
[PATCH v7 2/4] selftests/liveupdate: add test case for LUO_SESSION_MAGIC
luca . boccassi
[PATCH v6 1/4] liveupdate: add LUO_SESSION_MAGIC magic inode type
luca . boccassi
[PATCH v6 4/4] selftests/liveupdate: add test cases for LIVEUPDATE_SESSION_GET_NAME
luca . boccassi
[PATCH v6 2/4] selftests/liveupdate: add test case for LUO_SESSION_MAGIC
luca . boccassi
[PATCH v6 3/4] liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctl
luca . boccassi
[PATCH] MAINTAINERS: remove stale kdump project URL
Sourabh Jain
Re: [PATCH] MAINTAINERS: remove stale kdump project URL
Baoquan He
[PATCH v5 1/4] liveupdate: add LUO_SESSION_MAGIC magic inode type
luca . boccassi
[PATCH v5 3/4] liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctl
luca . boccassi
Re: [PATCH v5 3/4] liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctl
Pasha Tatashin
[PATCH v5 2/4] selftests/liveupdate: add test case for LUO_SESSION_MAGIC
luca . boccassi
[PATCH v5 4/4] selftests/liveupdate: add test cases for LIVEUPDATE_SESSION_GET_NAME
luca . boccassi
Re: [PATCH v5 4/4] selftests/liveupdate: add test cases for LIVEUPDATE_SESSION_GET_NAME
Pasha Tatashin
Re: [PATCH v5 4/4] selftests/liveupdate: add test cases for LIVEUPDATE_SESSION_GET_NAME
Luca Boccassi
Re: [PATCH] MAINTAINERS: update kexec/kdump maintainers entries
Pasha Tatashin
Re: [PATCH] MAINTAINERS: update kexec/kdump maintainers entries
Baoquan He
Re: [PATCH] MAINTAINERS: update kexec/kdump maintainers entries
Baoquan He
[PATCH v4 1/2] liveupdate: add LUO_SESSION_MAGIC magic inode type
luca . boccassi
[PATCH v4 2/2] selftests/liveupdate: add test case for LUO_SESSION_MAGIC
luca . boccassi
[PATCH v3] liveupdate: add LUO_SESSION_MAGIC magic inode type
luca . boccassi
Re: [PATCH v3] liveupdate: add LUO_SESSION_MAGIC magic inode type
Pasha Tatashin
Re: [PATCH v3] liveupdate: add LUO_SESSION_MAGIC magic inode type
Luca Boccassi
[PATCH v2] liveupdate: add LUO_SESSION_MAGIC magic inode type
luca . boccassi
Re: [PATCH v2] liveupdate: add LUO_SESSION_MAGIC magic inode type
Pasha Tatashin
Re: [PATCH v2] liveupdate: add LUO_SESSION_MAGIC magic inode type
Luca Boccassi
[PATCH v8 0/2] kho: add support for deferred struct page init
Michal Clapinski
[PATCH v8 1/2] kho: fix deferred initialization of scratch areas
Michal Clapinski
Re: [PATCH v8 1/2] kho: fix deferred initialization of scratch areas
Mike Rapoport
Re: [PATCH v8 1/2] kho: fix deferred initialization of scratch areas
Michał Cłapiński
Re: [PATCH v8 1/2] kho: fix deferred initialization of scratch areas
Mike Rapoport
Earlier messages