summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-0491-147/+141
|\
| * treewide: Remove uninitialized_var() usageKees Cook2020-07-1686-137/+136
| * media: sur40: Remove uninitialized_var() usageKees Cook2020-07-161-3/+1
| * clk: spear: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
| * clk: st: Remove uninitialized_var() usageKees Cook2020-07-161-1/+0
| * spi: davinci: Remove uninitialized_var() usageKees Cook2020-07-161-1/+0
| * ide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+0
| * rtlwifi: rtl8192cu: Remove uninitialized_var() usageKees Cook2020-07-161-2/+2
| * b43: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
| * drbd: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-049-13/+11
|\ \
| * | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2020-07-309-10/+10
| * | usb: gadget: udc: Avoid tasklet passing a globalKees Cook2020-07-301-4/+2
* | | Merge tag 'acpi-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-08-0428-599/+140
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'acpi-mm', 'acpi-tables', 'acpi-apei' and 'acpi-misc'Rafael J. Wysocki2020-08-0317-96/+114
| |\ \ \ \ \ \
| | | | | * | | ACPI: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-272-2/+2
| | | | | * | | ACPI: Use valid link to the ACPI specificationTiezhu Yang2020-07-271-2/+1
| | | | | * | | ACPI: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-099-13/+12
| | | | * | | | ACPI: APEI: remove redundant assignment to variable rcColin Ian King2020-07-271-1/+1
| | | * | | | | ACPI: NUMA: Remove the useless 'node >= MAX_NUMNODES' checkHanjun Guo2020-07-271-1/+1
| | | * | | | | ACPI: NUMA: Remove the useless sub table pointer checkHanjun Guo2020-07-271-8/+0
| | | * | | | | ACPI: tables: Remove the duplicated checks for acpi_parse_entries_array()Hanjun Guo2020-07-271-14/+3
| | | * | | | | ACPI: tables: avoid relocations for table signature arrayArd Biesheuvel2020-06-241-4/+4
| | * | | | | | ACPI: OSL: Clean up the removal of unused memory mappingsRafael J. Wysocki2020-07-271-8/+6
| | * | | | | | ACPI: OSL: Use deferred unmapping in acpi_os_unmap_iomem()Rafael J. Wysocki2020-07-271-50/+22
| | * | | | | | ACPI: OSL: Use deferred unmapping in acpi_os_unmap_generic_address()Rafael J. Wysocki2020-07-271-4/+1
| | * | | | | | ACPICA: Preserve memory opregion mappingsRafael J. Wysocki2020-07-272-24/+54
| | * | | | | | ACPI: OSL: Implement deferred unmapping of ACPI memoryRafael J. Wysocki2020-07-271-35/+77
| | | |_|_|_|/ | | |/| | | |
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---------. \ \ \ \ \ Merge branches 'acpi-proc', 'acpi-sysfs', 'acpi-pad', 'acpi-ec', 'acpi-pci' a...Rafael J. Wysocki2020-08-0310-492/+24
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | ACPI: property: use cached name in acpi_fwnode_get_named_child_node()Heikki Krogerus2020-06-221-12/+2
| | | | | | | | |/ / / / | | | | | | | |/| | | |
| | | | | | * / | | | | PCI: hotplug: ACPI: Fix context refcounting in acpiphp_grab_context()Rafael J. Wysocki2020-06-261-3/+11
| | | | | | |/ / / / /
| | | | | * / / / / / ACPI: EC: add newline when printing 'ec_event_clearing' module parameterXiongfeng Wang2020-06-221-4/+4
| | | | | |/ / / / /
| | | | * / / / / / ACPI: PAD: Eliminate usage of uninitialized_var() macroJason Yan2020-06-241-1/+1
| | | | |/ / / / /
| | | * | | | | | Merge back sysfs-related ACPI material for v5.9.Rafael J. Wysocki2020-06-291-2/+2
| | | |\ \ \ \ \ \
| | | * | | | | | | ACPI: sysfs: add newlines when printing module parametersXiongfeng Wang2020-06-221-6/+6
| | | | |/ / / / / | | | |/| | | | |
| | * / | | | | | ACPI: procfs: Remove last dirs after being marked deprecated for a decadeThomas Renninger2020-06-225-466/+0
| | |/ / / / / /
| * | | | | | | ACPICA: Do not increment operation_region reference counts for field unitsErik Kaneda2020-07-272-9/+1
| * | | | | | | ACPICA: Replace one-element array with flexible-arrayGustavo A. R. Silva2020-07-271-2/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-08-0447-554/+914
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-----. | | | | | | Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools'Rafael J. Wysocki2020-08-036-112/+205
| |\ \ \ \| | | | | |
| | | | * | | | | | | powercap: Add Power Limit4 supportSumeet Pawnikar2020-07-272-2/+67
| | | | * | | | | | | powercap: idle_inject: Replace play_idle() with play_idle_precise() in commentsYangtao Li2020-07-091-5/+5
| | | | * | | | | | | powercap: intel_rapl: add support for Sapphire RapidsZhang Rui2020-06-301-1/+22
| | | | | |_|_|/ / / | | | | |/| | | | |
| | | * | | | | | | PM: domains: Fix up terminology with parent/childKees Cook2020-07-092-103/+103
| | | | |_|_|_|/ / | | | |/| | | | |
| | * | | | | | | PM: sleep: core: Emit changed uevent on wakeup_sysfs_add/removeAbhishek Pandit-Subedi2020-07-141-1/+8
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2020-08-0316-202/+252
| |\ \ \ \ \ \ \
| | * | | | | | | cpufreq: intel_pstate: Fix EPP setting via sysfs in active modeRafael J. Wysocki2020-07-301-5/+12
| | * | | | | | | cpufreq: intel_pstate: Rearrange the storing of new EPP valuesRafael J. Wysocki2020-07-301-20/+15
| | * | | | | | | Merge back cpufreq material for v5.9.Rafael J. Wysocki2020-07-2716-189/+237
| | |\ \ \ \ \ \ \
| | | * | | | | | | cpufreq: intel_pstate: Avoid enabling HWP if EPP is not supportedRafael J. Wysocki2020-07-161-1/+6