messages from 2022-04-26 03:11:35 to 2022-04-28 01:01:28 UTC [more...]
[PATCH 00/30] The panic notifiers refactor
2022-04-28 1:01 UTC (34+ messages)
` [PATCH 01/30] x86/crash,reboot: Avoid re-disabling VMX in all CPUs on crash/restart
` [PATCH 02/30] ARM: kexec: Disable IRQs/FIQs also on crash CPUs shutdown path
` [PATCH 03/30] notifier: Add panic notifiers info and purge trailing whitespaces
` [PATCH 04/30] firmware: google: Convert regular spinlock into trylock on panic path
` [PATCH 05/30] misc/pvpanic: "
` [PATCH 06/30] soc: bcm: brcmstb: Document panic notifier action and remove useless header
` [PATCH 07/30] mips: ip22: Reword PANICED to PANICKED "
` [PATCH 08/30] powerpc/setup: Refactor/untangle panic notifiers
` [PATCH 09/30] coresight: cpu-debug: Replace mutex with mutex_trylock on panic notifier
` [PATCH 10/30] alpha: Clean-up the panic notifier code
` [PATCH 11/30] um: Improve panic notifiers consistency and ordering
` [PATCH 12/30] parisc: Replace regular spinlock with spin_trylock on panic path
` [PATCH 13/30] s390/consoles: Improve panic notifiers reliability
` [PATCH 14/30] panic: Properly identify the panic event to the notifiers' callbacks
` [PATCH 15/30] bus: brcmstb_gisb: Clean-up panic/die notifiers
` [PATCH 16/30] drivers/hv/vmbus, video/hyperv_fb: Untangle and refactor Hyper-V panic notifiers
` [PATCH 17/30] tracing: Improve panic/die notifiers
` [PATCH 18/30] notifier: Show function names on notifier routines if DEBUG_NOTIFIERS is set
` [PATCH 19/30] panic: Add the panic hypervisor notifier list
` [PATCH 20/30] panic: Add the panic informational "
` [PATCH 21/30] panic: Introduce the panic pre-reboot "
` [PATCH 22/30] panic: Introduce the panic post-reboot "
` [PATCH 23/30] printk: kmsg_dump: Introduce helper to inform number of dumpers
` [PATCH 24/30] panic: Refactor the panic path
` [PATCH 25/30] panic, printk: Add console flush parameter and convert panic_print to a notifier
` [PATCH 26/30] Drivers: hv: Do not force all panic notifiers to execute before kdump
` [PATCH 27/30] powerpc: "
` [PATCH 28/30] panic: Unexport crash_kexec_post_notifiers
` [PATCH 29/30] powerpc: ps3, pseries: Avoid duplicate call to kmsg_dump() on panic
` [PATCH 30/30] um: Avoid duplicate call to kmsg_dump()
[PATCH v2 0/5] ptrace-vs-PREEMPT_RT and freezer rewrite
2022-04-27 23:05 UTC (49+ messages)
` [PATCH v2 1/5] sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED state
` [PATCH v2 2/5] sched,ptrace: Fix ptrace_check_attach() vs PREEMPT_RT
` [PATCH 0/9] ptrace: cleaning up ptrace_stop
` [PATCH 1/9] signal: Rename send_signal send_signal_locked
` [PATCH 2/9] signal: Replace __group_send_sig_info with send_signal_locked
` [PATCH 3/9] ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP
` [PATCH 4/9] ptrace/xtensa: Replace PT_SINGLESTEP "
` [PATCH 5/9] signal: Protect parent child relationships by childs siglock
` [PATCH 6/9] signal: Always call do_notify_parent_cldstop with siglock held
` [PATCH 7/9] ptrace: Simplify the wait_task_inactive call in ptrace_check_attach
` [PATCH 8/9] ptrace: Use siglock instead of tasklist_lock "
` [PATCH 9/9] ptrace: Don't change __state
[PATCH] interconnect: Restore sync state by ignoring ipa-virt in provider count
2022-04-27 20:52 UTC (4+ messages)
[PATCH 0/6] power: supply: introduce support for the Qualcomm smb2 charger
2022-04-27 18:40 UTC (7+ messages)
` [PATCH 1/6] power: supply: add Qualcomm PMI8998 SMB2 Charger driver
` [PATCH 2/6] arm64: dts: qcom: pmi8998: add charger node
` [PATCH 3/6] arm64: dts: sdm845-oneplus: enable pmi8998 charger
` [PATCH 4/6] arm64: dts: qcom: sdm845-db845c: "
` [PATCH 5/6] arm64: dts: qcom: sdm845-xiaomi-beryllium "
` [PATCH 6/6] dt-bindings: power: supply: qcom,pmi8998-charger: add bindings for smb2 driver
[PATCH 0/2] intel_idle fixes for 5.18
2022-04-27 18:40 UTC (4+ messages)
` [PATCH 1/2] intel_idle: fix the 'preferred_cstates' module parameter
` [PATCH 2/2] intel_idle: fix SPR C6 optimization
[GIT PULL] cpufreq/arm fixes for 5.18-rc5
2022-04-27 18:39 UTC (2+ messages)
[PATCH v3] x86/pm: fix false positive kmemleak report in msr_build_context()
2022-04-27 16:33 UTC (2+ messages)
[PATCH] interconnect: qcom: use icc_sync_state
2022-04-27 15:34 UTC (2+ messages)
[PATCH 1/3] interconnect: qcom: constify qcom_icc_desc
2022-04-27 15:31 UTC (5+ messages)
[PATCH v3 0/6] Improve usability for amd-pstate
2022-04-27 14:45 UTC (5+ messages)
` [PATCH v3 2/6] cpufreq: amd-pstate: Only show shared memory solution message once
` [PATCH v3 3/6] cpufreq: amd-pstate: Move cpufreq driver check later
[PATCH v1 0/5] interconnect: qcom: icc-rpm: Support voting bucket
2022-04-27 14:13 UTC (9+ messages)
` [PATCH v1 1/5] dt-bindings: interconnect: Update property for icc-rpm path tag
` [PATCH v1 2/5] interconnect: qcom: Move qcom_icc_xlate_extended() to a common file
` [PATCH v1 3/5] interconnect: qcom: icc-rpm: Change to use qcom_icc_xlate_extended()
[RFC PATCH v3 0/5] Introduce Cpufreq Active Stats
2022-04-27 13:58 UTC (12+ messages)
` [RFC PATCH v3 2/5] cpuidle: Add Cpufreq Active Stats calls tracking idle entry/exit
[PATCH V4 0/3] Add unit test module for AMD P-State driver
2022-04-27 13:53 UTC (4+ messages)
` [PATCH V4 1/3] cpufreq: amd-pstate: Expose struct amd_cpudata
` [PATCH V4 2/3] selftests: amd-pstate: Add test module for amd-pstate driver
` [PATCH V4 3/3] Documentation: amd-pstate: Add unit test introduction
[PATCH 1/3] interconnect: qcom: sc8280xp: constify qcom_icc_desc
2022-04-27 13:11 UTC (3+ messages)
` [PATCH 2/3] interconnect: qcom: sc8280xp: constify icc_node pointers
` [PATCH 3/3] interconnect: qcom: sc8280xp: constify qcom_icc_bcm pointers
[PATCH v5 0/3] arm: qcom: qcom-apq8064: add separate device node for tsens
2022-04-27 12:54 UTC (4+ messages)
` [PATCH v5 1/3] clk: qcom: gcc-msm8960: create tsens device if there are no child nodes
` [PATCH v5 2/3] arm: dts: qcom-apq8064: create tsens device node
` [PATCH v5 3/3] dt-bindings: clock: qcom,gcc-apq8064: split tsens to the child node
[PATCH v3 2/2] PM / devfreq: mediatek: Introduce MediaTek CCI devfreq driver
2022-04-27 10:11 UTC (5+ messages)
[PATCH 00/15] thermal OF rework
2022-04-27 9:01 UTC (16+ messages)
` [PATCH 02/15] thermal/core: Change thermal_zone_ops to thermal_sensor_ops
` [PATCH 03/15] thermal/core: Add a thermal sensor structure in the thermal zone
` [PATCH 04/15] thermal/core: Remove duplicate information when an error occurs
` [PATCH 05/15] thermal/of: Replace device node match with device node search
` [PATCH 06/15] thermal/of: Remove the device node pointer for thermal_trip
` [PATCH 07/15] thermal/of: Move thermal_trip structure to thermal.h
` [PATCH 08/15] thermal/core: Remove unneeded EXPORT_SYMBOLS
` [PATCH 09/15] thermal/core: Move thermal_set_delay_jiffies to static
` [PATCH 10/15] thermal/core: Rename trips to ntrips
` [PATCH 11/15] thermal/core: Add thermal_trip in thermal_zone
` [PATCH 12/15] thermal/core: Register with the trip points
` [PATCH 13/15] thermal/of: Store the trips in the thermal zone
` [PATCH 14/15] thermal/of: Use thermal trips stored "
` [PATCH 15/15] thermal/of: Initialize trip points separately
Wycena paneli fotowoltaicznych
2022-04-27 7:28 UTC
[PATCH v6 0/4] thermal: k3_j72xx_bandgap: Add the bandgap driver support
2022-04-27 6:46 UTC (5+ messages)
` [PATCH v6 1/4] dt-bindings: thermal: k3-j72xx: Add VTM bindings documentation
` [PATCH v6 2/4] arm64: dts: ti: j721e: Add VTM node
` [PATCH v6 3/4] arm64: dts: ti: j7200: "
` [PATCH v6 4/4] thermal: k3_j72xx_bandgap: Add the bandgap driver support
[PATCH v4 2/2] PCI/PM: Fix pci_pm_suspend_noirq() to disable PTM
2022-04-27 4:22 UTC (3+ messages)
[PATCH v2 5/9] dt-bindings: opp: opp-v2-kryo-cpu: Remove SMEM
2022-04-27 3:21 UTC (3+ messages)
[PATCH] cpufreq: mediatek: Fix NULL pointer dereference in mediatek-cpufreq
2022-04-27 3:18 UTC (3+ messages)
[PATCH V4 00/14] cpufreq: mediatek: Cleanup and support MT8183 and MT8186
2022-04-27 3:11 UTC (15+ messages)
` [PATCH V4 01/14] dt-bindings: cpufreq: mediatek: Add MediaTek CCI property
` [PATCH V4 07/14] cpufreq: mediatek: Add .get function
[PATCH 1/2] tools/lib/thermal: remove unneeded semicolon
2022-04-27 3:06 UTC (2+ messages)
` [PATCH 2/2] tools/thermal: "
parent device of thermal cooling device
2022-04-26 23:08 UTC
[PATCH 00/15] thermal OF rework
2022-04-26 22:06 UTC
[PATCH v4 0/3] arm: qcom: qcom-apq8064: add separate device node for tsens
2022-04-26 20:20 UTC (6+ messages)
` [PATCH v4 1/3] clk: qcom: gcc-msm8960: create tsens device if there are no child nodes
` [PATCH v4 2/3] arm: dts: qcom-apq8064: create tsens device node
` [PATCH v4 3/3] dt-bindings: clock: qcom,gcc-apq8064: split tsens to the child node
[PATCH 0/5] qcom-cpufreq-nvmem: Add msm8939 with some fixups
2022-04-26 20:10 UTC (5+ messages)
` [PATCH 1/5] dt-bindings: opp: Add missing compat devices
` [PATCH 2/5] dt-bindings: opp: Add msm8939 to the compatible list
[PATCH v2] x86/pm: fix false positive kmemleak report in msr_build_context()
2022-04-26 20:08 UTC (5+ messages)
[PATCH v1] PM: EM: Decrement policy counter
2022-04-26 15:40 UTC (2+ messages)
[PATCH 0/3] PM: domains: Some minor improvements for genpd_power_off()
2022-04-26 14:15 UTC (4+ messages)
` [PATCH 1/3] PM: domains: Add GENPD_FLAG_RPM_ALWAYS_ON for the always-on governor
` [PATCH 2/3] PM: domains: Drop redundant code for genpd "
` [PATCH 3/3] PM: domain: Don't check PM_QOS_FLAG_NO_POWER_OFF in genpd
[PATCH v3 1/8] vfio/pci: Invalidate mmaps and block the access in D3hot power state
2022-04-26 14:14 UTC (2+ messages)
[PATCH] tools/power turbostat: Fix file pointer leak
2022-04-26 13:39 UTC (2+ messages)
[PATCH] tools/power turbostat: replace strncmp with single character compare
2022-04-26 13:10 UTC
your patch "intel_idle: add core C6 optimization for SPR"
2022-04-26 10:22 UTC (2+ messages)
[PATCH v3 0/3] arm: qcom: qcom-apq8064: add separate device node for tsens
2022-04-26 7:26 UTC (4+ messages)
` [PATCH v3 3/3] dt-bindings: clock: qcom,gcc-apq8064: split tsens to the child node
[PATCH v24 0/7] soc: mediatek: SVS: introduce MTK SVS
2022-04-26 7:15 UTC (7+ messages)
[PATCH v3 0/2] Enable EAS for CPPC/ACPI based systems
2022-04-26 7:12 UTC (5+ messages)
[PATCH] thermal: thermal_of: fix typo on __thermal_bind_params
2022-04-26 6:41 UTC
[PATCH v3] cpufreq: qcom-cpufreq-hw: Clear dcvs interrupts
2022-04-26 6:38 UTC (2+ messages)
[PATCH v3 0/2] Introduce MediaTek CCI devfreq driver
2022-04-26 3:18 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: interconnect: Add MediaTek CCI dt-bindings
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).