Tags

Tags give the ability to mark specific points in history as being important
  • xfs-4.13-merge-4

    Changes for 4.13:
    - Avoid quotacheck deadlocks
    - Fix transaction overflows when bunmapping fragmented files
    - Refactor directory readahead
    - Allow admin to configure if ASSERT is fatal
    - Improve transaction usage detail logging during overflows
    - Minor cleanups
    - Don't leak log items when the log shuts down
    - Remove double-underscore typedefs
    - Various preparation for online scrubbing
    - Introduce new error injection configuration sysfs knobs
    - Refactor dq_get_next to use extent map directly
    - Fix problems with iterating the page cache for unwritten data
    - Implement SEEK_{HOLE,DATA} via iomap
    - Refactor XFS to use iomap SEEK_HOLE and SEEK_DATA
    
  • v4.11.9

    f82a53b8 · Linux 4.11.9 ·
    This is the 4.11.9 stable release
    
  • v4.9.36

    9f86f302 · Linux 4.9.36 ·
    This is the 4.9.36 stable release
    
  • v4.4.76

    4282d395 · Linux 4.4.76 ·
    This is the 4.4.76 stable release
    
  • v3.18.60

    8686d7d2 · Linux 3.18.60 ·
    This is the 3.18.60 stable release
    
  • acpi-4.13-rc1

    ACPI updates for v4.13-rc1
    
     - Update the ACPICA code in the kernel to upstream revision
       revision 20170531 (which covers all of the new material from
       ACPI 6.2) including:
       * Support for the PinFunction(), PinConfig(), PinGroup(),
         PinGroupFunction(), and PinGroupConfig() resource descriptors
         (Mika Westerberg).
       * Support for new subtables in HEST and SRAT, new notify value
         for HEST, header support for TPM2 table changes, and BGRT
         Status field update (Bob Moore).
       * Support for new PCCT subtables (David Box).
       * Support for _LSI, _LSR, _LSW, and _HMA as predefined methods
         (Erik Schmauss).
       * Support for the new WSMT, HMAT, and PPTT tables (Lv Zheng).
       * New UUID values for Processor Properties (Bob Moore).
       * New notify values for memory attributes and graceful shutdown
         (Bob Moore).
       * Fix related to the PCAT_COMPAT MADT flag (Janosch Hildebrand).
       * Resource to AML conversion fix for resources containing GPIOs
         (Mika Westerberg).
       * Disassembler-related updates (Bob Moore, David Box, Erik
         Schmauss).
       * Assorted fixes and cleanups (Bob Moore, Erik Schmauss, Lv Zheng,
         Cao Jin).
    
     - Modify ACPICA to always use designated initializers for function
       pointer structures to make the structure layout randomization GCC
       plugin work with it (Kees Cook).
    
     - Update the tables configfs interface to unload SSDTs on configfs
       entry removal (Jan Kiszka).
    
     - Add support for the GPI1 regulator to the xpower PMIC Operation
       Region handler (Hans de Goede).
    
     - Fix ACPI EC issues related to conflicting EC definitions in the
       ECDT and in the ACPI namespace (Lv Zheng, Carlo Caione, Chris
       Chiu).
    
     - Fix an interrupt storm issue in the EC driver and make its debug
       output work with dynamic debug as expected (Lv Zheng).
    
     - Add ACPI backlight quirk for Dell Precision 7510 (Shih-Yuan Lee).
    
     - Fix whitespace in pr_fmt() to align log entries properly in some
       places in the ACPI subsystem (Vincent Legoll).
    
  • pm-4.13-rc1

    8f8e5c3e · Merge branch 'acpi-pm' ·
    Power management updates for v4.13-rc1
    
     - Rework suspend-to-idle to allow it to take wakeup events signaled
       by the EC into account on ACPI-based platforms in order to properly
       support power button wakeup from suspend-to-idle on recent Dell
       laptops (Rafael Wysocki).
    
       That includes the core suspend-to-idle code rework, support for
       the Low Power S0 _DSM interface, and support for the ACPI INT0002
       Virtual GPIO device from Hans de Goede (required for USB keyboard
       wakeup from suspend-to-idle to work on some machines).
    
     - Stop trying to export the current CPU frequency via /proc/cpuinfo
       on x86 as that is inaccurate and confusing (Len Brown).
    
     - Rework the way in which the current CPU frequency is exported by
       the kernel (over the cpufreq sysfs interface) on x86 systems with
       the APERF and MPERF registers by always using values read from
       these registers, when available, to compute the current frequency
       regardless of which cpufreq driver is in use (Len Brown).
    
     - Rework the PCI/ACPI device wakeup infrastructure to remove the
       questionable and artificial distinction between "devices that
       can wake up the system from sleep states" and "devices that can
       generate wakeup signals in the working state" from it, which
       allows the code to be simplified quite a bit (Rafael Wysocki).
    
     - Fix the wakeup IRQ framework by making it use SRCU instead of
       RCU which doesn't allow sleeping in the read-side critical
       sections, but which in turn is expected to be allowed by the
       IRQ bus locking infrastructure (Thomas Gleixner).
    
     - Modify some computations in the intel_pstate driver to avoid
       rounding errors resulting from them (Srinivas Pandruvada).
    
     - Reduce the overhead of the intel_pstate driver in the HWP
       (hardware-managed P-states) mode and when the "performance"
       P-state selection algorithm is in use by making it avoid
       registering scheduler callbacks in those cases (Len Brown).
    
     - Rework the energy_performance_preference sysfs knob in
       intel_pstate by changing the values that correspond to
       different symbolic hint names used by it (Len Brown).
    
     - Make it possible to use more than one cpuidle driver at the same
       time on ARM (Daniel Lezcano).
    
     - Make it possible to prevent the cpuidle menu governor from using
       the 0 state by disabling it via sysfs (Nicholas Piggin).
    
     - Add support for FFH (Fixed Functional Hardware) MWAIT in ACPI C1
       on AMD systems (Yazen Ghannam).
    
     - Make the CPPC cpufreq driver take the lowest nonlinear performance
       information into account (Prashanth Prakash).
    
     - Add support for hi3660 to the cpufreq-dt driver, fix the
       imx6q driver and clean up the sfi, exynos5440 and intel_pstate
       drivers (Colin Ian King, Krzysztof Kozlowski, Octavian Purdila,
       Rafael Wysocki, Tao Wang).
    
     - Fix a few minor issues in the generic power domains (genpd)
       framework and clean it up somewhat (Krzysztof Kozlowski,
       Mikko Perttunen, Viresh Kumar).
    
     - Fix a couple of minor issues in the operating performance points
       (OPP) framework and clean it up somewhat (Viresh Kumar).
    
     - Fix a CONFIG dependency in the hibernation core and clean it up
       slightly (Balbir Singh, Arvind Yadav, BaoJun Luo).
    
     - Add rk3228 support to the rockchip-io adaptive voltage scaling
       (AVS) driver (David Wu).
    
     - Fix an incorrect bit shift operation in the RAPL power capping
       driver (Adam Lessnau).
    
     - Add support for the EPP field in the HWP (hardware managed
       P-states) control register, HWP.EPP, to the x86_energy_perf_policy
       tool and update msr-index.h with HWP.EPP values (Len Brown).
    
     - Fix some minor issues in the turbostat tool (Len Brown).
    
     - Add support for AMD family 0x17 CPUs to the cpupower tool and fix
       a minor issue in it (Sherry Hurwitz).
    
     - Assorted cleanups, mostly related to the constification of some
       data structures (Arvind Yadav, Joe Perches, Kees Cook, Krzysztof
       Kozlowski).
    
  • drm-intel-next-2017-07-03

    First pile for 4.14:
    
    - cnl fixes (Rodrigo, Manasi)
    - per-engine reset support aka TDR (Michel Thierry)
    - dynamic DPCD backlight support (Puthikorn Voravootivat)
    - prep for huge gpu pages (Matthew Auld)
    - make contexts less BKL dependent (Chris)
    - bunch of execlist/gem corner-cases fixes and locking down
      self-checks (Chris)
    - fix waitboost accounting when using fence waits (Chris)
    - clean up PCH detection/handling (Ville)
    - usual pile of small fixes and cleanups
  • xfs-4.13-merge-3

    Changes for 4.13:
    - Avoid quotacheck deadlocks
    - Fix transaction overflows when bunmapping fragmented files
    - Refactor directory readahead
    - Allow admin to configure if ASSERT is fatal
    - Improve transaction usage detail logging during overflows
    - Minor cleanups
    - Don't leak log items when the log shuts down
    - Remove double-underscore typedefs
    - Various preparation for online scrubbing
    - Introduce new error injection configuration sysfs knobs
    - Refactor dq_get_next to use extent map directly
    - Fix problems with iterating the page cache for unwritten data
    - Implement SEEK_{HOLE,DATA} via iomap
    - Refactor XFS to use iomap SEEK_HOLE and SEEK_DATA
    
  • hwmon-for-linus-v4.13-rc1

    hwmon updates for v4.13:
    
    - Add PMBus client driver for IR35221
    - Add support for NCT6795D to nct6775 driver
    - Functional improvements to adt7475, aspeed-pwm-tacho, and ibmpowernv drivers
    - Minor fixes and cleanups in various drivers