linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-14 12:37:42 to 2023-05-17 13:12:25 UTC [more...]

[PATCH 00/14] mm/init/kernel: missing-prototypes warnings
 2023-05-17 13:10 UTC  (5+ messages)
` [PATCH 01/14] mm: percpu: unhide pcpu_embed_first_chunk prototype
` [PATCH 02/14] mm: page_poison: always declare __kernel_map_pages() function
` [PATCH 03/14] mm: sparse: mark populate_section_memmap() static
` [PATCH 04/14] audit: avoid missing-prototype warnings

[PATCH] dt-bindings: xilinx: Switch xilinx.com emails to amd.com
 2023-05-17 12:12 UTC  (6+ messages)

[RFC][PATCH 0/9] local_clock() vs noinstr
 2023-05-17 11:13 UTC  (5+ messages)
` [RFC][PATCH 7/9] x86/tsc: Provide sched_clock_noinstr()

[PATCH 00/16] ARM: address -Wmissing-prototype warnings
 2023-05-17 11:13 UTC  (20+ messages)
` [PATCH 01/16] ARM: dma-mapping: hide unused dma_contiguous_early_fixup function
` [PATCH 02/16] ARM: traps: hide unused functions on NOMMU
` [PATCH 03/16] ARM: vfp: include asm/neon.h in vfpmodule.c
` [PATCH 04/16] ARM: vdso: add missing prototypes
` [PATCH 05/16] ARM: kprobes: avoid missing-declaration warnings
` [PATCH 06/16] ARM: tcm: move tcm_init() prototype to asm/tcm.h
` [PATCH 07/16] ARM: add prototype for function called only from asm
` [PATCH 08/16] ARM: add clear/copy_user_highpage declarations
` [PATCH 09/16] ARM: cacheflush: avoid __flush_anon_page() missing-prototype warning
` [PATCH 10/16] ARM: nommu: include asm/idmap.h
` [PATCH 11/16] ARM: move setup functions to header
` [PATCH 12/16] ARM: fiq: include asm/mach/irq.h for prototypes
` [PATCH 13/16] ARM: vfp: add vfp_entry prototype
` [PATCH 14/16] ARM: add missing syscall prototypes
` [PATCH 15/16] ARM: decompressor: move function prototypes to misc.h
` [PATCH 16/16] ARM: xip-kernel: add __inflate_kernel_data prototype

[bug report] power: supply: Add charger driver for Rockchip RK817
 2023-05-17 10:52 UTC  (5+ messages)

[PATCH v2 1/2] cpufreq: CPPC: keep target core awake when reading its cpufreq rate
 2023-05-17  8:17 UTC  (4+ messages)
` [PATCH v2 2/2] acpi: CPPC: read delivered_reg and reference_reg in critical section
` [PATCH 0/2] drivers/cpufreq: gain accurate CPU frequency from cpufreq/scaling_cur_freq

[PATCH v1 3/3] soc: loongson2_pm: add power management support
 2023-05-17  7:36 UTC 

[PATCH v1 0/3] soc: loongson2_pm: add power management support
 2023-05-17  7:31 UTC  (3+ messages)
` [PATCH v1 1/3] loongarch: export loongarch pm interface
` [PATCH v1 2/3] dt-bindings: soc: add loongson-2 pm

[PATCH v3 0/4] Enable IPQ9574 TSENS support
 2023-05-17  7:00 UTC  (12+ messages)
` [PATCH v3 1/4] dt-bindings: thermal: tsens: Fix "make dtbs_check" error
` [PATCH v3 2/4] dt-bindings: thermal: tsens: Add ipq9574 compatible
` [PATCH v3 3/4] arm64: dts: qcom: ipq9574: add tsens node
` [PATCH v3 4/4] arm64: dts: qcom: ipq9574: add thermal zone nodes

[rafael-pm:bleeding-edge] BUILD SUCCESS 2eb9db58cef824fd8c5b0107462478b80d4870a5
 2023-05-17  5:04 UTC 

[PATCH 0/2] Adjust logic for power_supply_is_system_supplied()
 2023-05-17  1:22 UTC  (7+ messages)
` [PATCH 1/2] power: supply: Use the scope of power supplies to tell if power is system supplied
` [PATCH 2/2] usb: typec: ucsi: Don't create power supplies for dGPUs

pm/testing baseline: 52 runs, 2 regressions (v6.4-rc2-4-ga3c2d8b60e2f)
 2023-05-16 23:11 UTC 

pm/testing build: 8 builds: 0 failed, 8 passed, 7 warnings (v6.4-rc2-4-ga3c2d8b60e2f)
 2023-05-16 22:28 UTC 

[PATCH -next v2 00/13] mm: page_alloc: misc cleanup and refector
 2023-05-16 22:22 UTC  (15+ messages)
` [PATCH v2 01/13] mm: page_alloc: move mirrored_kernelcore into mm_init.c
` [PATCH v2 02/13] mm: page_alloc: move init_on_alloc/free() "
` [PATCH v2 03/13] mm: page_alloc: move set_zone_contiguous() "
` [PATCH v2 04/13] mm: page_alloc: collect mem statistic into show_mem.c
` [PATCH v2 05/13] mm: page_alloc: squash page_is_consistent()
` [PATCH v2 06/13] mm: page_alloc: remove alloc_contig_dump_pages() stub
` [PATCH v2 07/13] mm: page_alloc: split out FAIL_PAGE_ALLOC
` [PATCH v2 08/13] mm: page_alloc: split out DEBUG_PAGEALLOC
` [PATCH v2 09/13] mm: page_alloc: move mark_free_page() into snapshot.c
` [PATCH v2 10/13] mm: page_alloc: move pm_* function into power
` [PATCH v2 11/13] mm: vmscan: use gfp_has_io_fs()
` [PATCH v2 12/13] mm: page_alloc: move sysctls into it own fils
` [PATCH v2 13/13] mm: page_alloc: move is_check_pages_enabled() into page_alloc.c

