messages from 2022-06-09 23:45:26 to 2022-06-20 18:19:25 UTC [more...]
[net-next: PATCH 00/12] ACPI support for DSA
2022-06-20 18:19 UTC (28+ messages)
` [net-next: PATCH 01/12] net: phy: fixed_phy: switch to fwnode_ API
` [net-next: PATCH 02/12] net: mdio: switch fixed-link PHYs API to fwnode_
` [net-next: PATCH 03/12] net: dsa: switch to device_/fwnode_ APIs
` [net-next: PATCH 04/12] net: mvpp2: initialize port fwnode pointer
` [net-next: PATCH 05/12] net: core: switch to fwnode_find_net_device_by_node()
` [net-next: PATCH 06/12] net: mdio: introduce fwnode_mdiobus_register_device()
` [net-next: PATCH 07/12] net: mdio: allow registering non-PHY devices in ACPI world
` [net-next: PATCH 08/12] ACPI: scan: prevent double enumeration of MDIO bus children
` [net-next: PATCH 09/12] Documentation: ACPI: DSD: introduce DSA description
` [net-next: PATCH 10/12] net: dsa: add ACPI support
` [net-next: PATCH 11/12] net: dsa: mv88e6xxx: switch to device_/fwnode_ APIs
` [net-next: PATCH 12/12] net: dsa: mv88e6xxx: add ACPI support
[PATCH 0/2] x86: notify hypervisor/VMM about guest entering s2idle
2022-06-20 16:32 UTC (15+ messages)
` [PATCH 1/2] x86: notify hypervisor about guest entering s2idle state
[PATCH v3 0/3] Skip IRQ1 override for two laptops
2022-06-20 15:30 UTC (4+ messages)
` [PATCH v3 1/3] ACPI: skip IRQ1 override on Lenovo ThinkBook 14G4+ ARA
` [PATCH v3 2/3] ACPI: skip IRQ1 override on Redmi Book Pro 15 2022
` [PATCH v3 3/3] ACPI: skip IRQ1 override on Asus Zenbook S 13 OLED UM5302
[PATCH 0/4] ACPI: EC: Various cleanups
2022-06-20 14:33 UTC (7+ messages)
` [PATCH 1/4] ACPI: EC: Remove duplicate ThinkPad X1 Carbon 6th entry from DMI quirks
` [PATCH 2/4] ACPI: EC: Drop the EC_FLAGS_IGNORE_DSDT_GPE quirk
` [PATCH 3/4] ACPI: EC: Re-use boot_ec when possible even when EC_FLAGS_TRUST_DSDT_GPE is set
` [PATCH 4/4] ACPI: EC: Drop unused ident initializers from dmi_system_id tables
[PATCH v2 0/2] Skip IRQ1 override for two laptops
2022-06-19 13:16 UTC (3+ messages)
` [PATCH v2 1/2] ACPI: skip IRQ1 override on Lenovo ThinkBook 14G4+ ARA
` [PATCH v2 2/2] ACPI: skip IRQ1 override on Redmi Book Pro 15 2022
[PATCH] ACPI: skip IRQ1 override on Lenovo ThinkBook 14G4+ ARA
2022-06-19 5:14 UTC (2+ messages)
[PATCH 1/2] ACPI: Drop redundant check in acpi_device_remove()
2022-06-18 11:23 UTC (2+ messages)
` [PATCH 2/2] ACPI: Drop driver member of struct acpi_device
[PATCH] x86/PCI: Revert: "Clip only host bridge windows for E820 regions"
2022-06-17 20:27 UTC (13+ messages)
[PATCH v2 1/1] Support power control driver for BlueField SoCs
2022-06-17 15:43 UTC (3+ messages)
[PATCH v13 0/9] ACPI/IORT: Support for IORT RMR node
2022-06-17 12:41 UTC (11+ messages)
` [PATCH v13 1/9] iommu: Introduce a callback to struct iommu_resv_region
` [PATCH v13 2/9] ACPI/IORT: Make iort_iommu_msi_get_resv_regions() return void
` [PATCH v13 3/9] ACPI/IORT: Provide a generic helper to retrieve reserve regions
` [PATCH v13 4/9] ACPI/IORT: Add support to retrieve IORT RMR reserved regions
` [PATCH v13 5/9] ACPI/IORT: Add a helper to retrieve RMR info directly
` [PATCH v13 6/9] iommu/arm-smmu-v3: Introduce strtab init helper
` [PATCH v13 7/9] iommu/arm-smmu-v3: Refactor arm_smmu_init_bypass_stes() to force bypass
` [PATCH v13 8/9] iommu/arm-smmu-v3: Get associated RMR info and install bypass STE
` [PATCH v13 9/9] iommu/arm-smmu: Get associated RMR info and install bypass SMR
[PATCH v2] ACPI/processor: Remove unused function acpi_processor_get_limit_info()
2022-06-17 9:42 UTC (2+ messages)
[PATCH v3] ACPI: Split out processor thermal register from ACPI PSS
2022-06-17 9:26 UTC (2+ messages)
[PATCH v5 0/6] Add hardware prefetch control driver for A64FX and x86
2022-06-17 9:20 UTC (9+ messages)
` [PATCH v5 1/6] soc: fujitsu: Add hardware prefetch control driver for A64FX
[PATCH v2] ACPI: Split out processor thermal register from ACPI PSS
2022-06-17 1:35 UTC (3+ messages)
[PATCH 00/36] cpuidle,rcu: Cleanup the mess
2022-06-16 21:26 UTC (54+ messages)
` [PATCH 04/36] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE
` [PATCH 10/36] cpuidle,omap3: Push RCU-idle into driver
` [PATCH 12/36] cpuidle,omap2: "
` [PATCH 14/36] cpuidle: Fix rcu_idle_*() usage
` [PATCH 15/36] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()
` [PATCH 16/36] rcu: Fix rcu_idle_exit()
` [PATCH 20/36] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [PATCH 21/36] x86/tdx: Remove TDX_HCALL_ISSUE_STI
` [PATCH 23/36] arm64,smp: Remove trace_.*_rcuidle() usage
` [PATCH 24/36] printk: "
` [PATCH 25/36] time/tick-broadcast: Remove RCU_NONIDLE usage
` [PATCH 29/36] cpuidle,xenpv: Make more PARAVIRT_XXL noinstr clean
` [Pv-drivers] [PATCH 29/36] cpuidle, xenpv: "
` [PATCH 33/36] cpuidle,omap3: Use WFI for omap3_pm_idle()
` [PATCH 34/36] cpuidle,omap3: Push RCU-idle into omap_sram_idle()
` [PATCH 34.5/36] cpuidle,omap4: Push RCU-idle into omap4_enter_lowpower()
[PATCH v1 00/16] ACPI: Get rid of the list of children in struct acpi_device
2022-06-16 17:31 UTC (38+ messages)
` [PATCH v1 04/16] thunderbolt: ACPI: Use acpi_find_child_by_adr()
` [PATCH v1 05/16] USB: "
` [PATCH v1 15/16] ACPI / MMC: PM: Unify fixing up device power
` [PATCH v2 00/16] ACPI: Get rid of the list of children in struct acpi_device
` [PATCH v2 01/16] ACPI: glue: Use acpi_dev_for_each_child()
` [PATCH v2 02/16] ACPI: glue: Introduce acpi_dev_has_children()
` [PATCH v2 03/16] ACPI: glue: Introduce acpi_find_child_by_adr()
` [PATCH v2 04/16] thunderbolt: ACPI: Replace tb_acpi_find_port() with acpi_find_child_by_adr()
` [PATCH v2 06/16] ACPI: container: Use acpi_dev_for_each_child()
` [PATCH v2 07/16] ACPI: property: Use acpi_dev_for_each_child() for child lookup
` [PATCH v2 08/16] ACPI: bus: Export acpi_dev_for_each_child() to modules
` [PATCH v2 09/16] ACPI: video: Use acpi_dev_for_each_child()
` [PATCH v2 10/16] ACPI: bus: Introduce acpi_dev_for_each_child_reverse()
` [PATCH v2 11/16] ACPI: scan: Walk ACPI device's children using driver core
` [PATCH v2 12/16] platform/x86/thinkpad_acpi: Use acpi_dev_for_each_child()
` [PATCH v2 13/16] mfd: core: "
` [PATCH v2 14/16] soundwire: "
` [PATCH v2 15/16] ACPI / MMC: PM: Unify fixing up device power
` [PATCH v2 16/16] ACPI: bus: Drop unused list heads from struct acpi_device
` [PATCH v2 05/16] USB: ACPI: Replace usb_acpi_find_port() with acpi_find_child_by_adr()
[RFC 0/4] ACPI[CA]: fix ECDT EC probe ordering issues
2022-06-16 14:20 UTC (9+ messages)
` [RFC 1/4] ACPICA: Add an acpi_early_initialize_objects() helper
` [RFC 2/4] ACPICA: Add \_SB.PC00, \SB.PCI0 to acpi_ns_early_initialize_devices()
` [RFC 3/4] ACPICA: Make address-space-handler install and _REG execution 2 separate steps
` [RFC 4/4] ACPI: fix ECDT EC probe ordering issues
[PATCH 0/3] ACPI: Implement FFH OpRegion support
2022-06-16 9:01 UTC (4+ messages)
` [PATCH 1/3] ACPICA: Add support for FFH Opregion special context data
` [PATCH 2/3] ACPI: Implement a generic FFH Opregion handler
` [PATCH 3/3] arm64: Add architecture specific ACPI FFH Opregion callbacks
[PATCH] ACPI/APEI: Limit printable size of BERT table data
2022-06-15 22:06 UTC (3+ messages)
[rafael-pm:bleeding-edge] BUILD SUCCESS 3904c06c5e7dd1494d2feb6cdcd850cf2e832432
2022-06-15 7:48 UTC
[PATCH 00/20] ACPICA: ACPICA 20220331
2022-06-14 13:25 UTC (5+ messages)
` [PATCH 15/20] ACPICA: executer/exsystem: Warn about sleeps greater than 10 ms
[rafael-pm:bleeding-edge] BUILD SUCCESS d3104995c583179bd2018b049a834319969baa80
2022-06-14 3:11 UTC
[PATCH 00/12] Clang -Wformat warning fixes
2022-06-13 18:47 UTC (21+ messages)
` [PATCH 04/12] blk-cgroup: use correct format characters
` [PATCH 07/12] driver/char: "
` [PATCH 08/12] cdrom: "
[PATCH v1] ACPI: Make acpi video driver available on !X86
2022-06-13 9:33 UTC
[PATCH v1] ACPI/processor: Remove unused function acpi_processor_get_limit_info()
2022-06-13 8:25 UTC
[rafael-pm:bleeding-edge] BUILD SUCCESS eacc9b3f283169f1e5426664dfad3ba6e02e75fd
2022-06-12 9:23 UTC
Bug report for kernel v4.15-rc8+
2022-06-10 13:17 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 NNTP newsgroup(s).