165447
Comment:
|
181109
|
Deletions are marked like this. | Additions are marked like this. |
Line 188: | Line 188: |
= Core (various) = * Add {{{mitigations=}}} cmdline option. It's a set of curated, arch-independent options, to make more easy to enable/disable protections regardless of what system they are running [[https://git.kernel.org/linus/98af8452945c55652de68536afdde3b520fec429|commit]], [[https://git.kernel.org/linus/d68be4c4d31295ff6ae34a8ddfaa4c1a8ff42812|commit]], [[https://git.kernel.org/linus/782e69efb3dfed6e8360bc612e8c7827a901a8f9|commit]], [[https://git.kernel.org/linus/0336e04a6520bdaefdb0769d2a70084fa52e81ed|commit]], [[https://git.kernel.org/linus/a111b7c0f20e13b54df2fa959b3dc0bdf1925ae6|commit]] * clone(2): add {{{CLONE_PIDFD}}}. This lets users of clone(2) to get pids that are usable with the [[https://kernelnewbies.org/Linux_5.1#Safe_signal_delivery_in_presence_of_PID_reuse|pidfd_send_signal(2)]] syscall, thus providing an easy way to gain race-free access to process metadata through /proc/<pid> [[https://git.kernel.org/linus/dadd2299ab61fc2b55b95b7b3a8f674cdd3b69c9|commit]], [[https://git.kernel.org/linus/b3e5838252665ee4cfa76b82bdf1198dca81e5be|commit]], [[https://git.kernel.org/linus/2151ad1b067275730de1b38c7257478cae47d29e|commit]], [[https://git.kernel.org/linus/43c6afee48d4d866d5eb984d3a5dbbc7d9b4e7bf|commit]] * pressure stall monitors: Presure stall monitors were [[https://kernelnewbies.org/Linux_4.20#Pressure_stall_information_for_better_overview_of_system_load|added in Linux 4.20]] as a way to quantify resource pressure in the system. This release lets users to configure sensitive latency thresholds and use poll() and friends to be notified when these thresolds are breached. With these patches applied, Android can monitor for, and ward off, mounting memory shortages before they cause problems for the user. For example, using memory stall monitors in userspace low memory killer daemon (lmkd) we can detect mounting pressure and kill less important processes before device becomes visibly sluggish [[https://git.kernel.org/linus/33b2d6302abc4ccea1d9b3f095e2e27b02ca264e|commit]], [[https://git.kernel.org/linus/9289c5e6a78a5a9397df5fa60eb82b105abcfecf|commit]], [[https://git.kernel.org/linus/bcc78db64168eb6dede056fed2999f75f7ace309|commit]], [[https://git.kernel.org/linus/7fc70a3999366560ad1d4f2389a78360300c2c6a|commit]], [[https://git.kernel.org/linus/333f3017c5a893b000b2b4a3529814ce93fa83d7|commit]], [[https://git.kernel.org/linus/8af0c18af1425fc70686c0fdcfc0072cd8431aa0|commit]], [[https://git.kernel.org/linus/0e94682b73bfa6c44c98af7a26771c9c08c055d5|commit]] * Add new mount syscalls [[https://git.kernel.org/linus/a07b20004793d8926f78d63eb5980559f7813404|commit]], [[https://git.kernel.org/linus/2db154b3ea8e14b04fee23e3fdfd5e9d17fbc6ae|commit]], [[https://git.kernel.org/linus/44dfd84a6d54a675e35ab618d9fab47b36cb78cd|commit]], [[https://git.kernel.org/linus/dadd2299ab61fc2b55b95b7b3a8f674cdd3b69c9|commit]], [[https://git.kernel.org/linus/24dcb3d90a1f67fe08c68a004af37df059d74005|commit]], [[https://git.kernel.org/linus/007ec26cdc9fefacbed85b592afc69413194499c|commit]], [[https://git.kernel.org/linus/ecdab150fddb42fe6a739335257949220033b782|commit]], [[https://git.kernel.org/linus/93766fbd2696c2c4453dd8e1070977e9cd4e6b6d|commit]], [[https://git.kernel.org/linus/cf3cba4a429be43e5527a3f78859b1bfd9ebc5fb|commit]], [[https://git.kernel.org/linus/f1b5618e013af28b3c78daf424436a79674423c0|commit]], * cgroups: implement freezer for cgroup v2. It provides similar functionality as v1 freezer, but the interface conforms to the cgroup v2 interface design principles, and it provides a better user experience: tasks can be killed, ptrace works, there is no separate controller, which has to be enabled, etc [[https://git.kernel.org/linus/50943f3e136adfc421f9768d6ae09ba7b83aaefd|commit]], [[https://git.kernel.org/linus/aade7f9efba098859681f8e88d81a5b44ad09b12|commit]], [[https://git.kernel.org/linus/4dcabece4c3a9f9522127be12cc12cc120399b2f|commit]], [[https://git.kernel.org/linus/76f969e8948d82e78e1bc4beb6b9465908e74873|commit]], [[https://git.kernel.org/linus/ff9fb7cb515b32ac8d479b086c7c8c565d6905fb|commit]], [[https://git.kernel.org/linus/5313bfe425c8aadc582356f575100f3235a6d638|commit]], [[https://git.kernel.org/linus/712e35178754bbb785d00d5fcf5abaf32699bf11|commit]], [[https://git.kernel.org/linus/4c476d8cff48853645abc822154aaad208faebcc|commit]], [[https://git.kernel.org/linus/afe471ea2d6fcd439c3a7a1fe2df0389e07a67c8|commit]] * cgroup: expose pressure stall information metrics on root cgroup [[https://git.kernel.org/linus/df5ba5be7425e1df296d40c5f37a39d98ec666a2|commit]] * eventfd: To provide the way to find endpoints of an eventfd file, this patch adds "eventfd-id" field to /proc/PID/fdinfo of eventfd as identifier [[https://git.kernel.org/linus/b556db17b0e7c439bb6113b6dc7185bd0b1bbbb4|commit]] * gcov: clang support [[https://git.kernel.org/linus/e178a5beb36960902379040ee0b667fb0a8eee93|commit]] * io_uring: add support for sync_file_range(2) and drains: Any command can be flagged with {{{IOSQE_IO_DRAIN}}}, which will insert a sequence point in the queue and will wait for previous commands to complete before this one is issued [[https://git.kernel.org/linus/de0617e467171ba44c73efd1ba63f101b164a035|commit]], [[https://git.kernel.org/linus/22f96b3808c12a218e9a3bce6e1bfbd74efbe374|commit]], [[https://git.kernel.org/linus/5d17b4a4b7fa172b205be8a05051ae705d1dc3bb|commit]] * io_uring: add support for eventfd notifications [[https://git.kernel.org/linus/9b402849e80c85eee10bbd341aab3f1a0f942d4f|commit]] * kbuild: allow Kbuild to start from any directory [[https://git.kernel.org/linus/25b146c5b8ceecd43c311552d325a4e403c639f2|commit]] * task scheduler: Allow CPU0 to be nohz full [[https://git.kernel.org/linus/77a5352ba977d2554643e3797e10823d0d03dcf7|commit]], [[https://git.kernel.org/linus/2f1a6fbbef7781382850c3104ecb658f21b5d460|commit]], [[https://git.kernel.org/linus/9ca12ac04bb7d7cfb28aa549dcd3d15761f15543|commit]], [[https://git.kernel.org/linus/9219565aa89033a9cfdae788c1940473a1253d6c|commit]], [[https://git.kernel.org/linus/08ae95f4fd3b38b257f5dc7e6507e071c27ba0d5|commit]], * locking: rwsem unification and simpler micro-optimizations to prepare for more intrusive (and more lucrative) scalability improvements [[https://git.kernel.org/linus/eecec78f777742903ec9167490c625661284155d|commit]], [[https://git.kernel.org/linus/c7580c1e84435c9ccc6c612d9fee8e71811f7be6|commit]], [[https://git.kernel.org/linus/12a30a7fc142a123c61da9623bd824d95d36c12e|commit]], [[https://git.kernel.org/linus/a338ecb07a338c9a8b0ca0010e862ebe598b1551|commit]], [[https://git.kernel.org/linus/a68e2c4c637918da47b3aa270051545cff7d8245|commit]], [[https://git.kernel.org/linus/3b4ba6643d26a95e08067fca9a5da1828f9afabf|commit]], [[https://git.kernel.org/linus/ad53fa10fa9e816067bbae7109845940f5e6df50|commit]], [[https://git.kernel.org/linus/fb346fd9fc081c3d978c3f3d26d39334527a2662|commit]], [[https://git.kernel.org/linus/bf20616f46e536fe8affed6f138db4b3040b55a6|commit]], [[https://git.kernel.org/linus/a8654596f0371c2604c4d475422c48f4fc6a56c9|commit]], [[https://git.kernel.org/linus/364f784f048c984721986db90c95ca8350213c91|commit]] * locking: static_key: improve rate limited labels [[https://git.kernel.org/linus/ad282a8117d5048398f506f20b092c14b3b3c43f|commit]], [[https://git.kernel.org/linus/b92e793bbe4a1c49dbf78d8d526561e7a7dd568a|commit]], [[https://git.kernel.org/linus/94b5f312cfb4a66055d9b688dc9ab6b297eb9dcc|commit]] * locking: rcu: Allow {{{rcu_nocbs=all}}} to specify all CPUs [[https://git.kernel.org/linus/da8739f23fadf05809c6c37c327367b229467045|commit]] * objtool: Add --backtrace support [[https://git.kernel.org/linus/7697eee3ddd768a1fd78c1e687afaa6c5aa5072d|commit]] * GDB scripts: Add a timer list command [[https://git.kernel.org/linus/442284a89a65965b044df00345c193fcc3c53ad2|commit]], add hlist utilities [[https://git.kernel.org/linus/47d0d12855c9eee9dac72d2359f2ccfac3f7f501|commit]], add kernel config dumping command [[https://git.kernel.org/linus/90cf83dbd2f08dd0513cd9f19155878c55acb445|commit]], add rb tree iterating utilities [[https://git.kernel.org/linus/449ca0c95ea261f27b7efd4ca3970a5b4e0fd30d|commit]], initial clk support: lx-clk-summary [[https://git.kernel.org/linus/d1e9710b63d87209e1a14d6e6d8cf1431d8daa31|commit]] * tty: Add NULL TTY driver that discards all writes. It can be chosen on the command line in the standard way, i.e. with {{{console=ttynull}}} [[https://git.kernel.org/linus/3117ff13f104e98b05b61e19cc754d1377e92e15|commit]] * ktest: introduce grub2bls REBOOT_TYPE option [[https://git.kernel.org/linus/ac2466456eaa0ff9b8cf647c4c52832024bc929f|commit]] * Allow all arches to enable {{{CONFIG_OPTIMIZE_INLINING}}} [[https://git.kernel.org/linus/9012d011660ea5cf2a623e1de207a2bc0ca6936d|commit]], [[https://git.kernel.org/linus/efc344c57e39754416731e24e1eadd7d9b9f335e|commit]], [[https://git.kernel.org/linus/e12d6d7d46a62ccf62f4c60eb6ea6f0f121797c7|commit]], [[https://git.kernel.org/linus/480795a095343c9aaab49cc4d499c41a966be164|commit]], [[https://git.kernel.org/linus/2e0168a714586fb0fa600157e837e90569cbd8ec|commit]], [[https://git.kernel.org/linus/e9ea596c2c6dedf9438176f4e844f1c8b68a35ac|commit]], [[https://git.kernel.org/linus/2127982895d4e1d5343b5fdb986dd3b17b4fe43f|commit]], [[https://git.kernel.org/linus/e60fb8bf68d40ec32f8ea34950623ea570c9090e|commit]], [[https://git.kernel.org/linus/1221a5854d4375b8b9fdf1340e6e2679b869ccd0|commit]], [[https://git.kernel.org/linus/02166b88d376f21ea5caac26e7e8f74ab5578986|commit]] * Optionally allow to provide kernel headers with the kernel as an archive through proc (/proc/kheaders.tar.xz file) [[https://git.kernel.org/linus/43d8ce9d65a54846d378545770991e65838981e0|commit]] * Introduce the Counter subsystem for supporting counter devices. In the context of the Generic Counter interface, a counter is defined as a device that reports one or more "counts" based on the state changes of one or more "signals" as evaluated by a defined "count function" [[https://git.kernel.org/linus/0040a390d2fde44a03b3a05cf0cdf3e692ece60f|commit]], [[https://git.kernel.org/linus/ea2b23b89579d9765dc9b45d7bdbe7e4da37fa0f|commit]], [[https://git.kernel.org/linus/09e7d4ed89912bb97ff339ca2ee78b6f3e0c2154|commit]], [[https://git.kernel.org/linus/e854bac92bc95260985d043f3ff7bf8e6cd6905c|commit]], [[https://git.kernel.org/linus/f1d8a071d45bf13dd9bb9f1777133ca8a1cafebe|commit]], [[https://git.kernel.org/linus/7e798ef90c5f7bf934b8a720eeafd0226c5394e7|commit]], [[https://git.kernel.org/linus/ad29937e206f5e3fb7ef0d123902505a680f8969|commit]], [[https://git.kernel.org/linus/ec63e2a4897075e427c121d863bd89c44578094f|commit]], [[https://git.kernel.org/linus/597f55e3f36cb512ad82e22f67b9e0962ac1059f|commit]], [[https://git.kernel.org/linus/7657b2c123deec38ce3091cbda976b2bfb8ff45a|commit]], [[https://git.kernel.org/linus/4bb00e934daf6452f642e2913379f88fae2fb9f1|commit]], [[https://git.kernel.org/linus/cdff431498623f0971e01bc6f14535361ee81851|commit]], [[https://git.kernel.org/linus/e590eb408c8144e070e965a67eaa369677b74d1b|commit]], [[https://git.kernel.org/linus/d4c5c46206699d5a34542e96f90cee68f3dcd2b4|commit]], [[https://git.kernel.org/linus/7f2e3ea306fc12c2a0939793c5b4e35aef22ac4a|commit]], [[https://git.kernel.org/linus/a3b9a99980d9fa01f6c18c359cf503b874f183de|commit]], [[https://git.kernel.org/linus/d8ea4ccfaea0b87831ac9a265bb902904e70a25d|commit]], [[https://git.kernel.org/linus/575d927c426b83f5f8d5809f46de177cceffe40c|commit]] * panic: add a {{{panic_print}}} option to replay the dmesg in buffer during a panic, some of which they may have never seen due to the loglevel setting [[https://git.kernel.org/linus/de6da1e8bcf0dd2058b950b127491821207679dc|commit]] |
|
Line 199: | Line 226: |
* Enhances the online scrub and repair code to report their findings to the health tracking subsystem [[https://git.kernel.org/linus/9d71e15586fd7d274a23dd0bbf54278c86fe263f|commit]], [[https://git.kernel.org/linus/f8c2a2257ca12fb3a04830bbacc85ce860f04ba9|commit]], [[https://git.kernel.org/linus/160b5a784525e8a44902873f1938e1f4d77fe112|commit]], [[https://git.kernel.org/linus/4860a05d2475d6f50de79f168beb893cc0066a6e|commit]], [[https://git.kernel.org/linus/4fb7951fde64985bad80dcd2d721430ba584f125|commit]] |
* Enhances the online scrub and repair code to report their findings to the health tracking subsystem [[https://git.kernel.org/linus/9d71e15586fd7d274a23dd0bbf54278c86fe263f|commit]], [[https://git.kernel.org/linus/f8c2a2257ca12fb3a04830bbacc85ce860f04ba9|commit]], [[https://git.kernel.org/linus/160b5a784525e8a44902873f1938e1f4d77fe112|commit]], [[https://git.kernel.org/linus/4860a05d2475d6f50de79f168beb893cc0066a6e|commit]], [[https://git.kernel.org/linus/4fb7951fde64985bad80dcd2d721430ba584f125|commit]] |
Line 236: | Line 262: |
* Heterogenous memory node attributes: Platforms may provide multiple types of cpu attached system memory. The memory ranges for each type may have different characteristics that applications may wish to know about when considering what node they want their memory allocated from. This release provides the attributes from such systems that are useful for applications to know about, and readily usable with existing tools and libraries [[https://git.kernel.org/linus/60574d1e05b094d222162260dd9cac49f4d0996a|commit]], [[https://git.kernel.org/linus/3bc0e8eb179deebf1c06f5c4261d362c24b26ce1|commit]], [[https://git.kernel.org/linus/3accf7ae37a96c3bf4b51999f3c395ac5ffcd6d4|commit]], [[https://git.kernel.org/linus/08d9dbe72b1f899468b2b34f9309e88a84f440f2|commit]], [[https://git.kernel.org/linus/e1cf33aafb8462c7d0a0e6349925870316f040ee|commit]], [[https://git.kernel.org/linus/acc02a109b0497e917c83f986a89c51e47d0022c|commit]], [[https://git.kernel.org/linus/665ac7e92757fb74d249b2817dd91b3d9439d0a0|commit]], [[https://git.kernel.org/linus/8d59f5a2ca765f65fd86db86f233678c3770819f|commit]], [[https://git.kernel.org/linus/d9e8844c7d8165d97848950ae6bf66b2be86ef06|commit]] | |
Line 237: | Line 264: |
* userfaultfd: Add a global sysctl {{{vm.unprivileged_userfaultfd}}} to control whether userfaultfd is allowed by unprivileged users [[https://git.kernel.org/linus/cefdca0a86be517bc390fc4541e3674b8e7803b0|commit]] |
|
Line 259: | Line 288: |
* kbuild: add ability to generate BTF type info for vmlinux and kernel modules. The intent is to record compact type information of all types used inside kernel, in order to enables BPF's compile-once-run-everywhere approach, in which tracing programs that are inspecting kernel's internal data can be compiled on a system running some kernel version, but would be possible to run on other kernel versions (and configurations) without recompilation, even if the layout of structs changed and/or some of the fields were added, removed, or renamed [[https://git.kernel.org/linus/e83b9f55448afce3fe1abcd1d10db9584f8042a6|commit]] | |
Line 273: | Line 303: |
* tracing * Introduce a new ftrace file, tracing/error_log, for ftrace commands to log errors. This is useful for allowing more complex commands such as hist trigger and kprobe_event commands to point out specifically where something may have gone wrong without forcing them to resort to more ad hoc methods such as tacking error messages onto existing output files [[https://git.kernel.org/linus/8a062902be725f647dc8da532b04d836546a369a|commit]], [[https://git.kernel.org/linus/a1a05bb40e229d148c071fcd2ed787b21f61ff8b|commit]], [[https://git.kernel.org/linus/d566c5e9d1bad6773fe9cce3d4514cca2cc32e4e|commit]], [[https://git.kernel.org/linus/34f76afaac7a437a2ce381225135563928b359dd|commit]], [[https://git.kernel.org/linus/ab105a4fb89496c71c5a0f3222347c506c30feb0|commit]], [[https://git.kernel.org/linus/1e144d73f7295f766568c357448a11eb12868e29|commit]], [[https://git.kernel.org/linus/d0cd871ba0d613e09366e4b6a17946dfcf51db7c|commit]], [[https://git.kernel.org/linus/2f754e771b1a6feba670782e82c45555984ac43b|commit]], [[https://git.kernel.org/linus/8ab4483eb660b37251847e1e2a1f787b8d568e81|commit]], [[https://git.kernel.org/linus/c5e4114fee0b6582b6e86804ffef95bf82bb5f78|commit]], [[https://git.kernel.org/linus/0ae8dde9d7b62b40fb16b5d3feef467604b9a771|commit]], [[https://git.kernel.org/linus/4eab1cc461a6e820eddf88ac63eed98793c96a7c|commit]], [[https://git.kernel.org/linus/26a944917989d57c0dddec284b3088fa31127717|commit]], [[https://git.kernel.org/linus/a8d655792a32312f6715ac789b860fee50168106|commit]] * tracing: Kernel access to Ftrace instances [[https://git.kernel.org/linus/f45d1225adb0479478cee989e2ae2d7d2c62b31b|commit]] |
|
Line 290: | Line 322: |
* ntp: Audit NTP parameters adjustment [[https://git.kernel.org/linus/7e8eda734d30de81d06a949c9bf9853c445ede4e|commit]] | |
Line 331: | Line 364: |
* mac80211: debugfs option to force TX status frames [[https://git.kernel.org/linus/276d9e82e06cade9c4d081664ad63da1be971642|commit]] * Add support to set tx power for a station associated [[https://git.kernel.org/linus/e96d1cd2635c05efdd01b4eafcfc50c22c40751f|commit]], [[https://git.kernel.org/linus/ba905bf432f662cb907fd692a4f160e612c0408b|commit]] |
* debugfs option to force TX status frames [[https://git.kernel.org/linus/276d9e82e06cade9c4d081664ad63da1be971642|commit]] * Add support to set tx power for a station associated [[https://git.kernel.org/linus/e96d1cd2635c05efdd01b4eafcfc50c22c40751f|commit]], [[https://git.kernel.org/linus/ba905bf432f662cb907fd692a4f160e612c0408b|commit]] |
Line 359: | Line 392: |
* ARM * New !SoCs * Intel Agilex (SoCFPGA) [[https://git.kernel.org/linus/4b36daf9ada30a66c93f8701e8c6f23bc3ce94e2|commit]] * NXP i.MX8MM (Quad Cortex-A53 with media/graphics focus) [[https://git.kernel.org/linus/a05ea40eb384e28205ed7200384f55cf210d8b63|commit]] * New boards * Allwinner * !RerVision H3-DVK (H3) [[https://git.kernel.org/linus/28ff811f58b1841be63692601dee771a09afc7d6|commit]] * Oceanic 5205 5inMFD (H6) [[https://git.kernel.org/linus/00f7980a3bd53d12abc34f68146a8eed0e894248|commit]] * Beelink GS2 (H6) [[https://git.kernel.org/linus/089bee8dd119ba084dee6b17a2e1a53df4f30193|commit]] * Orange Pi 3 (H6) [[https://git.kernel.org/linus/8fe62f1286311762ecc0066d3a7c7ea5042a5c32|commit]] * Rockchip * Orange Pi RK3399 [[https://git.kernel.org/linus/08b64bd2c681ab8bd67fbf1d34d092d1bb72ede4|commit]] * Nanopi NEO4 [[https://git.kernel.org/linus/092470b537f19788d957aed12d835a179b606014|commit]] * Veyron-Mighty Chromebook variant [[https://git.kernel.org/linus/01b2a2d52169372d73ec3639620b2b3255d5eb53|commit]] * Amlogic: SEI Robotics SEI510 [[https://git.kernel.org/linus/b7be144932a8376fbb886115ce908a1a1818940b|commit]] * ST Micro * stm32mp157a discovery1 [[https://git.kernel.org/linus/37eadb8555c09395e7dd2b6af83ff82ff9a1e990|commit]] * stm32mp157c discovery2 [[https://git.kernel.org/linus/a352e2b337b827403b01df2a88059e873cc8c171|commit]] * NXP * Eckelmann ci4x10 (i.MX6DL) [[https://git.kernel.org/linus/811c94f1e866efd02060acdfa697274a9973d5c3|commit]] * i.MX8MM EVK (i.MX8MM) [[https://git.kernel.org/linus/547e12325d0e5ebe8f40e410f8de10a114f70db5|commit]] * ZII i.MX7 RPU2 (i.MX7) [[https://git.kernel.org/linus/69ab5392f5177aad19e006c5ba8e78bf059fee68|commit]] * ZII SPB4 (VF610) [[https://git.kernel.org/linus/dae9f076d1c3c5d1e4bb7363d8b1ccd6145200b1|commit]] * Zii Ultra (i.MX8M) [[https://git.kernel.org/linus/4a13b3bec3b49cf979cc62005cc3af5e502899c9|commit]] * TQ TQMa7S (i.MX7Solo) [[https://git.kernel.org/linus/a80a1af6ec8ac59fdddeb013d7c1572bcae4f6eb|commit]], [[https://git.kernel.org/linus/c924f0c07e482c92a74173611d7a2611f91bab22|commit]] * TQ TQMa7D (i.MX7Dual) [[https://git.kernel.org/linus/684a586741e2be211ca9bc800ae631b69fb3f8aa|commit]] * Kobo Aura (i.MX50) [[https://git.kernel.org/linus/891d940aef2f98ba043c6e63008a99dbdf68bdc6|commit]] * Menlosystems M53 (i.MX53)j [[https://git.kernel.org/linus/716be61d186939eebacdbccfc14e9ea3bd70f8c6|commit]] * Nvidia: Jetson Nano (Tegra T210) [[https://git.kernel.org/linus/6772cd0eacc8f91a3539f99ae9d9678c455a9fc6|commit]] * ixp4xx: Add device tree boot support [[https://git.kernel.org/linus/9540724ca29d54b65aaea120072166ebc2d5f4a1|commit]] * IXP4xx-based Linksys NSLU2 and Gateworks GW2358 which encompass the Gateworks Cambria family [[https://git.kernel.org/linus/b9a35d705a6780b5b89121e685c3e43c9ffa34f8|commit]] * coresight: Support static funnel [[https://git.kernel.org/linus/78e6427b4e7b017951785982f7f97cf64e2d624b|commit]] * Add PCI ATS support to Arm SMMUv3 [[https://git.kernel.org/linus/b2fc9b4b7ff4e6d237b0118e98573c9153363ecd|commit]], [[https://git.kernel.org/linus/9ce27afc0830fca07daa3baeb4da44423b0673ef|commit]], [[https://git.kernel.org/linus/2a7e62f51696ad476b7fb8157d73307e20257df7|commit]], [[https://git.kernel.org/linus/8be39a1a04c1491a6a408c1549dfd4e191f3a287|commit]], [[https://git.kernel.org/linus/bcecaee434733d98a9e7a45834f7439b64142eb3|commit]], [[https://git.kernel.org/linus/b54f4260c7df878c231e7b3a3687636d74d83c8f|commit]], [[https://git.kernel.org/linus/5702ee24182f9b3e33476b74b5c92a4f913ad9bd|commit]], [[https://git.kernel.org/linus/b9ae16d80a357c88fcb7ff6831cfdc196f0a34dd|commit]] * perf: add a driver for the SMMUv3 PMU into the perf framework [[https://git.kernel.org/linus/7d839b4b9e00645e49345d6ce5dfa8edf53c1a21|commit]], [[https://git.kernel.org/linus/f202cdab3b48d8c2c1846c938ea69cb8aa897699|commit]], [[https://git.kernel.org/linus/24062fe85860debfdae0eeaa495f27c9971ec163|commit]] * ARM64 * Introduces a DC CVADP instruction which cleans the data cache to the point of deep persistence [[https://git.kernel.org/linus/aaba098fe6ce594ae6f963dc041be6307e499f19|commit]], [[https://git.kernel.org/linus/aec0bff757c937489d003ab7b36c52e77e4b096a|commit]], [[https://git.kernel.org/linus/d16ed4105f5bbd8a34f15053045a6657f4c52c6f|commit]], [[https://git.kernel.org/linus/671db581815faf17cbedd7fcbc48823a247d90b1|commit]], [[https://git.kernel.org/linus/04a1438e5660ae44ecebd6c870fbcc140dd883a7|commit]], [[https://git.kernel.org/linus/b9585f53bcf1ada1fbac22c15fd723c65ef67ff1|commit]] * Expose SVE2 features for userspace [[https://git.kernel.org/linus/06a916feca2b262ab0c1a2aeb68882f4b1108a07|commit]] * Add system vulnerability sysfs entries [[https://git.kernel.org/linus/e5ce5e7267ddcbe13ab9ead2542524e1b7993e5a|commit]], [[https://git.kernel.org/linus/3891ebccace188af075ce143d8b072b65e90f695|commit]], [[https://git.kernel.org/linus/1b3ccf4be0e7be8c4bd8522066b6cbc92591e912|commit]], [[https://git.kernel.org/linus/73f38166095947f3b86b02fbed6bd592223a7ac8|commit]], [[https://git.kernel.org/linus/517953c2c47f9c00a002f588ac856a5bc70cede3|commit]], [[https://git.kernel.org/linus/8c1e3d2bb44cbb998cb28ff9a18f105fee7f1eb3|commit]], [[https://git.kernel.org/linus/d2532e27b5638bb2e2dd52b80b7ea2ec65135377|commit]], [[https://git.kernel.org/linus/d42281b6e49510f078ace15a8ea10f71e6262581|commit]], [[https://git.kernel.org/linus/526e065dbca6df0b5a130b84b836b8b3c9f54e21|commit]], [[https://git.kernel.org/linus/61ae1321f06c4489c724c803e9b8363dea576da3|commit]] * KVM * Implements support for allowing KVM guests to use the Arm Scalable Vector Extension (SVE) [[https://git.kernel.org/linus/50036ad06b7f31f7312b43752185e37cf1d0b663|commit]], [[https://git.kernel.org/linus/395f562f2b4cf9aef0db540d460b859fcde110b6|commit]], [[https://git.kernel.org/linus/555f3d03e7fb43a539050aee91337978da14a25e|commit]], [[https://git.kernel.org/linus/9a3cdf26e3363ec5460ebe20c508114fa63bcf26|commit]], [[https://git.kernel.org/linus/9033bba4b53527b57bec217509a967a25cb19357|commit]], [[https://git.kernel.org/linus/7dd32a0d0103a5941efbb971f85a3e930cc5665e|commit]], [[https://git.kernel.org/linus/0f062bfe36b63cd24f16afe2822d0df7c27904d9|commit]], [[https://git.kernel.org/linus/ead9e430c0fba1a7aa6d948a626c48ef9c4aa069|commit]], [[https://git.kernel.org/linus/8e3c54c8b6a9286b1571c4a4ba1d4afbd217f297|commit]], [[https://git.kernel.org/linus/e1c9c98345b356ad2890ac7e9223593cae8b4dba|commit]], [[https://git.kernel.org/linus/8c86dfe39d5d3c91fb201b67b72826f75bd2b655|commit]], [[https://git.kernel.org/linus/be25bbb392fad3a721d6d21b78639b60612b5439|commit]], [[https://git.kernel.org/linus/dc52f31a928ba591757aac4e72b35ea163713b57|commit]], [[https://git.kernel.org/linus/2b953ea348128ef4d70b0e21f01c1bdee48ee4dc|commit]], [[https://git.kernel.org/linus/b43b5dd990eb28047dafe639ce44db347496cb56|commit]], [[https://git.kernel.org/linus/73433762fcaeb9d59e84d299021c6b15466c96dd|commit]], [[https://git.kernel.org/linus/7f34e40903947f4723e6cec292e4ec705319c5d7|commit]], [[https://git.kernel.org/linus/1c19991390aefe7f1fc5d53d0b767122ff8043f8|commit]], [[https://git.kernel.org/linus/1765edbab16e3dc73367bda04e45337cea3e51a0|commit]], [[https://git.kernel.org/linus/0495067420f352a0b8ed37ee412d7dd8e7b95c61|commit]], [[https://git.kernel.org/linus/d06b76be8dad2e2fa62f68264887cc295d67a3ef|commit]], [[https://git.kernel.org/linus/8b08e8401fb49fe1274a91bb5fa981c2f819589c|commit]], [[https://git.kernel.org/linus/3f61f40947e88b069ac1103727c81582d6e91dea|commit]], [[https://git.kernel.org/linus/7aa92cf318f8136c445c1656d291f50df189b56a|commit]], [[https://git.kernel.org/linus/38abf22e122e00d20e99408fce4471b5cb65133b|commit]], [[https://git.kernel.org/linus/efbc20249fee68c5740ac49704f437ecee7eda6f|commit]] * Add ARMv8.3 pointer authentication for kvm guest [[https://git.kernel.org/linus/b890d75c4cdc963c96e7774b088120966c23ab8e|commit]], [[https://git.kernel.org/linus/384b40caa8afae44a54e8f69bd37097c0279fdce|commit]], [[https://git.kernel.org/linus/a22fa321d13b0264976cbbc1d22f4c27c41d3642|commit]], [[https://git.kernel.org/linus/a243c16d18be130b17cf1064e9115de73bfdff5a|commit]] * perf: support for perf event modifiers :G and :H which allows for filtering of PMU events between host and guests when used with KVM [[https://git.kernel.org/linus/21bb0ebf5d78c669ed887f30889f2d28cf6bf7db|commit]], [[https://git.kernel.org/linus/630a16854d2d28d13e96ff27ab43cc5caa4609fc|commit]], [[https://git.kernel.org/linus/eb41238cf19fda694e3a99c1f4f58bd88479a5ee|commit]], [[https://git.kernel.org/linus/d1947bc4bc63e56014bb4d812e0db89944ed4a0f|commit]], [[https://git.kernel.org/linus/3d91befbb3a0fcec6e1eebde45c8074b88cc9441|commit]], [[https://git.kernel.org/linus/435e53fb5e21ad1820c5c69f208304c0e5623d01|commit]], [[https://git.kernel.org/linus/39e3406a090a54e700a7c0820c8258af1196b0c2|commit]], [[https://git.kernel.org/linus/a9bf3130ebfe0378df449a1b13997c47a58e661a|commit]] * perf vendor events: Add Cortex-A57 and Cortex-A72 events [[https://git.kernel.org/linus/7025fdbea3a67c5980b94574b755a5fd65ea8a36|commit]] * X86 * Introduce x86-64 IRQ/exception/debug stack guard pages to detect stack overflows immediately and deterministically [[https://git.kernel.org/linus/117ed45485413b1977bfc638c32bf5b01d53c62b|commit]], [[https://git.kernel.org/linus/18b7a6bef62de1d598fbff23b52114b7775ecf00|commit]], [[https://git.kernel.org/linus/e6401c13093173aad709a5c6de00cf8d692ee786|commit]], [[https://git.kernel.org/linus/0ac26104208450d35c4e68754ce0c67b3a4d7802|commit]], [[https://git.kernel.org/linus/66c7ceb47f628c8bd4f84a6d01c2725ded6a342d|commit]], [[https://git.kernel.org/linus/451f743a64e1cf979f5fe21a1b2a015feb559f72|commit]], [[https://git.kernel.org/linus/758a2e312228410f2f5092ade558109e93dc3ee8|commit]], [[https://git.kernel.org/linus/a754fe2b76d1d6bce7069657bba975034f3ad961|commit]], [[https://git.kernel.org/linus/231c4846b106d526fa212b02b37447d3f2fcc99d|commit]], [[https://git.kernel.org/linus/aa641c287b2f7676f6f0064a8351daf08eca6b0a|commit]], [[https://git.kernel.org/linus/c450c8f532b63475b30e29bc600c25ab0a4ab282|commit]], [[https://git.kernel.org/linus/2a594d4ccf3f10f80b77d71bd3dad10813ac0137|commit]], [[https://git.kernel.org/linus/1bdb67e5aa2d5d43c48cb7d93393fcba276c9e71|commit]], [[https://git.kernel.org/linus/3207426925d2b4da390be8068df1d1c2b36e5918|commit]], [[https://git.kernel.org/linus/4d68c3d0ecd5fcba8876e8a58ac41ffb360de43e|commit]], [[https://git.kernel.org/linus/f6ef73224a0f0400c3979c8bc68b383f9d2eb9d8|commit]], [[https://git.kernel.org/linus/afcd21dad88b68d646e91ed36948117d58b4c197|commit]], [[https://git.kernel.org/linus/bf5882abab773afd1277415e2f826b21de28f30d|commit]], [[https://git.kernel.org/linus/d876b67343a648f3613506c7dbfed088fa0c875b|commit]], [[https://git.kernel.org/linus/7623f37e411156e6e09b95cf5c76e509c5fda640|commit]], [[https://git.kernel.org/linus/a4af767ae59cc579569bbfe49513a0037d5989ee|commit]], [[https://git.kernel.org/linus/019b17b3ffe48100e52f609ca1c6ed6e5a40cba1|commit]], [[https://git.kernel.org/linus/881a463cf21dbf83aab2cf6c9a359f34f88c2491|commit]], [[https://git.kernel.org/linus/8f34c5b5afce91d171bb0802631197484cb69b8b|commit]], [[https://git.kernel.org/linus/30842211506e376b76394a9cb4e6d0c9d258b8d4|commit]], [[https://git.kernel.org/linus/6f36bd8d2e8c221eaaf4ce5b0ebbb11c00b0ac98|commit]], [[https://git.kernel.org/linus/99d334511b337884cadbdfae28da912a4edb1001|commit]], [[https://git.kernel.org/linus/df835e7083bee33e98635aca26b39b63ebc6cca7|commit]], [[https://git.kernel.org/linus/4f44b8f0b33b7111216f0fad353315f796b81617|commit]], [[https://git.kernel.org/linus/fa33215422fd415a07ec2a00e9f1acdaf0fa8e94|commit]] * Add bug infrastructure to deal with the Microarchitectural Data Sampling (MDS) hardware vulnerability, which allows unprivileged speculative access to data which is available in various CPU internal buffers. This new set of misfeatures has the following variants: Microarchitectural Store Buffer Data Sampling (MSBDS, CVE-2018-12126), Microarchitectural Fill Buffer Data Sampling (MFBDS, CVE-2018-12130), Microarchitectural Load Port Data Sampling (MLPDS, CVE-2018-12127), Microarchitectural Data Sampling Uncacheable Memory (MDSUM, CVE-2019-11091) [[https://git.kernel.org/linus/95310e348a321b45fb746c176961d4da72344282|commit]], [[https://git.kernel.org/linus/ea01668f9f43021b28b3f4d5ffad50106a1e1301|commit]], [[https://git.kernel.org/linus/e672f8bf71c66253197e503f75c771dd28ada4a0|commit]], [[https://git.kernel.org/linus/5c14068f87d04adc73ba3f41c2a303d3c3d1fa12|commit]], [[https://git.kernel.org/linus/e9fee6fe08eef51cd9a7455d18b9011f1e463f22|commit]], [[https://git.kernel.org/linus/0336e04a6520bdaefdb0769d2a70084fa52e81ed|commit]], [[https://git.kernel.org/linus/782e69efb3dfed6e8360bc612e8c7827a901a8f9|commit]], [[https://git.kernel.org/linus/d68be4c4d31295ff6ae34a8ddfaa4c1a8ff42812|commit]], [[https://git.kernel.org/linus/98af8452945c55652de68536afdde3b520fec429|commit]], [[https://git.kernel.org/linus/e2c3c94788b08891dcf3dbe608f9880523ecd71b|commit]], [[https://git.kernel.org/linus/cae5ec342645746d617dd420d206e1588d47768a|commit]], [[https://git.kernel.org/linus/39226ef02bfb43248b7db12a4fdccb39d95318e3|commit]], [[https://git.kernel.org/linus/7c3658b20194a5b3209a143f63bc9c643c6a3ae2|commit]], [[https://git.kernel.org/linus/d71eb0ce109a124b0fa714832823b9452f2762cf|commit]], [[https://git.kernel.org/linus/5999bbe7a6ea3c62029532ec84dc06003a1fa258|commit]], [[https://git.kernel.org/linus/65fd4cb65b2dad97feb8330b6690445910b56d6a|commit]], [[https://git.kernel.org/linus/22dd8365088b6403630b82423cf906491859b65e|commit]], [[https://git.kernel.org/linus/8a4b06d391b0a42a373808979b5028f5c84d9c6a|commit]], [[https://git.kernel.org/linus/bc1241700acd82ec69fde98c5763ce51086269f8|commit]], [[https://git.kernel.org/linus/07f07f55a29cb705e221eda7894dd67ab81ef343|commit]], [[https://git.kernel.org/linus/650b68a0622f933444a6d66936abb3103029413b|commit]], [[https://git.kernel.org/linus/04dcbdb8057827b043b3c71aa397c4c63e67d086|commit]], [[https://git.kernel.org/linus/6a9e529272517755904b7afa639f6db59ddb793e|commit]], [[https://git.kernel.org/linus/6c4dbbd14730c43f4ed808a9c42ca41625925c22|commit]], [[https://git.kernel.org/linus/e261f209c3666e842fd645a1e31f001c3a26def9|commit]], [[https://git.kernel.org/linus/ed5194c2732c8084af9fd159c146ea92bf137128|commit]], [[https://git.kernel.org/linus/36ad35131adacc29b328b9c8b6277a8bf0d6fd5d|commit]] * Sysfs interface to set the Performance and Energy Bias Hint (EPB) [[https://git.kernel.org/linus/5861381d486601430cccf64849bd0a226154bc0d|commit]], [[https://git.kernel.org/linus/b9c273babce791cf228fc466577f55056a699f9c|commit]] * platforms * chrome: Add CrOS USB PD logging driver [[https://git.kernel.org/linus/a2679b64719085196a8e1762a40e90e92b1f3cf5|commit]] * chrome: Add support for v1 of host sleep event [[https://git.kernel.org/linus/7235560ac77a2516b84b86946debaa4fb951ed9b|commit]] * chrome: cros_ec: Add EC host command support using rpmsg [[https://git.kernel.org/linus/2de89fd989584c54f5f3fcea808504c0149ba837|commit]] * chrome: wilco_ec: Add h1_gpio status to debugfs [[https://git.kernel.org/linus/9e2b0e0be64227ba8f09008d32d75280595a5464|commit]] * Add support for Basin Cove power button [[https://git.kernel.org/linus/6456fd731517f473eac033f898d40ae76b160183|commit]] * asus-wmi: Add fn-lock mode switch support [[https://git.kernel.org/linus/487579bab867e739be3d2c0064ad3af1221482c8|commit]] * mlx-platform: Add support for tachometer speed register [[https://git.kernel.org/linus/584814af9f8ca07cd38e5c554ddd10e85c4e2053|commit]] * perf: Add Icelake support (kernel only, except Topdown) [[https://git.kernel.org/linus/6e394376ee89233508fa21d006546357f8efee31|commit]], [[https://git.kernel.org/linus/cf50d79a8cfe5adae37fec026220b009559bbeed|commit]], [[https://git.kernel.org/linus/b3377c3acb9e54cf86efcfe25f2e792bca599ed4|commit]], [[https://git.kernel.org/linus/f08c47d1f86c6dc666c7e659d94bf6d4492aa9d7|commit]], [[https://git.kernel.org/linus/6017608936c1825ff5d7325270484042f597edff|commit]], [[https://git.kernel.org/linus/63b79f6ebc464afb730bc45762c820795e276da1|commit]], [[https://git.kernel.org/linus/d3617b98b04583df222f34992e65712862a77bf1|commit]], [[https://git.kernel.org/linus/c22497f5838c237e3094a4dfb99d1c5de6353239|commit]], [[https://git.kernel.org/linus/477f00f9617009a9a3a9271885231573b728ca4f|commit]], [[https://git.kernel.org/linus/48f38aa4cc5a48bc0fe85c5c4b1ab171fbb539b6|commit]] * perf: Add Tremont core PMU support [[https://git.kernel.org/linus/6daeb8737f8a93c6d3a3ae57e23dd3dbe8b239da|commit]] * perf: Add support for recording and printing XMM registers available, for instance, on Icelake [[https://git.kernel.org/linus/ca138a7aabc68bf727918bb40ce08157cd5ec0a5|commit]] * perf vendor events intel: Update Bonnell to V4 [[https://git.kernel.org/linus/b1580f542ca7d4bec387559b05e62b1b2f5f08d2|commit]], update Broadwell events to v23 [[https://git.kernel.org/linus/8313fe2d685da168b732421f85714cfd702d2141|commit]], update !Broadwell-DE events to v7 [[https://git.kernel.org/linus/d2243329ef3c5107d00dee4327a9884a394ef715|commit]], update !BroadwellX events to v14 [[https://git.kernel.org/linus/9f0f4a242c24221ed006f449c3f67b863b12985c|commit]], update Goldmont to v13 [[https://git.kernel.org/linus/f3ef08583ea61eb4d86dfb33f0e0ebe2bc4f6e64|commit]], update !GoldmontPlus to v1.01 [[https://git.kernel.org/linus/c53dd58988385c3f0861ea1d487489bad8cc69a7|commit]], update Haswell events to v28 [[https://git.kernel.org/linus/efc351f1b55070887184549ec3b8b47a3570ae78|commit]], update HaswellX events to v20 [[https://git.kernel.org/linus/e313477f7e76f23c3e2d45428f9456ba675bc702|commit]], update !IvyBridge events to v21 [[https://git.kernel.org/linus/2111da70ff1094ed65d15f00e6285b668f689b87|commit]], update !IvyTown events to v20 [[https://git.kernel.org/linus/009edd9ae0e77e5cbc6d8767e02be15b4e8b55c5|commit]], update !JakeTown events to v20 [[https://git.kernel.org/linus/e6b32be4455f57884bf2a312692c1f4135e35e02|commit]], update !KnightsLanding events to v9 [[https://git.kernel.org/linus/643e72255e35f49ac1a2e1ca409a8ccd5b4598b6|commit]], update !SandyBridge events to v16 [[https://git.kernel.org/linus/59da390e54a4bfa674c6a61727a5e0243ba0ad74|commit]], update Silvermont to v14 [[https://git.kernel.org/linus/1c3a2c864d2da0454bca1e41d3e0090c18678909|commit]], update Skylake events to v42 [[https://git.kernel.org/linus/24339348b9153047c08b5879bc69d3327cb07783|commit]], update SkylakeX events to v1.12 [[https://git.kernel.org/linus/19f2d40c57141bf586c5b4f6bd5d8fedf7b54f3e|commit]], update metrics from TMAM 3.5 [[https://git.kernel.org/linus/fd5500989c8f3c3944ac0a144be04bae2506f7ba|commit]] * Intel trace hub * Add switch triggering support [[https://git.kernel.org/linus/8116db57cf1618cb21dab957952e7bd1395430da|commit]] * msu: Add a sysfs attribute to trigger window switch [[https://git.kernel.org/linus/6cac7866c27418cd784fbb8041c2dddd6d966bc7|commit]] * Add Comet Lake support [[https://git.kernel.org/linus/e60e9a4b231a20a199d7a61caadc48693c30d695|commit]] * KVM: Implement HWCR support [[https://git.kernel.org/linus/191c8137a93989825f0e9f78a198367dde677216|commit]] * KVM: Introduce a new guest mapping interface [[https://git.kernel.org/linus/e0bf2665ca26c1f6d6909de29bd382e7a5ee41e7|commit]], [[https://git.kernel.org/linus/dee9c0493108b36e89d289c8fd6f4c90321d0d5e|commit]], [[https://git.kernel.org/linus/8892530598dd6333c2ca6316e486708824d587ea|commit]], [[https://git.kernel.org/linus/8c5fbf1a723107814c20c3f4d6343ab9d694a705|commit]], [[https://git.kernel.org/linus/42e35f8072c339cbdcaf4de95dc6e1815c2797cf|commit]], [[https://git.kernel.org/linus/3278e0492554895509530d493fbfa9a9f1b27a41|commit]], [[https://git.kernel.org/linus/96c66e87deeeb3cc78a3b82a1de8e365eec206c1|commit]], [[https://git.kernel.org/linus/31f0b6c4ba7da19192492b988f06f27bbe259082|commit]], [[https://git.kernel.org/linus/b146b839282ca98927a109d6bb0351c7380b70e4|commit]], [[https://git.kernel.org/linus/e45adf665a53df0db37f784ed87c6b57ddd81885|commit]], [[https://git.kernel.org/linus/bd53cb35a3e9adb73a834a36586e9ad80e877767|commit]], [[https://git.kernel.org/linus/3d5f6beb74a00bcc308612ee007e3e0c6126c397|commit]] * Inject a PMI for KVM Guest when ToPA buffer is filled [[https://git.kernel.org/linus/8479e04e7d6b1974629a0f657afa8ec5f17d2e90|commit]], [[https://git.kernel.org/linus/c715eb9fe9027ed118630adb0d59acf36b848d4f|commit]] * XEN: Add "xen_timer_slop" command line option [[https://git.kernel.org/linus/2ec16bc0fc7ab544f2d405fd4fdd0d717c5ec0c5|commit]] * Let x86_64 unlock 1GB-hugetlb pages [[https://git.kernel.org/linus/10eeadf3045c35fc83649ac586973eb28255add9|commit]], [[https://git.kernel.org/linus/39186cbe652d4f09d9494292fb77dfbc113bdf59|commit]] * CSKY * ftrace: Add dynamic function tracer (include graph tracer) [[https://git.kernel.org/linus/28bb030f93334495ddc64ade0bff18721bf7023d|commit]] * Add page fault perf event support [[https://git.kernel.org/linus/0eaf50deec8d550164b3cf6a5d68ec1072916f0e|commit]] * Add perf callchain support [[https://git.kernel.org/linus/cfa4d93b977a1b1129e7207d11b5daecdf0c56c4|commit]] * Add support for perf registers sampling [[https://git.kernel.org/linus/daac95e70f482e7add3305ee5e38f00dca505268|commit]] * Support dynamic start physical address [[https://git.kernel.org/linus/f62e31623d718a7c20d9da98de48361624d7360a|commit]] * Add support for libdw [[https://git.kernel.org/linus/b399ec215b8488468b947c34dfc097003408fe34|commit]] * Add support for perf unwind-libdw [[https://git.kernel.org/linus/3213486f2e442831e324cc6201a2f9e924ecc235|commit]] * MIPS * eBPF: Provide eBPF support for MIPS64R6 [[https://git.kernel.org/linus/0d1d17b9ff8e7d69b2169337b263822355404a86|commit]], [[https://git.kernel.org/linus/6c2c8a18886897226ee43e77c0149a8e1874274a|commit]] * eBPF: Initial eBPF support for MIPS32 architecture [[https://git.kernel.org/linus/716850ab104db154549b01e63d5c71076434b064|commit]] * PARISC * Add KPROBES support [[https://git.kernel.org/linus/8858ac8e9e9b1894f7bb218bc0035532371b8d7e|commit]], [[https://git.kernel.org/linus/e0b59b7b633ab72c08bb9bac36afaeaade011ddf|commit]] * Convert page table updates to use per-pagetable spinlocks which overall improves performance on SMP machines a lot [[https://git.kernel.org/linus/b37d1c1898b288c69f3dc9267bc2c41af06f4a4b|commit]] * Add KGDB support [[https://git.kernel.org/linus/eacbfce19d8b6dbd7958cbe01d65a21324cc2fad|commit]] * POWERPC * Support for Kernel Userspace Access/Execution Prevention (like SMAP/SMEP/PAN/PXN) on some 64-bit and 32-bit CPUs. This prevents the kernel from accidentally accessing userspace outside copy_to/from_user(), or ever executing userspace [[https://git.kernel.org/linus/5e5be3aed23032d40d5ab7407f344f1a74f2765b|commit]], [[https://git.kernel.org/linus/e291b6d575bc6e4d1d36961b081be521a6c800d6|commit]], [[https://git.kernel.org/linus/e2fb9f5444312fd01627c84a3e018c1fe8ac6ebb|commit]], [[https://git.kernel.org/linus/c341a108a58100b4d0774ddb1dacbd67dfa749b3|commit]], [[https://git.kernel.org/linus/06fbe81b5909847aa13f9c86c2b6f9bbc5c2795b|commit]], [[https://git.kernel.org/linus/2679f9bd0abafb3044bcbaac0600b32159ac8bf2|commit]], [[https://git.kernel.org/linus/31ed2b13c48d779efc838ad54e30121e088a62af|commit]], [[https://git.kernel.org/linus/f342adca3afc84c4ef648352440ed6331518d72d|commit]], [[https://git.kernel.org/linus/a68c31fc01ef7863acc0fc74694bf279456a58c4|commit]], [[https://git.kernel.org/linus/a3f3072db6cad40895c585dce65e36aab997f042|commit]], [[https://git.kernel.org/linus/53a712bae5dd919521a58d7bad773b949358add0|commit]], [[https://git.kernel.org/linus/0fb1c25ab523614b056ace11be67aac8f8ccabb1|commit]], [[https://git.kernel.org/linus/69795cabe4cfe5122438d50010ad5310c113a013|commit]], [[https://git.kernel.org/linus/de78a9c42a790011f179bc94a7da3f5d8721f4cc|commit]], [[https://git.kernel.org/linus/b28c97505eb1a5265e367c398c3406be6ce5e313|commit]], [[https://git.kernel.org/linus/1bb2bae2e6c7d94e3bc1fdce06baf31b8d811ed6|commit]], [[https://git.kernel.org/linus/ef296729b735e083d8919e76ac213b8ff237eb78|commit]], [[https://git.kernel.org/linus/890274c2dc4c0a57ae5a12d6a76fa6d05b599d98|commit]] * KVM: Book3S HV: add XIVE native exploitation mode [[https://git.kernel.org/linus/88ec6b93c8e7d6d4ffaf6ad6395ceb3bf552de15|commit]], [[https://git.kernel.org/linus/5422e95103cf9663bc86cf1056a3ea44c2e2f09e|commit]], [[https://git.kernel.org/linus/2bde9b3ec8bdf60788e9e2ce8c07a2f8d6003dbd|commit]], [[https://git.kernel.org/linus/3fab2d10588e09abd4bd7b9bacce5e4e435993f6|commit]], [[https://git.kernel.org/linus/232b984b7d55e68971962f07f1dd1d1eb1be52e0|commit]], [[https://git.kernel.org/linus/6520ca64cde71b75dae54f3fcb33517a93d82486|commit]], [[https://git.kernel.org/linus/39e9af3de5ca936098bc80ebe14401426673c208|commit]], [[https://git.kernel.org/linus/a1cd3f0883f435e5f9ae6530d7e62b361c87a91a|commit]], [[https://git.kernel.org/linus/e4945b9da52b36052b7c509ca31c5ead1d165b24|commit]], [[https://git.kernel.org/linus/e6714bd1671da9d8dfb5332075df251b746fd0fd|commit]], [[https://git.kernel.org/linus/7b46b6169ab80f8f415a0ca2ea4aa7f1afdcc4f3|commit]], [[https://git.kernel.org/linus/5ca806474859a0e94584b3a63f9509a25758408e|commit]], [[https://git.kernel.org/linus/13ce3297c5766b9541b6a7a255794c5168a7ae1a|commit]], [[https://git.kernel.org/linus/e8676ce50e224d507946b1c535bc13584e6b49ff|commit]], [[https://git.kernel.org/linus/4131f83c3d64e591014dad14c7f8070c538b9422|commit]], [[https://git.kernel.org/linus/eacc56bb9de3e6830ddc169553772cd6de59ee4c|commit]] * 32 bit: Add KASAN support [[https://git.kernel.org/linus/2edb16efc899f9c232e2d880930b855e4cf55df4|commit]] * 32 bit: A fast path entry for syscalls on 32-bit CPUs, for a 12-17% speedup in the null_syscall benchmark [[https://git.kernel.org/linus/d1865e71cdc9b75b6a6716a2983eb5d6004cfca9|commit]], [[https://git.kernel.org/linus/38b4564cf042ad3f5333692687023803c1ab1112|commit]], [[https://git.kernel.org/linus/1a4b739bbb4f8857d1b4feb46d6b3ec72269c111|commit]], [[https://git.kernel.org/linus/b86fb88855ea7881314b935df1df6b1ef1bd0c32|commit]], [[https://git.kernel.org/linus/40530db7c656119b1671aae5bc27811f66f5f424|commit]], [[https://git.kernel.org/linus/1ae99b4b924ab10452da653baed29d3883705519|commit]], [[https://git.kernel.org/linus/642770dd96cb04e7cf8f7677e35cd528cda0a97b|commit]], [[https://git.kernel.org/linus/f97dec21a306967edbc49ce46f3ecefa3cd16907|commit]], [[https://git.kernel.org/linus/ef4291243f51d0a69899ee2025de09578c0fcba8|commit]], [[https://git.kernel.org/linus/90f204b9a1f2dc81904547a52ba976d3e84dcf59|commit]], [[https://git.kernel.org/linus/7271fc960424a2fed3823a57358f67f650fd708d|commit]], [[https://git.kernel.org/linus/bd82904d465c0655fdc40dfc753209ea54efdd23|commit]], [[https://git.kernel.org/linus/57bc13acbe11b6d60d5dc4d574c34e1d981a8824|commit]], [[https://git.kernel.org/linus/1d3034aed4489ae96bc7eec5050096944fd181f6|commit]], [[https://git.kernel.org/linus/37737a2afd69c201d0dac334c84fd1f0d596dfc0|commit]] * Warn if W+X pages found on boot [[https://git.kernel.org/linus/453d87f6a8aed827f5ebb1708a4cea458fd68d23|commit]] * Show powerpc_security_features in debugfs [[https://git.kernel.org/linus/398af571128fe75f07343f929975b26d57eafd18|commit]] * Add force enable of DAWR on P9 option [[https://git.kernel.org/linus/c1fe190c06723322f2dfac31d3b982c581e434ef|commit]] * RISCV * Implement {{{nosmp}}} commandline option [[https://git.kernel.org/linus/ab3d26500547369c24a6c1c31725fd2841a57d0c|commit]] * Support {{{nr_cpus}}} command line option [[https://git.kernel.org/linus/8b4302a442afffef6bb955202d27c69f1e7e2fbf|commit]] * S390 * Add support for kernel address space layout randomization (KASLR) [[https://git.kernel.org/linus/b2d24b97b2a9691351920e700bfda4368c177232|commit]] * Support relocatable kernel [[https://git.kernel.org/linus/805bc0bc238f7209fca5e39c152b0d3c12046ac9|commit]] * Add support for kernel image signature verification [[https://git.kernel.org/linus/e23a8020ce4e094e10d717d39a8ce799243bf8c1|commit]] * KVM: new guest facilities [[https://git.kernel.org/linus/7832e91cd33f21f3cf82b003478c292915a1ec14|commit]], [[https://git.kernel.org/linus/d5cb6ab1e3d4d7e0648a167f6290e89f6e86964e|commit]], [[https://git.kernel.org/linus/13209ad0395c4de7fa48108b1dac72e341d5c089|commit]], [[https://git.kernel.org/linus/d668139718a9e2260702777bd8d86d71c30b6539|commit]], [[https://git.kernel.org/linus/173aec2d5a9fa5f40e462661a8283fcafe04764f|commit]], [[https://git.kernel.org/linus/4f45b90e1c03466202fca7f62eaf32243f220830|commit]], [[https://git.kernel.org/linus/8ec2fa52eac53bff7ef1cedbc4ad8af650ec937c|commit]] * KVM: Add {{{halt_poll_max_steal}}} to set the maximum percentage of steal time to allow polling [[https://git.kernel.org/linus/8b905d28ee17795c939813b2f6947829774619b9|commit]] * Add support for the CPU-Measurement Facility counter second version number 6 [[https://git.kernel.org/linus/46a984ffb86c8542fa510656fa8cb33befe8ee8f|commit]], [[https://git.kernel.org/linus/1c410fd6a561af452aba282b1cd3cabef2080d72|commit]] * crypto: use TRNG for seeding/reseeding [[https://git.kernel.org/linus/769f020b6c9283d61c59de3559375ec7e961a424|commit]] * ipl: Provide {{{has_secure}}} sysfs attribute [[https://git.kernel.org/linus/c9896acc7851109d4e84c1e3a54cb1b9794dea6b|commit]] * qeth: add TX multiqueue support for IQD devices [[https://git.kernel.org/linus/3a18d75400ff14cf3518637579974e22aa0113bd|commit]] * qeth: add TX multiqueue support for OSA devices [[https://git.kernel.org/linus/73dc2daf110f4a4e777003b22dda09bb40948fc9|commit]] * Protected virtualization guest support [[https://git.kernel.org/linus/5abb9351dfd937d43193f4d09af9c72bfe2c4180|commit]] * Report new CPU capabilities [[https://git.kernel.org/linus/a8fd61688dfad6fdce95fa64cacd8a66595697b8|commit]] * PCI: Add parameter to disable usage of MIO instructions [[https://git.kernel.org/linus/56271303808fb86375ec33183d56c21fdeb836ea|commit]] * Add parameter to force floating irqs [[https://git.kernel.org/linus/fbfe07d440f2c55070a0358f66560bb4f9fb92e7|commit]] * Show statistics for MSI IRQs [[https://git.kernel.org/linus/914b7dd07ee8713c69c31ddb3e19a76852a846ac|commit]] * vfio-ccw: support hsch/csch [[https://git.kernel.org/linus/71189f263f8a3db7b72ca75be14e7309375e8707|commit]], [[https://git.kernel.org/linus/690f6a1581c7c08e85451f62bcbfe40f29072842|commit]], [[https://git.kernel.org/linus/4f76617378ee97c557b526cb58d3c61eb0a9c963|commit]], [[https://git.kernel.org/linus/db8e5d17ac03a65e2e0ee0ba50bf61a99741d871|commit]], [[https://git.kernel.org/linus/d5afd5d135c8cc43bd2568361b4c91f0bd488c3f|commit]], [[https://git.kernel.org/linus/b0940857379eb930a4310625c4cd89254e4478b6|commit]] * XTENSA * Add exclusive atomics support [[https://git.kernel.org/linus/f7c34874f04a80d6c39a32f08da2529e59602d3c|commit]] |
== ARM == * New !SoCs * Intel Agilex (SoCFPGA) [[https://git.kernel.org/linus/4b36daf9ada30a66c93f8701e8c6f23bc3ce94e2|commit]] * NXP i.MX8MM (Quad Cortex-A53 with media/graphics focus) [[https://git.kernel.org/linus/a05ea40eb384e28205ed7200384f55cf210d8b63|commit]] * New boards * Allwinner * !RerVision H3-DVK (H3) [[https://git.kernel.org/linus/28ff811f58b1841be63692601dee771a09afc7d6|commit]] * Oceanic 5205 5inMFD (H6) [[https://git.kernel.org/linus/00f7980a3bd53d12abc34f68146a8eed0e894248|commit]] * Beelink GS2 (H6) [[https://git.kernel.org/linus/089bee8dd119ba084dee6b17a2e1a53df4f30193|commit]] * Orange Pi 3 (H6) [[https://git.kernel.org/linus/8fe62f1286311762ecc0066d3a7c7ea5042a5c32|commit]] * Rockchip * Orange Pi RK3399 [[https://git.kernel.org/linus/08b64bd2c681ab8bd67fbf1d34d092d1bb72ede4|commit]] * Nanopi NEO4 [[https://git.kernel.org/linus/092470b537f19788d957aed12d835a179b606014|commit]] * Veyron-Mighty Chromebook variant [[https://git.kernel.org/linus/01b2a2d52169372d73ec3639620b2b3255d5eb53|commit]] * Amlogic: SEI Robotics SEI510 [[https://git.kernel.org/linus/b7be144932a8376fbb886115ce908a1a1818940b|commit]] * ST Micro * stm32mp157a discovery1 [[https://git.kernel.org/linus/37eadb8555c09395e7dd2b6af83ff82ff9a1e990|commit]] * stm32mp157c discovery2 [[https://git.kernel.org/linus/a352e2b337b827403b01df2a88059e873cc8c171|commit]] * NXP * Eckelmann ci4x10 (i.MX6DL) [[https://git.kernel.org/linus/811c94f1e866efd02060acdfa697274a9973d5c3|commit]] * i.MX8MM EVK (i.MX8MM) [[https://git.kernel.org/linus/547e12325d0e5ebe8f40e410f8de10a114f70db5|commit]] * ZII i.MX7 RPU2 (i.MX7) [[https://git.kernel.org/linus/69ab5392f5177aad19e006c5ba8e78bf059fee68|commit]] * ZII SPB4 (VF610) [[https://git.kernel.org/linus/dae9f076d1c3c5d1e4bb7363d8b1ccd6145200b1|commit]] * Zii Ultra (i.MX8M) [[https://git.kernel.org/linus/4a13b3bec3b49cf979cc62005cc3af5e502899c9|commit]] * TQ TQMa7S (i.MX7Solo) [[https://git.kernel.org/linus/a80a1af6ec8ac59fdddeb013d7c1572bcae4f6eb|commit]], [[https://git.kernel.org/linus/c924f0c07e482c92a74173611d7a2611f91bab22|commit]] * TQ TQMa7D (i.MX7Dual) [[https://git.kernel.org/linus/684a586741e2be211ca9bc800ae631b69fb3f8aa|commit]] * Kobo Aura (i.MX50) [[https://git.kernel.org/linus/891d940aef2f98ba043c6e63008a99dbdf68bdc6|commit]] * Menlosystems M53 (i.MX53)j [[https://git.kernel.org/linus/716be61d186939eebacdbccfc14e9ea3bd70f8c6|commit]] * Nvidia: Jetson Nano (Tegra T210) [[https://git.kernel.org/linus/6772cd0eacc8f91a3539f99ae9d9678c455a9fc6|commit]] * ixp4xx: Add device tree boot support [[https://git.kernel.org/linus/9540724ca29d54b65aaea120072166ebc2d5f4a1|commit]] * IXP4xx-based Linksys NSLU2 and Gateworks GW2358 which encompass the Gateworks Cambria family [[https://git.kernel.org/linus/b9a35d705a6780b5b89121e685c3e43c9ffa34f8|commit]] * coresight: Support static funnel [[https://git.kernel.org/linus/78e6427b4e7b017951785982f7f97cf64e2d624b|commit]] * Add PCI ATS support to Arm SMMUv3 [[https://git.kernel.org/linus/b2fc9b4b7ff4e6d237b0118e98573c9153363ecd|commit]], [[https://git.kernel.org/linus/9ce27afc0830fca07daa3baeb4da44423b0673ef|commit]], [[https://git.kernel.org/linus/2a7e62f51696ad476b7fb8157d73307e20257df7|commit]], [[https://git.kernel.org/linus/8be39a1a04c1491a6a408c1549dfd4e191f3a287|commit]], [[https://git.kernel.org/linus/bcecaee434733d98a9e7a45834f7439b64142eb3|commit]], [[https://git.kernel.org/linus/b54f4260c7df878c231e7b3a3687636d74d83c8f|commit]], [[https://git.kernel.org/linus/5702ee24182f9b3e33476b74b5c92a4f913ad9bd|commit]], [[https://git.kernel.org/linus/b9ae16d80a357c88fcb7ff6831cfdc196f0a34dd|commit]] * perf: add a driver for the SMMUv3 PMU into the perf framework [[https://git.kernel.org/linus/7d839b4b9e00645e49345d6ce5dfa8edf53c1a21|commit]], [[https://git.kernel.org/linus/f202cdab3b48d8c2c1846c938ea69cb8aa897699|commit]], [[https://git.kernel.org/linus/24062fe85860debfdae0eeaa495f27c9971ec163|commit]] == ARM64 == * Introduces a DC CVADP instruction which cleans the data cache to the point of deep persistence [[https://git.kernel.org/linus/aaba098fe6ce594ae6f963dc041be6307e499f19|commit]], [[https://git.kernel.org/linus/aec0bff757c937489d003ab7b36c52e77e4b096a|commit]], [[https://git.kernel.org/linus/d16ed4105f5bbd8a34f15053045a6657f4c52c6f|commit]], [[https://git.kernel.org/linus/671db581815faf17cbedd7fcbc48823a247d90b1|commit]], [[https://git.kernel.org/linus/04a1438e5660ae44ecebd6c870fbcc140dd883a7|commit]], [[https://git.kernel.org/linus/b9585f53bcf1ada1fbac22c15fd723c65ef67ff1|commit]] * Expose SVE2 features for userspace [[https://git.kernel.org/linus/06a916feca2b262ab0c1a2aeb68882f4b1108a07|commit]] * Add system vulnerability sysfs entries [[https://git.kernel.org/linus/e5ce5e7267ddcbe13ab9ead2542524e1b7993e5a|commit]], [[https://git.kernel.org/linus/3891ebccace188af075ce143d8b072b65e90f695|commit]], [[https://git.kernel.org/linus/1b3ccf4be0e7be8c4bd8522066b6cbc92591e912|commit]], [[https://git.kernel.org/linus/73f38166095947f3b86b02fbed6bd592223a7ac8|commit]], [[https://git.kernel.org/linus/517953c2c47f9c00a002f588ac856a5bc70cede3|commit]], [[https://git.kernel.org/linus/8c1e3d2bb44cbb998cb28ff9a18f105fee7f1eb3|commit]], [[https://git.kernel.org/linus/d2532e27b5638bb2e2dd52b80b7ea2ec65135377|commit]], [[https://git.kernel.org/linus/d42281b6e49510f078ace15a8ea10f71e6262581|commit]], [[https://git.kernel.org/linus/526e065dbca6df0b5a130b84b836b8b3c9f54e21|commit]], [[https://git.kernel.org/linus/61ae1321f06c4489c724c803e9b8363dea576da3|commit]] * KVM * Implements support for allowing KVM guests to use the Arm Scalable Vector Extension (SVE) [[https://git.kernel.org/linus/50036ad06b7f31f7312b43752185e37cf1d0b663|commit]], [[https://git.kernel.org/linus/395f562f2b4cf9aef0db540d460b859fcde110b6|commit]], [[https://git.kernel.org/linus/555f3d03e7fb43a539050aee91337978da14a25e|commit]], [[https://git.kernel.org/linus/9a3cdf26e3363ec5460ebe20c508114fa63bcf26|commit]], [[https://git.kernel.org/linus/9033bba4b53527b57bec217509a967a25cb19357|commit]], [[https://git.kernel.org/linus/7dd32a0d0103a5941efbb971f85a3e930cc5665e|commit]], [[https://git.kernel.org/linus/0f062bfe36b63cd24f16afe2822d0df7c27904d9|commit]], [[https://git.kernel.org/linus/ead9e430c0fba1a7aa6d948a626c48ef9c4aa069|commit]], [[https://git.kernel.org/linus/8e3c54c8b6a9286b1571c4a4ba1d4afbd217f297|commit]], [[https://git.kernel.org/linus/e1c9c98345b356ad2890ac7e9223593cae8b4dba|commit]], [[https://git.kernel.org/linus/8c86dfe39d5d3c91fb201b67b72826f75bd2b655|commit]], [[https://git.kernel.org/linus/be25bbb392fad3a721d6d21b78639b60612b5439|commit]], [[https://git.kernel.org/linus/dc52f31a928ba591757aac4e72b35ea163713b57|commit]], [[https://git.kernel.org/linus/2b953ea348128ef4d70b0e21f01c1bdee48ee4dc|commit]], [[https://git.kernel.org/linus/b43b5dd990eb28047dafe639ce44db347496cb56|commit]], [[https://git.kernel.org/linus/73433762fcaeb9d59e84d299021c6b15466c96dd|commit]], [[https://git.kernel.org/linus/7f34e40903947f4723e6cec292e4ec705319c5d7|commit]], [[https://git.kernel.org/linus/1c19991390aefe7f1fc5d53d0b767122ff8043f8|commit]], [[https://git.kernel.org/linus/1765edbab16e3dc73367bda04e45337cea3e51a0|commit]], [[https://git.kernel.org/linus/0495067420f352a0b8ed37ee412d7dd8e7b95c61|commit]], [[https://git.kernel.org/linus/d06b76be8dad2e2fa62f68264887cc295d67a3ef|commit]], [[https://git.kernel.org/linus/8b08e8401fb49fe1274a91bb5fa981c2f819589c|commit]], [[https://git.kernel.org/linus/3f61f40947e88b069ac1103727c81582d6e91dea|commit]], [[https://git.kernel.org/linus/7aa92cf318f8136c445c1656d291f50df189b56a|commit]], [[https://git.kernel.org/linus/38abf22e122e00d20e99408fce4471b5cb65133b|commit]], [[https://git.kernel.org/linus/efbc20249fee68c5740ac49704f437ecee7eda6f|commit]] * Add ARMv8.3 pointer authentication for kvm guest [[https://git.kernel.org/linus/b890d75c4cdc963c96e7774b088120966c23ab8e|commit]], [[https://git.kernel.org/linus/384b40caa8afae44a54e8f69bd37097c0279fdce|commit]], [[https://git.kernel.org/linus/a22fa321d13b0264976cbbc1d22f4c27c41d3642|commit]], [[https://git.kernel.org/linus/a243c16d18be130b17cf1064e9115de73bfdff5a|commit]] * perf: support for perf event modifiers :G and :H which allows for filtering of PMU events between host and guests when used with KVM [[https://git.kernel.org/linus/21bb0ebf5d78c669ed887f30889f2d28cf6bf7db|commit]], [[https://git.kernel.org/linus/630a16854d2d28d13e96ff27ab43cc5caa4609fc|commit]], [[https://git.kernel.org/linus/eb41238cf19fda694e3a99c1f4f58bd88479a5ee|commit]], [[https://git.kernel.org/linus/d1947bc4bc63e56014bb4d812e0db89944ed4a0f|commit]], [[https://git.kernel.org/linus/3d91befbb3a0fcec6e1eebde45c8074b88cc9441|commit]], [[https://git.kernel.org/linus/435e53fb5e21ad1820c5c69f208304c0e5623d01|commit]], [[https://git.kernel.org/linus/39e3406a090a54e700a7c0820c8258af1196b0c2|commit]], [[https://git.kernel.org/linus/a9bf3130ebfe0378df449a1b13997c47a58e661a|commit]] * perf vendor events: Add Cortex-A57 and Cortex-A72 events [[https://git.kernel.org/linus/7025fdbea3a67c5980b94574b755a5fd65ea8a36|commit]] == X86 == * Introduce x86-64 IRQ/exception/debug stack guard pages to detect stack overflows immediately and deterministically [[https://git.kernel.org/linus/117ed45485413b1977bfc638c32bf5b01d53c62b|commit]], [[https://git.kernel.org/linus/18b7a6bef62de1d598fbff23b52114b7775ecf00|commit]], [[https://git.kernel.org/linus/e6401c13093173aad709a5c6de00cf8d692ee786|commit]], [[https://git.kernel.org/linus/0ac26104208450d35c4e68754ce0c67b3a4d7802|commit]], [[https://git.kernel.org/linus/66c7ceb47f628c8bd4f84a6d01c2725ded6a342d|commit]], [[https://git.kernel.org/linus/451f743a64e1cf979f5fe21a1b2a015feb559f72|commit]], [[https://git.kernel.org/linus/758a2e312228410f2f5092ade558109e93dc3ee8|commit]], [[https://git.kernel.org/linus/a754fe2b76d1d6bce7069657bba975034f3ad961|commit]], [[https://git.kernel.org/linus/231c4846b106d526fa212b02b37447d3f2fcc99d|commit]], [[https://git.kernel.org/linus/aa641c287b2f7676f6f0064a8351daf08eca6b0a|commit]], [[https://git.kernel.org/linus/c450c8f532b63475b30e29bc600c25ab0a4ab282|commit]], [[https://git.kernel.org/linus/2a594d4ccf3f10f80b77d71bd3dad10813ac0137|commit]], [[https://git.kernel.org/linus/1bdb67e5aa2d5d43c48cb7d93393fcba276c9e71|commit]], [[https://git.kernel.org/linus/3207426925d2b4da390be8068df1d1c2b36e5918|commit]], [[https://git.kernel.org/linus/4d68c3d0ecd5fcba8876e8a58ac41ffb360de43e|commit]], [[https://git.kernel.org/linus/f6ef73224a0f0400c3979c8bc68b383f9d2eb9d8|commit]], [[https://git.kernel.org/linus/afcd21dad88b68d646e91ed36948117d58b4c197|commit]], [[https://git.kernel.org/linus/bf5882abab773afd1277415e2f826b21de28f30d|commit]], [[https://git.kernel.org/linus/d876b67343a648f3613506c7dbfed088fa0c875b|commit]], [[https://git.kernel.org/linus/7623f37e411156e6e09b95cf5c76e509c5fda640|commit]], [[https://git.kernel.org/linus/a4af767ae59cc579569bbfe49513a0037d5989ee|commit]], [[https://git.kernel.org/linus/019b17b3ffe48100e52f609ca1c6ed6e5a40cba1|commit]], [[https://git.kernel.org/linus/881a463cf21dbf83aab2cf6c9a359f34f88c2491|commit]], [[https://git.kernel.org/linus/8f34c5b5afce91d171bb0802631197484cb69b8b|commit]], [[https://git.kernel.org/linus/30842211506e376b76394a9cb4e6d0c9d258b8d4|commit]], [[https://git.kernel.org/linus/6f36bd8d2e8c221eaaf4ce5b0ebbb11c00b0ac98|commit]], [[https://git.kernel.org/linus/99d334511b337884cadbdfae28da912a4edb1001|commit]], [[https://git.kernel.org/linus/df835e7083bee33e98635aca26b39b63ebc6cca7|commit]], [[https://git.kernel.org/linus/4f44b8f0b33b7111216f0fad353315f796b81617|commit]], [[https://git.kernel.org/linus/fa33215422fd415a07ec2a00e9f1acdaf0fa8e94|commit]] * Add bug infrastructure to deal with the Microarchitectural Data Sampling (MDS) hardware vulnerability, which allows unprivileged speculative access to data which is available in various CPU internal buffers. This new set of misfeatures has the following variants: Microarchitectural Store Buffer Data Sampling (MSBDS, CVE-2018-12126), Microarchitectural Fill Buffer Data Sampling (MFBDS, CVE-2018-12130), Microarchitectural Load Port Data Sampling (MLPDS, CVE-2018-12127), Microarchitectural Data Sampling Uncacheable Memory (MDSUM, CVE-2019-11091) [[https://git.kernel.org/linus/95310e348a321b45fb746c176961d4da72344282|commit]], [[https://git.kernel.org/linus/ea01668f9f43021b28b3f4d5ffad50106a1e1301|commit]], [[https://git.kernel.org/linus/e672f8bf71c66253197e503f75c771dd28ada4a0|commit]], [[https://git.kernel.org/linus/5c14068f87d04adc73ba3f41c2a303d3c3d1fa12|commit]], [[https://git.kernel.org/linus/e9fee6fe08eef51cd9a7455d18b9011f1e463f22|commit]], [[https://git.kernel.org/linus/0336e04a6520bdaefdb0769d2a70084fa52e81ed|commit]], [[https://git.kernel.org/linus/782e69efb3dfed6e8360bc612e8c7827a901a8f9|commit]], [[https://git.kernel.org/linus/d68be4c4d31295ff6ae34a8ddfaa4c1a8ff42812|commit]], [[https://git.kernel.org/linus/98af8452945c55652de68536afdde3b520fec429|commit]], [[https://git.kernel.org/linus/e2c3c94788b08891dcf3dbe608f9880523ecd71b|commit]], [[https://git.kernel.org/linus/cae5ec342645746d617dd420d206e1588d47768a|commit]], [[https://git.kernel.org/linus/39226ef02bfb43248b7db12a4fdccb39d95318e3|commit]], [[https://git.kernel.org/linus/7c3658b20194a5b3209a143f63bc9c643c6a3ae2|commit]], [[https://git.kernel.org/linus/d71eb0ce109a124b0fa714832823b9452f2762cf|commit]], [[https://git.kernel.org/linus/5999bbe7a6ea3c62029532ec84dc06003a1fa258|commit]], [[https://git.kernel.org/linus/65fd4cb65b2dad97feb8330b6690445910b56d6a|commit]], [[https://git.kernel.org/linus/22dd8365088b6403630b82423cf906491859b65e|commit]], [[https://git.kernel.org/linus/8a4b06d391b0a42a373808979b5028f5c84d9c6a|commit]], [[https://git.kernel.org/linus/bc1241700acd82ec69fde98c5763ce51086269f8|commit]], [[https://git.kernel.org/linus/07f07f55a29cb705e221eda7894dd67ab81ef343|commit]], [[https://git.kernel.org/linus/650b68a0622f933444a6d66936abb3103029413b|commit]], [[https://git.kernel.org/linus/04dcbdb8057827b043b3c71aa397c4c63e67d086|commit]], [[https://git.kernel.org/linus/6a9e529272517755904b7afa639f6db59ddb793e|commit]], [[https://git.kernel.org/linus/6c4dbbd14730c43f4ed808a9c42ca41625925c22|commit]], [[https://git.kernel.org/linus/e261f209c3666e842fd645a1e31f001c3a26def9|commit]], [[https://git.kernel.org/linus/ed5194c2732c8084af9fd159c146ea92bf137128|commit]], [[https://git.kernel.org/linus/36ad35131adacc29b328b9c8b6277a8bf0d6fd5d|commit]] * Sysfs interface to set the Performance and Energy Bias Hint (EPB) [[https://git.kernel.org/linus/5861381d486601430cccf64849bd0a226154bc0d|commit]], [[https://git.kernel.org/linus/b9c273babce791cf228fc466577f55056a699f9c|commit]] * platforms * chrome: Add CrOS USB PD logging driver [[https://git.kernel.org/linus/a2679b64719085196a8e1762a40e90e92b1f3cf5|commit]] * chrome: Add support for v1 of host sleep event [[https://git.kernel.org/linus/7235560ac77a2516b84b86946debaa4fb951ed9b|commit]] * chrome: cros_ec: Add EC host command support using rpmsg [[https://git.kernel.org/linus/2de89fd989584c54f5f3fcea808504c0149ba837|commit]] * chrome: wilco_ec: Add h1_gpio status to debugfs [[https://git.kernel.org/linus/9e2b0e0be64227ba8f09008d32d75280595a5464|commit]] * Add support for Basin Cove power button [[https://git.kernel.org/linus/6456fd731517f473eac033f898d40ae76b160183|commit]] * asus-wmi: Add fn-lock mode switch support [[https://git.kernel.org/linus/487579bab867e739be3d2c0064ad3af1221482c8|commit]] * mlx-platform: Add support for tachometer speed register [[https://git.kernel.org/linus/584814af9f8ca07cd38e5c554ddd10e85c4e2053|commit]] * perf: Add Icelake support (kernel only, except Topdown) [[https://git.kernel.org/linus/6e394376ee89233508fa21d006546357f8efee31|commit]], [[https://git.kernel.org/linus/cf50d79a8cfe5adae37fec026220b009559bbeed|commit]], [[https://git.kernel.org/linus/b3377c3acb9e54cf86efcfe25f2e792bca599ed4|commit]], [[https://git.kernel.org/linus/f08c47d1f86c6dc666c7e659d94bf6d4492aa9d7|commit]], [[https://git.kernel.org/linus/6017608936c1825ff5d7325270484042f597edff|commit]], [[https://git.kernel.org/linus/63b79f6ebc464afb730bc45762c820795e276da1|commit]], [[https://git.kernel.org/linus/d3617b98b04583df222f34992e65712862a77bf1|commit]], [[https://git.kernel.org/linus/c22497f5838c237e3094a4dfb99d1c5de6353239|commit]], [[https://git.kernel.org/linus/477f00f9617009a9a3a9271885231573b728ca4f|commit]], [[https://git.kernel.org/linus/48f38aa4cc5a48bc0fe85c5c4b1ab171fbb539b6|commit]] * perf: Add Tremont core PMU support [[https://git.kernel.org/linus/6daeb8737f8a93c6d3a3ae57e23dd3dbe8b239da|commit]] * perf: Add support for recording and printing XMM registers available, for instance, on Icelake [[https://git.kernel.org/linus/ca138a7aabc68bf727918bb40ce08157cd5ec0a5|commit]] * perf vendor events intel: Update Bonnell to V4 [[https://git.kernel.org/linus/b1580f542ca7d4bec387559b05e62b1b2f5f08d2|commit]], update Broadwell events to v23 [[https://git.kernel.org/linus/8313fe2d685da168b732421f85714cfd702d2141|commit]], update !Broadwell-DE events to v7 [[https://git.kernel.org/linus/d2243329ef3c5107d00dee4327a9884a394ef715|commit]], update !BroadwellX events to v14 [[https://git.kernel.org/linus/9f0f4a242c24221ed006f449c3f67b863b12985c|commit]], update Goldmont to v13 [[https://git.kernel.org/linus/f3ef08583ea61eb4d86dfb33f0e0ebe2bc4f6e64|commit]], update !GoldmontPlus to v1.01 [[https://git.kernel.org/linus/c53dd58988385c3f0861ea1d487489bad8cc69a7|commit]], update Haswell events to v28 [[https://git.kernel.org/linus/efc351f1b55070887184549ec3b8b47a3570ae78|commit]], update HaswellX events to v20 [[https://git.kernel.org/linus/e313477f7e76f23c3e2d45428f9456ba675bc702|commit]], update !IvyBridge events to v21 [[https://git.kernel.org/linus/2111da70ff1094ed65d15f00e6285b668f689b87|commit]], update !IvyTown events to v20 [[https://git.kernel.org/linus/009edd9ae0e77e5cbc6d8767e02be15b4e8b55c5|commit]], update !JakeTown events to v20 [[https://git.kernel.org/linus/e6b32be4455f57884bf2a312692c1f4135e35e02|commit]], update !KnightsLanding events to v9 [[https://git.kernel.org/linus/643e72255e35f49ac1a2e1ca409a8ccd5b4598b6|commit]], update !SandyBridge events to v16 [[https://git.kernel.org/linus/59da390e54a4bfa674c6a61727a5e0243ba0ad74|commit]], update Silvermont to v14 [[https://git.kernel.org/linus/1c3a2c864d2da0454bca1e41d3e0090c18678909|commit]], update Skylake events to v42 [[https://git.kernel.org/linus/24339348b9153047c08b5879bc69d3327cb07783|commit]], update SkylakeX events to v1.12 [[https://git.kernel.org/linus/19f2d40c57141bf586c5b4f6bd5d8fedf7b54f3e|commit]], update metrics from TMAM 3.5 [[https://git.kernel.org/linus/fd5500989c8f3c3944ac0a144be04bae2506f7ba|commit]] * Intel trace hub * Add switch triggering support [[https://git.kernel.org/linus/8116db57cf1618cb21dab957952e7bd1395430da|commit]] * msu: Add a sysfs attribute to trigger window switch [[https://git.kernel.org/linus/6cac7866c27418cd784fbb8041c2dddd6d966bc7|commit]] * Add Comet Lake support [[https://git.kernel.org/linus/e60e9a4b231a20a199d7a61caadc48693c30d695|commit]] * KVM: Implement HWCR support [[https://git.kernel.org/linus/191c8137a93989825f0e9f78a198367dde677216|commit]] * KVM: Introduce a new guest mapping interface [[https://git.kernel.org/linus/e0bf2665ca26c1f6d6909de29bd382e7a5ee41e7|commit]], [[https://git.kernel.org/linus/dee9c0493108b36e89d289c8fd6f4c90321d0d5e|commit]], [[https://git.kernel.org/linus/8892530598dd6333c2ca6316e486708824d587ea|commit]], [[https://git.kernel.org/linus/8c5fbf1a723107814c20c3f4d6343ab9d694a705|commit]], [[https://git.kernel.org/linus/42e35f8072c339cbdcaf4de95dc6e1815c2797cf|commit]], [[https://git.kernel.org/linus/3278e0492554895509530d493fbfa9a9f1b27a41|commit]], [[https://git.kernel.org/linus/96c66e87deeeb3cc78a3b82a1de8e365eec206c1|commit]], [[https://git.kernel.org/linus/31f0b6c4ba7da19192492b988f06f27bbe259082|commit]], [[https://git.kernel.org/linus/b146b839282ca98927a109d6bb0351c7380b70e4|commit]], [[https://git.kernel.org/linus/e45adf665a53df0db37f784ed87c6b57ddd81885|commit]], [[https://git.kernel.org/linus/bd53cb35a3e9adb73a834a36586e9ad80e877767|commit]], [[https://git.kernel.org/linus/3d5f6beb74a00bcc308612ee007e3e0c6126c397|commit]] * Inject a PMI for KVM Guest when ToPA buffer is filled [[https://git.kernel.org/linus/8479e04e7d6b1974629a0f657afa8ec5f17d2e90|commit]], [[https://git.kernel.org/linus/c715eb9fe9027ed118630adb0d59acf36b848d4f|commit]] * XEN: Add "xen_timer_slop" command line option [[https://git.kernel.org/linus/2ec16bc0fc7ab544f2d405fd4fdd0d717c5ec0c5|commit]] * Let x86_64 unlock 1GB-hugetlb pages [[https://git.kernel.org/linus/10eeadf3045c35fc83649ac586973eb28255add9|commit]], [[https://git.kernel.org/linus/39186cbe652d4f09d9494292fb77dfbc113bdf59|commit]] == CSKY == * ftrace: Add dynamic function tracer (include graph tracer) [[https://git.kernel.org/linus/28bb030f93334495ddc64ade0bff18721bf7023d|commit]] * Add page fault perf event support [[https://git.kernel.org/linus/0eaf50deec8d550164b3cf6a5d68ec1072916f0e|commit]] * Add perf callchain support [[https://git.kernel.org/linus/cfa4d93b977a1b1129e7207d11b5daecdf0c56c4|commit]] * Add support for perf registers sampling [[https://git.kernel.org/linus/daac95e70f482e7add3305ee5e38f00dca505268|commit]] * Support dynamic start physical address [[https://git.kernel.org/linus/f62e31623d718a7c20d9da98de48361624d7360a|commit]] * Add support for libdw [[https://git.kernel.org/linus/b399ec215b8488468b947c34dfc097003408fe34|commit]] * Add support for perf unwind-libdw [[https://git.kernel.org/linus/3213486f2e442831e324cc6201a2f9e924ecc235|commit]] == MIPS == * eBPF: Provide eBPF support for MIPS64R6 [[https://git.kernel.org/linus/0d1d17b9ff8e7d69b2169337b263822355404a86|commit]], [[https://git.kernel.org/linus/6c2c8a18886897226ee43e77c0149a8e1874274a|commit]] * eBPF: Initial eBPF support for MIPS32 architecture [[https://git.kernel.org/linus/716850ab104db154549b01e63d5c71076434b064|commit]] == PARISC == * Add KPROBES support [[https://git.kernel.org/linus/8858ac8e9e9b1894f7bb218bc0035532371b8d7e|commit]], [[https://git.kernel.org/linus/e0b59b7b633ab72c08bb9bac36afaeaade011ddf|commit]] * Convert page table updates to use per-pagetable spinlocks which overall improves performance on SMP machines a lot [[https://git.kernel.org/linus/b37d1c1898b288c69f3dc9267bc2c41af06f4a4b|commit]] * Add KGDB support [[https://git.kernel.org/linus/eacbfce19d8b6dbd7958cbe01d65a21324cc2fad|commit]] == POWERPC == * Support for Kernel Userspace Access/Execution Prevention (like SMAP/SMEP/PAN/PXN) on some 64-bit and 32-bit CPUs. This prevents the kernel from accidentally accessing userspace outside copy_to/from_user(), or ever executing userspace [[https://git.kernel.org/linus/5e5be3aed23032d40d5ab7407f344f1a74f2765b|commit]], [[https://git.kernel.org/linus/e291b6d575bc6e4d1d36961b081be521a6c800d6|commit]], [[https://git.kernel.org/linus/e2fb9f5444312fd01627c84a3e018c1fe8ac6ebb|commit]], [[https://git.kernel.org/linus/c341a108a58100b4d0774ddb1dacbd67dfa749b3|commit]], [[https://git.kernel.org/linus/06fbe81b5909847aa13f9c86c2b6f9bbc5c2795b|commit]], [[https://git.kernel.org/linus/2679f9bd0abafb3044bcbaac0600b32159ac8bf2|commit]], [[https://git.kernel.org/linus/31ed2b13c48d779efc838ad54e30121e088a62af|commit]], [[https://git.kernel.org/linus/f342adca3afc84c4ef648352440ed6331518d72d|commit]], [[https://git.kernel.org/linus/a68c31fc01ef7863acc0fc74694bf279456a58c4|commit]], [[https://git.kernel.org/linus/a3f3072db6cad40895c585dce65e36aab997f042|commit]], [[https://git.kernel.org/linus/53a712bae5dd919521a58d7bad773b949358add0|commit]], [[https://git.kernel.org/linus/0fb1c25ab523614b056ace11be67aac8f8ccabb1|commit]], [[https://git.kernel.org/linus/69795cabe4cfe5122438d50010ad5310c113a013|commit]], [[https://git.kernel.org/linus/de78a9c42a790011f179bc94a7da3f5d8721f4cc|commit]], [[https://git.kernel.org/linus/b28c97505eb1a5265e367c398c3406be6ce5e313|commit]], [[https://git.kernel.org/linus/1bb2bae2e6c7d94e3bc1fdce06baf31b8d811ed6|commit]], [[https://git.kernel.org/linus/ef296729b735e083d8919e76ac213b8ff237eb78|commit]], [[https://git.kernel.org/linus/890274c2dc4c0a57ae5a12d6a76fa6d05b599d98|commit]] * KVM: Book3S HV: add XIVE native exploitation mode [[https://git.kernel.org/linus/88ec6b93c8e7d6d4ffaf6ad6395ceb3bf552de15|commit]], [[https://git.kernel.org/linus/5422e95103cf9663bc86cf1056a3ea44c2e2f09e|commit]], [[https://git.kernel.org/linus/2bde9b3ec8bdf60788e9e2ce8c07a2f8d6003dbd|commit]], [[https://git.kernel.org/linus/3fab2d10588e09abd4bd7b9bacce5e4e435993f6|commit]], [[https://git.kernel.org/linus/232b984b7d55e68971962f07f1dd1d1eb1be52e0|commit]], [[https://git.kernel.org/linus/6520ca64cde71b75dae54f3fcb33517a93d82486|commit]], [[https://git.kernel.org/linus/39e9af3de5ca936098bc80ebe14401426673c208|commit]], [[https://git.kernel.org/linus/a1cd3f0883f435e5f9ae6530d7e62b361c87a91a|commit]], [[https://git.kernel.org/linus/e4945b9da52b36052b7c509ca31c5ead1d165b24|commit]], [[https://git.kernel.org/linus/e6714bd1671da9d8dfb5332075df251b746fd0fd|commit]], [[https://git.kernel.org/linus/7b46b6169ab80f8f415a0ca2ea4aa7f1afdcc4f3|commit]], [[https://git.kernel.org/linus/5ca806474859a0e94584b3a63f9509a25758408e|commit]], [[https://git.kernel.org/linus/13ce3297c5766b9541b6a7a255794c5168a7ae1a|commit]], [[https://git.kernel.org/linus/e8676ce50e224d507946b1c535bc13584e6b49ff|commit]], [[https://git.kernel.org/linus/4131f83c3d64e591014dad14c7f8070c538b9422|commit]], [[https://git.kernel.org/linus/eacc56bb9de3e6830ddc169553772cd6de59ee4c|commit]] * 32 bit: Add KASAN support [[https://git.kernel.org/linus/2edb16efc899f9c232e2d880930b855e4cf55df4|commit]] * 32 bit: A fast path entry for syscalls on 32-bit CPUs, for a 12-17% speedup in the null_syscall benchmark [[https://git.kernel.org/linus/d1865e71cdc9b75b6a6716a2983eb5d6004cfca9|commit]], [[https://git.kernel.org/linus/38b4564cf042ad3f5333692687023803c1ab1112|commit]], [[https://git.kernel.org/linus/1a4b739bbb4f8857d1b4feb46d6b3ec72269c111|commit]], [[https://git.kernel.org/linus/b86fb88855ea7881314b935df1df6b1ef1bd0c32|commit]], [[https://git.kernel.org/linus/40530db7c656119b1671aae5bc27811f66f5f424|commit]], [[https://git.kernel.org/linus/1ae99b4b924ab10452da653baed29d3883705519|commit]], [[https://git.kernel.org/linus/642770dd96cb04e7cf8f7677e35cd528cda0a97b|commit]], [[https://git.kernel.org/linus/f97dec21a306967edbc49ce46f3ecefa3cd16907|commit]], [[https://git.kernel.org/linus/ef4291243f51d0a69899ee2025de09578c0fcba8|commit]], [[https://git.kernel.org/linus/90f204b9a1f2dc81904547a52ba976d3e84dcf59|commit]], [[https://git.kernel.org/linus/7271fc960424a2fed3823a57358f67f650fd708d|commit]], [[https://git.kernel.org/linus/bd82904d465c0655fdc40dfc753209ea54efdd23|commit]], [[https://git.kernel.org/linus/57bc13acbe11b6d60d5dc4d574c34e1d981a8824|commit]], [[https://git.kernel.org/linus/1d3034aed4489ae96bc7eec5050096944fd181f6|commit]], [[https://git.kernel.org/linus/37737a2afd69c201d0dac334c84fd1f0d596dfc0|commit]] * Warn if W+X pages found on boot [[https://git.kernel.org/linus/453d87f6a8aed827f5ebb1708a4cea458fd68d23|commit]] * Show powerpc_security_features in debugfs [[https://git.kernel.org/linus/398af571128fe75f07343f929975b26d57eafd18|commit]] * Add force enable of DAWR on P9 option [[https://git.kernel.org/linus/c1fe190c06723322f2dfac31d3b982c581e434ef|commit]] == RISCV == * Implement {{{nosmp}}} commandline option [[https://git.kernel.org/linus/ab3d26500547369c24a6c1c31725fd2841a57d0c|commit]] * Support {{{nr_cpus}}} command line option [[https://git.kernel.org/linus/8b4302a442afffef6bb955202d27c69f1e7e2fbf|commit]] == S390 == * Add support for kernel address space layout randomization (KASLR) [[https://git.kernel.org/linus/b2d24b97b2a9691351920e700bfda4368c177232|commit]] * Support relocatable kernel [[https://git.kernel.org/linus/805bc0bc238f7209fca5e39c152b0d3c12046ac9|commit]] * Add support for kernel image signature verification [[https://git.kernel.org/linus/e23a8020ce4e094e10d717d39a8ce799243bf8c1|commit]] * KVM: new guest facilities [[https://git.kernel.org/linus/7832e91cd33f21f3cf82b003478c292915a1ec14|commit]], [[https://git.kernel.org/linus/d5cb6ab1e3d4d7e0648a167f6290e89f6e86964e|commit]], [[https://git.kernel.org/linus/13209ad0395c4de7fa48108b1dac72e341d5c089|commit]], [[https://git.kernel.org/linus/d668139718a9e2260702777bd8d86d71c30b6539|commit]], [[https://git.kernel.org/linus/173aec2d5a9fa5f40e462661a8283fcafe04764f|commit]], [[https://git.kernel.org/linus/4f45b90e1c03466202fca7f62eaf32243f220830|commit]], [[https://git.kernel.org/linus/8ec2fa52eac53bff7ef1cedbc4ad8af650ec937c|commit]] * KVM: Add {{{halt_poll_max_steal}}} to set the maximum percentage of steal time to allow polling [[https://git.kernel.org/linus/8b905d28ee17795c939813b2f6947829774619b9|commit]] * Add support for the CPU-Measurement Facility counter second version number 6 [[https://git.kernel.org/linus/46a984ffb86c8542fa510656fa8cb33befe8ee8f|commit]], [[https://git.kernel.org/linus/1c410fd6a561af452aba282b1cd3cabef2080d72|commit]] * crypto: use TRNG for seeding/reseeding [[https://git.kernel.org/linus/769f020b6c9283d61c59de3559375ec7e961a424|commit]] * ipl: Provide {{{has_secure}}} sysfs attribute [[https://git.kernel.org/linus/c9896acc7851109d4e84c1e3a54cb1b9794dea6b|commit]] * qeth: add TX multiqueue support for IQD devices [[https://git.kernel.org/linus/3a18d75400ff14cf3518637579974e22aa0113bd|commit]] * qeth: add TX multiqueue support for OSA devices [[https://git.kernel.org/linus/73dc2daf110f4a4e777003b22dda09bb40948fc9|commit]] * Protected virtualization guest support [[https://git.kernel.org/linus/5abb9351dfd937d43193f4d09af9c72bfe2c4180|commit]] * Report new CPU capabilities [[https://git.kernel.org/linus/a8fd61688dfad6fdce95fa64cacd8a66595697b8|commit]] * PCI: Add parameter to disable usage of MIO instructions [[https://git.kernel.org/linus/56271303808fb86375ec33183d56c21fdeb836ea|commit]] * Add parameter to force floating irqs [[https://git.kernel.org/linus/fbfe07d440f2c55070a0358f66560bb4f9fb92e7|commit]] * Show statistics for MSI IRQs [[https://git.kernel.org/linus/914b7dd07ee8713c69c31ddb3e19a76852a846ac|commit]] * vfio-ccw: support hsch/csch [[https://git.kernel.org/linus/71189f263f8a3db7b72ca75be14e7309375e8707|commit]], [[https://git.kernel.org/linus/690f6a1581c7c08e85451f62bcbfe40f29072842|commit]], [[https://git.kernel.org/linus/4f76617378ee97c557b526cb58d3c61eb0a9c963|commit]], [[https://git.kernel.org/linus/db8e5d17ac03a65e2e0ee0ba50bf61a99741d871|commit]], [[https://git.kernel.org/linus/d5afd5d135c8cc43bd2568361b4c91f0bd488c3f|commit]], [[https://git.kernel.org/linus/b0940857379eb930a4310625c4cd89254e4478b6|commit]] == XTENSA == * Add exclusive atomics support [[https://git.kernel.org/linus/f7c34874f04a80d6c39a32f08da2529e59602d3c|commit]] |
Line 951: | Line 984: |
* tty: rocket: Remove RCPK_GET_STRUCT ioctl [[https://git.kernel.org/linus/29973f8a88b001ebc605c88cdee124f7256ecdbf|commit]] and deprecate the rp_ioctl [[https://git.kernel.org/linus/8ef795653d753e3d6ae67e6f4a0168ff3c059deb|commit]] |
Linux 5.2 has NOT been released. Meanwhile, you can take a look at the list merge requests below, or take a look at
Phoronix Linux 5.2 feature overview
List of merge requests:
1. Core (various)
Add mitigations= cmdline option. It's a set of curated, arch-independent options, to make more easy to enable/disable protections regardless of what system they are running commit, commit, commit, commit, commit
clone(2): add CLONE_PIDFD. This lets users of clone(2) to get pids that are usable with the pidfd_send_signal(2) syscall, thus providing an easy way to gain race-free access to process metadata through /proc/<pid> commit, commit, commit, commit
pressure stall monitors: Presure stall monitors were added in Linux 4.20 as a way to quantify resource pressure in the system. This release lets users to configure sensitive latency thresholds and use poll() and friends to be notified when these thresolds are breached. With these patches applied, Android can monitor for, and ward off, mounting memory shortages before they cause problems for the user. For example, using memory stall monitors in userspace low memory killer daemon (lmkd) we can detect mounting pressure and kill less important processes before device becomes visibly sluggish commit, commit, commit, commit, commit, commit, commit
Add new mount syscalls commit, commit, commit, commit, commit, commit, commit, commit, commit, commit,
- cgroups: implement freezer for cgroup v2. It provides similar functionality as v1 freezer, but the interface
conforms to the cgroup v2 interface design principles, and it provides a better user experience: tasks can be killed, ptrace works, there is no separate controller, which has to be enabled, etc commit, commit, commit, commit, commit, commit, commit, commit, commit
cgroup: expose pressure stall information metrics on root cgroup commit
eventfd: To provide the way to find endpoints of an eventfd file, this patch adds "eventfd-id" field to /proc/PID/fdinfo of eventfd as identifier commit
gcov: clang support commit
io_uring: add support for sync_file_range(2) and drains: Any command can be flagged with IOSQE_IO_DRAIN, which will insert a sequence point in the queue and will wait for previous commands to complete before this one is issued commit, commit, commit
io_uring: add support for eventfd notifications commit
kbuild: allow Kbuild to start from any directory commit
task scheduler: Allow CPU0 to be nohz full commit, commit, commit, commit, commit,
locking: rwsem unification and simpler micro-optimizations to prepare for more intrusive (and more lucrative) scalability improvements commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
locking: static_key: improve rate limited labels commit, commit, commit
locking: rcu: Allow rcu_nocbs=all to specify all CPUs commit
objtool: Add --backtrace support commit
GDB scripts: Add a timer list command commit, add hlist utilities commit, add kernel config dumping command commit, add rb tree iterating utilities commit, initial clk support: lx-clk-summary commit
tty: Add NULL TTY driver that discards all writes. It can be chosen on the command line in the standard way, i.e. with console=ttynull commit
ktest: introduce grub2bls REBOOT_TYPE option commit
Allow all arches to enable CONFIG_OPTIMIZE_INLINING commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Optionally allow to provide kernel headers with the kernel as an archive through proc (/proc/kheaders.tar.xz file) commit
Introduce the Counter subsystem for supporting counter devices. In the context of the Generic Counter interface, a counter is defined as a device that reports one or more "counts" based on the state changes of one or more "signals" as evaluated by a defined "count function" commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
panic: add a panic_print option to replay the dmesg in buffer during a panic, some of which they may have never seen due to the loglevel setting commit
2. File systems
- BTRFS
qgroups: last speed up in the series to address the slowness, there should be no overhead comparing balance with and without qgroups commit, commit, commit, commit, commit, commit, commit, commit, commit
Improve performance on fsync of files with multiple hardlinks commit
btrfs send tries harder to find ranges to clone commit
Better checks to catch RAM corruption on data that gets checksummed commit, commit, commit, commit, commit, commit, commit, commit, commit
tree-checker: Allow error injection for tree-checker commit
- XFS
Introduce a new online health reporting infrastructure and ioctl for userspace to query a filesystem's metadata health status after online fsck checks the filesystem commit, commit, commit, commit, commit, commit, commit, commit
Enhances the online scrub and repair code to report their findings to the health tracking subsystem commit, commit, commit, commit, commit
Add online scrub for superblock counters. The online metadata checking code is feature complete with the addition of checks for the global fs counters, though it'll remain EXPERIMENTAL for now commit, commit, commit, commit, commit
- EXT4
- CEPH
- CIFS
- FUSE
- NFS
- ORANGEFS
Implement xattr cache commit
- OVERLAYFS
- UBIFS
Limit number of xattrs per inode commit
- AFS
3. Memory management
Heterogenous memory node attributes: Platforms may provide multiple types of cpu attached system memory. The memory ranges for each type may have different characteristics that applications may wish to know about when considering what node they want their memory allocated from. This release provides the attributes from such systems that are useful for applications to know about, and readily usable with existing tools and libraries commit, commit, commit, commit, commit, commit, commit, commit, commit
Make mincore(2) more conservative, to avoid exposing information about pagecache / memory mapping state, even about memory not strictly belonging to the process executing the syscall, opening possibilities for sidechannel attacks commit
userfaultfd: Add a global sysctl vm.unprivileged_userfaultfd to control whether userfaultfd is allowed by unprivileged users commit
Randomize free memory. Randomization of the page allocator improves the average utilization of a direct-mapped memory-side-cache commit, commit, commit
slab: remove /proc/slab_allocators commit
z3fold: support page migration commit
4. Block layer
Improve DM snapshot target's scalability by using finer grained locking commit, commit, commit, commit, commit, commit
Add ability for DM integrity to use a bitmap mode, that tracks regions where data and metadata are out of sync, instead of using a journal, for improved performance commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add testing-only DM dust target which simulates a device that has failing sectors and/or read failures commit
block: remove CONFIG_LBDAF commit
5. Tracing, perf and BPF
- perf
record: Allow compression of perf ring buffer with option -z, resulting in ~3-5x perf.data file size reduction on variety of tested workloads commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
stat: Add a 'percore' event qualifier, e.g.: -e cpu/event=0,umask=0x3,percore=1/ that sums up the event counts for both hardware threads in a core. It is possible to do that now with --per-core, but it's often useful to do this together with other metrics that are collected per hardware thread commit, commit, commit
perf list: Output tool events commit
record: Implement --mmap-flush=<number> option to specify the minimal number of bytes that is extracted from mmaped kernel buffer to store into a trace. The default option value is 1 byte what means every time trace writing thread finds some new data in the mmaped buffer the data is extracted, possibly compressed and written to a trace commit
scripts: exported-sql-viewer.py: Add context menu commit, add copy to clipboard commit
perf stat: Implement duration_time as a proper event commit
perf trace: Add 'string' event alias to select syscalls with string args commit
- BPF
kbuild: add ability to generate BTF type info for vmlinux and kernel modules. The intent is to record compact type information of all types used inside kernel, in order to enables BPF's compile-once-run-everywhere approach, in which tracing programs that are inspecting kernel's internal data can be compiled on a system running some kernel version, but would be possible to run on other kernel versions (and configurations) without recompilation, even if the layout of structs changed and/or some of the fields were added, removed, or renamed commit
Add global data support for BPF. The kernel has been extended to add proper infrastructure that allows for full .bss/.data/.rodata sections on BPF loader commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add a new program type BPF_PROG_TYPE_CGROUP_SYSCTL and attach type BPF_CGROUP_SYSCTL. BPF_CGROUP_SYSCTL hook is placed before calling to sysctl's proc_handler so that accesses (read/write) to sysctl can be controlled for specific cgroup and either allowed or denied, or traced commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
New set of arguments to bpf_attr for BPF_PROG_TEST_RUN: ctx_in/ctx_size_in - input context and ctx_out/ctx_size_out - output context commit, commit, commit,
Add BPF sk local storage. It attempts to make bpf's network programming more intuitive to do (together with memory and performance benefit) commit, commit, commit, commit, commit, commit, commit
Support variable offset stack access from helpers commit, commit
BPF tc tunneling: it allows for dynamic tunneling, choosing the tunnel destination and features on-demand commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Allow checking SYN cookies from XDP and tc cls act commit, commit, commit, commit, commit, commit, commit, commit
Extend bpf_skb_adjust_room growth to mark inner MAC header so that L2 encapsulation can be used for tc tunnels commit, commit, commit, commit
Improve verifier scalability commit, commit, commit, commit, commit, commit, commit, commit, commit
Add an opt-in interface for tracepoints to expose a writable context to BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLE programs that are attached, while supporting read-only access from existing BPF_PROG_TYPE_RAW_TRACEPOINT programs, as well as from non-BPF-based tracepoints commit, commit, commit, commit, commit
Make bpf_skb_ecn_set_ce callable from BPF_PROG_TYPE_SCHED_ACT commit
Support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_type commit, commit
bpftool: Support sysctl hook commit
- tracing
Introduce a new ftrace file, tracing/error_log, for ftrace commands to log errors. This is useful for allowing more complex commands such as hist trigger and kprobe_event commands to point out specifically where something may have gone wrong without forcing them to resort to more ad hoc methods such as tacking error messages onto existing output files commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
tracing: Kernel access to Ftrace instances commit
6. Virtualization
- virtio
- KVM
hv_sock: Add support for delayed close commit
7. Cryptography
ecrdsa: add EC-RDSA (GOST 34.10) algorithm commit
simd: support wrapping AEAD algorithms commit
testmgr: add panic_on_fail module parameter commit
8. Security
security: Create "kernel hardening" config area commit
ntp: Audit NTP parameters adjustment commit
tomoyo: Add a kernel config option for fuzzing testing commit
tls: Add support of AES128-CCM based ciphers commit
9. Networking
- TCP
IPv4: Enable support for IPv6 gateway with IPv4 routes commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
- IPv6
Add icmp_echo_ignore_anycast ioctl for ICMPv6. It makes the kernel ignore all ICMP ECHO requests destined to anycast address commit
Add icmp_echo_ignore_multicast ioctl for ICMPv6. It makes the kernel ignore all ICMP ECHO requests destined to multicast address commit
Add rate limit mask for ICMPv6 messages commit
- batman-adv
Support binding vlan dev link state to vlan member bridge ports commit, commit, commit, commit, commit
Switch IP ID generator to siphash commit
ethtool: add support for Fast Link Down as new PHY tunable commit
- packet scheduler
Foo over UDP: Support binding FoU socket commit
- High-availability Seamless Redundancy
ipvs: allow tunneling with gue encapsulation commit
WiFi
- netfilter
netlink strict validation commit, commit, commit, commit, commit
openvswitch: Add timeout support to ct action commit
socket: implement 64-bit timestamps commit
taprio: adds support for changing the running schedules during "runtime" commit, commit, commit, commit
- tipc
tun: Add ioctl TUNGETDEVNETNS cmd to allow obtaining real net ns of tun device commit
vlan: disable SIOCSHWTSTAMP in container commit
macvlan: disable SIOCSHWTSTAMP in container commit
Support ESP offload in combination with gso partial commit
- RDMA
- netdevsim
10. Architectures
10.1. ARM
New SoCs
- New boards
coresight: Support static funnel commit
Add PCI ATS support to Arm SMMUv3 commit, commit, commit, commit, commit, commit, commit, commit
perf: add a driver for the SMMUv3 PMU into the perf framework commit, commit, commit
10.2. ARM64
Introduces a DC CVADP instruction which cleans the data cache to the point of deep persistence commit, commit, commit, commit, commit, commit
Expose SVE2 features for userspace commit
Add system vulnerability sysfs entries commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
- KVM
Implements support for allowing KVM guests to use the Arm Scalable Vector Extension (SVE) commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add ARMv8.3 pointer authentication for kvm guest commit, commit, commit, commit
perf: support for perf event modifiers :G and :H which allows for filtering of PMU events between host and guests when used with KVM commit, commit, commit, commit, commit, commit, commit, commit
perf vendor events: Add Cortex-A57 and Cortex-A72 events commit
10.3. X86
Introduce x86-64 IRQ/exception/debug stack guard pages to detect stack overflows immediately and deterministically commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add bug infrastructure to deal with the Microarchitectural Data Sampling (MDS) hardware vulnerability, which allows unprivileged speculative access to data which is available in various CPU internal buffers. This new set of misfeatures has the following variants: Microarchitectural Store Buffer Data Sampling (MSBDS, CVE-2018-12126), Microarchitectural Fill Buffer Data Sampling (MFBDS, CVE-2018-12130), Microarchitectural Load Port Data Sampling (MLPDS, CVE-2018-12127), Microarchitectural Data Sampling Uncacheable Memory (MDSUM, CVE-2019-11091) commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Sysfs interface to set the Performance and Energy Bias Hint (EPB) commit, commit
- platforms
chrome: Add CrOS USB PD logging driver commit
chrome: Add support for v1 of host sleep event commit
chrome: cros_ec: Add EC host command support using rpmsg commit
chrome: wilco_ec: Add h1_gpio status to debugfs commit
Add support for Basin Cove power button commit
asus-wmi: Add fn-lock mode switch support commit
mlx-platform: Add support for tachometer speed register commit
perf: Add Icelake support (kernel only, except Topdown) commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
perf: Add Tremont core PMU support commit
perf: Add support for recording and printing XMM registers available, for instance, on Icelake commit
perf vendor events intel: Update Bonnell to V4 commit, update Broadwell events to v23 commit, update !Broadwell-DE events to v7 commit, update !BroadwellX events to v14 commit, update Goldmont to v13 commit, update GoldmontPlus to v1.01 commit, update Haswell events to v28 commit, update HaswellX events to v20 commit, update IvyBridge events to v21 commit, update IvyTown events to v20 commit, update JakeTown events to v20 commit, update KnightsLanding events to v9 commit, update SandyBridge events to v16 commit, update Silvermont to v14 commit, update Skylake events to v42 commit, update SkylakeX events to v1.12 commit, update metrics from TMAM 3.5 commit
- Intel trace hub
KVM: Implement HWCR support commit
KVM: Introduce a new guest mapping interface commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Inject a PMI for KVM Guest when ToPA buffer is filled commit, commit
XEN: Add "xen_timer_slop" command line option commit
10.4. CSKY
ftrace: Add dynamic function tracer (include graph tracer) commit
Add page fault perf event support commit
Add perf callchain support commit
Add support for perf registers sampling commit
Support dynamic start physical address commit
Add support for libdw commit
Add support for perf unwind-libdw commit
10.5. MIPS
eBPF: Initial eBPF support for MIPS32 architecture commit
10.6. PARISC
Convert page table updates to use per-pagetable spinlocks which overall improves performance on SMP machines a lot commit
Add KGDB support commit
10.7. POWERPC
Support for Kernel Userspace Access/Execution Prevention (like SMAP/SMEP/PAN/PXN) on some 64-bit and 32-bit CPUs. This prevents the kernel from accidentally accessing userspace outside copy_to/from_user(), or ever executing userspace commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
KVM: Book3S HV: add XIVE native exploitation mode commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
32 bit: Add KASAN support commit
32 bit: A fast path entry for syscalls on 32-bit CPUs, for a 12-17% speedup in the null_syscall benchmark commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Warn if W+X pages found on boot commit
Show powerpc_security_features in debugfs commit
Add force enable of DAWR on P9 option commit
10.8. RISCV
10.9. S390
Add support for kernel address space layout randomization (KASLR) commit
Support relocatable kernel commit
Add support for kernel image signature verification commit
KVM: new guest facilities commit, commit, commit, commit, commit, commit, commit
KVM: Add halt_poll_max_steal to set the maximum percentage of steal time to allow polling commit
Add support for the CPU-Measurement Facility counter second version number 6 commit, commit
crypto: use TRNG for seeding/reseeding commit
ipl: Provide has_secure sysfs attribute commit
qeth: add TX multiqueue support for IQD devices commit
qeth: add TX multiqueue support for OSA devices commit
Protected virtualization guest support commit
Report new CPU capabilities commit
PCI: Add parameter to disable usage of MIO instructions commit
Add parameter to force floating irqs commit
Show statistics for MSI IRQs commit
vfio-ccw: support hsch/csch commit, commit, commit, commit, commit, commit
10.10. XTENSA
Add exclusive atomics support commit
11. Drivers
11.1. Graphics
- Userspace DRM API
Initial merge of timeline sync objects. Timeline syncobj gives user more flexibility and convenience to do sychronization commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Expose FB_DAMAGE_CLIPS to atomic aware userspace only commit
Add Colorspace connector property interface to program colorspace to sink devices. Modern sink devices support more than 1 type of colorspace like 601, 709, BT2020 etc. This helps to switch based on content type which is to be displayed commit, commit, commit
Enable P0xx (planar), Y2xx and Y4xx (packed) pixel formats commit, commit, commit, commit, commit, commit
fourcc: Add AFBC yuv fourccs for Mali commit, commit, commit, commit, commit, commit, commit, commit
- New drivers
- i915
Updated Icelake PCI IDs commit
Elkhartlake (Gen11) support commit, commit, commit, commit, commit, commit
gvt: Enable async flip on plane surface mmio writes, some 3D applications have significant performance improvement commit
Add support for Gen 11 pipe color features commit, commit, commit
Implement HDCP2.2 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
DP MST property addtions commit, commit, commit, commit, commit, commit
- amdgpu
- Use HMM for userptr
vega20 experimental smu11 support merge
Add initial RAS (Reliability, Availability, Serviceability) support to amdgpu on supported boards. Features include SRAM and VRAM ECC, bad page tracking, and error containment commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
BACO (Bus Active, Chip Off) support for vega12 commit, commit, commit
NV12 planes support commit
colorspace properties for planes commit
Expose generic SDP message access interface commit
Expose support for DRM_FORMAT_RGB565 commit
Expose support for alpha blending on overlays commit
Add sysfs files for returning VRAM/GTT info v2 commit
Enable XGMI mapping for peer device commit
Add sysfs entries for xgmi hive commit
amdkfd: Add missing Polaris10 ID commit
Add debugfs dpcd interface commit
Add debugfs entry for amdgpu_dm_visual_confirm commit
Generic SDP message access in debugfs commit
- panel
- msm
- meson
- malidp
- omapdrm
- nouveau
- rockchip
rk3066 hdmi support commit
- sun4i
DSI burst mode support commit
- v3d
v3d v4.2 support commit
- rcar-du
Display writeback support commit
- vc4
Add a debugfs entry to disable/enable the load tracker commit
- cirrus
Rewrite and modernize driver commit
backlight: lm3630a: Add firmware node support commit
Add library for shmem backed GEM objects commit
11.2. Storage
ahci: qoriq: add ls1028a platforms support commit
ahci: qoriq: add lx2160 platforms support commit
nvmet-tcp: implement C2HData SUCCESS optimization commit
- SCSI
mpt3sas: Load balance to improve performance and avoid soft lockups commit
qedf: Add driver state to 'driver_stats' debugfs node commit
qla2xxx: qla2xxx: Add support for ISP28XX (Gen7) adapter commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
smartpqi: add H3C controller IDs commit
target: Add device product id and revision configfs attributes commit
ufs-cdns: Add support for UFSHCI with M31 PHY commit
ufs-mediatek: Add UFS support for Mediatek SoC chips commit
11.3. Drivers in the Staging area
spi: mt7621: Move SPI driver out of staging commit
iio: ad7780: moving ad7780 out of staging commit
erofs: support IO read error injection commit
iio: ad7780: add gain & filter gpio support commit
most: enable configfs support commit
Add Fieldbus Device subsystem commit
fieldbus: anybus-s: support HMS Anybus-S bus commit
fieldbus: anybus-s: support the Arcx anybus controller commit
fieldbus: support HMS Profinet IRT industrial controller commit
kpc2000: add initial set of Daktronics drivers commit
kpc2000: Add DMA driver commit
media: cedrus: Add support for H6 commit
media: zoran: remove deprecated driver commit
m57621-mmc: delete driver from the tree commit
Remove mt7621-eth commit
rtlwifi: delete the staging driver commit
11.4. Networking
- Bluetooth
hfi1: Add debugfs to control expansion ROM write protect commit
Add the Elastic Fabric Adapter (EFA) driver commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
ipoib: Allow user space differentiate between valid dev_port commit
Allow FDB, RAW flows and DEVX on representors together with small fixes commit, commit, commit, commit, commit, commit
aquantia: Implement hwmon api for chip temperature commit, commit
bnx2x: Add support for detection of P2P event packets commit
- bnxt_en
cxgb4/cxgb4vf: Display advertised FEC in ethtool commit
dpaa2-eth: Add flow steering support without masking commit
- Distributed switch architecture
enetc: Add missing link state info for ethtool commit
hns3: add some DFX info for HNS3 driver commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
- i40e
- ice
- igc
- iwlwifi
Add support for 6-7 GHz channels commit
dbg: add DRAM monitor support for AX210 device family commit
dbg_ini: add lmac and umac error tables dumping support commit
dbg_ini: add periodic trigger support commit
for AX210 device support radio GF4 commit
mvm: enable HT/VHT IBSS commit
mvm: support multiple BSSID commit
mvm: support v2 of the WoWLAN patterns command commit
- mlx5
- mlx5e
Add the Support for VLAN modify action and replaces TC VLAN pop and push actions with VLAN modify commit, commit, commit
Offload TC e-switch rules with egress/ingress VLAN devices commit, commit
Add Geneve tunnel stateless offload support commit
XDP, Inline small packets into the TX MPWQE in XDP xmit flow commit
ethtool, Add support for EEPROM high pages query commit
- mlxsw
- mt76
mvneta: Add 2500BaseT support commit
- mvpp2
mwifiex: add support for SD8987 chipset commit
- nfp
- phy
Move Omega PHY entry to Cygnus PHY driver commit
Add amlogic g12a mdio mux support commit
Add support for reset-controller commit
aquantia: add SGMII statistics commit
aquantia: add downshift support commit
marvell: add PHY tunable fast link down support for 88E1540 commit
meson-gxl: add g12a support commit
mscc: add support for VSC8514 PHY commit
- qtnfmac
rsi: add new device model for 9116 commit
rt2x00: add RT3883 support commit
rtw88: new Realtek 802.11ac driver commit
tg3: allow ethtool -p to work for NICs in down state commit
11.5. Audio
aloop: Support S24 sample formats commit
firewire-motu: add support MOTU 8pre !FireWire commit
hda/intel: add !CometLake PCI IDs commit
hda/realtek: Support low power consumption for ALC256 commit and ALC295 commit
oxfw: allow PCM capture for Stanton SCS.1m commit
- ALSA System on Chip
Add support for Sound Open Firmware for the common DSP framework commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Sound Open Firmware (SOF) - Intel support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Intel: add sof-rt5682 machine driver commit
Intel: common: add Geminilake Realtek+Maxim machine driver entry commit
Intel: skl_hda_dsp_generic: add DMIC support commit
Mediatek: MT8183: Add machine driver with DA7219 commit
Mediatek: MT8183: Add machine driver with TS3A227 commit
Mediatek: MT8183: change supported formats of DL2 and UL1 commit
cs42l51: add reset, regulators, master mode, power management, adc volume control commit, commit, commit, commit, commit, commit
es8316: Add support for inverted jack detect commit
fsl: Add NXP AUDMIX device and machine drivers commit, commit
lochnagar: Add driver to support Lochnagar 2 sound card commit
mchp-i2s-mcc: add driver for I2SC Multi-Channel Controller commit
rt5651: Add support for active-high jack detect commit
rt5677-spi: Add ACPI ID commit
- sprd
- tlv320aic31xx
wm_adsp: Add support for new Halo core DSPs commit
11.6. Tablets, touch screens, keyboards, mouses
Add KEY_KBD_LAYOUT_NEXT, a key to cycle through a set of keyboard layouts commit, commit
Add a driver for GPIO controllable vibrators commit
Add support for Azoteq IQS550/572/525 commit
goodix: add GT5663 CTP support commit
qt1050: add Microchip AT42QT1050 support commit
sun4i-a10-lradc-keys: add support for A83T commit
max77650: Add onkey support commit
- HID
Add driver for U2F Zero built-in LED and RNG commit
intel-ish-hid: Add Comet Lake PCI device ID commit
intel-ish-hid: ISH firmware loader client driver commit
logitech: Handling of non DJ receivers in hid-logitech-dj commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
logitech-dj: add support for the Logitech MX5500's Bluetooth Mini-Receiver commit
logitech-hidpp: add support for the MX5500 keyboard commit
logitech-hidpp: Add support for the S510 remote control commit
macally: Add support for Macally ikey keyboard commit
11.7. TV tuners, webcams, video capturers
Media Device Allocator internal API, which allows multiple drivers share a media device. It solves a very common use-case for media devices where one physical device (an USB stick) provides both audio and video commit, commit, commit, commit, commit
v4l: add I / P frame min max QP definitions commit
user api: Add MEDIA_BUS_FMT_BGR888_3X8 media bus format commit
vicodec: Add support for stateless decoder commit
atmel-isc: Add support for BT656 with CRC decoding commit
dvb: Add support for the Avermedia TD310 commit
platform: meson: Add Amlogic Meson G12A AO CEC Controller driver commit
rcar-csi2: Enable support for r8a774a1 commit
rcar-vin: Enable support for r8a774a1 commit
st-mipid02: MIPID02 CSI-2 to PARALLEL bridge driver commit
11.8. Universal Serial Bus
usb/hcd: Send a uevent signaling that the host controller had died commit
xhci: add Immediate Data Transfer support, which allow the HCD to copy small chunks of data (up to 8bytes) directly into its output transfer TRBs. This avoids the somewhat expensive DMA mappings that are performed by default on most URBs submissions commit
gadget: f_ncm: Add OS descriptor support commit
dwc3: Add Amlogic G12A DWC3 glue commit
host: xhci-tegra: Add Tegra186 XUSB support commit
mtu3: add debugfs interface files commit
mtu3: supports new QMU format commit
typec: Add driver for NVIDIA Alt Modes commit
typec: ucsi: Support for !DisplayPort alt mode commit
typec: ucsi: ccg: add firmware flashing support commit
11.9. Serial Peripheral Interface (SPI)
bcm2835aux: add driver stats to debugfs commit
dw: Add support for an optional interface clock commit
imx: add module parameter to control DMA use commit
lpspi: Add i.MX8 boards support for lpspi commit
lpspi: add dma mode support commit
lpspi: enable runtime pm for lpspi commit
pxa2xx: Add support for Intel Comet Lake commit
spi-mem: Add support for Zynq QSPI controller commit
tegra114: add 3 wire transfer mode support commit
tegra114: add dual mode support commit
11.10. Watchdog
bd70528: Initial support for ROHM BD70528 watchdog block commit
imx_sc: Add i.MX system controller watchdog support commit
11.11. Serial
serial: f81232: add high baud rate support commit
serial: Add Milbeaut serial control commit
serial: sprd: Add DMA mode support commit
11.12. ACPI, EFI, cpufreq, thermal, Power Management
ACPI/IORT: Add support for the SMMU Performance Monitor Counter Group information from ACPI commit
cpufreq: qoriq: Add ls1028a chip support commit
cpufreq: qoriq: add support for lx2160a commit
thermal: Add some functionalities for Tegra soctherm commit, commit, commit, commit, commit, commit, commit, commit
thermal: tsens: Add generic support for TSENS v1 IP commit
thermal: Introduce Amazon's Annapurna Labs Thermal Driver commit
thermal: rockchip: Support the PX30 SoC in thermal driver commit
11.13. Real Time Clock (RTC)
Add ASPEED RTC driver commit
ds1672: remove sysfs debug interface commit
pcf85063: add alarm, nvram, offset correction and microcrystal rv8263 support commit, commit, commit, commit, commit
11.14. Voltage, current regulators, power capping, power supply
- Power
Add over-current health state commit
Add standard, adaptive and custom charge types commit
Add new properties for start/end charge threshold commit, commit
UCS1002 Programmable USB Port Power Controller commit
Ingenic JZ47xx Battery Fuel Gauge commit
AXP20x USB Power: Add AXP813 support commit
AT91 poweroff: Add SAM9X60 support commit
OLPC battery: Add XO-1.5 and XO-1.75 support commit
gpio-charger: Add support for charger status commit
max77650: Add support for battery charger commit
regulator: Add support for stm32 power regulators commit
11.15. Pin Controllers (pinctrl)
lochnagar: Add support for the Cirrus Logic Lochnagar commit
mediatek: Add MT8516 Pinctrl driver commit
Add pinctrl support for BM1880 SoC commit
Add STMFX GPIO expander Pinctrl/GPIO driver commit
11.16. Multi Media Card (MMC)
11.17. Memory Technology Devices (MTD)
afs: add v2 partition parsing commit
rawnand: atmel: add sam9x60 nand controller support commit
rawnand: ingenic: Add support for the JZ4725B commit
rawnand: ingenic: Add support for the JZ4740 commit
spi-nor: intel-spi: Add support for Intel Comet Lake SPI serial flash commit
11.18. Industrial I/O (iio)
accel: add support to LIS2DE12 commit
accel: kxcjk1013: Add KIOX0008 ACPI Hardware-ID commit
adc: Add driver for the TI ADS8344 A/DC chips commit
adc: ad7616: Add support for AD7616 ADC commit
adc: lpc32xx: Add scale feature commit
adc: stm32-dfsdm: add support for buffer modes commit and scan mode commit
counter: stm32-lptimer: Add power management support commit
gyro: add core driver for fxas21002c commit
gyro: fxas21002c: add i2c driver commit and spi driver commit
imu: adis16480: Add support for ADIS1649x family of devices commit
imu: adis16480: Add support for external clock commit
imu: st_lsm6dsx: add support to LSM6DSOX commit
imu: st_lsm6dsx: add support to LSM6DSR commit
light: vcnl4000 add support for the VCNL4040 proximity and light sensor commit
temperature: Add MAX31856 thermocouple support commit
srf04.c: add maxbotix ultrasonic sensors commit
11.19. Multi Function Devices (MFD)
Add ST Multi-Function eXpander (STMFX) core driver commit
Add new driver for MAX77650 PMIC commit
altera-sysmgr: Add SOCFPGA System Manager commit
axp20x: Add USB power supply mfd cell to AXP803 commit and AXP813 commit
cros_ec: Add host_sleep_event_v1 command commit
intel-lpss: Add Intel Comet Lake PCI IDs commit
max77620: Support Maxim 77663 commit
sec: Add support for the RTC on S2MPA01 commit
syscon: Add optional clock support commit
11.20. Pulse-Width Modulation (PWM)
pwm: Add i.MX TPM PWM driver support commit
11.21. Inter-Integrated Circuit (I2C)
i2c-piix4: Add Hygon Dhyana SMBus support commit
Add drivers for the AMD PCIe MP2 I2C controller commit
at91: added slave mode support commit
designware: Add support for an interface clock commit
iproc: Add slave mode support commit
iproc: add NIC I2C support commit
iproc: add polling support commit
11.22. Hardware monitoring (hwmon)
Add support for samples attributes to ABI commit
ina3221: Add averaging mode support commit and voltage conversion time settings commit
lm75: Add support for TMP75B commit
max6650: add thermal cooling device capability commit
mlxreg-fan: Add support for fan capability registers commit
pmbus/ir38064: Add driver for Infineon IR38064 Voltage Regulator commit
pmbus/isl68137: Add driver for Intersil ISL68137 PWM Controller commit
pwm-fan: Add RPM support via external interrupt commit
lochnagar: Add Lochnagar 2 hardware monitoring driver commit
11.23. General Purpose I/O (gpio)
11.24. Leds
11.25. DMA engines
11.26. Cryptography hardware acceleration
cavium/nitrox - Added rfc4106(gcm(aes)) cipher support commit
ccp: introduce SEV_GET_ID2 command commit
ccree: add CID and PID support commit
ccree: add SM4 protected keys support commit
ccree: add support for sec disabled mode commit
mxc-scc: Remove broken driver commit
11.27. PCI
al: Add Amazon Annapurna Labs PCIe host controller driver commit
keystone: Add support for PCIe EP commit and PCIe RC in AM654x Platforms commit
11.28. Thunderbolt
Bring same kind of functionality for older Apple systems than we have in PCs. Software connection manager is used on Apple hardware with Light Ridge, Cactus Ridge or Falcon Ridge controllers to create PCIe tunnels when a Thunderbolt device is connected. Currently only one PCIe tunnel is supported. On newer Alpine Ridge based Apple systems the driver starts the firmware which then takes care creating tunnels. These patches improve the connection manager to bring full PCIe daisy chains (up to 6 devices), Display Port tunneling and P2P networking. It also adds support for Titan Ridge based Apple systems commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add support for DMA tunnels commit
Add support for Display Port tunnels commit
Add support for XDomain connections commit
Add XDomain UUID exchange support commit
11.29. Clock
analogbits: add Wide-Range PLL library commit
at91: add support for the sam9x60 clocks handled by the PMC commit, commit, commit, commit
imx: pllv4: add fractional-N pll support commit
lochnagar: Add support for the Cirrus Logic Lochnagar commit
mediatek: Add MT8183 clock support commit
mediatek: add clock driver for MT8516 commit
meson: axg-audio: add g12a support commit
qcom: Add QCS404 TuringCC commit
renesas: r8a774c0: Add Z2 clock commit
sifive: add a driver for the SiFive FU540 PRCI IP block commit
stm32: Introduce clocks of STM32F769 board commit
milbeaut: Add Milbeaut M10V clock controller commit
clocksource/drivers/ixp4xx: Add driver commit
11.30. PHY ("physical layer" framework)
Add usb phy support for hi3660 Soc of Hisilicon commit
amlogic: Add Amlogic G12A USB3 + PCIE Combo PHY Driver commit
amlogic: add Amlogic G12A USB2 PHY Driver commit
qcom-qmp: Add msm8998 PCIe QMP PHY support commit
rcar-gen3-usb2: Add support for r8a77470 commit
renesas: phy-rcar-gen2: Add support for r8a77470 commit
sr-usb: Add Stingray USB PHY driver commit
tegra: xusb: Add Tegra186 support commit, add support for power supplies commit
ti: Add a new SERDES driver for TI's AM654x SoC commit
11.31. EDAC (Error Detection And Correction)
11.32. Various
- counter
extcon: intel-cht-wc: Enable external charger commit
fpga manager: Adding FPGA Manager support for Xilinx zynqmp commit
- habanalabs
mailbox: Add support for Armada 37xx rWTM mailbox commit
mei: expose device state in sysfs commit
mtip32xx: remove trim support commit
nvmem: Add driver for STM32 factory-programmed read only mem commit
nvmem: imx-ocotp: add support for imx8mq commit
nvmem: stm32: add support for STM32MP15 BSEC to control OTP data commit
of: address: Add support for the parent DMA bus commit
platform/mellanox: Add !TmFifo driver for Mellanox BlueField Soc commit
pps: pps-gpio PPS ECHO implementation commit
soc: imx: Add generic i.MX8 SoC driver commit
soc: ti: Add MSI domain bus support for Interrupt Aggregator commit
irqchip/ti-sci-inta: Add msi domain support commit
irqchip/ti-sci-inta: Add support for Interrupt Aggregator driver commit
irqchip/ti-sci-intr: Add support for Interrupt Router driver commit
irqchip: Add driver for IXP4xx commit
tty: rocket: Remove RCPK_GET_STRUCT ioctl commit and deprecate the rp_ioctl commit
12. List of merges
13. Other news sites
Phoronix Linux 5.2 feature overview