[PATCH 00/20] x86: address -Wmissing-prototype warnings
 2023-05-16 21:44 UTC  (22+ messages)
` [PATCH 01/20] x86: move prepare_ftrace_return prototype to header
` [PATCH 02/20] x86: ce4100: Mark local functions as 'static'
` [PATCH 03/20] x86: apic: hide unused safe_smp_processor_id on UP
` [PATCH 04/20] x86: avoid unneeded __div64_32 function definition
` [PATCH 05/20] x86: head: add dummy prototype for mk_early_pgtbl_32
` [PATCH 06/20] x86: math-emu: include asm/fpu/regset.h
` [PATCH 07/20] x86: doublefault: avoid missing-prototype warnings
` [PATCH 08/20] x86: highmem: include asm/numa.h for set_highmem_pages_init
` [PATCH 09/20] x86: platform_quirks: include linux/pnp.h for arch_pnpbios_disabled
` [PATCH 10/20] x86: xen: add missing prototypes
` [PATCH 11/20] x86: entry: add do_SYSENTER_32() prototype
` [PATCH 12/20] x86: qspinlock-paravirt: fix mising-prototype warnings
` [PATCH 13/20] x86: hibernate: declare global functions in suspend.h
` [PATCH 14/20] x86: fbdev: include asm/fb.h as needed
` [PATCH 15/20] x86: mce: add copy_mc_fragile_handle_tail prototype
` [PATCH 16/20] x86: vdso: include vdso/processor.h
` [PATCH 17/20] x86: usercopy: include arch_wb_cache_pmem declaration
` [PATCH 18/20] x86: ioremap: add early_memremap_pgprot_adjust prototype
` [PATCH 19/20] x86: purgatory: include header for warn() declaration
` [PATCH 20/20] x86: olpc: avoid missing-prototype warnings

[PATCH v6 00/10 RESEND] Add RT5033 charger device driver
 2023-05-16 21:28 UTC  (13+ messages)
  ` [PATCH v6 01/10 RESEND] mfd: rt5033: Drop rt5033-battery sub-device
  ` [PATCH v6 02/10 RESEND] mfd: rt5033: Fix chip revision readout
  ` [PATCH v6 03/10 RESEND] mfd: rt5033: Fix STAT_MASK, HZ_MASK and AICR defines
  ` [PATCH v6 04/10 RESEND] mfd: rt5033: Apply preparatory changes before adding rt5033-charger driver
  ` [PATCH v6 05/10 RESEND] power: supply: rt5033_charger: Add RT5033 charger device driver
  ` [PATCH v6 06/10 RESEND] power: supply: rt5033_charger: Add cable detection and USB OTG supply
  ` [PATCH v6 07/10 RESEND] power: supply: rt5033_battery: Move struct rt5033_battery to battery driver
  ` [PATCH v6 08/10 RESEND] power: supply: rt5033_battery: Adopt status property from charger
  ` [PATCH v6 09/10 RESEND] dt-bindings: power: supply: rt5033-battery: Apply unevaluatedProperties
  ` [PATCH v6 10/10 RESEND] dt-bindings: Add rt5033 mfd, regulator and charger

