Tags give the ability to mark specific points in history as being important
-
ASB-2020-04-05_4.9-p-release
9dc5c332 · ·https://source.android.com/security/bulletin/2020-04-01 CVE-2019-19524 CVE-2019-19532 CVE-2019-19807
-
ASB-2020-04-05_4.9-o-mr1
eb150499 · ·https://source.android.com/security/bulletin/2020-04-01 CVE-2019-19524 CVE-2019-19532 CVE-2019-19807
-
ASB-2020-04-05_4.9-o-release
c500ce15 · ·https://source.android.com/security/bulletin/2020-04-01 CVE-2019-19524 CVE-2019-19532 CVE-2019-19807
-
ASB-2020-04-05_4.9-p
86112a88 · ·https://source.android.com/security/bulletin/2020-04-01 CVE-2019-19524 CVE-2019-19532 CVE-2019-19807
-
ASB-2020-04-05_4.9-o
d0bda86b · ·https://source.android.com/security/bulletin/2020-04-01 CVE-2019-19524 CVE-2019-19532 CVE-2019-19807
-
ASB-2020-04-05_4.4-p-release
450a5f0f · ·https://source.android.com/security/bulletin/2020-04-01 CVE-2019-19524 CVE-2019-19532 CVE-2019-19807
-
ASB-2020-04-05_4.4-o-mr1
6891b26a · ·https://source.android.com/security/bulletin/2020-04-01 CVE-2019-19524 CVE-2019-19532 CVE-2019-19807
-
ASB-2020-04-05_4.4-o-release
ab1c6fc9 · ·https://source.android.com/security/bulletin/2020-04-01 CVE-2019-19524 CVE-2019-19532 CVE-2019-19807
-
ASB-2020-04-05_4.4-p
ee05bdf8 · ·https://source.android.com/security/bulletin/2020-04-01 CVE-2019-19524 CVE-2019-19532 CVE-2019-19807
-
ASB-2020-04-05_4.4-o
43349871 · ·https://source.android.com/security/bulletin/2020-04-01 CVE-2019-19524 CVE-2019-19532 CVE-2019-19807
-
ASB-2020-04-05_3.18-o-mr1
79528f85 · ·https://source.android.com/security/bulletin/2020-04-01 CVE-2019-19524 CVE-2019-19532 CVE-2019-19807
-
ASB-2020-04-05_3.18-o-release
243a167c · ·https://source.android.com/security/bulletin/2020-04-01 CVE-2019-19524 CVE-2019-19532 CVE-2019-19807
-
ASB-2020-04-05_3.18
26b295ce · ·https://source.android.com/security/bulletin/2020-04-01 CVE-2019-19524 CVE-2019-19532 CVE-2019-19807
-
4.9.216-71
f1854c7f · · -
xfs-5.7-merge-12
5833112d · ·(More) new code for 5.7: - Validate the realtime geometry in the superblock when mounting - Refactor a bunch of tricky flag handling in the log code - Flush the CIL more judiciously so that we don't wait until there are millions of log items consuming a lot of memory. - Throttle transaction commits to prevent the xfs frontend from flooding the CIL with too many log items. - Account metadata buffers correctly for memory reclaim. - Mark slabs properly for memory reclaim. These should help reclaim run more effectively when XFS is using a lot of memory. - Don't write a garbage log record at unmount time if we're trying to trigger summary counter recalculation at next mount. - Don't block the AIL on locked dquot/inode buffers; instead trigger its backoff mechanism to give the lock holder a chance to finish up. - Ratelimit writeback flushing when buffered writes encounter ENOSPC. - Other minor cleanups. - Make reflink a synchronous operation when the fs is mounted with wsync or sync, which means that now we force the log to disk to record the changes.
-
acpi-5.7-rc1-2
33ae7f71 · ·Additional ACPI updates for 5.7-rc1 - Update the ACPICA code in the kernel to upstream revision 20200326 including: * Fix for a typo in a comment field (Bob Moore). * acpiExec namespace init file fixes (Bob Moore). * Addition of NHLT to the known tables list (Cezary Rojewski). * Conversion of PlatformCommChannel ASL keyword to PCC (Erik Kaneda). * acpiexec cleanup (Erik Kaneda). * WSMT-related typo fix (Erik Kaneda). * sprintf() utility function fix (John Levon). * IVRS IVHD type 11h parsing implementation (Michał Żygowski). * IVRS IVHD type 10h reserved field name fix (Michał Żygowski). - Fix ACPI-related CPU hotplug deadlock on x86 (Qian Cai). - Fix Intel Tiger Lake ACPI device IDs in several places (Gayatri Kammela). - Add ACPI backlight blacklist entry for Acer Aspire 5783z (Hans de Goede). - Fix documentation of the "acpi_backlight" kernel command line switch (Randy Dunlap). - Clean up the acpi_get_psd_map() CPPC library routine (Liguang Zhang). -
pm-5.7-rc1-2
54032b86 · ·Additional power management updates for 5.7-rc1 - Fix corner-case suspend-to-idle wakeup issue on systems where the ACPI SCI is shared with another wakeup source (Hans de Goede). - Add document describing system-wide suspend and resume code flows to the admin guide (Rafael Wysocki). - Add kernel command line option to set pm_debug_messages (Chen Yu). - Choose schedutil as the preferred scaling governor by default on ARM big.LITTLE systems and on x86 systems using the intel_pstate driver in the passive mode (Linus Walleij, Rafael Wysocki). - Drop racy and redundant checks from the PM core's device_prepare() routine (Rafael Wysocki). - Make resume from hibernation take the hibernation_restore() return value into account (Dexuan Cui).
-
timers-urgent-2020-04-05
760a5376 · ·Two timer subsystem fixes: - Prevent a use after free in the new lockdep state tracking for hrtimers - Add missing parenthesis in the VF pit timer driver -
perf-urgent-2020-04-05
7dc41b9b · ·perf updates all over the place: core: - Support for cgroup tracking in samples to allow cgroup based analysis tools: - Support for cgroup analysis - Commandline option and hotkey for perf top to change the sort order - A set of fixes all over the place - Various build system related improvements - Updates of the X86 pmu event JSON data - Documentation updates -
irq-urgent-2020-04-05
a67cd1fb · ·Two reverts addressing regressions of the Xilinx interrupt controller driver which affected the PPC users.