index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
power
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
39
-39
/
+0
2026-06-25
Merge tag 'pwrseq-fixes-for-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-10
/
+17
2026-06-22
power: sequencing: fix ABBA deadlock in pwrseq_device_unregister()
Bartosz Golaszewski
1
-3
/
+6
2026-06-22
power: sequencing: pcie-m2: Sort PCI device IDs in ascending order
Wei Deng
1
-2
/
+2
2026-06-22
pwrseq: core: fix use-after-free in pwrseq_debugfs_seq_next()
Wentao Liang
1
-5
/
+9
2026-06-19
Merge tag 'for-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...
Linus Torvalds
60
-378
/
+1233
2026-06-16
Merge tag 'pwrseq-updates-for-v7.2-rc1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-58
/
+201
2026-06-13
power: supply: charger-manager: fix refcount leak in is_full_charged()
WenTao Liang
1
-2
/
+4
2026-06-12
power: supply: core: fix supplied_from allocations
Lucas Tsai
1
-8
/
+3
2026-06-08
power: sequencing: pcie-m2: Add PCI ID 0x1103 for WCN6855 Bluetooth
Wei Deng
1
-0
/
+2
2026-06-08
power: sequencing: Add an API to return the pwrseq device's 'dev' pointer
Manivannan Sadhasivam
1
-0
/
+23
2026-06-08
power: sequencing: pcie-m2: Create BT node based on the pci_device_id[] table
Manivannan Sadhasivam
1
-9
/
+20
2026-06-08
power: sequencing: pcie-m2: Create serdev for PCI devices present before probe
Manivannan Sadhasivam
1
-13
/
+68
2026-06-08
power: sequencing: pcie-m2: Improve PCI device ID check
Manivannan Sadhasivam
1
-4
/
+7
2026-06-08
power: sequencing: pcie-m2: Allow creating serdev for multiple PCI devices
Manivannan Sadhasivam
1
-39
/
+88
2026-06-08
power: sequencing: pcie-m2: Fix inconsistent function prefixes
Manivannan Sadhasivam
1
-4
/
+4
2026-06-05
power: supply: max17042_battery: Use modern PM ops to clear up warning
Nathan Chancellor
1
-6
/
+4
2026-06-04
power: supply: add support for Samsung S2M series PMIC charger device
Kaustabh Chakraborty
3
-0
/
+324
2026-06-04
power: supply: Add support for Surface RT battery and charger
Jonas Schwöbel
3
-0
/
+401
2026-06-03
power: supply: bd71828: sysfs for auto input current limitation
Andreas Kemnade
1
-1
/
+68
2026-06-03
power: supply: cpcap-charger: include missing <linux/property.h>
Vladimir Oltean
1
-0
/
+1
2026-06-03
power: supply: cros_charge-control: Move MODULE_DEVICE_TABLE next to the tabl...
Krzysztof Kozlowski
1
-1
/
+1
2026-06-03
power: supply: ab8500_fg: Fix typos in comments
Md Shofiqul Islam
2
-2
/
+2
2026-06-03
power: supply: Use named initializers for arrays of i2c_device_data
Uwe Kleine-König (The Capable Hub)
29
-131
/
+131
2026-06-03
power: reset: st-poweroff: Use of_device_get_match_data()
Rosen Penev
1
-6
/
+2
2026-06-03
power: supply: bq257xx: Add fields for 'charging' and 'overvoltage' states
Alexey Charkov
1
-2
/
+8
2026-06-03
power: supply: bq257xx: Consistently use indirect get/set helpers
Alexey Charkov
1
-6
/
+24
2026-06-03
power: supply: bq257xx: Make the default current limit a per-chip attribute
Alexey Charkov
1
-1
/
+4
2026-06-03
power: supply: bq257xx: Fix VSYSMIN clamping logic
Alexey Charkov
1
-4
/
+3
2026-06-03
power: supply: cpcap-battery: Fix missing nvmem_device_put() causing referenc...
Ma Ke
1
-4
/
+7
2026-06-03
power: supply: max17042: fix OF node reference imbalance
Johan Hovold
1
-1
/
+2
2026-06-03
power: reset: linkstation-poweroff: fix use-after-free in the linkstation_pow...
Wentao Liang
1
-1
/
+1
2026-06-03
power: supply: max17042_battery: use ModelCfg refresh on max17055
Sebastian Krzyszkowiak
1
-27
/
+39
2026-06-03
power: supply: max17042_battery: Remove unused platform-data plumbing
Vincent Cloutier
1
-115
/
+89
2026-06-03
power: supply: max17042_battery: Keep only critical alerts during suspend
Vincent Cloutier
1
-2
/
+13
2026-06-03
power: supply: max17042_battery: Route MAX17055 SOC alerts through dSOCi
Vincent Cloutier
1
-3
/
+36
2026-06-03
power: supply: max17042_battery: Use Current register in get_status
Sebastian Krzyszkowiak
1
-5
/
+4
2026-06-03
power: supply: max17042_battery: Put LSB units into defines
Sebastian Krzyszkowiak
1
-16
/
+22
2026-06-02
power: reset: sc27xx: Add platform_device_id table
Otto Pflüger
1
-0
/
+8
2026-06-02
power: Unify code style for platform_device_id arrays
Uwe Kleine-König (The Capable Hub)
2
-2
/
+2
2026-06-02
power: supply: mt6360_charger: Use of match table unconditionally
Uwe Kleine-König (The Capable Hub)
1
-1
/
+1
2026-06-02
power: Use named initializers for platform_device_id arrays
Uwe Kleine-König (The Capable Hub)
8
-12
/
+12
2026-06-02
power: supply: max14577: Drop driver data in of and platform device id arrays
Uwe Kleine-König (The Capable Hub)
1
-7
/
+5
2026-06-02
power: Drop unused assignment of platform_device_id driver data
Uwe Kleine-König (The Capable Hub)
8
-13
/
+13
2026-05-11
power: sequencing: print power sequencing device parent in debugfs
Chen-Yu Tsai
1
-1
/
+1
2026-05-01
power: supply: charger-manager: Switch to alarm_start_timer()
Thomas Gleixner
1
-10
/
+6
2026-04-19
Merge tag 'usb-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
4
-0
/
+788
2026-04-17
Merge tag 'for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...
Linus Torvalds
20
-155
/
+1619
2026-04-16
Merge tag 'm68k-for-v7.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-0
/
+133
2026-04-13
Merge tag 'pwrseq-updates-for-v7.1-rc1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-15
/
+336
[next]