[PATCH v4 27/41] power: add HAS_IOPORT dependencies
 2023-05-16 20:03 UTC  (2+ messages)

Your urgent feedback is highly appreciated
 2023-05-16 12:06 UTC 

[PATCH] cpuidle: zynq: Switch Michal Simek's email to new one
 2023-05-16 13:43 UTC 

[PATCH RESEND 0/2] Lost tsens compatibles
 2023-05-16 11:53 UTC  (3+ messages)
` [PATCH RESEND 1/2] dt-bindings: thermal: tsens: Add QCM2290
` [PATCH RESEND 2/2] dt-bindings: thermal: tsens: Add compatible for SM6375

[PATCH v4 0/5] arm64: dts: qcom: sa8775p: add more IOMMUs
 2023-05-16 11:42 UTC  (7+ messages)
` [PATCH v4 4/5] dt-bindings: iommu: arm,smmu: enable clocks for sa8775p Adreno SMMU
` (subset) [PATCH v4 0/5] arm64: dts: qcom: sa8775p: add more IOMMUs

[rafael-pm:bleeding-edge] BUILD SUCCESS 6394e2ae7babcc1f01f78432633bcf425500e960
 2023-05-16 10:27 UTC 

[PATCH 0/3] thermal: qoriq_thermal: support TMU 2.1
 2023-05-16  8:37 UTC  (4+ messages)
` [PATCH 1/3] thermal: qoriq_thermal: No need to program site adjustment register
` [PATCH 2/3] thermal: qoriq_thermal: only enable supported sensors
` [PATCH 3/3] thermal: qoriq: support version 2.1

[Patch v8 0/8] Tegra234 Memory interconnect support
 2023-05-16  7:42 UTC  (7+ messages)
` [Patch v8 1/8] memory: tegra: add interconnect support for DRAM scaling in Tegra234

[PATCH 00/43] ep93xx device tree conversion
 2023-05-16 10:37 UTC  (3+ messages)

[PATCH v3 0/2] cpufreq/amd-pstate: Fix null pointer dereference when frequency invariance is disabled
 2023-05-16  5:52 UTC  (6+ messages)
` [PATCH v3 1/2] amd_pstate: Add ->fast_switch() callback
` [PATCH v3 2/2] cpufreq: Warn if fast_switch is not set

[PATCH 04/12] mm: page_alloc: collect mem statistic into show_mem.c
 2023-05-16  5:30 UTC  (3+ messages)

[PATCH 0/6] QCM2290 compatibles
 2023-05-16  3:58 UTC  (4+ messages)
` [PATCH 6/6] dt-bindings: thermal: tsens: Add QCM2290

[PATCH v2 00/14] SM6375 feature enablement (round one)
 2023-05-16  1:07 UTC  (3+ messages)
` [PATCH v2 01/14] dt-bindings: thermal: qcom-tsens: Add compatible for SM6375

[PATCH] power: supply: mt6360: add a check of devm_work_autocancel in mt6360_charger_probe
 2023-05-15 22:49 UTC  (2+ messages)

[PATCH v1 0/4] Add optional properties to MAX17040
 2023-05-15 22:41 UTC  (9+ messages)
` [PATCH v1 1/4] dt-bindings: power: supply: maxim,max17040: update properties
` [PATCH v1 2/4] power: max17040: add simple battery cell support
` [PATCH v1 3/4] power: max17040: add passing props from supplier
` [PATCH v1 4/4] power: max17040: get thermal data from adc if available

[PATCH] power: supply: sbs: Fix INHIBITED bit for Status reg
 2023-05-15 22:07 UTC  (2+ messages)

[PATCH v1 0/7] axp20x_usb_power: Add support for AXP192
 2023-05-15 21:26 UTC  (2+ messages)

