<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/fonts/Makefile#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/lib/fonts/Makefile</description>
        <pubDate>Mon, 20 Apr 2026 03:28:57 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0421ccdfad0d92713a812a5aeb7d07b0ea7213c8 - Merge tag &apos;v7.0-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/fonts/Makefile#0421ccdfad0d92713a812a5aeb7d07b0ea7213c8</link>
        <description>Merge tag &apos;v7.0-rc3&apos; into nextSync up with the mainline to brig up the latest changes, specificallychanges to ALPS driver.

            List of files:
            /linux/lib/fonts/Makefile</description>
        <pubDate>Thu, 12 Mar 2026 18:44:42 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>afac4c66d1aa6396ce44d94fe895d7b61e085fd4 - Merge tag &apos;fbdev-for-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/fonts/Makefile#afac4c66d1aa6396ce44d94fe895d7b61e085fd4</link>
        <description>Merge tag &apos;fbdev-for-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdevPull fbdev updates from Helge Deller: &quot;A major refactorization by Thomas Zimmermann from SUSE regarding  handling of console font data, addition of helpers for console font  rotation and split into individual components for glyphs, fonts and  the overall fbcon state.  And there is the round of usual code cleanups and fixes:  Cleanups:   - atyfb: Remove unused fb_list (Geert Uytterhoeven)   - goldfishfb, wmt_ge_rops: use devm_platform_ioremap_resource() (Amin GATTOUT)   - matroxfb: Mark variable with __maybe_unused (Andy Shevchenko)   - omapfb: Add missing error check for clk_get() (Chen Ni)   - tdfxfb: Make the VGA register initialisation a bit more obvious (Daniel Palmer)   - macfb: Replace deprecated strcpy with strscpy (Thorsten Blum)  Fixes:   - tdfxfb, udlfb: avoid divide-by-zero on FBIOPUT_VSCREENINFO (Greg Kroah-Hartman)   - omap2: fix inconsistent lock returns in omapfb_mmap (Hongling Zeng)   - viafb: check ioremap return value in viafb_lcd_get_mobile_state (Wang Jun)&quot;* tag &apos;fbdev-for-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev: (40 commits)  fbdev: udlfb: avoid divide-by-zero on FBIOPUT_VSCREENINFO  fbdev: tdfxfb: avoid divide-by-zero on FBIOPUT_VSCREENINFO  fbdev: omap2: fix inconsistent lock returns in omapfb_mmap  MAINTAINERS: Add dedicated entry for fbcon  fbcon: Put font-rotation state into separate struct  fbcon: Fill cursor mask in helper function  lib/fonts: Implement font rotation  lib/fonts: Refactor glyph-rotation helpers  lib/fonts: Refactor glyph-pattern helpers  lib/fonts: Implement glyph rotation  lib/fonts: Clean up Makefile  lib/fonts: Provide helpers for calculating glyph pitch and size  vt: Implement helpers for struct vc_font in source file  fbcon: Avoid OOB font access if console rotation fails  fbdev: atyfb: Remove unused fb_list  fbdev: matroxfb: Mark variable with __maybe_unused to avoid W=1 build break  fbdev: update help text for CONFIG_FB_NVIDIA  fbdev: omapfb: Add missing error check for clk_get()  fbdev: viafb: check ioremap return value in viafb_lcd_get_mobile_state  lib/fonts: Remove internal symbols and macros from public header file  ...

            List of files:
            /linux/lib/fonts/Makefile</description>
        <pubDate>Wed, 15 Apr 2026 17:37:45 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>bdfd943231347ce57133d1ba2d93ed87f1050e81 - lib/fonts: Implement glyph rotation</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/fonts/Makefile#bdfd943231347ce57133d1ba2d93ed87f1050e81</link>
        <description>lib/fonts: Implement glyph rotationMove the glyph rotation helpers from fbcon to the font library. Wrap thembehind clean interfaces. Also clear the output memory to zero. Previously,the implementation relied on the caller to do that.Go through the fbcon code and callers of the glyph-rotation helpers. Inaddition to the font rotation, there&apos;s also the cursor code, which usesthe rotation helpers.The font-rotation relied on a single memset to zero for the whole font.This is now multiple memsets on each glyph. This will be sorted out whenthe font library also implements font rotation.Building glyph rotation in the font library still depends onCONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y. If we get more users of the code,we can still add a dedicated Kconfig symbol to the font library.No changes have been made to the actual implementation of the rotate_*()and pattern_*() functions. These will be refactored as separate changes.v2:- fix typosSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Signed-off-by: Helge Deller &lt;deller@gmx.de&gt;

            List of files:
            /linux/lib/fonts/Makefile</description>
        <pubDate>Tue, 07 Apr 2026 11:23:16 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>de0b375bce6df8be2123d15a026dc74ba54e5b2c - lib/fonts: Clean up Makefile</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/fonts/Makefile#de0b375bce6df8be2123d15a026dc74ba54e5b2c</link>
        <description>lib/fonts: Clean up MakefileSimplify the Makefile. Drop font-obj-y and sort the fonts by dictionaryorder. Done in preparation for supporting optional font rotation.v2:- sort Makefile font entries by Family/Size in ascending order (Geert, Jiri)Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Signed-off-by: Helge Deller &lt;deller@gmx.de&gt;

            List of files:
            /linux/lib/fonts/Makefile</description>
        <pubDate>Tue, 07 Apr 2026 11:23:15 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>ec496f77b4c11036cc835d6f045fb5e5ef1e6530 - Merge branch &apos;for-6.20/sony&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/fonts/Makefile#ec496f77b4c11036cc835d6f045fb5e5ef1e6530</link>
        <description>Merge branch &apos;for-6.20/sony&apos; into for-linus- Support for Rock band 4 PS4 and PS5 guitars (Rosalie Wanders)

            List of files:
            /linux/lib/fonts/Makefile</description>
        <pubDate>Mon, 09 Feb 2026 17:33:26 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/fonts/Makefile#cc4adab164b772a34b3340d644b7c4728498581e</link>
        <description>Merge tag &apos;v6.19-rc1&apos; into msm-nextMerge Linux 6.19-rc1 in order to catch up with other changes (e.g. UBWCconfig database defining UBWC_6).Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/lib/fonts/Makefile</description>
        <pubDate>Tue, 20 Jan 2026 23:06:55 +0100</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>5add3c3c280a35f7e258e9cef7607db5a2e56fdc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/fonts/Makefile#5add3c3c280a35f7e258e9cef7607db5a2e56fdc</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.19-rc1. An important upstream bugfix andto help unblock PTL CI.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/lib/fonts/Makefile</description>
        <pubDate>Fri, 19 Dec 2025 11:51:22 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ec439c38013550420aecc15988ae6acb670838c1 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/fonts/Makefile#ec439c38013550420aecc15988ae6acb670838c1</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Cross-merge BPF and other fixes after downstream PR.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/lib/fonts/Makefile</description>
        <pubDate>Wed, 17 Dec 2025 06:29:38 +0100</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b8304863a3990d0f18c38e5b94191830a63ee1af - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/fonts/Makefile#b8304863a3990d0f18c38e5b94191830a63ee1af</link>
        <description>Merge drm/drm-next into drm-intel-nextSync-up some display code needed for Async flips refactor.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/lib/fonts/Makefile</description>
        <pubDate>Mon, 15 Dec 2025 14:24:02 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7f790dd21a931c61167f7bdc327aecf2cebad327 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/fonts/Makefile#7f790dd21a931c61167f7bdc327aecf2cebad327</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s kickstart the v6.20 (7.0?) release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/lib/fonts/Makefile</description>
        <pubDate>Mon, 15 Dec 2025 09:27:39 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>24f171c7e145f43b9f187578e89b0982ce87e54c - Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/fonts/Makefile#24f171c7e145f43b9f187578e89b0982ce87e54c</link>
        <description>Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.19We&apos;ve been quite busy with fixes since the merge window, though not inany particularly exciting ways - the standout thing is the fix for _SXcontrols which were broken by a change to how we do clamping, otherwiseit&apos;s all fairly run of the mill fixes and quirks.

            List of files:
            /linux/lib/fonts/Makefile</description>
        <pubDate>Sun, 21 Dec 2025 11:11:11 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>84318277d6334c6981ab326d4acc87c6a6ddc9b8 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/fonts/Makefile#84318277d6334c6981ab326d4acc87c6a6ddc9b8</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesPull in rc1 to include all changes since the merge window closed,and grab all fixes and changes from drm/drm-next.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/lib/fonts/Makefile</description>
        <pubDate>Mon, 15 Dec 2025 12:53:27 +0100</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>0d1d44032f7b8b9edb14e82315fdf504740940c1 - Merge tag &apos;fbdev-for-6.19-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/fonts/Makefile#0d1d44032f7b8b9edb14e82315fdf504740940c1</link>
        <description>Merge tag &apos;fbdev-for-6.19-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdevPull fbdev updates from Helge Deller: &quot;The Termius 10x18 console bitmap font has been added. It is good  match for modern 13-16 inch laptop displays with resolutions like  1280x800 and 1440x900 pixels.  The gbefb and tcx.c drivers got some fixes to restore X11 support,  pxafb was not actually clamping input values and the ssd1307fb driver  leaked memory in the failure path.  The other patches convert some common drivers to use dev_info() and  dev_dbg() instead of printk(). Summary:  Framework updates:   - fonts: Add Terminus 10x18 console font [Neilay Kharwadkar]  Driver fixes:   - gbefb: fix to use physical address instead of dma address [Ren&#233; Rebe]   - tcx.c fix mem_map to correct smem_start offset [Ren&#233; Rebe]   - pxafb: Fix multiple clamped values in pxafb_adjust_timing [Thorsten Blum]   - ssd1307fb: fix potential page leak in ssd1307fb_probe() [Abdun Nihaal]  Cleanups:   - vga16fb: Request memory region [Javier Garcia]   - vga16fb: replace printk() with dev_*() in probe [Vivek BalachandharTN]   - vesafb, gxt4500fb, tridentfb: Use dev_dbg() instead of printk() [Javier Garcia]   - i810: use dev_info() [Shi Hao]&quot;* tag &apos;fbdev-for-6.19-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev:  fbdev: ssd1307fb: fix potential page leak in ssd1307fb_probe()  fbdev: i810: use appopriate log interface dev_info  fbdev: tridentfb: replace printk() with dev_*() in probe  lib/fonts: Add Terminus 10x18 console font  fbdev: pxafb: Fix multiple clamped values in pxafb_adjust_timing  fbdev: tcx.c fix mem_map to correct smem_start offset  fbdev: gxt4500fb: Use dev_err instead of printk  fbdev: gbefb: fix to use physical address instead of dma address  fbdev: vesafb: Use dev_* fn&apos;s instead printk  fbdev: vga16fb: Request memory region  fbdev: vga16fb: replace printk() with dev_*() in probe

            List of files:
            /linux/lib/fonts/Makefile</description>
        <pubDate>Sun, 07 Dec 2025 00:41:26 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>b08ee4d666f216a6f9e7194a9b335147d4717f33 - lib/fonts: Add Terminus 10x18 console font</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/fonts/Makefile#b08ee4d666f216a6f9e7194a9b335147d4717f33</link>
        <description>lib/fonts: Add Terminus 10x18 console fontAdd a compile-in option for Terminus 10x18 bitmap console fontto improve readability on modern laptop displays.On modern 13-16 inch laptop displays with high pixel density,common scaled resolutions like 1280x800 and 1440x900 are widelyused.At these resolutions, VGA 8x16 is too small and difficult toread for extended periods, while Terminus 16x32 is too large,providing only 25-28 rows. The existing 10x18 font has poorreadability.Terminus 10x18 provides improved readability with its clean,fixed-width design while maintaining practical row counts(44-50 rows).A comfortable and readable built-in font for early boot messages,kernel panics or whenever userspace is unavailable.The font was converted from standard Terminus ter-i18b.psf usingpsftools and formatted to match kernel font conventions.This patch is non-intrusive, no options are enabled by defaultso most users won&apos;t notice a thing.Signed-off-by: Neilay Kharwadkar &lt;neilaykharwadkar@gmail.com&gt;Signed-off-by: Helge Deller &lt;deller@gmx.de&gt;

            List of files:
            /linux/lib/fonts/Makefile</description>
        <pubDate>Sun, 16 Nov 2025 20:20:29 +0100</pubDate>
        <dc:creator>Neilay Kharwadkar &lt;neilaykharwadkar@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cbecf716ca618fd44feda6bd9a64a8179d031fc5 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/fonts/Makefile#cbecf716ca618fd44feda6bd9a64a8179d031fc5</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 5.12 merge window.

            List of files:
            /linux/lib/fonts/Makefile</description>
        <pubDate>Tue, 23 Feb 2021 06:35:15 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>415e915fdfc775ad0c6675fde1008f6f43dd6251 - Merge tag &apos;v5.11&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/fonts/Makefile#415e915fdfc775ad0c6675fde1008f6f43dd6251</link>
        <description>Merge tag &apos;v5.11&apos; into nextMerge with mainline to get latest APIs and device tree bindings.

            List of files:
            /linux/lib/fonts/Makefile</description>
        <pubDate>Tue, 23 Feb 2021 06:21:03 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>58f7553fa424fd0fd74e8b796d50c66014cebebe - Merge remote-tracking branch &apos;spi/for-5.10&apos; into spi-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/fonts/Makefile#58f7553fa424fd0fd74e8b796d50c66014cebebe</link>
        <description>Merge remote-tracking branch &apos;spi/for-5.10&apos; into spi-linus

            List of files:
            /linux/lib/fonts/Makefile</description>
        <pubDate>Fri, 11 Dec 2020 18:48:50 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>031616c434db05ce766f76c62865f55698e0924f - Merge remote-tracking branch &apos;asoc/for-5.10&apos; into asoc-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/fonts/Makefile#031616c434db05ce766f76c62865f55698e0924f</link>
        <description>Merge remote-tracking branch &apos;asoc/for-5.10&apos; into asoc-linus

            List of files:
            /linux/lib/fonts/Makefile</description>
        <pubDate>Fri, 11 Dec 2020 18:47:55 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3c09ec59cdea5b132212d97154d625fd34e436dd - Merge branches &apos;for-next/kvm-build-fix&apos;, &apos;for-next/va-refactor&apos;, &apos;for-next/lto&apos;, &apos;for-next/mem-hotplug&apos;, &apos;for-next/cppc-ffh&apos;, &apos;for-next/pad-image-header&apos;, &apos;for-next/zone-dma-default-32-bit&apos;, &apos;for-next/signal-tag-bits&apos; and &apos;for-next/cmdline-extended&apos; into for-next/core</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/fonts/Makefile#3c09ec59cdea5b132212d97154d625fd34e436dd</link>
        <description>Merge branches &apos;for-next/kvm-build-fix&apos;, &apos;for-next/va-refactor&apos;, &apos;for-next/lto&apos;, &apos;for-next/mem-hotplug&apos;, &apos;for-next/cppc-ffh&apos;, &apos;for-next/pad-image-header&apos;, &apos;for-next/zone-dma-default-32-bit&apos;, &apos;for-next/signal-tag-bits&apos; and &apos;for-next/cmdline-extended&apos; into for-next/core* for-next/kvm-build-fix:  : Fix KVM build issues with 64K pages  KVM: arm64: Fix build error in user_mem_abort()* for-next/va-refactor:  : VA layout changes  arm64: mm: don&apos;t assume struct page is always 64 bytes  Documentation/arm64: fix RST layout of memory.rst  arm64: mm: tidy up top of kernel VA space  arm64: mm: make vmemmap region a projection of the linear region  arm64: mm: extend linear region for 52-bit VA configurations* for-next/lto:  : Upgrade READ_ONCE() to RCpc acquire on arm64 with LTO  arm64: lto: Strengthen READ_ONCE() to acquire when CONFIG_LTO=y  arm64: alternatives: Remove READ_ONCE() usage during patch operation  arm64: cpufeatures: Add capability for LDAPR instruction  arm64: alternatives: Split up alternative.h  arm64: uaccess: move uao_* alternatives to asm-uaccess.h* for-next/mem-hotplug:  : Memory hotplug improvements  arm64/mm/hotplug: Ensure early memory sections are all online  arm64/mm/hotplug: Enable MEM_OFFLINE event handling  arm64/mm/hotplug: Register boot memory hot remove notifier earlier  arm64: mm: account for hotplug memory when randomizing the linear region* for-next/cppc-ffh:  : Add CPPC FFH support using arm64 AMU counters  arm64: abort counter_read_on_cpu() when irqs_disabled()  arm64: implement CPPC FFH support using AMUs  arm64: split counter validation function  arm64: wrap and generalise counter read functions* for-next/pad-image-header:  : Pad Image header to 64KB and unmap it  arm64: head: tidy up the Image header definition  arm64/head: avoid symbol names pointing into first 64 KB of kernel image  arm64: omit [_text, _stext) from permanent kernel mapping* for-next/zone-dma-default-32-bit:  : Default to 32-bit wide ZONE_DMA (previously reduced to 1GB for RPi4)  of: unittest: Fix build on architectures without CONFIG_OF_ADDRESS  mm: Remove examples from enum zone_type comment  arm64: mm: Set ZONE_DMA size based on early IORT scan  arm64: mm: Set ZONE_DMA size based on devicetree&apos;s dma-ranges  of: unittest: Add test for of_dma_get_max_cpu_address()  of/address: Introduce of_dma_get_max_cpu_address()  arm64: mm: Move zone_dma_bits initialization into zone_sizes_init()  arm64: mm: Move reserve_crashkernel() into mem_init()  arm64: Force NO_BLOCK_MAPPINGS if crashkernel reservation is required  arm64: Ignore any DMA offsets in the max_zone_phys() calculation* for-next/signal-tag-bits:  : Expose the FAR_EL1 tag bits in siginfo  arm64: expose FAR_EL1 tag bits in siginfo  signal: define the SA_EXPOSE_TAGBITS bit in sa_flags  signal: define the SA_UNSUPPORTED bit in sa_flags  arch: provide better documentation for the arch-specific SA_* flags  signal: clear non-uapi flag bits when passing/returning sa_flags  arch: move SA_* definitions to generic headers  parisc: start using signal-defs.h  parisc: Drop parisc special case for __sighandler_t* for-next/cmdline-extended:  : Add support for CONFIG_CMDLINE_EXTENDED  arm64: Extend the kernel command line from the bootloader  arm64: kaslr: Refactor early init command line parsing

            List of files:
            /linux/lib/fonts/Makefile</description>
        <pubDate>Wed, 09 Dec 2020 19:04:35 +0100</pubDate>
        <dc:creator>Catalin Marinas &lt;catalin.marinas@arm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
