messages from 2020-04-02 06:44:55 to 2020-05-11 16:01:35 UTC [more...]
sort out the flush_icache_range mess
2020-05-11 16:01 UTC (44+ 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
clean up and streamline probe_kernel_* and friends
2020-05-11 5:34 UTC (26+ messages)
` [PATCH 01/15] maccess: unexport probe_kernel_write and probe_user_write
` [PATCH 02/15] maccess: remove various unused weak aliases
` [PATCH 03/15] maccess: remove duplicate kerneldoc commens
` [PATCH 04/15] maccess: clarify kerneldoc comments
` [PATCH 05/15] maccess: update the top of file comment
` [PATCH 06/15] maccess: rename strncpy_from_unsafe_user to strncpy_from_user_unsafe
` [PATCH 07/15] maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_unsafe
` [PATCH 08/15] maccess: rename strnlen_unsafe_user to strnlen_user_unsafe
` [PATCH 09/15] maccess: remove probe_read_common and probe_write_common
` [PATCH 10/15] maccess: unify the probe kernel arch hooks
` [PATCH 11/15] maccess: remove strncpy_from_unsafe
` [PATCH 12/15] maccess: always use strict semantics for probe_kernel_read
` [PATCH 13/15] maccess: move user access routines together
` [PATCH 14/15] maccess: allow architectures to provide kernel probing directly
` [PATCH 15/15] x86: use non-set_fs based maccess routines
[PATCH] um: virtio: Replace zero-length array with flexible-array
2020-05-07 19:26 UTC
[PATCH v2 00/20] mm: rework free_area_init*() funcitons
2020-05-05 17:27 UTC (30+ messages)
` [PATCH v2 01/20] mm: memblock: replace dereferences of memblock_region.nid with API calls
` [PATCH v2 02/20] mm: make early_pfn_to_nid() and related defintions close to each other
` [PATCH v2 03/20] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
` [PATCH v2 04/20] mm: free_area_init: use maximal zone PFNs rather than zone sizes
` [PATCH v2 05/20] mm: use free_area_init() instead of free_area_init_nodes()
` [PATCH v2 06/20] alpha: simplify detection of memory zone boundaries
` [PATCH v2 07/20] arm: "
` [PATCH v2 08/20] arm64: simplify detection of memory zone boundaries for UMA configs
` [PATCH v2 09/20] csky: simplify detection of memory zone boundaries
` [PATCH v2 10/20] m68k: mm: "
` [PATCH v2 11/20] parisc: "
` [PATCH v2 12/20] sparc32: "
` [PATCH v2 13/20] unicore32: "
` [PATCH v2 14/20] xtensa: "
` [PATCH v2 15/20] mm: memmap_init: iterate over memblock regions rather that check each PFN
` [PATCH v2 16/20] mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES
` [PATCH v2.5 "
` [PATCH v2 17/20] mm: free_area_init: allow defining max_zone_pfn in descending order
` [PATCH v2 18/20] mm: clean up free_area_init_node() and its helpers
` [PATCH v2 19/20] mm: simplify find_min_pfn_with_active_regions()
` [PATCH v2 20/20] docs/vm: update memory-models documentation
[PATCH 2/2] kbuild: remove {CLEAN,MRPROPER,DISTCLEAN}_DIRS
2020-05-04 8:08 UTC
[PATCH] um: do not evaluate compiler's library path when cleaning
2020-05-01 5:44 UTC (3+ messages)
[PATCH AUTOSEL 5.4 48/57] um: ensure `make ARCH=um mrproper` removes arch/$(SUBARCH)/include/generated/
2020-04-30 13:52 UTC
[PATCH AUTOSEL 5.6 65/79] um: ensure `make ARCH=um mrproper` removes arch/$(SUBARCH)/include/generated/
2020-04-30 13:50 UTC
[PATCH] um: Fix typo in vector driver transport option definition
2020-04-29 19:25 UTC (2+ messages)
[PATCH] um: syscall.c: include <asm/unistd.h>
2020-04-29 19:24 UTC (3+ messages)
[PATCH] arch: um: fix xor.h include
2020-04-29 19:23 UTC (3+ messages)
[PATCH 00/21] mm: rework free_area_init*() funcitons
2020-04-25 16:49 UTC (44+ messages)
` [PATCH 01/21] mm: memblock: replace dereferences of memblock_region.nid with API calls
` [PATCH 02/21] mm: make early_pfn_to_nid() and related defintions close to each other
` [PATCH 03/21] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
` [PATCH 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes
` [PATCH 05/21] mm: use free_area_init() instead of free_area_init_nodes()
` [PATCH 06/21] alpha: simplify detection of memory zone boundaries
` [PATCH 07/21] arm: "
` [PATCH 08/21] arm64: simplify detection of memory zone boundaries for UMA configs
` [PATCH 09/21] csky: simplify detection of memory zone boundaries
` [PATCH 10/21] m68k: mm: "
` [PATCH 11/21] parisc: "
` [PATCH 12/21] sparc32: "
` [PATCH 13/21] unicore32: "
` [PATCH 14/21] xtensa: "
` [PATCH 15/21] mm: memmap_init: iterate over memblock regions rather that check each PFN
` [PATCH 16/21] mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES
` [PATCH 17/21] mm: free_area_init: allow defining max_zone_pfn in descending order
` [PATCH 18/21] mm: rename free_area_init_node() to free_area_init_memoryless_node()
` [PATCH 19/21] mm: clean up free_area_init_node() and its helpers
` [PATCH 20/21] mm: simplify find_min_pfn_with_active_regions()
` [PATCH 21/21] docs/vm: update memory-models documentation
[PATCH] um: Fix "time-internal.h" include in xor.h
2020-04-25 8:49 UTC (3+ messages)
[PATCH] um: use fdatasync() when mapping the UBD FSYNC command
2020-04-22 16:00 UTC
UML HowTo rewrite
2020-04-22 13:53 UTC (6+ messages)
[PATCH 1/2] x86: check CONFIG options instead of __arch_um__
2020-04-21 7:39 UTC
[OpenRISC] [PATCH v3 00/50] Add log level to show_stack()
2020-04-19 6:24 UTC
[PATCHv3 00/50] Add log level to show_stack()
2020-04-18 20:19 UTC (2+ messages)
` [PATCHv3 36/50] um: Add show_stack_loglvl()
[PATCH AUTOSEL 4.19 15/40] um: ubd: Prevent buffer overrun on command completion
2020-04-15 11:45 UTC
[PATCH AUTOSEL 5.4 37/84] um: ubd: Prevent buffer overrun on command completion
2020-04-15 11:44 UTC (2+ messages)
` [PATCH AUTOSEL 5.4 67/84] um: falloc.h needs to be directly included for older libc
[PATCH AUTOSEL 5.5 051/106] um: ubd: Prevent buffer overrun on command completion
2020-04-15 11:42 UTC (2+ messages)
` [PATCH AUTOSEL 5.5 086/106] um: falloc.h needs to be directly included for older libc
[PATCH AUTOSEL 5.6 060/129] um: ubd: Prevent buffer overrun on command completion
2020-04-15 11:34 UTC (2+ messages)
` [PATCH AUTOSEL 5.6 105/129] um: falloc.h needs to be directly included for older libc
[trivial PATCH] um virtio: Neaten vu_err macro definition
2020-04-11 16:37 UTC (2+ messages)
[PATCH] um: add a generic "fd" vector transport
2020-04-09 13:20 UTC (5+ messages)
Documentation for UML Vector network
2020-04-08 13:20 UTC (10+ messages)
[GIT PULL] UML changes for v5.7-rc1
2020-04-07 19:55 UTC (2+ messages)
[RFC v4 00/25] Unifying LKL into UML
2020-04-07 19:25 UTC (8+ messages)
` [RFC v4 02/25] um lkl: architecture skeleton for Linux kernel library
Clean up scripts/tags.sh
2020-04-05 19:19 UTC (2+ messages)
[PATCH] um: delete an unnecessary check before the kfree
2020-04-05 8:36 UTC
[PATCH] um: add include: memset() and memcpy() are in <string.h>
2020-04-02 7:44 UTC (2+ messages)
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).