| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'devprop-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2021-06-29 | 6 | -25/+22 |
|\ |
|
| * | device property: Unify access to of_node | Andy Shevchenko | 2021-06-07 | 2 | -17/+14 |
| * | ACPI: scan: Constify acpi_dma_supported() helper function | Andy Shevchenko | 2021-06-07 | 3 | -3/+3 |
| * | ACPI: property: Constify stubs for CONFIG_ACPI=n case | Andy Shevchenko | 2021-06-07 | 1 | -3/+3 |
| * | ACPI: IORT: Handle device properties with software node API | Heikki Krogerus | 2021-05-17 | 1 | -1/+1 |
| * | device property: Retrieve fwnode from of_node via accessor | Andy Shevchenko | 2021-05-10 | 1 | -2/+2 |
* | | Merge tag 'pnp-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2021-06-29 | 7 | -36/+19 |
|\ \ |
|
| * | | PNP: pnpbios: Use list_for_each_entry() instead of list_for_each() | Zou Wei | 2021-06-09 | 1 | -3/+1 |
| * | | PNP: use DEVICE_ATTR_RO macro | Zhen Lei | 2021-06-07 | 1 | -6/+6 |
| * | | PNP: Switch over to dev_dbg() | Heiner Kallweit | 2021-05-17 | 2 | -4/+3 |
| * | | PNP: Remove pnp_alloc() | Heiner Kallweit | 2021-05-17 | 4 | -16/+3 |
| * | | drivers: pnp: isapnp: proc.c: Remove unnecessary local variables | Anupama K Patil | 2021-05-17 | 1 | -7/+6 |
* | | | Merge tag 'acpi-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2021-06-29 | 64 | -616/+1469 |
|\ \ \ |
|
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| *-----. \ \ | Merge branches 'acpi-ec', 'acpi-apei', 'acpi-soc' and 'acpi-misc' | Rafael J. Wysocki | 2021-06-29 | 12 | -55/+131 |
| |\ \ \ \ \ \ |
|
| | | | | * | | | ACPI: NVS: fix doc warnings in nvs.c | Baokun Li | 2021-06-17 | 1 | -12/+12 |
| | | | | * | | | ACPI: NUMA: fix typo in a comment | Christophe JAILLET | 2021-06-07 | 1 | -1/+1 |
| | | | | * | | | ACPI: OSL: Use DEFINE_RES_IO_NAMED() to simplify code | Zhen Lei | 2021-06-07 | 1 | -6/+1 |
| | | | | * | | | ACPI: bus: Call kobject_put() in acpi_init() error path | Hanjun Guo | 2021-06-07 | 1 | -0/+1 |
| | | | | * | | | ACPI: bus: Remove unneeded assignment | Hanjun Guo | 2021-06-07 | 1 | -3/+1 |
| | | | | * | | | ACPI: configfs: Replace ACPI_INFO() with pr_debug() | Hanjun Guo | 2021-05-24 | 1 | -4/+1 |
| | | | | * | | | ACPI: ipmi: Remove address space handler in error path | Hanjun Guo | 2021-05-24 | 1 | -1/+6 |
| | | | | * | | | ACPI: event: Remove redundant initialization of local variable | Shaokun Zhang | 2021-05-21 | 1 | -1/+1 |
| | | | | * | | | ACPI: sbshc: Fix fall-through warning for Clang | Gustavo A. R. Silva | 2021-05-21 | 1 | -1/+0 |
| | | | | |/ / |
|
| | | | * | | | ACPI: LPSS: Use kstrtol() instead of simple_strtol() | Liu Shixin | 2021-06-07 | 1 | -7/+6 |
| | | * | | | | ACPI: APEI: fix synchronous external aborts in user-mode | Xiaofei Tan | 2021-06-17 | 1 | -17/+64 |
| | | * | | | | ACPI: APEI: Don't warn if ACPI is disabled | Jon Hunter | 2021-05-21 | 1 | -1/+1 |
| | | | |/ /
| | | |/| | |
|
| | * | | | | ACPI: EC: trust DSDT GPE for certain HP laptop | Zhang Rui | 2021-06-21 | 1 | -1/+20 |
| | * | | | | ACPI: EC: Make more Asus laptops use ECDT _GPE | Chris Chiu | 2021-05-21 | 1 | -0/+16 |
| | |/ / / |
|
| | | | | | |
| | \ \ \ | |
| *-. \ \ \ | Merge branches 'acpi-dptf' and 'acpi-messages' | Rafael J. Wysocki | 2021-06-29 | 19 | -121/+108 |
| |\ \ \ \ \ |
|
| | | * | | | | ACPI: Remove the macro PREFIX "ACPI: " | Hanjun Guo | 2021-06-07 | 1 | -2/+0 |
| | | * | | | | ACPI: sleep: Unify the message printing | Hanjun Guo | 2021-06-07 | 1 | -9/+9 |
| | | * | | | | ACPI: sbs: Unify the message printing | Hanjun Guo | 2021-06-07 | 1 | -6/+6 |
| | | * | | | | ACPI: scan: Unify the log message printing | Hanjun Guo | 2021-06-07 | 1 | -5/+6 |
| | | * | | | | ACPI: sbshc: Unify the message printing | Hanjun Guo | 2021-06-07 | 1 | -4/+4 |
| | | * | | | | ACPI: sysfs: Cleanup message printing | Hanjun Guo | 2021-06-07 | 1 | -5/+3 |
| | | * | | | | ACPI: reboot: Unify the message printing | Hanjun Guo | 2021-06-07 | 1 | -1/+3 |
| | | * | | | | ACPI: processor_throttling: Cleanup the printing messages | Hanjun Guo | 2021-06-07 | 1 | -34/+26 |
| | | * | | | | ACPI: processor_perflib: Cleanup print messages | Hanjun Guo | 2021-06-07 | 1 | -20/+18 |
| | | * | | | | ACPI: processor_thermal: Remove unused PREFIX for printing | Hanjun Guo | 2021-06-07 | 1 | -2/+0 |
| | | * | | | | ACPI: pci_root: Unify the message printing | Hanjun Guo | 2021-06-07 | 1 | -1/+3 |
| | | * | | | | ACPI: osl: Remove the duplicated PREFIX for message printing | Hanjun Guo | 2021-06-07 | 1 | -2/+2 |
| | | * | | | | ACPI: nvs: Unify the message printing | Hanjun Guo | 2021-06-07 | 1 | -3/+5 |
| | | * | | | | ACPI: glue: Clean up the printing messages | Hanjun Guo | 2021-06-07 | 1 | -20/+9 |
| | | * | | | | ACPI: event: Use pr_*() macros to replace printk() | Hanjun Guo | 2021-06-07 | 1 | -2/+4 |
| | | * | | | | ACPI: bus: Use pr_*() macros to replace printk() | Hanjun Guo | 2021-06-07 | 1 | -2/+2 |
| | | * | | | | ACPI: blacklist: Unify the message printing | Hanjun Guo | 2021-06-07 | 1 | -4/+5 |
| | | * | | | | ACPI: cmos_rtc: Using pr_fmt() and remove PREFIX | Hanjun Guo | 2021-06-07 | 1 | -2/+4 |
| | | | |/ /
| | | |/| | |
|
| | * | | | | ACPI: DPTF: Add battery participant for Intel SoCs | Sumeet Pawnikar | 2021-05-12 | 1 | -0/+2 |
| | | |_|/
| | |/| | |
|
| | | | | | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| *---. \ \ \ | Merge branches 'acpi-prm', 'acpi-sysfs' and 'acpi-x86' | Rafael J. Wysocki | 2021-06-29 | 11 | -121/+413 |
| |\ \ \ \ \ \ |
|
| | | | * | | | | x86/acpi: Switch to pr_xxx log functions | Heiner Kallweit | 2021-05-17 | 1 | -71/+47 |
| | | | | |_|/
| | | | |/| | |
|