messages from 2020-03-14 11:02:58 to 2020-05-10 18:50:19 UTC [more...]
[PATCH 1/2] alpha: add a delay between RTC port write and read
2020-05-10 18:50 UTC (15+ messages)
` [PATCH 1/2 v2] alpha: add a delay to inb_p, inb_w and inb_l
` [PATCH 1/2 v3] "
` [PATCH v4] alpha: add a barrier after outb, outw and outl
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 2/2] alpha: add a delay before serial port read
2020-05-10 0:13 UTC (17+ messages)
` [PATCH 2/2 v2] "
` [PATCH 2/2 v3] "
` [PATCH 2/2 v4] "
` [PATCH 2/2 v5] "
[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
Implement close-on-fork
2020-05-04 13:46 UTC (25+ messages)
` [PATCH 1/4] fs: "
` [PATCH 2/4] fs: Add O_CLOFORK flag for open(2) and dup3(2)
` [PATCH 3/4] fs: Add F_DUPFD_CLOFORK to fcntl(2)
` [PATCH 4/4] net: Add SOCK_CLOFORK
[PATCH] alpha: remove unneeded semicolon in osf_sys.c
2020-04-28 6:32 UTC
[PATCH] alpha: remove unneeded semicolon in sys_eiger.c
2020-04-28 6:32 UTC
[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 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:18 UTC (2+ messages)
` [PATCHv3 02/50] alpha: Add show_stack_loglvl()
[PATCH v3 00/11] Make PageWriteback use the PageLocked optimisation
2020-04-17 11:12 UTC (4+ messages)
` [PATCH v3 01/11] alpha: Add clear_bit_unlock_is_negative_byte implementation
[PATCH 1/5] silo: Build with -fno-PIC to reduce size
2020-04-05 18:54 UTC (6+ messages)
` [PATCH 2/5] silo: Build with -U_FORTIFY_SOURCE
` [PATCH 3/5] silo: Fix misleading indentation
` [PATCH 4/5] second: Fix typo'd operator
` [PATCH 5/5] second/util: Remove unused shadowed variables
[PATCH 00/18] genirq: Remove setup_irq()
2020-04-02 15:03 UTC (9+ messages)
` [PATCH 0/6] Kill setup_irq()
` [PATCH v5 1/6] alpha: Replace setup_irq() by request_irq()
[PATCH v2] alpha: fix nautilus PCI setup
2020-03-28 20:34 UTC (3+ messages)
[PATCH] mm: Remove dummy struct bootmem_data/bootmem_data_t
2020-03-26 14:25 UTC (3+ messages)
[RESEND PATCH v2 0/9] iomap: Constify ioreadX() iomem argument
2020-03-24 8:39 UTC (5+ messages)
` [RESEND PATCH v2 1/9] iomap: Constify ioreadX() iomem argument (as in generic implementation)
` [RESEND PATCH v2 6/9] drm/mgag200: "
[PATCH] alpha: fix nautilus PCI setup
2020-03-17 23:28 UTC (4+ messages)
[PATCH] PCI: add support for root bus sizing
2020-03-17 4:58 UTC (2+ messages)
[PATCHv2 00/50] Add log level to show_stack()
2020-03-16 14:38 UTC (2+ messages)
` [PATCHv2 02/50] alpha: Add show_stack_loglvl()
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).