index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
battery.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'acpi-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2024-10-04
1
-11
/
+17
|
\
|
*
ACPI: battery: Fix possible crash when unregistering a battery hook
Armin Wolf
2024-10-02
1
-3
/
+9
|
*
ACPI: battery: Simplify battery hook locking
Armin Wolf
2024-10-02
1
-9
/
+9
*
|
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
1
-1
/
+1
|
/
*
ACPI: battery: use driver core managed async probing
Thomas Weißschuh
2024-09-04
1
-24
/
+7
*
ACPI: battery: Remove redundant NULL initalizations
Ilpo Järvinen
2024-08-02
1
-2
/
+2
*
ACPI: battery: Use strscpy() instead of strcpy()
Muhammad Qasim Abdul Majeed
2024-08-02
1
-2
/
+2
*
Merge tag 'acpi-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2024-07-16
1
-13
/
+24
|
\
|
*
ACPI: battery: Add support for charge limiting state
Armin Wolf
2024-07-01
1
-4
/
+7
|
*
ACPI: battery: create alarm sysfs attribute atomically
Thomas Weißschuh
2024-06-13
1
-4
/
+12
|
*
ACPI: battery: use sysfs_emit over sprintf
Thomas Weißschuh
2024-06-13
1
-1
/
+1
|
*
ACPI: battery: constify powersupply properties
Thomas Weißschuh
2024-06-13
1
-4
/
+4
*
|
ACPI: battery: add devm_battery_hook_register()
Thomas Weißschuh
2024-07-01
1
-0
/
+15
|
/
*
ACPI: bus: Add context argument to acpi_dev_install_notify_handler()
Rafael J. Wysocki
2023-10-06
1
-1
/
+1
*
ACPI: battery: Install Notify() handler directly
Michal Wilczynski
2023-07-14
1
-5
/
+19
*
ACPI: battery: Increase maximum string length
Armin Wolf
2023-01-30
1
-5
/
+7
*
ACPI: battery: Fix buffer overread if not NUL-terminated
Armin Wolf
2023-01-30
1
-8
/
+17
*
ACPI: battery: Fix missing NUL-termination with large strings
Armin Wolf
2023-01-18
1
-1
/
+1
*
Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2022-12-12
1
-4
/
+6
|
\
|
*
-
.
Merge branches 'acpi-apei', 'acpi-x86', 'acpi-battery' and 'acpi-pfrut'
Rafael J. Wysocki
2022-12-12
1
-1
/
+4
|
|
\
\
|
|
|
*
ACPI: battery: Call power_supply_changed() when adding hooks
Armin Wolf
2022-12-02
1
-1
/
+4
|
|
|
/
|
*
/
ACPI: make remove callback of ACPI driver void
Dawei Li
2022-11-23
1
-3
/
+2
|
|
/
*
/
ACPI: battery: Pass battery hook pointer to hook callbacks
Armin Wolf
2022-11-16
1
-4
/
+4
|
/
*
ACPI: battery: Make "not-charging" the default on no charging or full info
Werner Sembach
2022-05-06
1
-23
/
+1
*
ACPI: battery: Add device HID and quirk for Microsoft Surface Go 3
Maximilian Luz
2022-02-25
1
-0
/
+12
*
-
.
Merge branches 'acpi-tables', 'acpi-numa', 'acpi-sysfs', 'acpi-cppc', 'acpi-t...
Rafael J. Wysocki
2022-01-10
1
-0
/
+22
|
\
\
|
|
*
ACPI: battery: Add the ThinkPad "Not Charging" quirk
Thomas Weißschuh
2021-12-30
1
-0
/
+22
|
|
/
*
/
ACPI / x86: Introduce an acpi_quirk_skip_acpi_ac_and_battery() helper
Hans de Goede
2022-01-04
1
-39
/
+3
|
/
*
ACPI: battery: Accept charges over the design capacity as full
André Almeida
2021-10-13
1
-1
/
+1
*
ACPI: battery: fix some coding style issues
Xiaofei Tan
2021-04-08
1
-29
/
+34
*
ACPI: battery: Clean up printing messages
Rafael J. Wysocki
2021-02-04
1
-17
/
+16
*
ACPI: Fix whitespace inconsistencies
Maximilian Luz
2020-11-09
1
-1
/
+1
*
ACPI: procfs: Remove last dirs after being marked deprecated for a decade
Thomas Renninger
2020-06-22
1
-255
/
+0
*
ACPI / battery: Cleanup Lenovo Ideapad Miix 320 DMI table entry
Hans de Goede
2020-03-04
1
-5
/
+5
*
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2020-02-04
1
-8
/
+7
*
ACPI / battery: Deal better with neither design nor full capacity not being r...
Hans de Goede
2019-12-16
1
-12
/
+39
*
ACPI / battery: Use design-cap for capacity calculations if full-cap is not a...
Hans de Goede
2019-12-16
1
-3
/
+8
*
ACPI / battery: Deal with design or full capacity being reported as -1
Hans de Goede
2019-12-16
1
-7
/
+12
*
acpi: Use pr_warn instead of pr_warning
Kefeng Wang
2019-10-18
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-05-30
1
-14
/
+1
*
ACPI / battery: Do not export energy_full[_design] on devices without full_ch...
Hans de Goede
2018-08-09
1
-0
/
+19
*
ACPI / battery: get rid of negations in conditions
Dmitry Rozhkov
2018-07-25
1
-10
/
+12
*
ACPI / battery: use specialized print macros
Dmitry Rozhkov
2018-07-25
1
-5
/
+3
*
ACPI / battery: reorder headers alphabetically
Dmitry Rozhkov
2018-07-25
1
-5
/
+6
*
ACPI / battery: drop inclusion of init.h
Dmitry Rozhkov
2018-07-25
1
-1
/
+0
*
ACPI: battery: remove redundant old_present check on insertion
Lucas Rangit Magasweran
2018-07-24
1
-4
/
+4
*
ACPI / battery: Safe unregistering of hooks
Jouke Witteveen
2018-07-04
1
-4
/
+5
*
Merge tag 'acpi-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2018-06-05
1
-11
/
+70
|
\
|
*
ACPI / battery: Add quirk to avoid checking for PMIC with native driver
Carlo Caione
2018-05-10
1
-8
/
+34
|
*
ACPI / battery: Ignore AC state in handle_discharging on systems where it is ...
Hans de Goede
2018-05-02
1
-1
/
+21
[next]