Alastair D'Silva ([email protected])

Number of posts: 392 (0.52 per day)
First post: 2018-02-21 05:02:45
Last post: 2020-03-12 23:15:17

Date List Subject
2019-08-16 01:46:06 linux-kernel Re: [PATCH 3/6] powerpc: Convert flush_icache_range & friends to C
2019-08-15 04:57:30 linux-kernel [PATCH] powerpc: Allow flush_(inval_)dcache_range to work across ranges >4GB
2019-08-15 04:43:25 linux-kernel [PATCH 4/6] powerpc: Chunk calls to flush_dcache_range in arch_*_memory
2019-08-15 04:43:25 linux-kernel [PATCH 5/6] powerpc: Remove 'extern' from func prototypes in cache headers
2019-08-15 04:39:52 linux-kernel [PATCH 1/6] powerpc: Allow flush_icache_range to work across ranges >4GB
2019-08-15 04:14:45 linux-kernel [PATCH 0/6] powerpc: convert cache asm to C
2019-08-15 04:14:39 linux-kernel [PATCH 2/6] powerpc: define helpers to get L1 icache sizes
2019-08-15 04:14:29 linux-kernel [PATCH 6/6] powerpc: Don't flush caches when adding memory
2019-08-15 04:14:24 linux-kernel [PATCH 3/6] powerpc: Convert flush_icache_range & friends to C
2019-08-12 01:22:33 linux-kernel Re: [PATCH 1/2] powerpc: Allow flush_icache_range to work across ranges >4GB
2019-08-09 00:55:24 linux-kernel [PATCH 2/2] powerpc: Convert flush_icache_range to C
2019-08-09 00:47:43 linux-kernel [PATCH 1/2] powerpc: Allow flush_icache_range to work across ranges >4GB
2019-06-26 06:13:16 linux-kernel [PATCH v2 0/3] mm: Cleanup & allow modules to hotplug memory
2019-06-26 06:13:08 linux-kernel [PATCH v2 1/3] mm: Trigger bug on if a section is not found in __section_nr
2019-06-26 06:13:08 linux-kernel [PATCH v2 3/3] mm: Don't manually decrement num_poisoned_pages
2019-06-26 06:12:23 linux-kernel [PATCH v2 2/3] mm: don't hide potentially null memmap pointer in sparse_remove_one_section
2019-06-26 06:06:27 linux-kernel [PATCH] nvdimm: remove prototypes for nonexistent functions
2019-06-25 04:13:57 linux-wireless [PATCH v4 0/7] Hexdump Enhancements
2019-06-25 04:13:29 linux-wireless [PATCH v4 2/7] lib/hexdump.c: Relax rowsize checks in hex_dump_to_buffer
2019-06-25 04:13:23 linux-wireless [PATCH v4 5/7] lib/hexdump.c: Allow multiple groups to be separated by lines '|'
2019-06-25 04:13:17 linux-wireless [PATCH v4 7/7] lib/hexdump.c: Optionally retain byte ordering
2019-06-25 04:13:16 linux-wireless [PATCH v4 3/7] lib/hexdump.c: Optionally suppress lines of repeated bytes
2019-06-25 04:12:46 linux-kernel [PATCH v4 4/7] lib/hexdump.c: Replace ascii bool in hex_dump_to_buffer with flags
2019-06-25 04:12:41 linux-wireless [PATCH v4 6/7] lib/hexdump.c: Allow multiple groups to be separated by spaces
2019-06-25 04:12:05 linux-kernel [PATCH v4 1/7] lib/hexdump.c: Fix selftests
2019-06-20 04:15:55 linux-kernel [PATCH v2] ocxl: Allow contexts to be attached with a NULL mm
2019-06-17 04:48:01 linux-kernel [PATCH] nvdimm: remove prototypes for nonexistent functions
2019-06-17 04:42:41 linux-kernel [PATCH] ocxl: Allow contexts to be attached with a NULL mm
2019-06-17 04:41:06 linux-kernel [PATCH 5/5] mm/hotplug: export try_online_node
2019-06-17 04:40:36 linux-kernel [PATCH 1/5] mm: Trigger bug on if a section is not found in __section_nr
2019-06-17 04:39:09 linux-kernel [PATCH 0/5] mm: Cleanup & allow modules to hotplug memory
2019-06-17 04:38:48 linux-kernel [PATCH 4/5] mm/hotplug: Avoid RCU stalls when removing large amounts of memory
2019-06-17 04:38:39 linux-kernel [PATCH 3/5] mm: Don't manually decrement num_poisoned_pages
2019-06-17 04:38:37 linux-kernel [PATCH 2/5] mm: don't hide potentially null memmap pointer in sparse_remove_one_section
2019-06-17 02:08:57 linux-wireless [PATCH v3 3/7] lib/hexdump.c: Optionally suppress lines of repeated bytes
2019-06-17 02:08:48 linux-kernel [PATCH v3 5/7] lib/hexdump.c: Allow multiple groups to be separated by lines '|'
2019-06-17 02:08:37 linux-kernel [PATCH v3 1/7] lib/hexdump.c: Fix selftests
2019-06-17 02:08:18 linux-kernel [PATCH v3 2/7] lib/hexdump.c: Relax rowsize checks in hex_dump_to_buffer
2019-06-17 02:08:09 linux-kernel [PATCH v3 0/7] Hexdump Enhancements
2019-06-17 02:07:53 linux-wireless [PATCH v3 6/7] lib/hexdump.c: Allow multiple groups to be separated by spaces
2019-06-17 02:07:48 linux-kernel [PATCH v3 7/7] lib/hexdump.c: Optionally retain byte ordering
2019-06-17 02:07:23 linux-kernel [PATCH v3 4/7] lib/hexdump.c: Replace ascii bool in hex_dump_to_buffer with flags
2019-05-08 07:04:56 linux-wireless [PATCH v2 1/7] lib/hexdump.c: Fix selftests
2019-05-08 07:04:50 linux-kernel [PATCH v2 4/7] lib/hexdump.c: Replace ascii bool in hex_dump_to_buffer with flags
2019-05-08 07:03:50 linux-wireless [PATCH v2 7/7] lib/hexdump.c: Optionally retain byte ordering
2019-05-08 07:03:45 linux-wireless [PATCH v2 2/7] lib/hexdump.c: Relax rowsize checks in hex_dump_to_buffer
2019-05-08 07:03:30 linux-wireless [PATCH v2 5/7] lib/hexdump.c: Allow multiple groups to be separated by lines '|'
2019-05-08 07:03:29 linux-wireless [PATCH v2 0/7] Hexdump Enhancements
2019-05-08 07:03:29 linux-wireless [PATCH v2 3/7] lib/hexdump.c: Optionally suppress lines of repeated bytes
2019-05-08 07:03:29 linux-wireless [PATCH v2 6/7] lib/hexdump.c: Allow multiple groups to be separated by spaces
2019-04-10 03:21:42 linux-kernel [PATCH 1/4] lib/hexdump.c: Allow 64 bytes per line