messages from 2024-08-02 09:56:58 to 2024-08-07 06:46:42 UTC [more...]
[PATCH v4 00/26] mm: introduce numa_memblks
2024-08-07 6:41 UTC (27+ messages)
` [PATCH v4 01/26] mm: move kernel/numa.c to mm/
` [PATCH v4 02/26] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH v4 03/26] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
` [PATCH v4 04/26] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 05/26] MIPS: loongson64: rename __node_data to node_data
` [PATCH v4 06/26] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 07/26] arch, mm: move definition of node_data to generic code
` [PATCH v4 08/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 09/26] arch, mm: pull out allocation of NODE_DATA to generic code
` [PATCH v4 10/26] x86/numa: simplify numa_distance allocation
` [PATCH v4 11/26] x86/numa: use get_pfn_range_for_nid to verify that node spans memory
` [PATCH v4 12/26] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH v4 13/26] x86/numa_emu: simplify allocation of phys_dist
` [PATCH v4 14/26] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH v4 15/26] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH v4 16/26] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH v4 17/26] mm: introduce numa_memblks
` [PATCH v4 18/26] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH v4 19/26] mm: introduce numa_emulation
` [PATCH v4 20/26] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v4 21/26] mm: numa_memblks: make several functions and variables static
` [PATCH v4 22/26] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v4 23/26] of, numa: return -EINVAL when no numa-node-id is found
` [PATCH v4 24/26] arch_numa: switch over to numa_memblks
` [PATCH v4 25/26] mm: make range-to-target_node lookup facility a part of numa_memblks
` [PATCH v4 26/26] docs: move numa=fake description to kernel-parameters.txt
[PATCH v2] ACPI: introduce acpi_arch_init
2024-08-07 6:36 UTC
[PATCH 0/7] x86/acpi: Move ACPI MADT wakeup to generic code
2024-08-07 5:57 UTC (10+ messages)
` [PATCH 1/7] "
` [PATCH 2/7] dt-bindings: x86: Add ACPI wakeup mailbox
` [PATCH 3/7] x86/dt: Support the ACPI multiprocessor wakeup for device tree
` [PATCH 4/7] x86/hyperv: Parse the ACPI wakeup mailbox
` [PATCH 5/7] x86/hyperv: Mark ACPI wakeup mailbox page as private
` [PATCH 6/7] x86/hyperv: Reserve real mode when ACPI wakeup mailbox is available
` [PATCH 7/7] x86/hyperv: Use the ACPI wakeup mailbox for VTL2 guests when available
[PATCH v3 0/4] use device_for_each_child_node() to access device child nodes
2024-08-07 1:10 UTC (10+ messages)
` [PATCH v3 1/4] device property: document device_for_each_child_node macro
` [PATCH v3 2/4] leds: pca995x: use device_for_each_child_node() to access device child nodes
` (subset) "
` [PATCH v3 3/4] net: mvpp2: use port_count to remove ports
` [PATCH v3 4/4] net: mvpp2: use device_for_each_child_node() to access device child nodes
[PATCH 0/8] Initial support for SMMUv3 nested translation
2024-08-06 23:41 UTC (9+ messages)
` [PATCH 1/8] vfio: Remove VFIO_TYPE1_NESTING_IOMMU
` [PATCH 2/8] iommu/arm-smmu-v3: Use S2FWB when available
` [PATCH 3/8] ACPI/IORT: Support CANWBS memory access flag
` [PATCH 4/8] iommu/arm-smmu-v3: Report IOMMU_CAP_ENFORCE_CACHE_COHERENCY for CANWBS
` [PATCH 5/8] iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info
` [PATCH 6/8] iommu/arm-smmu-v3: Implement IOMMU_HWPT_ALLOC_NEST_PARENT
` [PATCH 7/8] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED
` [PATCH 8/8] iommu/arm-smmu-v3: Add arm_smmu_cache_invalidate_user
[PATCH 0/2] Make ELOG log and trace consistently with GHES
2024-08-06 21:31 UTC (7+ messages)
` [PATCH 1/2] ACPI: extlog: Trace CPER Non-standard Section Body
` [PATCH 2/2] ACPI: extlog: Trace CPER PCI Express Error Section
[PATCH v5 0/4] PCI: Allow D3Hot for PCI bridges in Devicetree based platforms
2024-08-06 20:58 UTC (17+ messages)
` [PATCH v5 1/4] PCI/portdrv: Make use of pci_dev::bridge_d3 for checking the D3 possibility
` [PATCH v5 4/4] PCI: Allow PCI bridges to go to D3Hot on all Devicetree based platforms
[PATCH] acpi video: force native for Apple MacbookPro9,2
2024-08-06 20:08 UTC
[PATCH v4 0/4] PCI: Allow D3Hot for PCI bridges in Devicetree based platforms
2024-08-06 19:34 UTC (9+ messages)
` [PATCH v4 3/4] PCI: Decouple D3Hot and D3Cold handling for bridges
[PATCH v14 07/10] iommu/arm-smmu-v3: Maintain a SID->device structure
2024-08-06 15:31 UTC (4+ messages)
[BUG REPORT]net: page_pool: kernel crash at iommu_get_dma_domain+0xc/0x20
2024-08-06 14:23 UTC (2+ messages)
[PATCH v3 00/26] mm: introduce numa_memblks
2024-08-06 13:28 UTC (74+ messages)
` [PATCH v3 02/26] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH v3 03/26] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
` [PATCH v3 04/26] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 06/26] MIPS: loongson64: "
` [PATCH v3 07/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 09/26] arch, mm: pull out allocation of NODE_DATA to generic code
` [PATCH v3 10/26] x86/numa: simplify numa_distance allocation
` [PATCH v3 11/26] x86/numa: use get_pfn_range_for_nid to verify that node spans memory
` [PATCH v3 12/26] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH v3 13/26] x86/numa_emu: simplify allocation of phys_dist
` [PATCH v3 14/26] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH v3 15/26] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH v3 16/26] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH v3 17/26] mm: introduce numa_memblks
` [PATCH v3 18/26] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH v3 19/26] mm: introduce numa_emulation
` [PATCH v3 20/26] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v3 21/26] mm: numa_memblks: make several functions and variables static
` [PATCH v3 22/26] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v3 23/26] of, numa: return -EINVAL when no numa-node-id is found
` [PATCH v3 24/26] arch_numa: switch over to numa_memblks
` [PATCH v3 25/26] mm: make range-to-target_node lookup facility a part of numa_memblks
` [PATCH v3 26/26] docs: move numa=fake description to kernel-parameters.txt
[PATCH v3 0/7] arm64: hyperv: Support Virtual Trust Level Boot
2024-08-05 22:15 UTC (48+ messages)
` [PATCH v3 1/7] arm64: hyperv: Use SMC to detect hypervisor presence
` [PATCH v3 2/7] Drivers: hv: Enable VTL mode for arm64
` [PATCH v3 3/7] Drivers: hv: Provide arch-neutral implementation of get_vtl()
` [PATCH v3 4/7] arm64: hyperv: Boot in a Virtual Trust Level
` [PATCH v3 6/7] Drivers: hv: vmbus: Get the IRQ number from DT
` [PATCH v3 7/7] PCI: hv: Get vPCI MSI IRQ domain "
[PATCH v1 12/17] platform/x86: acerhdf: Use the .should_bind() thermal zone callback
2024-08-05 21:51 UTC (4+ messages)
[PATCH v2 0/6] use device_for_each_child_node() to access device child nodes
2024-08-05 14:41 UTC (8+ messages)
` (subset) "
[PATCH v5 2/4] PCI: Rename pci_bridge_d3_possible() to pci_bridge_d3_allowed()
2024-08-05 13:26 UTC (3+ messages)
[PATCH v3 0/5] Fix issues with ARM Processor CPER records
2024-08-05 12:53 UTC (3+ messages)
` [PATCH v3 1/5] RAS: Report all ARM processor CPER information to userspace
` [PATCH v3 4/5] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
"EC: Install address space handler at the namespace root" causing issues for some users
2024-08-05 12:47 UTC (4+ messages)
[PATCH RESEND v4] x86/acpi: fix panic while AP online later with kernel parameter maxcpus=1
2024-08-05 10:35 UTC
[PATCH 0/2] ACPICA: S3 wakeup support for hardware reduced model
2024-08-05 6:08 UTC (3+ messages)
` [PATCH 1/2] ACPICA: Detect FACS in reduced hardware model
` [PATCH 2/2] ACPICA: Allow setting waking vector "
[PATCH v2 1/6] ACPI: ac: Use strscpy() instead of strcpy()
2024-08-04 12:33 UTC (6+ messages)
` [PATCH v2 2/6] ACPI: acpi_pad: Use strscpy instead of strcpy
` [PATCH v2 3/6] ACPI: acpi_processor: "
` [PATCH v2 4/6] ACPI: battery : "
` [PATCH v2 5/6] ACPI: button: "
` [PATCH v2 6/6] ACPI: bus: Define and use a macro for device and class name length
[rafael-pm:bleeding-edge] BUILD SUCCESS bc51a513ebf760f50371d3771321f27f4a65c755
2024-08-03 15:38 UTC
[PATCH v3 1/4] x86/mce: Add wrapper for struct mce to export vendor specific info
2024-08-03 15:24 UTC (2+ messages)
[PATCH V2] ACPI: resource: Do IRQ override on MECHREV GM7XG0M
2024-08-03 8:13 UTC
[PATCH] ACPI: CPPC: Fix MASK_VAL() usage
2024-08-02 15:13 UTC (2+ messages)
[PATCH] ACPI: processor: Silence per-cpu acpi_handle_info about idle states
2024-08-02 15:00 UTC (2+ messages)
[PATCH] ACPICA: ACPICA: check null return of ACPI_ALLOCATE_ZEROED in acpi_db_convert_to_package ACPICA commit 4d4547cf13cca820ff7e0f859ba83e1a610b9fd0
2024-08-02 14:52 UTC (2+ messages)
[PATCH] Updating a deprecated use of strcpy in ac.c file
2024-08-02 14:37 UTC (2+ messages)
[PATCH 1/1] ACPI: battery: Remove redundant NULL initalizations
2024-08-02 14:23 UTC (2+ messages)
[PATCH 1/4] Updating a deprecated use of strcpy from acpi_pad.c file
2024-08-02 14:19 UTC (3+ messages)
` [PATCH 3/4] Updating a deprecated use of strcpy in battry.c file
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).