linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-27 16:22:24 to 2020-05-10 07:55:10 UTC [more...]

sort out the flush_icache_range mess
 2020-05-10  7:55 UTC  (32+ messages)
` [PATCH 01/31] arm: fix the flush_icache_range arguments in set_fiq_handler
` [PATCH 02/31] arm64: fix the flush_icache_range arguments in machine_kexec
` [PATCH 03/31] MIPS: unexport __flush_icache_user_range
` [PATCH 04/31] nds32: unexport flush_icache_page
` [PATCH 05/31] powerpc: unexport flush_icache_user_range
` [PATCH 06/31] unicore32: remove flush_cache_user_range
` [PATCH 07/31] asm-generic: fix the inclusion guards for cacheflush.h
` [PATCH 08/31] asm-generic: don't include <linux/mm.h> in cacheflush.h
` [PATCH 09/31] asm-generic: improve the flush_dcache_page stub
` [PATCH 10/31] alpha: use asm-generic/cacheflush.h
` [PATCH 11/31] arm64: "
` [PATCH 12/31] c6x: "
` [PATCH 13/31] hexagon: "
` [PATCH 14/31] ia64: "
` [PATCH 15/31] microblaze: "
` [PATCH 16/31] m68knommu: "
` [PATCH 17/31] openrisc: "
` [PATCH 18/31] powerpc: "
` [PATCH 19/31] riscv: "
` [PATCH 20/31] arm,sparc,unicore32: remove flush_icache_user_range
` [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page
` [PATCH 22/31] asm-generic: add a flush_icache_user_range stub
` [PATCH 23/31] sh: implement flush_icache_user_range
` [PATCH 24/31] xtensa: "
` [PATCH 25/31] arm: rename flush_cache_user_range to flush_icache_user_range
` [PATCH 26/31] m68k: implement flush_icache_user_range
` [PATCH 27/31] exec: only build read_code when needed
` [PATCH 28/31] exec: use flush_icache_user_range in read_code
` [PATCH 29/31] binfmt_flat: use flush_icache_user_range
` [PATCH 30/31] nommu: use flush_icache_user_range in brk and mmap
` [PATCH 31/31] module: move the set_fs hack for flush_icache_range to m68k

[PATCH V3 0/3] mm/hugetlb: Add some new generic fallbacks
 2020-05-08 22:22 UTC  (4+ messages)
` [PATCH V3 2/3] mm/hugetlb: Define a generic fallback for is_hugepage_only_range()
` [PATCH V3 3/3] mm/hugetlb: Define a generic fallback for arch_clear_hugepage_flags()

[PATCH v4 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-05-08 17:42 UTC  (19+ messages)
` [PATCH v4 01/14] h8300: remove usage of __ARCH_USE_5LEVEL_HACK
` [PATCH v4 02/14] arm: add support for folded p4d page tables
` [PATCH v4 03/14] arm64: "
` [PATCH v4 04/14] hexagon: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v4 05/14] ia64: add support for folded p4d page tables
` [PATCH v4 06/14] nios2: "
` [PATCH v4 07/14] openrisc: "
` [PATCH v4 08/14] powerpc: "
` [PATCH v4 09/14] sh: fault: Modernize printing of kernel messages
` [PATCH v4 10/14] sh: drop __pXd_offset() macros that duplicate pXd_index() ones
` [PATCH v4 11/14] sh: add support for folded p4d page tables
` [PATCH v4 12/14] unicore32: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v4 13/14] asm-generic: remove pgtable-nop4d-hack.h
` [PATCH v4 14/14] mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h

[PATCH] [RFC] media: sh_veu: Remove driver
 2020-05-07 21:39 UTC  (3+ messages)

[PATCH v2 17/20] mm: free_area_init: allow defining max_zone_pfn in descending order
 2020-05-07 21:21 UTC  (6+ messages)

[GIT PULL] sh: remove sh5 support
 2020-05-07 14:35 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH V2 0/3] mm/hugetlb: Add some new generic fallbacks
 2020-05-06  6:24 UTC  (3+ messages)
` [PATCH V2 2/3] mm/hugetlb: Define a generic fallback for is_hugepage_only_range()
` [PATCH V2 3/3] mm/hugetlb: Define a generic fallback for arch_clear_hugepage_flags()

[PATCH 0/3] mm/hugetlb: Add some new arch enabling macros
 2020-05-05 20:12 UTC  (8+ messages)
` [PATCH 2/3] mm/hugetlb: Introduce HAVE_ARCH_IS_HUGEPAGE_ONLY_RANGE
` [PATCH 3/3] mm/hugetlb: Introduce HAVE_ARCH_CLEAR_HUGEPAGE_FLAGS

[PATCH v2 0/5] Fix ELF / FDPIC ELF core dumping, and use mmap_sem properly in there
 2020-05-05 12:15 UTC  (27+ messages)
` [PATCH v2 1/5] binfmt_elf_fdpic: Stop using dump_emit() on user pointers on !MMU
` [PATCH v2 2/5] coredump: Let dump_emit() bail out on short writes
` [PATCH v2 3/5] coredump: Refactor page range dumping into common helper
` [PATCH v2 4/5] binfmt_elf, binfmt_elf_fdpic: Use a VMA list snapshot
` [PATCH v2 5/5] mm/gup: Take mmap_sem in get_dump_page()

