index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
battery.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-14
ACPI: battery: Protect all properties with a separated mutex
Rong Zhang
1
-46
/
+101
2026-07-21
ACPI: battery: Adjust charging status validation check
Rafael J. Wysocki
1
-17
/
+19
2026-07-21
ACPI: battery: Use kstrtoul() over sscanf("%lu\n")
Rong Zhang
1
-2
/
+6
2026-07-21
ACPI: battery: Merge consecutive battery notifications
Rong Zhang
1
-9
/
+80
2026-07-21
ACPI: battery: Sanitise model_number by dropping unprintable characters
Kate Hsuan
1
-0
/
+14
2026-05-25
ACPI: battery: Switch over to devres-based resource management
Rafael J. Wysocki
1
-36
/
+39
2026-05-19
ACPI: battery: Fix system wakeup on critical battery status
Rafael J. Wysocki
1
-1
/
+3
2026-05-11
ACPI: driver: Check ACPI_COMPANION() against NULL during probe
Rafael J. Wysocki
1
-1
/
+5
2026-03-13
ACPI: driver: Do not set acpi_device_class() unnecessarily
Rafael J. Wysocki
1
-1
/
+0
2026-03-13
ACPI: driver: Avoid using pnp.device_class for netlink handling
Rafael J. Wysocki
1
-1
/
+1
2026-03-13
ACPI: event: Redefine acpi_notifier_call_chain()
Rafael J. Wysocki
1
-1
/
+2
2026-03-13
ACPI: driver: Do not set acpi_device_name() unnecessarily
Rafael J. Wysocki
1
-3
/
+0
2026-02-13
ACPI: battery: Drop redundant checks from acpi_battery_remove()
Rafael J. Wysocki
1
-5
/
+1
2026-02-11
ACPI: battery: Drop redundant check from acpi_battery_notify()
Rafael J. Wysocki
1
-3
/
+0
2026-02-01
ACPI: battery: fix incorrect charging status when current is zero
Ata İlhan Köktürk
1
-1
/
+8
2025-12-26
ACPI: battery: Convert the driver to a platform one
Rafael J. Wysocki
1
-33
/
+28
2025-12-26
ACPI: battery: Reduce code duplication related to cleanup
Rafael J. Wysocki
1
-3
/
+1
2025-12-26
ACPI: battery: Adjust event notification routine
Rafael J. Wysocki
1
-3
/
+3
2025-10-27
ACPI: battery: Drop redundant locking
Rafael J. Wysocki
1
-12
/
+0
2025-09-28
ACPI: battery: Add synchronization between interface updates
Rafael J. Wysocki
1
-14
/
+29
2025-07-03
Revert "ACPI: battery: negate current when discharging"
Rafael J. Wysocki
1
-16
/
+3
2025-05-09
ACPI: battery: negate current when discharging
Peter Marheine
1
-3
/
+16
2025-04-09
ACPI: battery: Round capacity percengate to closest integer
shitao
1
-2
/
+2
2024-12-10
ACPI: battery: Rename extensions to hook in messages
Thomas Weißschuh
1
-7
/
+7
2024-11-28
Merge tag 'for-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...
Linus Torvalds
1
-1
/
+2
2024-11-04
ACPI: battery: Check for error code from devm_mutex_init() call
Andy Shevchenko
1
-2
/
+8
2024-10-15
ACPI: battery: Register power supply with power_supply_register()
Thomas Weißschuh
1
-1
/
+2
2024-10-07
ACPI: battery: use DEFINE_SIMPLE_DEV_PM_OPS
Thomas Weißschuh
1
-6
/
+2
2024-10-07
ACPI: battery: initialize mutexes through devm_ APIs
Thomas Weißschuh
1
-7
/
+2
2024-10-07
ACPI: battery: allocate driver data through devm_ APIs
Thomas Weißschuh
1
-3
/
+1
2024-10-07
ACPI: battery: check result of register_pm_notifier()
Thomas Weißschuh
1
-1
/
+3
2024-10-04
Merge tag 'acpi-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-11
/
+17
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-10-02
ACPI: battery: Fix possible crash when unregistering a battery hook
Armin Wolf
1
-3
/
+9
2024-10-02
ACPI: battery: Simplify battery hook locking
Armin Wolf
1
-9
/
+9
2024-09-04
ACPI: battery: use driver core managed async probing
Thomas Weißschuh
1
-24
/
+7
2024-08-02
ACPI: battery: Remove redundant NULL initalizations
Ilpo Järvinen
1
-2
/
+2
2024-08-02
ACPI: battery: Use strscpy() instead of strcpy()
Muhammad Qasim Abdul Majeed
1
-2
/
+2
2024-07-16
Merge tag 'acpi-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-13
/
+24
2024-07-01
ACPI: battery: Add support for charge limiting state
Armin Wolf
1
-4
/
+7
2024-07-01
ACPI: battery: add devm_battery_hook_register()
Thomas Weißschuh
1
-0
/
+15
2024-06-13
ACPI: battery: create alarm sysfs attribute atomically
Thomas Weißschuh
1
-4
/
+12
2024-06-13
ACPI: battery: use sysfs_emit over sprintf
Thomas Weißschuh
1
-1
/
+1
2024-06-13
ACPI: battery: constify powersupply properties
Thomas Weißschuh
1
-4
/
+4
2023-10-06
ACPI: bus: Add context argument to acpi_dev_install_notify_handler()
Rafael J. Wysocki
1
-1
/
+1
2023-07-14
ACPI: battery: Install Notify() handler directly
Michal Wilczynski
1
-5
/
+19
2023-01-30
ACPI: battery: Increase maximum string length
Armin Wolf
1
-5
/
+7
2023-01-30
ACPI: battery: Fix buffer overread if not NUL-terminated
Armin Wolf
1
-8
/
+17
2023-01-18
ACPI: battery: Fix missing NUL-termination with large strings
Armin Wolf
1
-1
/
+1
2022-12-12
Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-4
/
+6
[next]