From: Geert Uytterhoeven <geert@linux-m68k.org> To: Christoph Hellwig <hch@lst.de> Cc: Andrew Morton <akpm@linux-foundation.org>, Arnd Bergmann <arnd@arndb.de>, Roman Zippel <zippel@linux-m68k.org>, Jessica Yu <jeyu@kernel.org>, Michal Simek <monstr@monstr.eu>, the arch/x86 maintainers <x86@kernel.org>, alpha <linux-alpha@vger.kernel.org>, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, Linux ARM <linux-arm-kernel@lists.infradead.org>, linux-c6x-dev@linux-c6x.org, "open list:QUALCOMM HEXAGON..." <linux-hexagon@vger.kernel.org>, "linux-ia64@vger.kernel.org" <linux-ia64@vger.kernel.org>, linux-m68k <linux-m68k@lists.linux-m68k.org>, "open list:BROADCOM NVRAM DRIVER" <linux-mips@vger.kernel.org>, Openrisc <openrisc@lists.librecores.org>, linuxppc-dev <linuxppc-dev@lists.ozlabs.org>, linux-riscv@lists.infradead.orgLinux-shlistlinu Subject: Re: [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page Date: Mon, 11 May 2020 07:36:05 +0000 [thread overview] Message-ID: <CAMuHMdXS-ygT01KfhS0y9WcYbi9HKdQL7Q1HXgUZdayzQb_qSA@mail.gmail.com> (raw) In-Reply-To: <20200510075510.987823-22-hch@lst.de> On Sun, May 10, 2020 at 9:57 AM Christoph Hellwig <hch@lst.de> wrote: > The function currently known as flush_icache_user_range only operates > on a single page. Rename it to flush_icache_user_page as we'll need > the name flush_icache_user_range for something else soon. > > Signed-off-by: Christoph Hellwig <hch@lst.de> > arch/m68k/include/asm/cacheflush_mm.h | 4 ++-- > arch/m68k/mm/cache.c | 2 +- Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
WARNING: multiple messages have this Message-ID
From: Geert Uytterhoeven <geert@linux-m68k.org> To: Christoph Hellwig <hch@lst.de> Cc: Andrew Morton <akpm@linux-foundation.org>, Arnd Bergmann <arnd@arndb.de>, Roman Zippel <zippel@linux-m68k.org>, Jessica Yu <jeyu@kernel.org>, Michal Simek <monstr@monstr.eu>, "the arch/x86 maintainers" <x86@kernel.org>, alpha <linux-alpha@vger.kernel.org>, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, Linux ARM <linux-arm-kernel@lists.infradead.org>, linux-c6x-dev@linux-c6x.org, "open list:QUALCOMM HEXAGON..." <linux-hexagon@vger.kernel.org>, "linux-ia64@vger.kernel.org" <linux-ia64@vger.kernel.org>, linux-m68k <linux-m68k@lists.linux-m68k.org>, "open list:BROADCOM NVRAM DRIVER" <linux-mips@vger.kernel.org>, Openrisc <openrisc@lists.librecores.org>, linuxppc-dev <linuxppc-dev@lists.ozlabs.org>, linux-riscv@lists.infradead.org, Linux-sh list <linux-sh@vger.kernel.org>, sparclinux <sparclinux@vger.kernel.org>, Linux-Arch <linux-arch@vger.kernel.org>, Linux MM <linux-mm@kvack.org>, linux-um <linux-um@lists.infradead.org>, "open list:TENSILICA XTENSA PORT (xtensa)" <linux-xtensa@linux-xtensa.org>, Linux FS Devel <linux-fsdevel@vger.kernel.org> Subject: Re: [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page Date: Mon, 11 May 2020 09:36:05 +0200 [thread overview] Message-ID: <CAMuHMdXS-ygT01KfhS0y9WcYbi9HKdQL7Q1HXgUZdayzQb_qSA@mail.gmail.com> (raw) In-Reply-To: <20200510075510.987823-22-hch@lst.de> On Sun, May 10, 2020 at 9:57 AM Christoph Hellwig <hch@lst.de> wrote: > The function currently known as flush_icache_user_range only operates > on a single page. Rename it to flush_icache_user_page as we'll need > the name flush_icache_user_range for something else soon. > > Signed-off-by: Christoph Hellwig <hch@lst.de> > arch/m68k/include/asm/cacheflush_mm.h | 4 ++-- > arch/m68k/mm/cache.c | 2 +- Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
WARNING: multiple messages have this Message-ID
From: Geert Uytterhoeven <geert@linux-m68k.org> To: Christoph Hellwig <hch@lst.de> Cc: Andrew Morton <akpm@linux-foundation.org>, Arnd Bergmann <arnd@arndb.de>, Roman Zippel <zippel@linux-m68k.org>, Jessica Yu <jeyu@kernel.org>, Michal Simek <monstr@monstr.eu>, the arch/x86 maintainers <x86@kernel.org>, alpha <linux-alpha@vger.kernel.org>, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, Linux ARM <linux-arm-kernel@lists.infradead.org>, linux-c6x-dev@linux-c6x.org, "open list:QUALCOMM HEXAGON..." <linux-hexagon@vger.kernel.org>, "linux-ia64@vger.kernel.org" <linux-ia64@vger.kernel.org>, linux-m68k <linux-m68k@lists.linux-m68k.org>, "open list:BROADCOM NVRAM DRIVER" <linux-mips@vger.kernel.org>, Openrisc <openrisc@lists.librecores.org>, linuxppc-dev <linuxppc-dev@lists.ozlabs.org>, linux-riscv@lists.infradead.orgLinux-sh list <linu> Subject: Re: [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page Date: Mon, 11 May 2020 09:36:05 +0200 [thread overview] Message-ID: <CAMuHMdXS-ygT01KfhS0y9WcYbi9HKdQL7Q1HXgUZdayzQb_qSA@mail.gmail.com> (raw) In-Reply-To: <20200510075510.987823-22-hch@lst.de> On Sun, May 10, 2020 at 9:57 AM Christoph Hellwig <hch@lst.de> wrote: > The function currently known as flush_icache_user_range only operates > on a single page. Rename it to flush_icache_user_page as we'll need > the name flush_icache_user_range for something else soon. > > Signed-off-by: Christoph Hellwig <hch@lst.de> > arch/m68k/include/asm/cacheflush_mm.h | 4 ++-- > arch/m68k/mm/cache.c | 2 +- Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
WARNING: multiple messages have this Message-ID
From: Geert Uytterhoeven <geert@linux-m68k.org> To: Christoph Hellwig <hch@lst.de> Cc: Andrew Morton <akpm@linux-foundation.org>, Arnd Bergmann <arnd@arndb.de>, Roman Zippel <zippel@linux-m68k.org>, Jessica Yu <jeyu@kernel.org>, Michal Simek <monstr@monstr.eu>, the arch/x86 maintainers <x86@kernel.org>, alpha <linux-alpha@vger.kernel.org>, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, Linux ARM <linux-arm-kernel@lists.infradead.org>, linux-c6x-dev@linux-c6x.org, "open list:QUALCOMM HEXAGON..." <linux-hexagon@vger.kernel.org>, "linux-ia64@vger.kernel.org" <linux-ia64@vger.kernel.org>, linux-m68k <linux-m68k@lists.linux-m68k.org>, "open list:BROADCOM NVRAM DRIVER" <linux-mips@vger.kernel.org>, Openrisc <openrisc@lists.librecores.org>, linuxppc-dev <linuxppc-dev@lists.ozlabs.org>, linux-riscv@lists.infradead.org, Linux-sh list <linux-sh@vger.kernel.org>, sparclinux <sparclinux@vger.kernel.org>, Linux-Arch <linux-arch@vger.kernel.org>, Linux MM <linux-mm@kvack.org>, linux-um <linux-um@lists.infradead.org>, "open list:TENSILICA XTENSA PORT (xtensa)" <linux-xtensa@linux-xtensa.org>, Linux FS Devel <linux-fsdevel@vger.kernel.org> Subject: Re: [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page Date: Mon, 11 May 2020 09:36:05 +0200 [thread overview] Message-ID: <CAMuHMdXS-ygT01KfhS0y9WcYbi9HKdQL7Q1HXgUZdayzQb_qSA@mail.gmail.com> (raw) Message-ID: <20200511073605.3Qrq5zrEvVl2iodOtWJlu4ePbiy70BYokhF5WGVCl2M@z> (raw) In-Reply-To: <20200510075510.987823-22-hch@lst.de> On Sun, May 10, 2020 at 9:57 AM Christoph Hellwig <hch@lst.de> wrote: > The function currently known as flush_icache_user_range only operates > on a single page. Rename it to flush_icache_user_page as we'll need > the name flush_icache_user_range for something else soon. > > Signed-off-by: Christoph Hellwig <hch@lst.de> > arch/m68k/include/asm/cacheflush_mm.h | 4 ++-- > arch/m68k/mm/cache.c | 2 +- Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
WARNING: multiple messages have this Message-ID
From: Geert Uytterhoeven <geert@linux-m68k.org> To: Christoph Hellwig <hch@lst.de> Cc: "linux-ia64@vger.kernel.org" <linux-ia64@vger.kernel.org>, Linux-sh list <linux-sh@vger.kernel.org>, Roman Zippel <zippel@linux-m68k.org>, "open list:BROADCOM NVRAM DRIVER" <linux-mips@vger.kernel.org>, Linux MM <linux-mm@kvack.org>, sparclinux <sparclinux@vger.kernel.org>, linux-riscv@lists.infradead.org, Linux-Arch <linux-arch@vger.kernel.org>, linux-c6x-dev@linux-c6x.org, "open list:QUALCOMM HEXAGON..." <linux-hexagon@vger.kernel.org>, the arch/x86 maintainers <x86@kernel.org>, "open list:TENSILICA XTENSA PORT \(xtensa\)" <linux-xtensa@linux-xtensa.org>, Arnd Bergmann <arnd@arndb.de>, Jessica Yu <jeyu@kernel.org>, linux-um <linux-um@lists.infradead.org>, linux-m68k <linux-m68k@lists.linux-m68k.org>, Openrisc <openrisc@lists.librecores.org>, Linux ARM <linux-arm-kernel@lists.infradead.org>, Michal Simek <monstr@monstr.eu>, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, alpha <linux-alpha@vger.kernel.org>, Linux FS Devel <linux-fsdevel@vger.kernel.org>, Andrew Morton <akpm@linux-foundation.org>, linuxppc-dev <linuxppc-dev@lists.ozlabs.org> Subject: Re: [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page Date: Mon, 11 May 2020 09:36:05 +0200 [thread overview] Message-ID: <CAMuHMdXS-ygT01KfhS0y9WcYbi9HKdQL7Q1HXgUZdayzQb_qSA@mail.gmail.com> (raw) In-Reply-To: <20200510075510.987823-22-hch@lst.de> On Sun, May 10, 2020 at 9:57 AM Christoph Hellwig <hch@lst.de> wrote: > The function currently known as flush_icache_user_range only operates > on a single page. Rename it to flush_icache_user_page as we'll need > the name flush_icache_user_range for something else soon. > > Signed-off-by: Christoph Hellwig <hch@lst.de> > arch/m68k/include/asm/cacheflush_mm.h | 4 ++-- > arch/m68k/mm/cache.c | 2 +- Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
WARNING: multiple messages have this Message-ID
From: Geert Uytterhoeven <geert@linux-m68k.org> To: Christoph Hellwig <hch@lst.de> Cc: Andrew Morton <akpm@linux-foundation.org>, Arnd Bergmann <arnd@arndb.de>, Roman Zippel <zippel@linux-m68k.org>, Jessica Yu <jeyu@kernel.org>, Michal Simek <monstr@monstr.eu>, "the arch/x86 maintainers" <x86@kernel.org>, alpha <linux-alpha@vger.kernel.org>, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, Linux ARM <linux-arm-kernel@lists.infradead.org>, linux-c6x-dev@linux-c6x.org, "open list:QUALCOMM HEXAGON..." <linux-hexagon@vger.kernel.org>, "linux-ia64@vger.kernel.org" <linux-ia64@vger.kernel.org>, linux-m68k <linux-m68k@lists.linux-m68k.org>, "open list:BROADCOM NVRAM DRIVER" <linux-mips@vger.kernel.org>, Openrisc <openrisc@lists.librecores.org>, linuxppc-dev <linuxppc-dev@lists.ozlabs.org>, linux-riscv@lists.infradead.org, Linux-sh list <linux-sh@vger.kernel.org>, sparclinux <sparclinux@vger.kernel.org>, Linux-Arch <linux-arch@vger.kernel.org>, Linux MM <linux-mm@kvack.org>, linux-um <linux-um@lists.infradead.org>, "open list:TENSILICA XTENSA PORT (xtensa)" <linux-xtensa@linux-xtensa.org>, Linux FS Devel <linux-fsdevel@vger.kernel.org> Subject: Re: [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page Date: Mon, 11 May 2020 09:36:05 +0200 [thread overview] Message-ID: <CAMuHMdXS-ygT01KfhS0y9WcYbi9HKdQL7Q1HXgUZdayzQb_qSA@mail.gmail.com> (raw) In-Reply-To: <20200510075510.987823-22-hch@lst.de> On Sun, May 10, 2020 at 9:57 AM Christoph Hellwig <hch@lst.de> wrote: > The function currently known as flush_icache_user_range only operates > on a single page. Rename it to flush_icache_user_page as we'll need > the name flush_icache_user_range for something else soon. > > Signed-off-by: Christoph Hellwig <hch@lst.de> > arch/m68k/include/asm/cacheflush_mm.h | 4 ++-- > arch/m68k/mm/cache.c | 2 +- Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
WARNING: multiple messages have this Message-ID
From: Geert Uytterhoeven <geert@linux-m68k.org> To: Christoph Hellwig <hch@lst.de> Cc: "linux-ia64@vger.kernel.org" <linux-ia64@vger.kernel.org>, Linux-sh list <linux-sh@vger.kernel.org>, Roman Zippel <zippel@linux-m68k.org>, "open list:BROADCOM NVRAM DRIVER" <linux-mips@vger.kernel.org>, Linux MM <linux-mm@kvack.org>, sparclinux <sparclinux@vger.kernel.org>, linux-riscv@lists.infradead.org, Linux-Arch <linux-arch@vger.kernel.org>, linux-c6x-dev@linux-c6x.org, "open list:QUALCOMM HEXAGON..." <linux-hexagon@vger.kernel.org>, the arch/x86 maintainers <x86@kernel.org>, "open list:TENSILICA XTENSA PORT \(xtensa\)" <linux-xtensa@linux-xtensa.org>, Arnd Bergmann <arnd@arndb.de>, Jessica Yu <jeyu@kernel.org>, linux-um <linux-um@lists.infradead.org>, linux-m68k <linux-m68k@lists.linux-m68k.org>, Openrisc <openrisc@lists.librecores.org>, Linux ARM <linux-arm-kernel@lists.infradead.org>, Michal Simek <monstr@monstr.eu>, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, alpha <linux-alpha@vger.kernel.org>, Linux FS Devel <linux-fsdevel@vger.kernel.org>, Andrew Morton <akpm@linux-foundation.org>, linuxppc-dev <linuxppc-dev@lists.ozlabs.org> Subject: Re: [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page Date: Mon, 11 May 2020 09:36:05 +0200 [thread overview] Message-ID: <CAMuHMdXS-ygT01KfhS0y9WcYbi9HKdQL7Q1HXgUZdayzQb_qSA@mail.gmail.com> (raw) In-Reply-To: <20200510075510.987823-22-hch@lst.de> On Sun, May 10, 2020 at 9:57 AM Christoph Hellwig <hch@lst.de> wrote: > The function currently known as flush_icache_user_range only operates > on a single page. Rename it to flush_icache_user_page as we'll need > the name flush_icache_user_range for something else soon. > > Signed-off-by: Christoph Hellwig <hch@lst.de> > arch/m68k/include/asm/cacheflush_mm.h | 4 ++-- > arch/m68k/mm/cache.c | 2 +- Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID
From: Geert Uytterhoeven <geert@linux-m68k.org> To: openrisc@lists.librecores.org Subject: [OpenRISC] [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page Date: Mon, 11 May 2020 09:36:05 +0200 [thread overview] Message-ID: <CAMuHMdXS-ygT01KfhS0y9WcYbi9HKdQL7Q1HXgUZdayzQb_qSA@mail.gmail.com> (raw) In-Reply-To: <20200510075510.987823-22-hch@lst.de> On Sun, May 10, 2020 at 9:57 AM Christoph Hellwig <hch@lst.de> wrote: > The function currently known as flush_icache_user_range only operates > on a single page. Rename it to flush_icache_user_page as we'll need > the name flush_icache_user_range for something else soon. > > Signed-off-by: Christoph Hellwig <hch@lst.de> > arch/m68k/include/asm/cacheflush_mm.h | 4 ++-- > arch/m68k/mm/cache.c | 2 +- Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
next prev parent reply other threads:[~2020-05-11 7:36 UTC|newest] Thread overview: 279+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-05-10 7:54 sort out the flush_icache_range mess Christoph Hellwig 2020-05-10 7:54 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` [PATCH 01/31] arm: fix the flush_icache_range arguments in set_fiq_handler Christoph Hellwig 2020-05-10 7:54 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` [PATCH 02/31] arm64: fix the flush_icache_range arguments in machine_kexec Christoph Hellwig 2020-05-10 7:54 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-11 7:51 ` Will Deacon 2020-05-11 7:51 ` [OpenRISC] " Will Deacon 2020-05-11 7:51 ` Will Deacon 2020-05-11 7:51 ` Will Deacon 2020-05-11 7:51 ` Will Deacon 2020-05-11 11:00 ` Catalin Marinas 2020-05-11 11:00 ` [OpenRISC] " Catalin Marinas 2020-05-11 11:00 ` Catalin Marinas 2020-05-11 11:00 ` Catalin Marinas 2020-05-11 11:00 ` Catalin Marinas 2020-05-11 15:15 ` Christoph Hellwig 2020-05-11 15:15 ` [OpenRISC] " Christoph Hellwig 2020-05-11 15:15 ` Christoph Hellwig 2020-05-11 15:15 ` Christoph Hellwig 2020-05-11 15:15 ` Christoph Hellwig 2020-05-11 15:15 ` Christoph Hellwig 2020-05-10 7:54 ` [PATCH 03/31] MIPS: unexport __flush_icache_user_range Christoph Hellwig 2020-05-10 7:54 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-11 16:01 ` Thomas Bogendoerfer 2020-05-11 16:01 ` [OpenRISC] " Thomas Bogendoerfer 2020-05-11 16:01 ` Thomas Bogendoerfer 2020-05-11 16:01 ` Thomas Bogendoerfer 2020-05-11 16:01 ` Thomas Bogendoerfer 2020-05-10 7:54 ` [PATCH 04/31] nds32: unexport flush_icache_page Christoph Hellwig 2020-05-10 7:54 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` [PATCH 05/31] powerpc: unexport flush_icache_user_range Christoph Hellwig 2020-05-10 7:54 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` [PATCH 06/31] unicore32: remove flush_cache_user_range Christoph Hellwig 2020-05-10 7:54 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` [PATCH 07/31] asm-generic: fix the inclusion guards for cacheflush.h Christoph Hellwig 2020-05-10 7:54 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` [PATCH 08/31] asm-generic: don't include <linux/mm.h> in cacheflush.h Christoph Hellwig 2020-05-10 7:54 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` [PATCH 09/31] asm-generic: improve the flush_dcache_page stub Christoph Hellwig 2020-05-10 7:54 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` [PATCH 10/31] alpha: use asm-generic/cacheflush.h Christoph Hellwig 2020-05-10 7:54 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` [PATCH 11/31] arm64: " Christoph Hellwig 2020-05-10 7:54 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` [PATCH 12/31] c6x: " Christoph Hellwig 2020-05-10 7:54 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` [PATCH 13/31] hexagon: " Christoph Hellwig 2020-05-10 7:54 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` [PATCH 14/31] ia64: " Christoph Hellwig 2020-05-10 7:54 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` [PATCH 15/31] microblaze: " Christoph Hellwig 2020-05-10 7:54 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` [PATCH 16/31] m68knommu: " Christoph Hellwig 2020-05-10 7:54 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-12 14:44 ` Greg Ungerer 2020-05-12 14:44 ` [OpenRISC] " Greg Ungerer 2020-05-12 14:44 ` Greg Ungerer 2020-05-12 14:44 ` Greg Ungerer 2020-05-12 14:44 ` Greg Ungerer 2020-05-10 7:54 ` [PATCH 17/31] openrisc: " Christoph Hellwig 2020-05-10 7:54 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` [PATCH 18/31] powerpc: " Christoph Hellwig 2020-05-10 7:54 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` [PATCH 19/31] riscv: " Christoph Hellwig 2020-05-10 7:54 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-12 23:00 ` Palmer Dabbelt 2020-05-12 23:00 ` [OpenRISC] " Palmer Dabbelt 2020-05-12 23:00 ` Palmer Dabbelt 2020-05-12 23:00 ` Palmer Dabbelt 2020-05-12 23:00 ` Palmer Dabbelt 2020-05-13 6:23 ` Christoph Hellwig 2020-05-13 6:23 ` [OpenRISC] " Christoph Hellwig 2020-05-13 6:23 ` Christoph Hellwig 2020-05-13 6:23 ` Christoph Hellwig 2020-05-13 6:23 ` Christoph Hellwig 2020-05-10 7:54 ` [PATCH 20/31] arm,sparc,unicore32: remove flush_icache_user_range Christoph Hellwig 2020-05-10 7:54 ` [OpenRISC] [PATCH 20/31] arm, sparc, unicore32: " Christoph Hellwig 2020-05-10 7:54 ` [PATCH 20/31] arm,sparc,unicore32: " Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:54 ` Christoph Hellwig 2020-05-10 7:55 ` [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page Christoph Hellwig 2020-05-10 7:55 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-11 7:36 ` Geert Uytterhoeven [this message] 2020-05-11 7:36 ` [OpenRISC] " Geert Uytterhoeven 2020-05-11 7:36 ` Geert Uytterhoeven 2020-05-11 7:36 ` Geert Uytterhoeven 2020-05-11 7:36 ` Geert Uytterhoeven 2020-05-11 7:36 ` Geert Uytterhoeven 2020-05-11 7:36 ` Geert Uytterhoeven 2020-05-11 7:36 ` Geert Uytterhoeven 2020-05-10 7:55 ` [PATCH 22/31] asm-generic: add a flush_icache_user_range stub Christoph Hellwig 2020-05-10 7:55 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` [PATCH 23/31] sh: implement flush_icache_user_range Christoph Hellwig 2020-05-10 7:55 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` [PATCH 24/31] xtensa: " Christoph Hellwig 2020-05-10 7:55 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` [PATCH 25/31] arm: rename flush_cache_user_range to flush_icache_user_range Christoph Hellwig 2020-05-10 7:55 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` [PATCH 26/31] m68k: implement flush_icache_user_range Christoph Hellwig 2020-05-10 7:55 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-11 7:38 ` Geert Uytterhoeven 2020-05-11 7:38 ` [OpenRISC] " Geert Uytterhoeven 2020-05-11 7:38 ` Geert Uytterhoeven 2020-05-11 7:38 ` Geert Uytterhoeven 2020-05-11 7:38 ` Geert Uytterhoeven 2020-05-11 7:38 ` Geert Uytterhoeven 2020-05-11 7:38 ` Geert Uytterhoeven 2020-05-11 7:38 ` Geert Uytterhoeven 2020-05-10 7:55 ` [PATCH 27/31] exec: only build read_code when needed Christoph Hellwig 2020-05-10 7:55 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` [PATCH 28/31] exec: use flush_icache_user_range in read_code Christoph Hellwig 2020-05-10 7:55 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` [PATCH 29/31] binfmt_flat: use flush_icache_user_range Christoph Hellwig 2020-05-10 7:55 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-12 14:46 ` Greg Ungerer 2020-05-12 14:46 ` [OpenRISC] " Greg Ungerer 2020-05-12 14:46 ` Greg Ungerer 2020-05-12 14:46 ` Greg Ungerer 2020-05-12 14:46 ` Greg Ungerer 2020-05-10 7:55 ` [PATCH 30/31] nommu: use flush_icache_user_range in brk and mmap Christoph Hellwig 2020-05-10 7:55 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` [PATCH 31/31] module: move the set_fs hack for flush_icache_range to m68k Christoph Hellwig 2020-05-10 7:55 ` [OpenRISC] " Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-10 7:55 ` Christoph Hellwig 2020-05-11 7:40 ` Geert Uytterhoeven 2020-05-11 7:40 ` [OpenRISC] " Geert Uytterhoeven 2020-05-11 7:40 ` Geert Uytterhoeven 2020-05-11 7:40 ` Geert Uytterhoeven 2020-05-11 7:40 ` Geert Uytterhoeven 2020-05-11 7:40 ` Geert Uytterhoeven 2020-05-11 7:40 ` Geert Uytterhoeven 2020-05-11 7:40 ` Geert Uytterhoeven 2020-05-11 15:11 ` Christoph Hellwig 2020-05-11 15:11 ` [OpenRISC] " Christoph Hellwig 2020-05-11 15:11 ` Christoph Hellwig 2020-05-11 15:11 ` Christoph Hellwig 2020-05-11 15:11 ` Christoph Hellwig 2020-05-11 15:11 ` Christoph Hellwig 2020-05-11 15:11 ` Christoph Hellwig 2020-05-11 15:24 ` Geert Uytterhoeven 2020-05-11 15:24 ` [OpenRISC] " Geert Uytterhoeven 2020-05-11 15:24 ` Geert Uytterhoeven 2020-05-11 15:24 ` Geert Uytterhoeven 2020-05-11 15:24 ` Geert Uytterhoeven 2020-05-11 15:24 ` Geert Uytterhoeven 2020-05-11 15:24 ` Geert Uytterhoeven 2020-05-11 15:24 ` Geert Uytterhoeven 2020-05-11 16:37 ` Christoph Hellwig 2020-05-11 16:37 ` [OpenRISC] " Christoph Hellwig 2020-05-11 16:37 ` Christoph Hellwig 2020-05-11 16:37 ` Christoph Hellwig 2020-05-11 16:37 ` Christoph Hellwig 2020-05-11 16:37 ` Christoph Hellwig 2020-05-11 16:37 ` Christoph Hellwig 2020-05-11 7:46 ` sort out the flush_icache_range mess Geert Uytterhoeven 2020-05-11 7:46 ` [OpenRISC] " Geert Uytterhoeven 2020-05-11 7:46 ` Geert Uytterhoeven 2020-05-11 7:46 ` Geert Uytterhoeven 2020-05-11 7:46 ` Geert Uytterhoeven 2020-05-11 7:46 ` Geert Uytterhoeven 2020-05-11 7:46 ` Geert Uytterhoeven 2020-05-11 7:46 ` Geert Uytterhoeven 2020-05-11 15:13 ` Christoph Hellwig 2020-05-11 15:13 ` [OpenRISC] " Christoph Hellwig 2020-05-11 15:13 ` Christoph Hellwig 2020-05-11 15:13 ` Christoph Hellwig 2020-05-11 15:13 ` Christoph Hellwig 2020-05-11 15:13 ` Christoph Hellwig 2020-05-11 15:13 ` Christoph Hellwig 2020-05-11 15:25 ` Geert Uytterhoeven 2020-05-11 15:25 ` [OpenRISC] " Geert Uytterhoeven 2020-05-11 15:25 ` Geert Uytterhoeven 2020-05-11 15:25 ` Geert Uytterhoeven 2020-05-11 15:25 ` Geert Uytterhoeven 2020-05-11 15:25 ` Geert Uytterhoeven 2020-05-11 15:25 ` Geert Uytterhoeven 2020-05-11 15:25 ` Geert Uytterhoeven 2020-05-11 16:35 ` Christoph Hellwig 2020-05-11 16:35 ` [OpenRISC] " Christoph Hellwig 2020-05-11 16:35 ` Christoph Hellwig 2020-05-11 16:35 ` Christoph Hellwig 2020-05-11 16:35 ` Christoph Hellwig 2020-05-11 16:35 ` Christoph Hellwig 2020-05-11 16:35 ` Christoph Hellwig
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=CAMuHMdXS-ygT01KfhS0y9WcYbi9HKdQL7Q1HXgUZdayzQb_qSA@mail.gmail.com \ --to=geert@linux-m68k.org \ --cc=akpm@linux-foundation.org \ --cc=arnd@arndb.de \ --cc=hch@lst.de \ --cc=jeyu@kernel.org \ --cc=linux-alpha@vger.kernel.org \ --cc=linux-arm-kernel@lists.infradead.org \ --cc=linux-c6x-dev@linux-c6x.org \ --cc=linux-hexagon@vger.kernel.org \ --cc=linux-ia64@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-m68k@lists.linux-m68k.org \ --cc=linux-mips@vger.kernel.org \ --cc=linux-riscv@lists.infradead.orgLinux-shlistlinu \ --cc=linuxppc-dev@lists.ozlabs.org \ --cc=monstr@monstr.eu \ --cc=openrisc@lists.librecores.org \ --cc=x86@kernel.org \ --cc=zippel@linux-m68k.org \ --subject='Re: [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.