[PATCH 0/1] Fix SH config error
 2020-05-04 12:08 UTC  (9+ messages)
` [PATCH 1/1] Fix undefined reference to 'node_reclaim_distance'

[PATCH] sh: Drop CONFIG_MTD_M25P80 in sh7757lcr_defconfig
 2020-05-04  6:54 UTC  (4+ messages)

[PATCH v2] sh: Replace CONFIG_MTD_M25P80 with CONFIG_MTD_SPI_NOR in sh7757lcr_defconfig
 2020-05-04  6:54 UTC  (2+ messages)

[PATCH v4 00/19] Manually convert thermal, crypto and misc devices to ReST
 2020-04-30 16:18 UTC  (3+ messages)
` [PATCH v4 15/19] docs: sh: convert new-machine.txt "
` [PATCH v4 16/19] docs: sh: convert register-banks.txt "

[PATCH 0/5] Fix ELF / FDPIC ELF core dumping, and use mmap_sem properly in there
 2020-04-28 16:40 UTC  (12+ messages)
` [PATCH 1/5] binfmt_elf_fdpic: Stop using dump_emit() on user pointers on !MMU
` [PATCH 2/5] coredump: Fix handling of partial writes in dump_emit()
` [PATCH 3/5] coredump: Refactor page range dumping into common helper
` [PATCH 4/5] binfmt_elf, binfmt_elf_fdpic: Use a VMA list snapshot
` [PATCH 5/5] mm/gup: Take mmap_sem in get_dump_page()

[PATCH -next] maple: fix to pass correct device identity to free_irq()
 2020-04-28 13:14 UTC 

Why continued silence 2
 2020-04-27 11:41 UTC 

[PATCHv3 29/50] sh: Add loglvl to dump_mem()
 2020-04-25 16:22 UTC  (8+ messages)
` [PATCHv3 30/50] sh: Remove needless printk()
` [PATCHv3 31/50] sh: Add loglvl to printk_address()
` [PATCHv3 32/50] sh: Add loglvl to show_trace()
` [PATCHv3 33/50] sh: Add show_stack_loglvl()

[PATCH 1/2] sh: remove sh5 support
 2020-04-24 19:20 UTC  (10+ messages)
` [PATCH 2/2] sh: remove unused sh5 files

Contact Eco bank-Benin to receive your payment funds transfer amount of $12.800.000,00 Million USD,a
 2020-04-23 18:27 UTC 

[RFC PATCH v1 40/50] arch/*/include/asm/stackprotector.h: Use get_random_canary() consistently
 2020-04-20 20:42 UTC  (2+ messages)

[PATCH] sh/mm: Fix a build failure via adding a missing bracket
 2020-04-20  6:59 UTC 

[PATCH] sh: fix build error in mm/init.c
 2020-04-19 20:49 UTC  (6+ messages)

Re:
 2020-04-18 12:26 UTC 

Hey, how are u, can we talk?
 2020-04-16 20:35 UTC 

[PATCH] serial: sh-sci: Make sure status register SCxSR is read in correct sequence
 2020-04-15 23:21 UTC  (3+ messages)

Hello Dear Very Confidential,
 2020-04-15 12:56 UTC 

[PATCH] sh: mm: Fix build error
 2020-04-13 22:15 UTC  (3+ messages)

I have already sent you first payment US$5000.00 this morning through MONEY Gram service.it is avail
 2020-04-13 11:41 UTC 

v5.6 is still throwing a stack trace on boot
 2020-04-13  2:24 UTC  (8+ messages)

[PATCH v2 00/10] Allow COMMON_CLK to be selectable
 2020-04-09 10:53 UTC  (4+ messages)
` [PATCH v2 07/10] clk: Allow the common clk framework "

[PATCH] Fix verbose arch/sh panic messages
 2020-04-09  8:16 UTC  (2+ messages)

[PATCH] arch: sh: configs: remove CONFIG_PCIEASPM_DEBUG
 2020-04-08 16:18 UTC 

[PATCH 0/9] Allow COMMON_CLK to be selectable
 2020-04-07  7:07 UTC  (7+ messages)
` [PATCH 6/9] clk: Allow the common clk framework "

whether this is your correct email address or not
 2020-04-07  5:15 UTC 

[PATCH 00/18] genirq: Remove setup_irq()
 2020-04-02 15:03 UTC  (6+ messages)
` [PATCH 0/6] Kill setup_irq()
  ` [PATCH v5 4/6] sh: replace setup_irq() by request_irq()

[PATCH v2] dt-bindings: serial: sh-sci: Convert to json-schema
 2020-03-31 21:28 UTC  (2+ messages)

Reply For More Details
 2020-03-30 10:52 UTC 

spende von 2.000.000,00 Euro
 2020-03-30  9:47 UTC 

Request for catalog and price list
 2020-03-30  4:10 UTC 

[PATCH 2/2] include/asm-generic: vmlinux.lds.h
 2020-03-29  2:10 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).