Tags

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

    New code for 5.5:
    - Fill out the build string
    - Prevent inode fork extent count overflows
    - Refactor the allocator to reduce long tail latency
    - Rework incore log locking a little to reduce spinning
    - Break up the xfs_iomap_begin functions into smaller more cohesive
    parts
    - Fix allocation alignment being dropped too early when the allocation
    request is for more blocks than an AG is large
    - Other small cleanups
    - Clean up file buftarg retrieval helpers
    - Hoist the resvsp and unresvsp ioctls to the vfs
    - Remove the undocumented biosize mount option, since it has never been
      mentioned as existing or supported on linux
    - Clean up some of the mount option printing and parsing
    - Enhance attr leaf verifier to check block structure
    - Check dirent and attr names for invalid characters before passing them
    to the vfs
    - Refactor open-coded bmbt walking
    - Fix a few places where we return EIO instead of EFSCORRUPTED after
    failing metadata sanity checks
    - Fix a synchronization problem between fallocate and aio dio corrupting
    the file length
    - Clean up various loose ends in the iomap and bmap code
    - Convert to the new mount api
    - Make sure we always log something when returning EFSCORRUPTED
    - Fix some problems where long running scrub loops could trigger soft
    lockup warnings and/or fail to exit due to fatal signals pending
    - Fix various Coverity complaints
    - Remove most of the function pointers from the directory code to reduce
    indirection penalties
    - Ensure that dquots are attached to the inode when performing unwritten
    extent conversion after io
    - Deuglify incore projid and crtime types
    - Fix another AGI/AGF locking order deadlock when renaming
    - Clean up some quota typedefs
    - Remove the FSSETDM ioctls which haven't done anything in 20 years
    - Fix some memory leaks when mounting the log fails
    - Fix an underflow when updating an xattr leaf freemap
    - Remove some trivial wrappers
    - Report metadata corruption as an error, not a (potentially) fatal
    assertion
    - Clean up the dir/attr buffer mapping code
    - Allow fatal signals to kill scrub during parent pointer checks
    
  • media/v5.5-1

    media updates for v5.5-rc1
    
  • 5.4-ck1

    5b6cd7cf · Add -ck1 version. ·
  • devprop-5.5-rc1

    Device properties framework updates for 5.5-rc1
    
    Add support for printing fwnode names using a new conversion
    specifier "%pfw" (Sakari Ailus), clean up the software node and
    efi/apple-properties code in preparation for improved software node
    reference properties handling (Dmitry Torokhov) and fix the struct
    fwnode_operations description (Heikki Krogerus).
    
  • acpi-5.5-rc1

    782b5971 · Merge branch 'acpi-mm' ·
    ACPI updates for 5.5-rc1
    
     - Update the ACPICA code in the kernel to upstream revision 20191018
       including:
    
       * Fixes for Clang warnings (Bob Moore).
    
       * Fix for possible overflow in get_tick_count() (Bob Moore).
    
       * Introduction of acpi_unload_table() (Bob Moore).
    
       * Debugger and utilities updates (Erik Schmauss).
    
       * Fix for unloading tables loaded via configfs (Nikolaus Voss).
    
     - Add support for EFI specific purpose memory to optionally allow
       either application-exclusive or core-kernel-mm managed access to
       differentiated memory (Dan Williams).
    
     - Fix and clean up processing of the HMAT table (Brice Goglin,
       Qian Cai, Tao Xu).
    
     - Update the ACPI EC driver to make it work on systems with
       hardware-reduced ACPI (Daniel Drake).
    
     - Always build in support for the Generic Event Device (GED) to
       allow one kernel binary to work both on systems with full
       hardware ACPI and hardware-reduced ACPI (Arjan van de Ven).
    
     - Fix the table unload mechanism to unregister platform devices
       created when the given table was loaded (Andy Shevchenko).
    
     - Rework the lid blacklist handling in the button driver and add
       more lid quirks to it (Hans de Goede).
    
     - Improve ACPI-based device enumeration for some platforms based
       on Intel BayTrail SoCs (Hans de Goede).
    
     - Add an OpRegion driver for the Cherry Trail Crystal Cove PMIC
       and prevent handlers from being registered for unhandled PMIC
       OpRegions (Hans de Goede).
    
     - Unify ACPI _HID/_UID matching (Andy Shevchenko).
    
     - Clean up documentation and comments (Cao jin, James Pack, Kacper
       Piwiński).
    
  • pm-5.5-rc1

    Power management updates for 5.5-rc1
    
     - Use nanoseconds (instead of microseconds) as the unit of time in
       the cpuidle core and simplify checks for disabled idle states in
       the idle loop (Rafael Wysocki).
    
     - Fix and clean up the teo cpuidle governor (Rafael Wysocki).
    
     - Fix the cpuidle registration error code path (Zhenzhong Duan).
    
     - Avoid excessive vmexits in the ACPI cpuidle driver (Yin Fengwei).
    
     - Extend the idle injection infrastructure to be able to measure the
       requested duration in nanoseconds and to allow an exit latency
       limit for idle states to be specified (Daniel Lezcano).
    
     - Fix cpufreq driver registration and clarify a comment in the
       cpufreq core (Viresh Kumar).
    
     - Add NULL checks to the show() and store() methods of sysfs
       attributes exposed by cpufreq (Kai Shen).
    
     - Update cpufreq drivers:
    
       * Fix for a plain int as pointer warning from sparse in
         intel_pstate (Jamal Shareef).
    
       * Fix for a hardcoded number of CPUs and stack bloat in the
         powernv driver (John Hubbard).
    
       * Updates to the ti-cpufreq driver and DT files to support new
         platforms and migrate bindings from opp-v1 to opp-v2 (Adam Ford,
         H. Nikolaus Schaller).
    
       * Merging of the arm_big_little and vexpress-spc drivers and
         related cleanup (Sudeep Holla).
    
       * Fix for imx's default speed grade value (Anson Huang).
    
       * Minor cleanup of the s3c64xx driver (Nathan Chancellor).
    
       * CPU speed bin detection fix for sun50i (Ondrej Jirman).
    
     - Appoint Chanwoo Choi as the new devfreq maintainer.
    
     - Update the devfreq core:
    
       * Check NULL governor in available_governors_show sysfs to prevent
         showing wrong governor information and fix a race condition
         between devfreq_update_status() and trans_stat_show() (Leonard
         Crestez).
    
       * Add new 'interrupt-driven' flag for devfreq governors to allow
         interrupt-driven governors to prevent the devfreq core from
         polling devices for status (Dmitry Osipenko).
    
       * Improve an error message in devfreq_add_device() (Matthias
         Kaehlcke).
    
     - Update devfreq drivers:
    
       * tegra30 driver fixes and cleanups (Dmitry Osipenko).
    
       * Removal of unused property from dt-binding documentation for
         the exynos-bus driver (Kamil Konieczny).
    
       * exynos-ppmu cleanup and DT bindings update (Lukasz Luba, Marek
         Szyprowski).
    
     - Add new CPU IDs for CometLake Mobile and Desktop to the Intel RAPL
       power capping driver (Zhang Rui).
    
     - Allow device initialization in the generic power domains (genpd)
       framework to be more straightforward and clean it up (Ulf Hansson).
    
     - Add support for adjusting OPP voltages at run time to the OPP
       framework (Stephen Boyd).
    
     - Avoid freeing memory that has never been allocated in the
       hibernation core (Andy Whitcroft).
    
     - Clean up function headers in a header file and coding style in the
       wakeup IRQs handling code (Ulf Hansson, Xiaofei Tan).
    
     - Clean up the SmartReflex adaptive voltage scaling (AVS) driver for
       ARM (Ben Dooks, Geert Uytterhoeven).
    
     - Wrap power management documentation to fit in 80 columns (Bjorn
       Helgaas).
    
     - Add pm-graph utility entry to MAINTAINERS (Todd Brandt).
    
     - Update the cpupower utility:
    
       * Fix the handling of set and info subcommands (Abhishek Goel).
    
       * Fix build warnings (Nathan Chancellor).
    
       * Improve mperf_monitor handling (Janakarajan Natarajan).
    
  • v4.4.203

    48a16935 · Linux 4.4.203 ·
    This is the 4.4.203 stable release
    
  • v4.9.203

    a777e9dd · Linux 4.9.203 ·
    This is the 4.9.203 stable release
    
  • v5.4

    219d5433 · Linux 5.4 ·
    Linux 5.4
    
  • xfs-5.5-merge-15

    New code for 5.5:
    - Fill out the build string
    - Prevent inode fork extent count overflows
    - Refactor the allocator to reduce long tail latency
    - Rework incore log locking a little to reduce spinning
    - Break up the xfs_iomap_begin functions into smaller more cohesive
    parts
    - Fix allocation alignment being dropped too early when the allocation
    request is for more blocks than an AG is large
    - Other small cleanups
    - Clean up file buftarg retrieval helpers
    - Hoist the resvsp and unresvsp ioctls to the vfs
    - Remove the undocumented biosize mount option, since it has never been
      mentioned as existing or supported on linux
    - Clean up some of the mount option printing and parsing
    - Enhance attr leaf verifier to check block structure
    - Check dirent and attr names for invalid characters before passing them
    to the vfs
    - Refactor open-coded bmbt walking
    - Fix a few places where we return EIO instead of EFSCORRUPTED after
    failing metadata sanity checks
    - Fix a synchronization problem between fallocate and aio dio corrupting
    the file length
    - Clean up various loose ends in the iomap and bmap code
    - Convert to the new mount api
    - Make sure we always log something when returning EFSCORRUPTED
    - Fix some problems where long running scrub loops could trigger soft
    lockup warnings and/or fail to exit due to fatal signals pending
    - Fix various Coverity complaints
    - Remove most of the function pointers from the directory code to reduce
    indirection penalties
    - Ensure that dquots are attached to the inode when performing unwritten
    extent conversion after io
    - Deuglify incore projid and crtime types
    - Fix another AGI/AGF locking order deadlock when renaming
    - Clean up some quota typedefs
    - Remove the FSSETDM ioctls which haven't done anything in 20 years
    - Fix some memory leaks when mounting the log fails
    - Fix an underflow when updating an xattr leaf freemap
    - Remove some trivial wrappers
    - Report metadata corruption as an error, not a (potentially) fatal
    assertion
    - Clean up the dir/attr buffer mapping code
    
  • v4.14.156

    43598c57 · Linux 4.14.156 ·
    This is the 4.14.156 stable release
    
  • v4.19.86

    14260788 · Linux 4.19.86 ·
    This is the 4.19.86 stable release
    
  • v5.3.13

    42adce41 · Linux 5.3.13 ·
    This is the 5.3.13 stable release
    
  • iomap-5.5-merge-11

    New code for 5.5:
    - Make iomap_dio_rw callers explicitly tell us if they want us to wait
    - Port the xfs writeback code to iomap to complete the buffered io
      library functions
    - Refactor the unshare code to share common pieces
    - Add support for performing copy on write with buffered writes
    - Other minor fixes
    - Fix unchecked return in iomap_bmap
    - Fix a type casting bug in a ternary statement in iomap_dio_bio_actor
    - Improve tracepoints for easier diagnostic ability
    - Fix pipe page leakage in directio reads
    
  • v3.16.78

    8fc61671 · Linux 3.16.78 ·
    This is the 3.16.78 stable release
    
  • for-5.5/drivers-post-20191122

    03bf73c3 · nbd: prevent memory leak ·
    for-5.5/drivers-post-20191122