summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'acpi-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-04-0627-77/+155
|\
| *---. Merge branches 'acpi-cppc', 'acpi-video' and 'acpi-drivers'Rafael J. Wysocki2020-04-069-38/+30
| |\ \ \
| | | | * thermal: int340x_thermal: fix: Update Tiger Lake ACPI device IDsGayatri Kammela2020-04-012-2/+2
| | | | * platform/x86: intel-hid: fix: Update Tiger Lake ACPI device IDGayatri Kammela2020-04-011-1/+1
| | | | * ACPI: Update Tiger Lake ACPI device IDsGayatri Kammela2020-04-013-6/+6
| | | * | ACPI: video: Use native backlight on Acer Aspire 5783zHans de Goede2020-04-011-0/+9
| | | * | ACPI: video: Docs update for "acpi_backlight" kernel parameter optionsRandy Dunlap2020-04-011-3/+5
| | | |/
| | * | ACPI: CPPC: clean up acpi_get_psd_map()Liguang Zhang2020-03-281-26/+7
| * | | Merge branch 'acpica'Rafael J. Wysocki2020-04-0615-31/+115
| |\ \ \
| | * | | ACPICA: Update version 20200326Bob Moore2020-03-301-1/+1
| | * | | ACPICA: Fixes for acpiExec namespace init fileBob Moore2020-03-307-20/+83
| | * | | ACPICA: Add NHLT table signatureCezary Rojewski2020-03-302-1/+2
| | * | | ACPICA: WSMT: Fix typo, no functional changeErik Kaneda2020-03-301-3/+3
| | * | | ACPICA: utilities: fix sprintf()John Levon2020-03-301-1/+6
| | * | | ACPICA: acpiexec: remove redeclaration of acpi_gbl_db_opt_no_region_supportErik Kaneda2020-03-301-0/+1
| | * | | ACPICA: Change PlatformCommChannel ASL keyword to PCCErik Kaneda2020-03-301-1/+1
| | * | | ACPICA: Fix IVRS IVHD type 10h reserved field nameMichał Żygowski2020-03-301-1/+1
| | * | | ACPICA: Implement IVRS IVHD type 11h parsingMichał Żygowski2020-03-301-2/+16
| | * | | ACPICA: Fix a typo in a comment fieldBob Moore2020-03-301-1/+1
| * | | | x86: ACPI: fix CPU hotplug deadlockQian Cai2020-04-043-8/+10
| | |_|/ | |/| |
* | | | Merge tag 'pm-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-04-0613-8/+389
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki2020-04-068-8/+288
| |\ \ \ \ \
| | | * | | | cpufreq: Select schedutil when using big.LITTLELinus Walleij2020-04-031-0/+1
| | | * | | | cpufreq: intel_pstate: Select schedutil as the default governorRafael J. Wysocki2020-03-262-1/+4
| | * | | | | Documentation: PM: sleep: Document system-wide suspend code flowsRafael J. Wysocki2020-04-032-0/+271
| | * | | | | PM: sleep: Add pm_debug_messages kernel command line optionChen Yu2020-04-022-0/+10
| | * | | | | PM: sleep: core: Drop racy and redundant checks from device_prepare()Rafael J. Wysocki2020-04-011-6/+1
| | * | | | | PM: hibernate: Propagate the return value of hibernation_restore()Dexuan Cui2020-04-011-1/+1
| | | |/ / / | | |/| | |
| * | | | | platform/x86: intel_int0002_vgpio: Use acpi_register_wakeup_handler()Hans de Goede2020-04-041-0/+10
| * | | | | ACPI: PM: Add acpi_[un]register_wakeup_handler()Hans de Goede2020-04-044-0/+91
| |/ / / /
* | | | | Merge tag 'csky-for-linus-5.7-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2020-04-0634-74/+1807
|\ \ \ \ \
| * | | | | csky: Fixup cpu speculative execution to IO areaGuo Ren2020-04-035-58/+25
| * | | | | csky: Add uprobes supportGuo Ren2020-04-038-1/+201
| * | | | | csky: Add kprobes supportedGuo Ren2020-04-0316-2/+1197
| * | | | | csky: Enable LOCKDEP_SUPPORTGuo Ren2020-04-022-0/+14
| * | | | | csky: Enable the gcov functionMa Jun2020-03-311-0/+1
| * | | | | csky: Fixup get wrong psr value from phyical regGuo Ren2020-03-313-1/+18
| * | | | | csky/ftrace: Fixup ftrace_modify_code deadlock without CPU_HAS_ICACHE_INSGuo Ren2020-03-312-6/+70
| * | | | | csky: Implement ftrace with regsGuo Ren2020-03-086-0/+123
| * | | | | csky: Add support for restartable sequenceGuo Ren2020-03-083-1/+8
| * | | | | csky: Implement ptrace regs and stack APIGuo Ren2020-03-083-0/+145
| * | | | | csky: Fixup init_fpu compile warning with __initGuo Ren2020-03-083-6/+5
* | | | | | Merge tag 'fsnotify_for_v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-0612-363/+637
|\ \ \ \ \ \
| * | | | | | fanotify: Fix the checks in fanotify_fsid_equalNathan Chancellor2020-03-301-1/+1
| * | | | | | fanotify: report name info for FAN_DIR_MODIFY eventAmir Goldstein2020-03-254-30/+100
| * | | | | | fanotify: record name info for FAN_DIR_MODIFY eventAmir Goldstein2020-03-253-12/+108
| * | | | | | fanotify: Drop fanotify_event_has_fid()Jan Kara2020-03-253-8/+3
| * | | | | | fanotify: prepare to report both parent and child fid'sAmir Goldstein2020-03-251-8/+15
| * | | | | | fanotify: send FAN_DIR_MODIFY event flavor with dir inode and nameAmir Goldstein2020-03-255-5/+15
| * | | | | | fanotify: divorce fanotify_path_event and fanotify_fid_eventJan Kara2020-03-253-94/+180