messages from 2024-07-23 06:45:59 to 2024-08-02 10:52:07 UTC [more...]
[PATCH v3 00/26] mm: introduce numa_memblks
2024-08-02 10:52 UTC (36+ messages)
` [PATCH v3 01/26] mm: move kernel/numa.c to mm/
` [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 05/26] MIPS: loongson64: rename __node_data to node_data
` [PATCH v3 06/26] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 07/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 08/26] arch, mm: move definition of node_data to generic code
` [PATCH v3 09/26] arch, mm: pull out allocation of NODE_DATA "
` [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 v5 0/4] PCI: Allow D3Hot for PCI bridges in Devicetree based platforms
2024-08-02 10:13 UTC (7+ messages)
` [PATCH v5 1/4] PCI/portdrv: Make use of pci_dev::bridge_d3 for checking the D3 possibility
` [PATCH v5 2/4] PCI: Rename pci_bridge_d3_possible() to pci_bridge_d3_allowed()
` [PATCH v5 3/4] PCI: Decouple D3Hot and D3Cold handling for bridges
` [PATCH v5 4/4] PCI: Allow PCI bridges to go to D3Hot on all Devicetree based platforms
[PATCH v2 0/6] use device_for_each_child_node() to access device child nodes
2024-08-02 7:37 UTC (6+ messages)
` (subset) "
[PATCH v4 0/4] PCI: Allow D3Hot for PCI bridges in Devicetree based platforms
2024-08-02 5:33 UTC (8+ messages)
` [PATCH v4 3/4] PCI: Decouple D3Hot and D3Cold handling for bridges
[PATCH v3 0/3] Parse the HEST PCIe AER and set to relevant registers
2024-08-01 23:57 UTC (2+ messages)
[PATCH] PCI/ACPI: Increase the number of Loongson's PCI host up to 8
2024-08-01 23:05 UTC (2+ messages)
[PATCH v14 07/10] iommu/arm-smmu-v3: Maintain a SID->device structure
2024-08-01 15:29 UTC (2+ messages)
"EC: Install address space handler at the namespace root" causing issues for some users
2024-08-01 14:28 UTC (5+ messages)
[PATCH v3 0/2] PRM handler direct call interface
2024-08-01 12:49 UTC (4+ messages)
` [PATCH v3 1/2] ACPI: PRM: Add PRM handler direct call support
` [PATCH v3 2/2] RAS/AMD/ATL: Translate normalized to system physical addresses using PRM
[PATCH v1 17/17] thermal: code: Pass trip descriptors to trip bind/unbind functions
2024-08-01 10:14 UTC (22+ messages)
` [PATCH v1 01/17] thermal: core: Fold two functions into their respective callers
` [PATCH v1 03/17] thermal: core: Drop redundant thermal instance checks
` [PATCH v1 04/17] thermal: core: Clean up cdev binding/unbinding functions
` [PATCH v1 06/17] thermal: sysfs: Use the dev argument in instance-related show/store
` [PATCH v1 07/17] thermal: core: Move thermal zone locking out of bind/unbind functions
` [PATCH v1 08/17] thermal: core: Introduce .should_bind() thermal zone callback
` [PATCH v1 09/17] thermal: ACPI: Use the "
` [PATCH v1 11/17] thermal: imx: "
` [PATCH v1 12/17] platform/x86: acerhdf: "
` [PATCH v1 13/17] mlxsw: core_thermal: "
` [PATCH v1 14/17] thermal/of: "
` [PATCH v1 16/17] thermal: code: Clean up trip bind/unbind functions
` [PATCH v1 02/17] thermal: core: Rearrange checks in thermal_bind_cdev_to_trip()
` [PATCH v1 10/17] thermal: core: Unexport thermal_bind_cdev_to_trip() and thermal_unbind_cdev_from_trip()
` [PATCH v1 15/17] thermal: core: Drop unused bind/unbind functions and callbacks
` [PATCH v1 05/17] thermal: core: Move lists of thermal instances to trip descriptors
[PATCH] acpi/prmt: find block with specific type
2024-08-01 1:48 UTC
[rafael-pm:thermal-core-testing 5/28] drivers/thermal/tegra/tegra30-tsensor.c:326:22: warning: unused variable 'i'
2024-07-31 21:34 UTC
[PATCH] ACPI / PMIC: Remove unneeded check in tps68470_pmic_opregion_probe()
2024-07-31 7:19 UTC (4+ messages)
` [PATCH v2] "
[rafael-pm:thermal-core-testing 2/28] drivers/thermal/hisi_thermal.c:484:29: warning: unused variable 'trip'
2024-07-31 17:58 UTC
[PATCH] acpi/hmat,mm/memtier: always register hmat adist calculation callback
2024-07-31 7:20 UTC (12+ messages)
[PATCH v10 00/11] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
2024-07-31 11:28 UTC (18+ messages)
` [PATCH v10 01/11] EDAC: Add generic EDAC RAS control feature driver
` [PATCH v10 02/11] EDAC: Add EDAC scrub control driver
` [PATCH v10 03/11] EDAC: Add EDAC ECS "
` [PATCH v10 04/11] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command
` [PATCH v10 05/11] cxl/mbox: Add GET_FEATURE "
` [PATCH v10 06/11] cxl/mbox: Add SET_FEATURE "
` [PATCH v10 07/11] cxl/memscrub: Add CXL memory device patrol scrub control feature
` [PATCH v10 08/11] cxl/memscrub: Add CXL memory device ECS "
` [PATCH v10 09/11] platform: Add __free() based cleanup function for platform_device_put
` [PATCH v10 10/11] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v10 11/11] ras: scrub: ACPI RAS2: Add memory "
[rafael-pm:thermal-core-testing 25/28] drivers/thermal/thermal_of.c:321:28: error: use of undeclared identifier 'map_np'
2024-07-31 11:08 UTC
[PATCH 1/1] ACPI: battery: Remove redundant NULL initalizations
2024-07-31 9:53 UTC
[PATCH] ACPI/IORT: Add PMCG platform information for HiSilicon HIP10/11
2024-07-31 9:26 UTC
[PATCH] ACPI:dbconvert:check null return of ACPI_ALLOCATE_ZEROED in acpi_db_convert_to_package
2024-07-31 1:14 UTC
[PATCH v1 00/17] thermal: Rework binding cooling devices to trip points
2024-07-30 19:38 UTC (2+ messages)
[PATCH v3 0/4] MCE wrapper and support for new SMCA syndrome MSRs
2024-07-30 18:54 UTC (5+ messages)
` [PATCH v3 1/4] x86/mce: Add wrapper for struct mce to export vendor specific info
` [PATCH v3 2/4] x86/mce, EDAC/mce_amd: Add support for new MCA_SYND{1,2} registers
` [PATCH v3 3/4] x86/mce/apei: Handle variable register array size
` [PATCH v3 4/4] EDAC/mce_amd: Add support for FRU Text in MCA
[rafael-pm:bleeding-edge] BUILD SUCCESS fc9143fe3439b74733b2030b83ebbf9dcb9f5f3d
2024-07-30 7:12 UTC
[PATCH v3 0/7] arm64: hyperv: Support Virtual Trust Level Boot
2024-07-29 16:51 UTC (15+ 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 5/7] dt-bindings: bus: Add Hyper-V VMBus cache coherency and IRQs
` [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 0/6] use device_for_each_child_node() to access device child nodes
2024-07-29 13:00 UTC (5+ messages)
` [PATCH 6/6] net: mvpp2: "
[PATCH AUTOSEL 5.4 1/2] ACPI: battery: create alarm sysfs attribute atomically
2024-07-28 0:50 UTC (2+ messages)
` [PATCH AUTOSEL 5.4 2/2] ACPI: SBS: manage alarm sysfs attribute through psy core
[PATCH AUTOSEL 5.10 1/2] ACPI: battery: create alarm sysfs attribute atomically
2024-07-28 0:50 UTC (2+ messages)
` [PATCH AUTOSEL 5.10 2/2] ACPI: SBS: manage alarm sysfs attribute through psy core
[PATCH AUTOSEL 5.15 1/2] ACPI: battery: create alarm sysfs attribute atomically
2024-07-28 0:50 UTC (2+ messages)
` [PATCH AUTOSEL 5.15 2/2] ACPI: SBS: manage alarm sysfs attribute through psy core
[PATCH AUTOSEL 6.1 1/2] ACPI: battery: create alarm sysfs attribute atomically
2024-07-28 0:49 UTC (2+ messages)
` [PATCH AUTOSEL 6.1 2/2] ACPI: SBS: manage alarm sysfs attribute through psy core
[PATCH AUTOSEL 6.6 1/3] ACPI: battery: create alarm sysfs attribute atomically
2024-07-28 0:49 UTC (2+ messages)
` [PATCH AUTOSEL 6.6 2/3] ACPI: SBS: manage alarm sysfs attribute through psy core
[PATCH AUTOSEL 6.10 1/9] ACPI: battery: create alarm sysfs attribute atomically
2024-07-28 0:49 UTC (4+ messages)
` [PATCH AUTOSEL 6.10 2/9] ACPI: SBS: manage alarm sysfs attribute through psy core
` [PATCH AUTOSEL 6.10 7/9] ACPI: resource: Skip IRQ override on Asus Vivobook Pro N6506MU
` [PATCH AUTOSEL 6.10 8/9] ACPI: resource: Skip IRQ override on Asus Vivobook Pro N6506MJ
[PATCH] ACPI: rename acpi_arm_init to acpi_arch_init
2024-07-27 6:52 UTC (6+ messages)
[PATCH v2 00/25] mm: introduce numa_memblks
2024-07-26 9:40 UTC (12+ messages)
` [PATCH v2 19/25] mm: introduce numa_emulation
` [PATCH v2 20/25] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v2 21/25] mm: numa_memblks: make several functions and variables static
` [PATCH v2 22/25] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v2 23/25] arch_numa: switch over to numa_memblks
` [PATCH v2 24/25] mm: make range-to-target_node lookup facility a part of numa_memblks
` [PATCH v2 25/25] docs: move numa=fake description to kernel-parameters.txt
[PATCH v6 1/3] riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init()
2024-07-25 13:20 UTC (2+ messages)
[rafael-pm:bleeding-edge] BUILD SUCCESS d138ebca836ae9753a88fe6824bcbfeed2f4aef0
2024-07-25 11:05 UTC
[PATCH v4 0/4] Add ACPI NUMA support for RISC-V
2024-07-24 14:56 UTC (9+ messages)
` [PATCH v4 1/4] ACPI: RISCV: Add NUMA support based on SRAT and SLIT
[Bug][Regression] non-stop ACPI ([\_SB.PC00.LPCB.HEC.TSR1]) and thermal zone error
2024-07-24 9:54 UTC (4+ messages)
[RFC PATCH v9 00/11] EDAC: Scrub: Introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
2024-07-24 9:10 UTC (4+ messages)
` [RFC PATCH v9 08/11] cxl/memscrub: Add CXL memory device ECS control feature
[PATCH 0/2] Make ELOG log and trace consistently with GHES
2024-07-23 13:43 UTC (2+ messages)
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 read-only IMAP folder(s) and NNTP newsgroup(s).