messages from 2020-05-03 15:29:08 to 2020-05-10 07:55:40 UTC [more...]
sort out the flush_icache_range mess
2020-05-10 7:55 UTC (46+ 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 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
[RFC PATCH 0/7] mm: Get rid of vmalloc_sync_(un)mappings()
2020-05-10 5:05 UTC (44+ messages)
` [RFC PATCH 1/7] mm: Add functions to track page directory modifications
` [RFC PATCH 2/7] mm/vmalloc: Track which page-table levels were modified
` [RFC PATCH 3/7] mm/ioremap: "
` [RFC PATCH 4/7] x86/mm/64: Implement arch_sync_kernel_mappings()
` [RFC PATCH 5/7] x86/mm/32: "
` [RFC PATCH 6/7] mm: Remove vmalloc_sync_(un)mappings()
` [RFC PATCH 7/7] x86/mm: Remove vmalloc faulting
[PATCH v8 0/8] powerpc: switch VDSO to C implementation
2020-05-09 18:48 UTC (5+ messages)
` [PATCH v8 8/8] powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32
[PATCH v5 0/4] Introduce the for_each_set_clump macro
2020-05-09 16:36 UTC (8+ messages)
[PATCH V3 0/3] mm/hugetlb: Add some new generic fallbacks
2020-05-08 22:22 UTC (8+ 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 (6+ messages)
` [PATCH v4 02/14] arm: add support for folded p4d page tables
[PATCH 4.4 032/312] MIPS: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
2020-05-08 12:30 UTC (2+ messages)
[PATCH v2 00/20] mm: rework free_area_init*() funcitons
2020-05-07 21:21 UTC (15+ messages)
` [PATCH v2 17/20] mm: free_area_init: allow defining max_zone_pfn in descending order
[PATCH v2] mm: expand documentation over __read_mostly
2020-05-07 18:04 UTC (5+ messages)
[PATCH v10 00/26] Control-flow Enforcement: Shadow Stack
2020-05-07 16:59 UTC (6+ messages)
` [PATCH v10 05/26] x86/cet/shstk: Add Kconfig option for user-mode "
[PATCH] mm: expland documentation over __read_mostly
2020-05-06 23:44 UTC (5+ messages)
[PATCH v2] mm: expland documentation over __read_mostly
2020-05-06 23:03 UTC (2+ messages)
RFC: Adding arch-specific user ABI documentation in linux-man
2020-05-06 14:29 UTC (22+ messages)
` AW: "
` "
[PATCH V2 0/3] mm/hugetlb: Add some new generic fallbacks
2020-05-06 6:12 UTC (6+ 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 (9+ messages)
` [PATCH 3/3] mm/hugetlb: Introduce HAVE_ARCH_CLEAR_HUGEPAGE_FLAGS
[PATCH v3 00/23] arm64: Memory Tagging Extension user-space support
2020-05-05 18:03 UTC (23+ messages)
` [PATCH v3 01/23] arm64: alternative: Allow alternative_insn to always issue the first instruction
` [PATCH v3 19/23] arm64: mte: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v3 20/23] fs: Allow copy_mount_options() to access user-space in a single pass
` [PATCH v3 23/23] arm64: mte: Add Memory Tagging Extension documentation
[RFC PATCH v3 0/2] arm64: tlb: add support for TLBI RANGE instructions
2020-05-05 10:14 UTC (3+ messages)
` [RFC PATCH v3 1/2] arm64: tlb: Detect the ARMv8.4 TLBI RANGE feature
[PATCH v10 0/5] Add NUMA-awareness to qspinlock
2020-05-04 14:17 UTC (3+ messages)
Implement close-on-fork
2020-05-04 13:46 UTC (6+ messages)
[PATCH 0/4] arm64: MTE swap and hibernation support
2020-05-04 12:53 UTC (4+ messages)
` [PATCH 3/4] arm64: mte: Enable swap of tagged pages
[PATCH 00/14] Move the ReST files from Documentation/*.txt
2020-05-04 9:51 UTC (11+ messages)
` [PATCH 12/14] docs: move remaining stuff under Documentation/*.txt to Documentation/staging
[PATCH V18 0/2] mm/debug: Add tests validating architecture page table helpers
2020-05-04 4:01 UTC (4+ messages)
` [PATCH V18 2/2] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).