summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-03-11power: supply: add support for S2MU005 battery fuel gauge deviceYassine Oudjana3-0/+319
2026-03-11dt-bindings: power: supply: document Samsung S2MU005 battery fuel gaugeKaustabh Chakraborty1-0/+49
2026-03-11power: reset: reboot-mode: fix -Wformat-security warningArnd Bergmann1-1/+2
2026-03-11power: supply: ipaq_micro: Simplify with devmKrzysztof Kozlowski1-34/+16
2026-03-11power: supply: mt6370: Simplify with devm_alloc_ordered_workqueue()Krzysztof Kozlowski1-12/+1
2026-03-11power: supply: max77705: Free allocated workqueue and fix removal orderKrzysztof Kozlowski1-19/+9
2026-03-11power: supply: max77705: Drop duplicated IRQ error messageKrzysztof Kozlowski1-6/+2
2026-03-11power: supply: cw2015: Free allocated workqueueKrzysztof Kozlowski1-1/+2
2026-03-11Merge branch 'for-7.1-devm-alloc-wq'Sebastian Reichel3-0/+54
2026-03-10workqueue: devres: Add device-managed allocate workqueueKrzysztof Kozlowski3-0/+54
2026-03-04power: reset: keystone: Use register_sys_off_handler(SYS_OFF_MODE_RESTART)Andrew Davis1-8/+3
2026-03-04power: supply: twl4030_madc: Drop unused header includesKrzysztof Kozlowski1-2/+0
2026-03-04power: supply: bq24190: Avoid rescheduling after cancelling workKrzysztof Kozlowski1-3/+6
2026-03-04power: supply: axp288_charger: Simplify returns of dev_err_probe()Krzysztof Kozlowski1-30/+22
2026-03-04power: supply: axp288_charger: Do not cancel work before initializing itKrzysztof Kozlowski1-11/+8
2026-03-04power: supply: cpcap-battery: pass static battery cell data from device treeSvyatoslav Ryhel1-0/+27
2026-03-04dt-bindings: power: supply: cpcap-battery: document monitored-battery propertySvyatoslav Ryhel1-0/+1
2026-03-04power: supply: qcom_battmgr: Add support for Glymur and KaanapaliAnjelique Melendez1-0/+2
2026-03-04power: supply: Add macsmc-power driver for Apple SiliconHector Martin4-0/+868
2026-03-04power: supply: sbs-manager: normalize return value of gpio_getDmitry Torokhov1-1/+1
2026-03-04power: supply: cpcap-battery: fix typo in config nameJaime Saguillo Revilla1-2/+2
2026-03-04power: reset: reboot-mode: Expose sysfs for registered reboot_modesShivendra Pratap1-3/+147
2026-03-04Documentation: ABI: Add sysfs-class-reboot-mode-reboot_modesShivendra Pratap1-0/+36
2026-03-04power: supply: max17042: report time to full (max17055 & max77759)André Draszik1-0/+16
2026-03-04power: supply: max17042: consider task period (max77759)André Draszik2-0/+21
2026-03-04power: supply: max17042: initial support for Maxim MAX77759André Draszik2-6/+77
2026-03-04power: supply: max17042: support standard shunt-resistor-micro-ohms DT propertyAndré Draszik1-1/+5
2026-03-04power: supply: max17042: time to empty is meaningless when chargingAndré Draszik1-0/+4
2026-03-04power: supply: max17042: avoid overflow when determining healthAndré Draszik1-1/+1
2026-03-04power: supply: max17042: use dev_err_probe() where appropriateAndré Draszik1-12/+9
2026-03-04power: supply: max17042: fix a comment typo (then -> than)André Draszik1-1/+1
2026-03-04dt-bindings: power: supply: max17042: drop formatting specifier |André Draszik1-6/+6
2026-03-04dt-bindings: power: supply: max17042: support shunt-resistor-micro-ohmsAndré Draszik1-0/+6
2026-03-04dt-bindings: power: supply: max17042: add support for max77759André Draszik1-1/+2
2026-02-23Linux 7.0-rc1v7.0-rc1Linus Torvalds1-3/+3
2026-02-23Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds3-16/+14
2026-02-23Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+7
2026-02-22CREDITS: Add -next to Stephen Rothwell's entryMark Brown1-1/+2
2026-02-22x509: select CONFIG_CRYPTO_LIB_SHA256Arnd Bergmann1-0/+1
2026-02-22xz: fix arm fdt compile error for kmalloc replacementHaiyue Wang1-2/+2
2026-02-22Merge tag 'rtc-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds14-88/+178
2026-02-22Merge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds5-15/+32
2026-02-22Merge tag 'trace-rv-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-5/+11
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook415-833/+612
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds826-2422/+1211
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds310-352/+352
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds6673-13013/+13013
2026-02-22add default_gfp() helper macro and use it in the new *alloc_obj() helpersLinus Torvalds2-24/+28
2026-02-22slab.h: disable completely broken overflow handling in flex allocationsLinus Torvalds2-6/+2
2026-02-21Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds8018-20914/+20062