messages from 2016-05-25 16:44:27 to 2016-05-30 22:16:55 UTC [more...]
[PATCHv3 00/48] thermal: reorganizing thermal core
2016-05-30 22:16 UTC (42+ messages)
` [PATCHv3 01/48] thermal: core: prevent zones with no types to be registered
` [PATCHv3 02/48] thermal: core: group thermal_zone DEVICE_ATTR's declarations
` [PATCHv3 03/48] thermal: core: group device_create_file() calls that are always created
` [PATCHv3 04/48] thermal: core: use dev.groups to manage always present tz attributes
` [PATCHv3 05/48] thermal: core: move emul_temp creation to tz->device.groups
` [PATCHv3 06/48] thermal: core: move mode attribute "
` [PATCHv3 07/48] thermal: core: move passive attr "
` [PATCHv3 08/48] thermal: core: improve power actor documentation
` [PATCHv3 09/48] thermal: core: move power actor code out of sysfs I/F section
` [PATCHv3 10/48] thermal: core: remove useless empty line
` [PATCHv3 11/48] thermal: core: fix style on remove_trip_attrs()
` [PATCHv3 12/48] thermal: core: move the trip attrs to the tz sysfs I/F section
` [PATCHv3 14/48] thermal: core: move trips attributes to tz->device.groups
` [PATCHv3 15/48] thermal: core: remove unnecessary device_remove() calls
` [PATCHv3 16/48] thermal: core: split passive_store
` [PATCHv3 17/48] thermal: core: split policy_store
` [PATCHv3 18/48] thermal: core: split available_policies_show()
` [PATCHv3 19/48] thermal: core: move to_thermal_zone() macro to header file
` [PATCHv3 20/48] thermal: core: treat correctly the return value of *scanf calls
` [PATCHv3 22/48] thermal: core: move thermal_zone sysfs to thermal_sysfs.c
` [PATCHv3 23/48] thermal: core: move to_cooling_device macro to header file
` [PATCHv3 24/48] thermal: core: move cooling device sysfs to thermal_sysfs.c
` [PATCHv3 25/48] thermal: core: remove a couple of style issues on helpers
` [PATCHv3 26/48] thermal: core: introduce thermal_helpers.c
` [PATCHv3 27/48] thermal: core: group functions related to governor handling
` [PATCHv3 29/48] thermal: core: small style fix on __unbind() helper
` [PATCHv3 30/48] thermal: core: move __unbind() helper to where it is used
` [PATCHv3 31/48] thermal: core: move bind_cdev() "
` [PATCHv3 32/48] thermal: core: move bind_tz() "
` [PATCHv3 34/48] thermal: core: move __bind() "
` [PATCHv3 35/48] thermal: core: add inline to print_bind_err_msg()
` [PATCHv3 36/48] thermal: core: move notify to the zone update section
` [PATCHv3 37/48] thermal: core: add a comment describing the main update loop
` [PATCHv3 38/48] thermal: core: add a comment describing the power actor section
` [PATCHv3 40/48] thermal: sysfs: remove symbols of emul_temp when config is disabled
` [PATCHv3 41/48] thermal: core: remove FSF address in the GPL notice
` [PATCHv3 42/48] thermal: core: small style fix when checking for __find_governor()
` [PATCHv3 43/48] thermal: core: standardize line breaking alignment
` [PATCHv3 45/48] thermal: core: remove style warnings and checks
` [PATCHv3 47/48] thermal: core: use kzalloc(sizeof(*ptr),...)
` [PATCHv3 48/48] thermal: sysfs: use kcalloc() instead of kzalloc()
[PATCHv2 00/40]
2016-05-30 22:16 UTC (42+ messages)
` [PATCHv2 01/40] thermal: core: prevent zones with no types to be registered
` [PATCHv2 02/40] thermal: core: group thermal_zone DEVICE_ATTR's declarations
` [PATCHv2 03/40] thermal: core: group device_create_file() calls that are always created
` [PATCHv2 04/40] thermal: core: use dev.groups to manage always present tz attributes
` [PATCHv2 05/40] thermal: core: move emul_temp creation to tz->device.groups
` [PATCHv2 06/40] thermal: core: move mode attribute "
` [PATCHv2 07/40] thermal: core: move passive attr "
` [PATCHv2 08/40] thermal: core: improve power actor documentation
` [PATCHv2 09/40] thermal: core: move power actor code out of sysfs I/F section
` [PATCHv2 10/40] thermal: core: remove useless empty line
` [PATCHv2 11/40] thermal: core: fix style on remove_trip_attrs()
` [PATCHv2 12/40] thermal: core: move the trip attrs to the tz sysfs I/F section
` [PATCHv2 13/40] thermal: core: create tz->device.groups dynamically
` [PATCHv2 14/40] thermal: core: move trips attributes to tz->device.groups
` [PATCHv2 15/40] thermal: core: remove unnecessary device_remove() calls
` [PATCHv2 16/40] thermal: core: split passive_store
` [PATCHv2 17/40] thermal: core: split policy_store
` [PATCHv2 18/40] thermal: core: split available_policies_show()
` [PATCHv2 19/40] thermal: core: move to_thermal_zone() macro to header file
` [PATCHv2 20/40] thermal: core: treat correctly the return value of *scanf calls
` [PATCHv2 21/40] thermal: core: match parenthesis on code alignment
` [PATCHv2 22/40] thermal: core: move thermal_zone sysfs to thermal_sysfs.c
` [PATCHv2 23/40] thermal: core: move to_cooling_device macro to header file
` [PATCHv2 24/40] thermal: core: move cooling device sysfs to thermal_sysfs.c
` [PATCHv2 25/40] thermal: core: remove a couple of style issues on helpers
` [PATCHv2 26/40] thermal: core: introduce thermal_helpers.c
` [PATCHv2 27/40] thermal: core: group functions related to governor handling
` [PATCHv2 28/40] thermal: core: move idr handling to device management section
` [PATCHv2 29/40] thermal: core: small style fix on __unbind() helper
` [PATCHv2 30/40] thermal: core: move __unbind() helper to where it is used
` [PATCHv2 31/40] thermal: core: move bind_cdev() "
` [PATCHv2 32/40] thermal: core: move bind_tz() "
` [PATCHv2 33/40] thermal: core: fix couple of style issues on __bind() helper
` [PATCHv2 34/40] thermal: core: move __bind() to where it is used
` [PATCHv2 35/40] thermal: core: add inline to print_bind_err_msg()
` [PATCHv2 36/40] thermal: core: move notify to the zone update section
` [PATCHv2 37/40] thermal: core: add a comment describing the main update loop
` [PATCHv2 38/40] thermal: core: add a comment describing the power actor section
` [PATCHv2 39/40] thermal: core: add a comment describing the device management section
` [PATCHv2 40/40] thermal: sysfs: remove symbols of emul_temp when config is disabled
S3 resume regression [1cf4f629d9d2 ("cpu/hotplug: Move online calls to hotplugged cpu")]
2016-05-30 20:43 UTC (4+ messages)
[PATCH v2 0/3] cpufreq: avoid redundant driver calls in schedutil
2016-05-30 19:08 UTC (17+ messages)
` [PATCH v2 1/3] cpufreq: add resolve_freq driver callback
` [PATCH v2 2/3] cpufreq: acpi-cpufreq: add resolve_freq callback
` [PATCH v2 3/3] cpufreq: schedutil: map raw required frequency to driver frequency
[PATCH v2 0/3] soc: renesas: rcar-sysc: Add support for R-Car M3-W power areas
2016-05-30 17:05 UTC (4+ messages)
` [PATCH v2 1/3] soc: renesas: rcar-sysc: Document r8a7796 support
` [PATCH v2 2/3] soc: renesas: Add r8a7796 SYSC PM Domain Binding Definitions
` [PATCH v2 3/3] soc: renesas: rcar-sysc: Add support for R-Car M3-W power areas
[PATCH 0/4] nouveau fixes for RPM/Optimus-related hangs
2016-05-30 16:13 UTC (15+ messages)
` [PATCH 4/4] drm/nouveau/acpi: fix lockup with PCIe runtime PM
` [Nouveau] "
[PATCH 00/31] thermal: reorganizing thermal core
2016-05-30 16:05 UTC (5+ messages)
` [PATCH 20/31] thermal: core: introduce thermal_helpers.c
[PATCH] PCI: Power on bridges before scanning new devices
2016-05-30 15:19 UTC (11+ messages)
` [PATCH] PCI: Wait for 50ms after bridge is powered up
[PATCH v7 00/10] kthread: Kthread worker API improvements
2016-05-30 14:59 UTC
[PATCH v4 00/10] powerpc/powernv/cpuidle: Add support for POWER ISA v3 idle states
2016-05-30 14:26 UTC (3+ messages)
` [PATCH v4 09/10] cpuidle/powernv: "
[PATCH] cpufreq: stats: Make the stats code non-modular
2016-05-30 13:43 UTC (5+ messages)
[PATCH] intel_idle: correct/improve BXT support
2016-05-30 12:26 UTC
[PATCH] tools/power: turbostat: Allocate correct amount of fd and irq entries
2016-05-30 10:53 UTC (2+ messages)
[RESEND PATCH v3 0/2] PM / Domains: Second step in improving system PM code in genpd
2016-05-30 9:43 UTC (3+ messages)
` [RESEND PATCH v3 1/2] PM / Domains: Allow genpd to power on during the system PM phases
` [RESEND PATCH v3 2/2] PM / Domains: Remove redundant wrapper functions for system PM
Rescanning is broken with runtime PM for PCIe ports
2016-05-30 9:35 UTC (7+ messages)
` [PATCH] PCI: Power on bridges before scanning new devices
[PATCH v2 0/5] PM / Domains / Runtime: Optimize device system PM when using genpd
2016-05-30 9:33 UTC (6+ messages)
` [PATCH v2 1/5] PM / Domains: Remove redundant call to pm_request_idle() in genpd
` [PATCH v2 2/5] PM / Runtime: Prevent re-resuming devices in pm_runtime_force_resume()
` [PATCH v2 3/5] PM / Domains: Allow runtime PM during system PM phases
` [PATCH v2 4/5] PM / Domains: Stop/start devices during system PM suspend/resume in genpd
` [PATCH v2 5/5] PM / Runtime: Defer resuming of the device in pm_runtime_force_resume()
[PATCH] cpufreq: intel_pstate: Downgrade print level for _PPC
2016-05-30 6:31 UTC
lm-senser can't detect thermal on thermal_zone
2016-05-30 6:28 UTC (4+ messages)
Hello
2016-05-29 0:44 UTC
[RFC v2 00/13] usb/mmc/power: Fix USB/LAN when TFTP booting
2016-05-28 3:36 UTC (6+ messages)
[PATCH 1/3] power: axp20x_usb: Add support for usb power-supply on axp22x pmics
2016-05-27 13:59 UTC (3+ messages)
` "
[PATCH v4 0/4] Thermal: Support for hardware-tracked trip points
2016-05-27 8:41 UTC (6+ messages)
` [PATCH v4 1/4] thermal: of: implement .set_trips for device tree thermal zones
` [PATCH v4 2/4] thermal: streamline get_trend callbacks
` [PATCH v4 3/4] thermal: bang-bang governor: act on lower trip boundary
` [PATCH v4 4/4] thermal: rockchip: add the set_trips function
[RESEND PATCH v4 1/5] thermal: Add support for hardware-tracked trip points
2016-05-27 8:36 UTC (5+ messages)
` [RESEND PATCH v4 2/5] thermal: of: implement .set_trips for device tree thermal zones
` [RESEND PATCH v4 3/5] thermal: streamline get_trend callbacks
` [RESEND PATCH v4 4/5] thermal: bang-bang governor: act on lower trip boundary
` [RESEND PATCH v4 5/5] thermal: rockchip: add the set_trips function
DT description of SRAM with power manageable banks
2016-05-26 19:48 UTC (3+ messages)
[GIT PULL arm] Use _rcuidle tracepoints to allow tracing from idle
2016-05-26 16:27 UTC (2+ messages)
[patch] PM / devfreq: exynos-nocp: Checking for IS_ERR instead of NULL
2016-05-26 16:06 UTC (19+ messages)
` [patch v2] PM / devfreq: exynos-nocp: Remove incorrect IS_ERR() check
[PATCH v5 00/11] Add HW throttle for Tegra soctherm
2016-05-26 9:42 UTC (2+ messages)
[PATCH] cpufreq: Use clamp_val()
2016-05-26 5:57 UTC
[PATCH] cpufreq: Implement light weight cpufreq_get_policy_table() routine
2016-05-26 5:42 UTC
[PATCH v3 0/5] Thermal: Support for hardware-tracked trip points
2016-05-26 4:17 UTC (7+ messages)
` [PATCH v3 1/5] thermal: Add support "
` [PATCH v3 2/5] thermal: of: implement .set_trips for device tree thermal zones
[GIT PULL] Thermal management updates for v4.7-rc1
2016-05-26 2:31 UTC
[GIT PULL] More power management updates for v4.7-rc1
2016-05-25 20:49 UTC
[PATCH v6 00/20] kthread: Use kthread worker API more widely
2016-05-25 20:42 UTC (4+ messages)
Enforce _PPC limits
2016-05-25 17:18 UTC (5+ messages)
[PATCH v2 0/5] Thermal: Support for hardware-tracked trip points
2016-05-25 16:44 UTC (5+ messages)
` [PATCH v2 1/5] thermal: Add support "
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