[PATCH v6 06/10] power: supply: rt5033_charger: Add cable detection and USB OTG supply
 2023-05-15 20:17 UTC  (5+ messages)
  ` [PATCH v6 07/10] power: supply: rt5033_battery: Move struct rt5033_battery to battery driver
  ` [PATCH v6 08/10] power: supply: rt5033_battery: Adopt status property from charger
  ` [PATCH v6 09/10] dt-bindings: power: supply: rt5033-battery: Apply unevaluatedProperties
  ` [PATCH v6 10/10] dt-bindings: Add rt5033 mfd, regulator and charger

[PATCH v6 00/10] Add RT5033 charger device driver
 2023-05-15 20:09 UTC  (6+ messages)
  ` [PATCH v6 01/10] mfd: rt5033: Drop rt5033-battery sub-device
  ` [PATCH v6 02/10] mfd: rt5033: Fix chip revision readout
  ` [PATCH v6 03/10] mfd: rt5033: Fix STAT_MASK, HZ_MASK and AICR defines
  ` [PATCH v6 04/10] mfd: rt5033: Apply preparatory changes before adding rt5033-charger driver
  ` [PATCH v6 05/10] power: supply: rt5033_charger: Add RT5033 charger device driver

[PATCH] ACPI: cpufreq: Prevent a warning when another frequency driver is loaded
 2023-05-15 18:01 UTC  (3+ messages)

pm/testing baseline: 54 runs, 3 regressions (v6.4-rc2)
 2023-05-15 15:40 UTC 

pm/testing build: 8 builds: 0 failed, 8 passed, 7 warnings (v6.4-rc2)
 2023-05-15 14:56 UTC 

[PATCH v2] thermal/drivers/sun8i: Fix some error handling paths in sun8i_ths_probe()
 2023-05-15 12:33 UTC  (3+ messages)

[PATCH 1/2] cpufreq: CPPC: keep target core awake when reading its cpufreq rate
 2023-05-15 10:31 UTC  (4+ messages)
` [PATCH 2/2] acpi: CPPC: read delivered_reg and reference_reg in critical section
` [PATCH 0/2] drivers/cpufreq: gain accurate CPU frequency from cpufreq/scaling_cur_freq

[PATCH v2 0/2] iopoll: Busy loop and timeout improvements
 2023-05-15  9:26 UTC  (7+ messages)
` [PATCH v2 2/2] iopoll: Do not use timekeeping in read_poll_timeout_atomic()

[PATCH] cpufreq: sparc: Don't allocate cpufreq_driver dynamically
 2023-05-15  9:14 UTC  (3+ messages)

[PATCH V2] cpufreq: imx6q: No warning output when disabling a non-existing frequency of the OPP
 2023-05-15  9:14 UTC  (2+ messages)

[PATCH 00/17] Introduce runtime modifiable Energy Model
 2023-05-15  8:48 UTC  (9+ messages)
` [PATCH 02/17] PM: EM: Find first CPU online while updating OPP efficiency
` [PATCH 10/17] PM: EM: Add runtime update interface to modify EM power

[PATCH v2 0/3] arm64: qcom: fix the reboot reason handling on sa8775p
 2023-05-15  3:33 UTC  (2+ messages)
` (subset) "

[PATCH] power: supply: rt9467: Fix passing zero to 'dev_err_probe'
 2023-05-14 22:54 UTC  (2+ messages)

[PATCH v5 00/10] Add RT5033 charger device driver
 2023-05-14 22:51 UTC  (16+ messages)
` [PATCH v5 05/10] power: supply: rt5033_charger: "
` [PATCH v5 06/10] power: supply: rt5033_charger: Add cable detection and USB OTG supply
` [PATCH v5 07/10] power: supply: rt5033_battery: Move struct rt5033_battery to battery driver
` [PATCH v5 08/10] power: supply: rt5033_battery: Adopt status property from charger
` [PATCH v5 09/10] dt-bindings: power: supply: rt5033-battery: Add power-supplies as a property
` [PATCH v5 10/10] dt-bindings: Add rt5033 mfd, regulator and charger

[PATCH] thermal/drivers/sun8i: Fix some error handling paths in sun8i_ths_probe()
 2023-05-14 17:44 UTC  (6+ messages)


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).